body {
  font-family: 'Roboto', sans-serif;
}

.footer {
  padding: 10px 20px;
}

#topnav {
  position: relative;
}

#topnav .topbar-main {
  background-color: #ffffff;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}

#topnav .topbar-main .logo {
  color: #4c5667 !important;
  margin-right: 80px;
}

div.logo {
  margin: 10px 0;
}

.logo img {
  position: absolute;
}

.logo h1 {
  margin-left: 200px;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 2rem;
}

.logo h2 {
  margin-left: 200px;
  margin-bottom: 0px;
  font-size: 1.2rem;
}

.logo-pnr {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.logo-pnr .img {
  padding: 4px 20px;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}

.logo-pnr h3, .logo-pnr h4 {
  color: #fafafa;
  padding: 4px 20px;
  margin: 0;
}

.logo-pnr h4 {
  display: inline-block;
}

.wrapper {
  padding-top: 0px;
}

.section-main {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #fafafa;
  background-image: url(/bundles/alksterne2/images/background-sterne2.jpg);
  background-position: center center;
  background-size: cover;
  animation: moveBack;
  animation-duration: 90s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  min-height: 500px;
}

.section-main > .container {
  position: relative;
  z-index: 1;
}

.section-main p {
  line-height: 1.6rem;
}

.section-main:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(45deg, #00b19d, rgba(0, 0, 0, 0.5));
}

.section-main a:not(.btn) {
  color: #FAFAFA;
  text-decoration: underline;
}

.section-main a:hover {
  color: #FFFFFF;
}

@keyframes moveBack {
  0% {
    background-position: center center
  }
  50% {
    background-position: center 20%
  }
  100% {
    background-position: center center
  }
}

.btn > i.material-icons {
  vertical-align: bottom;
}

.form-control, .form-control:focus {
  color: #fafafa;
  background: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #cfcfcf;
}

.form-control:focus, .form-control:hover {
  border-bottom: 1px solid #fafafa;
}

.form-control::placeholder {
  color: #aaaaaa;
}

.input-group-text {
  background: transparent;
  color: #fafafa;
  border: 0;
}

.ui-dialog {
  z-index: 1050!important;
}

.ui-dialog .ui-dialog-titlebar-close:after {
  content: "x";
  font-size: 1rem;
  line-height: .9rem;
}

input[type='submit'].button, button {
  padding: .4em 1em;
}