/**
 * Application styles
 * Author: AM Media GmbH
*/
@import url('https://kit.fontawesome.com/c4c1dc7c4a.css');

body {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
}


.pager__item a {
  border: 1px solid #343d49;
  min-width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
}

.pager__item.active a {
  background-color: #343d49;
  color: #eeeeed;
}

h1, h2, h3, h4, h5, h6 {
  font-family: futura-pt, sans-serif;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

select {
    -webkit-appearance:none;
}

strong {
  font-weight: 600;
}

a {
  color: #343d49;
}

a:hover,
a:active,
a:visited,
a:focus {
  color: #343d49;
}

#message-bar {
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 100;
  display: none;
}

#message-bar p {
  margin-bottom: 0px;
}


#message-bar .form-group {
  margin: 0px;
}

#message-bar .views-row:nth-child(1) {
  padding-bottom: 20px;
}

#message-bar  .text-danger {
  color: #fff!important;
}


#mobile-navigation{
  display: none;
}

#mobile-menu-trigger-bar {
  display: none;
}

#mobile-menu-trigger {
  display: none;
}



/**
 * Header
*/
#logo-bar {
  padding-top: 30px;
  padding-bottom: 30px;
}

#logo-bar .block-lang-dropdown {
  margin: 5px;
}

#logo-bar .block-lang-dropdown select {
  height: 38px;
  width: 38px;
  padding: 0px;
  line-height: normal;
  background-color: #eeeeed;
  border: none;
  text-transform: uppercase;
  text-align: center;
  text-align-last: center;
}

@media not all and (min-resolution:.001dpcm) {
  #logo-bar .block-lang-dropdown select {
    padding-left: 9px;
  }
}


#mobile-menu-trigger-bar .block-lang-dropdown select {
  height: 50px;
  width: 50px;
  font-size: 1.225rem;
  padding: 0px;
  line-height: normal;
  background-color: transparent;
  border: none;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: -10px;
  right: -20px;
}

#logo-bar h6 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 25px;
  font-size: 1.225rem;
  letter-spacing: 0.05em;
  font-weight: 300;
}

#logo-bar .top-links {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
  top: 10px;
}

#logo-bar .top-links>li>a {
  width: 38px;
  height: 38px;
  display: block;
  background-color: #eeeeed;
  display: flex;
  align-items: center;
  align-self: center;
  align-content: center;
  margin: 5px;
  justify-content: center;
  color: #343d49;
  text-decoration: none;
}

#logo-bar .top-links>li>a:hover {
  background-color: #343d49;
  color: #eeeeed;
}

#logo-bar .logo {
  display: block;
}

#logo-bar .logo img {
  max-height: 70px;
}



#navigation-bar {
  background-color: #eeeeed;
  padding-top: 20px;
  padding-bottom: 20px;
}

#navigation-bar ul {
  flex-direction: row;
  justify-content: center;
  margin-left: -3rem;
  margin-right: -3rem;
}

#navigation-bar ul a {
  color: #343d49;
  text-transform: uppercase;
  padding-left: 9px;
  padding-right: 9px;
  letter-spacing: 0.04em;
  font-size: 1.025rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

#navigation-bar ul li.active a {
  font-weight: 700;
}



#content-wrapper {
}




#footer-top-bar {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

#footer-top-bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  background-image: url(../images/nordstein-n.svg);
  background-position: left;
  background-repeat: no-repeat;
}

#footer-top-bar h5 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #4d5d73;
  margin-bottom: 20px;
}

#footer-top-bar ul>li>a {
  color: #343d49;
}

#footer-top-bar .phone {
  margin-top: 20px;
  font-weight: 600;
}

#footer-top-bar .email {
  font-weight: 600;
}

#footer-top-bar .logo {
  display: block;
  margin-bottom: 10px;
}

#footer-top-bar .ombu-bar {
}

#footer-top-bar .ombu-bar img {
  margin-bottom: 10px;
}

#footer-top-bar .ombu-bar a {
  color: #343d49;
}

#footer-top-bar .social-list {
  display: flex;
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: -5px;
  margin-bottom: 10px;
}

#footer-top-bar .social-list>li>a {
  width: 38px;
  height: 38px;
  display: block;
  background-color: #eeeeed;
  display: flex;
  align-items: center;
  align-self: center;
  align-content: center;
  margin: 5px;
  justify-content: center;
  color: #343d49;
  text-decoration: none;
}

#footer-top-bar .social-list>li>a:hover {
  background-color: #343d49;
  color: #eeeeed;
}




#footer-bottom-bar {
  background-color: #343d49;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.925rem;
  letter-spacing: 0.1em;
}

#footer-bottom-bar ul {
  justify-content: flex-end;
}

#footer-bottom-bar .copyright {
}

#footer-bottom-bar a {
  color: #fff;
}

#footer-bottom-bar ul li a {
  padding-left: 10px;
  padding-right: 10px;
}

#footer-bottom-bar ul.social-links {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0px;
  padding: 0px;
}





/**
 * Privacy Modal Styles
 *
*/

#privacy-modal img {
  width: 170px;
  margin: auto;
  display: block;

}

#privacy-modal {
	font-size: 1.025rem;
}

#privacy-modal .modal-dialog {
	width: 100%;
	max-width: 500px;
    margin: auto;
}

#privacy-modal .modal-content {
}

#privacy-modal .notice-message {
	font-size: 1.025rem;
	font-weight: 300;
}

#privacy-modal .blue {
	color: #064578;
}

#privacy-modal .modal-dialog .modal-body {
	padding: 0px;
}

#privacy-modal .btn-more {
	background: none;
	border: none;
	padding: 0px;
	color: #000;
	font-weight: 300;
	font-size: 0.925em;
  margin-top: 10px;
}

#privacy-modal .checkbox {
	font-size: 1.025rem;
	font-weight: 300;
}

#privacy-modal input {
	position: relative;
}
