@charset "utf-8";
/*
	Styling that applies to all pages derived from default_page.
	------------------------------------------------------------
*/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
.rem-mixins-test-class {
    .font-size(10px);
    .line-height(20px);
    .margin(10px);
    .margin(3em);
    .margin(10px, 20px);
    .margin(10px, 20%);
    .margin(0px , 20px);
    .margin-top(2%);
    .margin-top(2px);
    .padding(10px);
    .padding(3em);
    .padding(10px, 20px);
    .padding(10px, 20%);
    .padding(3em, 20px)
}
*/
/*
	Default Styling of HTML elements
	--------------------------------
*/
@font-face {
  font-family: DinRegular;
  src: url(/fonts/din-regular.ttf);
}
@font-face {
  font-family: DinBold;
  src: url(/fonts/din-bold.ttf);
}
html {
  height: 100%;
  color: #666666;
  font-weight: lighter;
  font-size: 10px;
  font-size: 62.5%;
  font-family: DinRegular, Arial, Helvetica;
}
news,
body {
  height: 100%;
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: DinRegular, Arial, Helvetica;
  line-height: 1.2;
}
.atlwdg-trigger {
  z-index: 10000000;
}
strong {
  font-weight: normal;
  font-family: DinBold, Arial, Helvetica;
}
a {
  cursor: pointer;
  text-decoration: none;
  color: #3b86c4;
}
a:hover,
a:active {
  cursor: pointer;
  text-decoration: none;
  color: #3b86c4;
}
.ul-decimal {
  list-style: decimal;
}
[href]:not(input):focus,
[href]:not(input):hover,
[onClick]:not(input):focus,
[onClick]:not(input):hover {
  color: #3b86c4;
}
h1 {
  color: #666666;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  font-family: DinBold, Arial, Helvetica;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
h2 {
  color: #666666;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: DinBold, Arial, Helvetica;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
h3 {
  color: #666666;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  font-family: DinBold, Arial, Helvetica;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
h4 {
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: normal;
  font-family: DinBold, Arial, Helvetica;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
h5 {
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: normal;
  font-family: DinBold, Arial, Helvetica;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}
label,
span {
  font-weight: lighter;
}
textarea {
  border: 1px #CCCCCC solid;
  border: 0.1rem #CCCCCC solid;
  border-radius: 4px;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  color: #666666;
  font-weight: lighter;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  padding: 0.4rem;
  text-align: left;
  margin: 4px 0;
  margin: 0.4rem 0;
  width: 100%;
  -webkit-box-shadow: inset 2px 2px 3px rgba(206, 206, 206, 0.54), inset 0 0 2px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 2px 2px 3px rgba(206, 206, 206, 0.54), inset 0 0 2px rgba(255, 255, 255, 0.7);
  box-shadow: inset 2px 2px 3px rgba(206, 206, 206, 0.54), inset 0 0 2px rgba(255, 255, 255, 0.7);
  background-image: none;
  min-height: 200px;
  min-height: 20rem;
}
textarea:focus {
  background-color: #efefeb;
  outline: 0;
}
input {
  border: 1px #CCCCCC solid;
  border: 0.1rem #CCCCCC solid;
  border-radius: 4px;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  color: #666666;
  font-weight: lighter;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  padding: 0.4rem;
  text-align: left;
  margin: 4px 0;
  margin: 0.4rem 0;
  width: 100%;
  -webkit-box-shadow: inset 2px 2px 3px rgba(206, 206, 206, 0.54), inset 0 0 2px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 2px 2px 3px rgba(206, 206, 206, 0.54), inset 0 0 2px rgba(255, 255, 255, 0.7);
  box-shadow: inset 2px 2px 3px rgba(206, 206, 206, 0.54), inset 0 0 2px rgba(255, 255, 255, 0.7);
  height: auto;
  background-image: none;
}
input:focus {
  background-color: #efefeb;
  outline: 0;
}
input[type="file"] {
  background-image: none;
}
input[type="radio"],
input[type="checkbox"] {
  width: auto;
  margin: 4px 0;
  margin: 0.4rem 0;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  background-color: #efefeb;
  outline: 0;
}
::placeholder {
  color: #adadad;
  opacity: 1;
}
input[type="button"],
input[type="submit"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
  height: auto;
  cursor: pointer;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-right: 10px;
  margin-right: 1rem;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  padding: 8px 15px 8px 40px;
  background-repeat: no-repeat;
  background-position: 5% center;
  background-color: #736724;
  border: none;
  border-radius: 6px;
  border-radius: 0.6rem;
  color: #ffffff;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #736724;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075), 0 0 0.8rem rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075), 0 0 0.8rem rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075), 0 0 0.8rem rgba(102, 175, 233, 0.6);
  outline: 0;
}
input[type="button"].btn-alt,
input[type="submit"].btn-alt {
  background-color: #ed7d31;
}
input[type="button"].btn-highlight,
input[type="submit"].btn-highlight {
  background-color: #538135;
}
input[type="button"].no-icon,
input[type="submit"].no-icon {
  padding-left: 15px;
  padding-left: 1.5rem;
}
input[type="button"].button-inverted,
input[type="submit"].button-inverted {
  padding-left: 15px;
  padding-left: 1.5rem;
  padding-right: 40px;
  padding-right: 4rem;
  background-position: 95% center;
}
select {
  border: 1px #CCCCCC solid;
  border: 0.1rem #CCCCCC solid;
  -moz-border-radius: 4px;
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 0.4rem;
  border-radius: 4px;
  border-radius: 0.4rem;
  background-color: #FFFFFF;
  background-image: none;
  color: #666666;
  font-weight: lighter;
  padding: 4px;
  padding: 0.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 4px 0;
  margin: 0.4rem 0;
  height: auto;
  width: 100%;
}
/*
	Button classes
	--------------
*/
input[btnSave] {
  background-image: url(/images/buttons/btn_save.png);
}
input[btnCancel] {
  background-image: url(/images/buttons/btn_cancel.png);
}
input[btnEdit] {
  background-image: url(/images/buttons/btn_edit.png);
}
input[btnLogin] {
  background-image: url(/images/buttons/btn_login.png);
}
input[btnPrevious] {
  background-image: url(/images/buttons/btn_previous.png);
}
input[btnNext] {
  background-image: url(/images/buttons/btn_next.png);
}
input[btnClear] {
  background-image: url(/images/buttons/btn_cleartext.png);
}
input[btnAdd] {
  background-image: url(/images/buttons/btn_add.png);
}
input[btnConfirm] {
  background-image: url(/images/buttons/btnConfirm.png);
}
input[btnBack] {
  background-image: url(/images/buttons/btn_back.png);
}
input[btnSend] {
  background-image: url(/images/buttons/btn_send_mail.png);
}
input[btnInfo] {
  background-image: url(/images/icons-transp-16/RecordInfo.png);
}
/*
	Generic CSS Classes
	-------------------
*/
.container-spacing {
  margin-top: 25px;
  margin-top: 2.5rem;
  margin-bottom: 25px;
  margin-bottom: 2.5rem;
}
.container-spacing-min {
  margin-top: 15px;
  margin-top: 1.5rem;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.no-padding-horz {
  padding-left: 0;
  padding-right: 0;
}
.row .row {
  margin-left: 0;
  margin-right: 0;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.fieldlabel {
  color: #666666;
  font-family: DinBold, Arial, Helvetica;
}
/*
	Overlays
	--------
*/
#layOverlayJS {
  -webkit-animation: fadein 4s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 4s;
  /* Firefox < 16 */
  -ms-animation: fadein 4s;
  /* Internet Explorer */
  -o-animation: fadein 4s;
  /* Opera < 12.1 */
  animation: fadein 4s;
}
#layOverlayCookies {
  display: none;
}
#layOverlayJS div.content {
  width: 325px;
  width: 32.5rem;
  height: 110px;
  height: 11rem;
}
#layOverlayCookies div.content {
  width: 325px;
  width: 32.5rem;
  height: 110px;
  height: 11rem;
}
#layOverlayJS div.content,
#layOverlayCookies div.content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  border: 1px solid #ede6a7;
  border: 0.1rem solid #ede6a7;
  background-color: #f4f0ca;
}
.siteOverlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1005;
  position: fixed;
  text-align: center;
  background-color: rgba(119, 119, 119, 0.5);
}
.siteOverlay > div {
  top: 50%;
  width: 100%;
  margin: 0 auto;
  max-width: 375px;
  max-width: 37.5rem;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
}
.siteOverlay .header {
  margin: 0;
  width: 100%;
  color: white;
  font-family: DinBold, Arial, Helvetica;
  padding: 6px 5px 5px 5px;
  padding: 0.6rem 0.5rem 0.5rem 0.5rem;
  background-color: #3d3401;
}
.siteOverlay span.msgHeader {
  font-family: DinBold, Arial, Helvetica;
}
.siteOverlay div.content {
  text-align: left;
  padding: 10px 0;
  padding: 1rem 0;
}
.siteOverlay div.footer {
  text-align: right;
  padding: 10px 0;
  padding: 1rem 0;
}
.siteOverlay div div.row {
  margin: 0 10px;
  margin: 0 1rem;
}
.siteOverlay label {
  margin: 0;
  padding: 10px 5px;
  padding: 1rem 0.5rem;
  background-color: transparent;
}
.siteOverlay div.content div.warningImage {
  top: 6px;
  top: 0.6rem;
  left: 9px;
  left: 0.9rem;
  width: 24px;
  width: 2.4rem;
  height: 24px;
  height: 2.4rem;
  position: relative;
  background-image: url(/images/icons-other/WarningShieldYellow.png);
}
.siteOverlay div.content div.contentMessage {
  top: -20px;
  top: -2rem;
  left: 42px;
  left: 4.2rem;
  z-index: 1;
  text-align: left;
  position: relative;
  padding-right: 50px;
  padding-right: 5rem;
}
/*
	Specific styled labels
	----------------------
*/
.warningLabel {
  padding: 5px;
  padding: 0.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  border: 1px solid rgba(240, 100, 28, 0.75);
  border: 0.1rem solid rgba(240, 100, 28, 0.75);
  border-radius: 10px;
  border-radius: 1rem;
  color: #f0641c;
  background-image: url(../images/icons-other/WarningShieldOrange.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-position: 0.8rem 0.8rem;
  background-color: rgba(240, 100, 28, 0.05);
  padding-left: 40px;
  padding-left: 4rem;
  min-height: 40px;
  min-height: 4rem;
  margin: 16px 0;
  margin: 1.6rem 0;
}
.infoLabel {
  padding: 5px;
  padding: 0.5rem;
  line-height: 22px;
  line-height: 2.2rem;
  border: 1px solid #272209;
  border: 0.1rem solid #272209;
  border-radius: 10px;
  border-radius: 1rem;
  color: #ffffff;
  background-image: url(../images/icons-transp-24/InfoMessage.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
  background-position: 0.8rem 0.8rem;
  background-color: #efefeb;
  padding-left: 40px;
  padding-left: 4rem;
  min-height: 40px;
  min-height: 4rem;
  margin: 16px 0;
  margin: 1.6rem 0;
}
.step-items {
  display: flex;
  flex-grow: 1;
  justify-content: space-evenly;
}
.step-item .step-icon {
  float: left;
  min-width: 40px;
  min-width: 4rem;
  width: 40px;
  width: 4rem;
  height: 40px;
  height: 4rem;
  display: block;
  color: #2c2605;
  text-align: center;
  line-height: 40px;
  line-height: 4rem;
  border-radius: 100%;
  background-color: #ffffff;
}
.step-item .step-icon.active {
  color: #ffffff;
  line-height: 40px;
  line-height: 4rem;
  background-color: #3d3401;
}
.step-item .step-text {
  float: left;
  height: 40px;
  height: 4rem;
  line-height: 40px;
  line-height: 4rem;
  margin-left: 6px;
  margin-left: 0.6rem;
}
.content-item {
  margin: 1%;
  display: flex;
  flex-direction: column;
  font-family: DinRegular, Arial, Helvetica;
}
.news-item,
.news-item-inverted {
  margin: 1%;
  display: flex;
}
.news-item > picture,
.news-item-inverted > picture {
  margin: 3%;
  width: 27%;
  position: relative;
}
.news-item > picture img,
.news-item-inverted > picture img {
  max-width: 100%;
}
.news-item .news-body,
.news-item-inverted .news-body {
  margin: 3%;
  position: relative;
  width: 60%;
}
.news-item .news-body h1,
.news-item-inverted .news-body h1 {
  margin-top: 0;
}
.news-item-inverted > picture {
  width: 60%;
}
.news-item-inverted .news-body {
  width: 27%;
}
.spotlight-item {
  margin: 1%;
  display: flex;
  background-color: rgba(180, 173, 0, 0.1);
}
.spotlight-item > picture {
  margin: 1%;
  width: 16%;
  text-align: center;
  position: relative;
}
.spotlight-item > picture img {
  max-width: 100%;
}
.spotlight-item .spotlight-body {
  margin: 1%;
  position: relative;
  width: 80%;
}
.spotlight-item .spotlight-body h1 {
  margin-top: 0;
}
.spotlight-item.no-icon > picture {
  display: none;
}
.spotlight-item.no-icon .spotlight-body {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.content-item .spotlight-item {
  margin: 0;
}
.spaced-list-items {
  display: flex;
}
.spaced-list-items > div {
  margin: 3%;
}
.flex-item {
  display: flex;
}
@media (max-width: 768px) {
  .spaced-list-items {
    flex-wrap: wrap;
  }
  .flex-item,
  .news-item,
  .news-item-inverted,
  .spotlight-item {
    flex-wrap: wrap;
  }
  .news-item > picture,
  .spotlight-item > picture,
  .news-item-inverted > picture {
    width: 100%;
    text-align: center;
  }
  .news-item .news-body,
  .spotlight-item .news-body,
  .news-item-inverted .news-body {
    width: 100%;
  }
  .news-item .spotlight-body,
  .spotlight-item .spotlight-body,
  .news-item-inverted .spotlight-body {
    width: 100%;
  }
}
