﻿@import url("textformate.css");
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: normal;
}

body {
  padding-bottom: 15px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  font-family: "EgyptienneFLTW01-55Roma";
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #ad9e8d;
  outline-style: none;
  text-decoration: none;
}

a:visited {
  color: #ad9e8d;
}

a:hover {
  color: #5a4f3a;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

p {
  margin-top: 10px;
}

#left li {
  float: left;
}

#right {
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 100;
}

.menu li:first-child {
  line-height: 16px;
  font-size: 2em;
  padding-top: 5px;
}

.item {
  visibility: hidden;
  opacity: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  /*background-color: #ffffff;*/
}

.menu li.sub {
  font-size: inherit;
  color: #5a4f3a;
  line-height: normal;
  padding-top: 3px;
}

.sub a {
  color: #5a4f3a;
}

#left .item {
  visibility: visible;
  opacity: 1;
}

#right .item {
  padding-bottom: 6px;
  padding-top: 6px;
}

.menu ul:hover .item {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transition: opacity 1s ease-in-out;
  visibility: visible;
  opacity: 1;
}

.menu li:after {
  clear: both;
}

.menu a, .suche {
  display: block;
  padding-right: 20px;
  text-decoration: none;
  font-size: 0.8em;
}

.suche {
  color: #ad9e8d;
}

.suche input {
  background-color: #ad9e8d;
  border: 0;
  padding: 1px 1px 1px 2px;
  margin-top: -6px;
  color: #fff;
  font-family: "EgyptienneFLTW01-55Roma";
  width: auto;
}
.suche input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: rgba(173, 158, 141, 0.5);
  color: #5a4f3a;
}

#btnStarteSuche {
  color: #fff;
  padding: 1px 2px 1px 2px;
  border-left: solid 2px #fff;
  height: 20px;
  width: 24px;
  padding: 0;
  background-color: #ad9e8d;
}

#btnLogo {
  display: inline-block;
  height: auto;
  max-width: 100%;
  margin-bottom: 15px;
}

.header {
  margin: 1% 0 1% 1%;
}

h1.dark, .dark {
  color: #5a4f3a;
}

.header-container {
  margin-right: auto;
  position: relative;
}

.header-container h1 {
  text-align: right;
  position: absolute;
  bottom: 0;
  color: #5a4f3a;
}

@media (max-width: 1200px) {
  .header-container h1 {
    width: 170px;
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  .header-container h1 {
    width: 225px;
    font-size: 2.5em;
  }
}
.container {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.columns {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.col-12 {
  width: 100%;
}

.col-10 {
  width: 83.3333%;
}

.col-8 {
  width: 66.6667%;
}

.col-6 {
  width: 50%;
}

.col-4 {
  width: 33.3333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.6667%;
}

.col-logo {
  width: 40%;
}

.col-slogan {
  width: 60%;
}

@media (max-width: 1200px) {
  .col-logo {
    width: 50%;
  }
  .col-slogan {
    width: 50%;
  }
}
@media (min-width: 1600px) {
  .col-logo {
    width: 35%;
  }
  .col-slogan {
    width: 65%;
  }
}
.spacer {
  margin-top: 30px;
}

h1.headline {
  font-size: 2em;
  color: #5a4f3a;
}

h1.subheadline {
  font-size: 1.2em;
}

div.teaser {
  margin-top: 15px;
}

img.teaser {
  margin-top: 5px;
}

p.teaser {
  margin-top: 15px;
}

p {
  line-height: 1.3em;
}

.border {
  margin-top: 0px;
  border-top: 1px dotted #ad9e8d;
  margin-bottom: 10px;
}

.border.smallspace {
  margin-bottom: 5px;
}

div.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 10px;
  /*border-bottom: 1px dotted #ad9e8d;*/
}

ul.footer {
  font-size: 0.8em;
}

ul.footer a {
  text-decoration: none;
}

ul.footer .active {
  color: #5a4f3a;
}

.legal {
  float: left;
  font-size: 0.8em;
  padding-left: 45px;
  background: transparent url(../images/adler.png) no-repeat 10px 0px;
  padding-bottom: 15px;
}

.legal a {
  color: #5a4f3a;
  text-decoration: none;
}

.legal a:hover {
  color: #ad9e8d;
  text-decoration: none;
}

.spacing {
  padding: 0px 10px 0px 10px;
}

.popuprow {
  position: relative;
  float: left;
  width: 100%;
  margin-top: -5px;
  position: relative;
  border-top: 1px dotted #ad9e8d;
  border-bottom: 1px dotted #ad9e8d;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: block;
}

.btnNewsletter, .btnLogin {
  font-size: 0.8em;
}

.btnNewsletter {
  position: relative;
  float: left;
}

.btnLogin {
  position: relative;
  float: left;
}

/* ##### AddThis ##### */
.addthis_toolbox {
  position: relative;
  float: right;
}

.addthis_button_linkedin span:first-child {
  background: transparent url(../images/addthis_linkedin.gif) no-repeat center center;
}

.addthis_button_xing span:first-child {
  background: transparent url(../images/addthis_xing.gif) no-repeat center center;
}

.addthis_button_google_plusone_share span:first-child {
  background: transparent url(../images/addthis_googleplus.gif) no-repeat center center;
}

.addthis_button_twitter span:first-child {
  background: transparent url(../images/addthis_twitter.gif) no-repeat center center;
}

.addthis_button_email span:first-child {
  background: transparent url(../images/addthis_mail.gif) no-repeat center center;
}

.addthis_button_compact span:first-child {
  background: transparent url(../images/addthis_compact.gif) no-repeat center center;
}

.at_a11y {
  display: none;
}

.titel {
  padding-left: 10px;
  padding-right: 10px;
}

.artikel {
  -moz-column-count: 3; /* Firefox */
  -webkit-column-count: 3; /* Safari and Chrome */
  column-count: 3;
  padding-left: 10px;
  padding-right: 10px;
}

.artikelboxen {
  margin-top: 40px;
}

.column1 {
  -moz-column-count: 1; /* Firefox */
  -webkit-column-count: 1; /* Safari and Chrome */
  column-count: 1;
  padding-left: 10px;
}

/*###### Popups #####*/
.outerPopup {
  background-color: transparent;
  /*height:90%;*/
  overflow: visible;
  width: 600px;
}

.innerPopup {
  border: solid 0px #ad9e8d;
  background-color: #fff;
  width: 600px;
  /*box-shadow:rgba(0,0,0,0.4) 10px 10px inset;*/
  -moz-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
}

.divPopupHeader {
  position: relative;
  width: 600px;
  padding: 10px;
  background-color: #ad9e8d;
  font-weight: bold;
  font-size: 15px;
  color: white;
}

.divPopupBody {
  position: relative;
  background-color: #fff;
  padding: 1rem;
}

.divPopupBody {
  font-size: 1rem;
}

div.formular {
  margin: 0;
  color: #ad9e8d;
  font-family: "EgyptienneFLTW01-55Roma";
  position: relative;
  float: left;
  width: 80%;
  font-size: 0.9em;
}

.divPopupBody input, .divPopupBody select {
  font-size: 1em;
  border: solid 1px #d7cdc5;
  padding: 5px;
  color: #5a4f3a;
  font-family: "EgyptienneFLTW01-65Bold";
  margin: 10px 5px 10px 0;
  float: left;
}

div.formular input, div.formular select {
  margin: 0;
  width: 100%;
}

div.formular select {
  width: auto;
}

.divPopupBody input.btnLogin {
  font-size: 0.9em;
  background-color: #d7cdc5;
  border: 0;
  padding: 7px;
}

.CustomValidatorCalloutStyle {
  display: none;
}

.invalid {
  border: solid 1px #c82342 !important;
  background-color: rgba(226, 56, 56, 0.1);
}

label.chkbox.invalid {
  border: 0 none !important;
  background-color: transparent;
}

.nofloat {
  clear: both;
  float: none;
}

.divPopupControls {
  position: relative;
  padding: 15px;
  padding-top: 0px;
  background-color: #fff;
}

.divPopupHidden {
  position: relative;
  padding: 0px;
  height: 0px;
}

.modalBackground {
  background-color: rgba(90, 79, 58, 0.6);
}

.btnInvisible {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  width: 0px;
  height: 0px;
}

.btnPopupClose {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  height: 25px;
  background-image: url(../images/btnPopupClose.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

/*Tabellen*/
.tblListen {
  width: 100%;
  border: 0;
  clear: both;
  float: none;
}

.tblListen .header {
  font-family: "Neo Sans W01 Medium";
}

.tblListen th {
  background-color: #ad9e8d;
  color: #fff;
  font-family: "Neo Sans W01 Medium";
  font-weight: normal;
  font-size: 0.9em;
  text-align: left;
  padding: 2px 5px 2px 5px;
  border: 0;
}

.tblListen th a {
  color: #fff;
}

.tblListen td {
  color: #000;
  padding: 2px 5px 2px 5px;
  border: 0;
  border-bottom: 1px dotted #ad9e8d;
  font-size: 0.9em;
  color: #5a4f3a;
}

.tblPager td {
  border: 0;
}

.tblPager td table {
  float: right;
}

.tblPager td span {
  color: #c82342;
  font-family: "Neo Sans W01 Medium";
  font-weight: normal;
}

.browserWarning {
  display: none;
}

.follow-btns {
  position: absolute;
  top: 5px;
  right: 5px;
}

.follow-btns p {
  width: auto;
  float: left;
  padding-top: 0px;
  font-size: 0.8em;
  margin: 0;
}

.follow-btns a, .follow-btns a:hover {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin: 0 0 0 5px;
  background-size: 100%;
}

.share {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.share p:first-child {
  font-size: 0.8em;
  margin: 0;
  width: auto;
  position: absolute;
  top: 3px;
  right: 185px;
  text-align: right;
}

.btn-xing, .btn-xing:hover {
  background: #ad9e8d url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M7.35%208.75h4.63l2.91%204.61-3.9%207.32h-4.72l3.81-7.32z%22%2F%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M21.51%204.52h4.97l-7.48%2013.64%205.109%209.32h-4.779l-5.14-9.28z%22%2F%3E%3C%2Fsvg%3E") no-repeat left;
}

.btn-facebook, .btn-facebook:hover {
  background: #ad9e8d url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.439%2010.95h4v-4.95h-4c-3.311%200-6%202.92-6%206.5v2.5h-4v4.97h4v12.03h5v-12.03h5v-4.97h-5v-2.55c0-.86.532-1.5%201-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat left;
}

.btn-twitter, .btn-twitter:hover {
  background: #ad9e8d url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.67%209.38c-.779.35-1.63.58-2.51.69.9-.54%201.6-1.4%201.92-2.42-.85.5-1.78.87-2.78%201.06-.8-.85-1.94-1.38-3.19-1.38-2.42%200-4.379%201.96-4.379%204.38%200%20.34.04.68.11%201-3.64-.18-6.86-1.93-9.02-4.57-.38.65-.59%201.4-.59%202.2%200%201.52.77%202.86%201.95%203.64-.72-.02-1.39-.22-1.98-.55v.06c0%202.12%201.51%203.89%203.51%204.29-.37.1-.75.149-1.15.149-.28%200-.56-.029-.82-.08.56%201.74%202.17%203%204.09%203.041-1.5%201.17-3.39%201.869-5.44%201.869-.35%200-.7-.02-1.04-.06%201.94%201.239%204.24%201.97%206.71%201.97%208.049%200%2012.45-6.67%2012.45-12.45l-.01-.57c.839-.619%201.579-1.389%202.169-2.269z%22%2F%3E%3C%2Fsvg%3E") no-repeat left;
}

.btn-linkedin, .btn-linkedin:hover {
  background: #ad9e8d url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%3Ctitle%3Eicons%2FSVG%2Flinkedin%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cpath%20d%3D%22M26%2025.963h-4.186v-6.55c0-1.562-.027-3.571-2.175-3.571-2.179%200-2.511%201.702-2.511%203.46v6.661h-4.181v-13.468h4.012v1.841h.058c.558-1.059%201.924-2.175%203.96-2.175%204.239%200%205.022%202.789%205.022%206.416v7.386zm-17.771-15.308c-1.344%200-2.429-1.087-2.429-2.428%200-1.34%201.084-2.427%202.429-2.427%201.339%200%202.426%201.087%202.426%202.427%200%201.341-1.087%202.428-2.426%202.428zm-2.096%201.84h4.19v13.468h-4.19v-13.468z%22%20sketch%3Atype%3D%22MSShapeGroup%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat left;
}

.btn-googleplus, .btn-googleplus:hover {
  background: #ad9e8d url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Asketch%3D%22http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%2Fns%22%3E%3Ctitle%3ESVG%2Fgoogle_plusone_share%3C%2Ftitle%3E%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%3Cpath%20d%3D%22M12%2015v2.4h3.97c-.16%201.03-1.2%203.02-3.97%203.02-2.39%200-4.34-1.98-4.34-4.42s1.95-4.42%204.34-4.42c1.36%200%202.27.58%202.79%201.08l1.9-1.83c-1.22-1.14-2.8-1.83-4.69-1.83-3.87%200-7%203.13-7%207s3.13%207%207%207c4.04%200%206.72-2.84%206.72-6.84%200-.46-.05-.81-.11-1.16h-6.61zm15%200h-2v-2h-2v2h-2v2h2v2h2v-2h2v-2z%22%20sketch%3Atype%3D%22MSShapeGroup%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat left;
}

/*.at4-icon.aticon-email { background:#ad9e8d url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M26.189%209.55h-20.149l10.02%207.57%2010.129-7.57zm-10.129%2010.12l-10.28-8.8v11.58h20.57v-11.49l-10.29%208.71z%22%2F%3E%3C%2Fsvg%3E') no-repeat left !important}*/
.at-icon-email {
  background-color: #ad9e8d !important;
}

.at-icon-whatsapp {
  background-color: #ad9e8d !important;
}

.at-icon-facebook {
  background-color: #ad9e8d !important;
}

.at-icon-twitter {
  background-color: #ad9e8d !important;
}

.at-icon-linkedin {
  background-color: #ad9e8d !important;
}

.at-icon-google_plusone_share {
  background-color: #ad9e8d !important;
}

.at-icon-xing {
  background-color: #ad9e8d !important;
}

.at-icon-compact {
  background-color: #ad9e8d !important;
}

/*#region FORMULARE */
.frm-group {
  width: 100%;
  display: inline-block;
  padding: 10px;
  background: #fff;
  margin: 7.5px 0;
  box-sizing: border-box;
}

.frm-group h2 {
  margin: 0 0 15px 0;
  font-size: 28px;
}

.frm-group h4 {
  clear: both;
  margin: 25px 0 10px 0;
  font-size: 20px;
}

.gesamt p {
  display: inline-block;
  font-size: 18px;
  font-family: "EgyptienneFLTW01-65Bold", Times, serif;
  margin: 10px 0 0 0;
}

input, select, textarea {
  width: 100%;
  border: solid 1px #ad9e8d;
  padding: 8px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
}

select > option {
  font-size: 16px;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

.btnInvisible {
  visibility: hidden;
  height: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  content: "";
  font-size: 0;
  display: inherit;
}

.frm {
  position: relative;
  display: inline-block;
  color: #000;
  width: 100%;
  margin: 0px 0px 5px 0px;
}

.kompakt .frm {
  margin: 0px;
}

.frm input, .frm textarea, .frm select {
  width: 100%;
  padding: 25px 8px 4px 8px;
  border: solid 1px rgba(173, 158, 141, 0.15);
  font-weight: normal;
  font-size: 18px;
  color: #000;
  box-sizing: border-box;
  height: 60px;
  background-color: rgba(173, 158, 141, 0.15);
  font-family: "EgyptienneFLTW01-65Bold", Times, serif;
}

.CustomValidatorCalloutStyle {
  display: none;
}

.frm input.invalid {
  border: solid 1px #e23838;
}

p.invalid {
  clear: both;
  color: #fff;
  background: rgba(226, 56, 56, 0.1);
  padding: 5px 10px;
  margin: 0;
}

.invalid select {
  border-color: #9b1335;
}

.frm label, .frm span {
  position: absolute;
  top: 8px;
  left: 14px;
  margin: 0;
  font-size: 11px;
  color: #ad9e8d;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.25s ease;
}

.frm input:focus, .frm select:focus, .frm textarea:focus {
  border: solid 1px rgba(146, 168, 167, 0.75);
}

.frm-disclaimer {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.frm-disclaimer p {
  font-size: 16px;
  display: inline-block;
  line-height: 1.3em;
  margin: 0;
}

.nofloat {
  clear: both;
}

.frm25 {
  width: 25%;
}

.frm30 {
  width: 30%;
}

.frm50 {
  width: 50%;
}

.frm70 {
  width: 70%;
}

.clear:after {
  clear: both;
  float: none;
  content: "";
}

.pnlWarnung, .pnlHinweis {
  position: relative;
  background-color: #92a8a7;
  color: #fff;
  padding: 10px 10px 10px 50px;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}

.pnlWarnung p, .pnlHinweis p {
  margin: 0;
}

.pnlWarnung {
  background-color: #9b1335;
}

.pnlWarnung:after, .pnlHinweis:after {
  color: #fff;
  font-family: "wsc";
  content: "\f05a";
  position: absolute;
  left: 15px;
  top: 10px;
  display: inline-block;
  font-size: 24px;
  line-height: 1em;
  width: 50px;
  height: 50px;
}

.pnlWarnung:after {
  content: "\f071";
}

/* Checkbox Design */
.chkbox {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  background-color: rgba(173, 158, 141, 0.15);
}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(173, 158, 141, 0.15);
}

.checkmark.radio {
  border-radius: 50%;
}

.chkbox:hover input ~ .checkmark {
  background-color: #e0e0e0;
}

.chkbox input:checked ~ .checkmark {
  background-color: #ad9e8d;
}

.chkbox.invalid .checkmark {
  background-color: #e23838;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox input:checked ~ .checkmark:after {
  display: inline-block;
}

.chkbox .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn {
  display: inline-block;
  background-color: #ad9e8d;
  color: white;
  padding: 1rem 2rem;
  margin: 1rem 0;
  transition: all 0.5s;
}
.btn:hover {
  background-color: #5a4f3a;
  color: white;
  transition: all 0.5s;
}

/*#endregion*/
.popupClose {
  position: absolute;
  top: 10px;
  width: 24px;
  height: 24px;
  right: 8px;
  background: transparent;
  border: 0 none;
  cursor: pointer;
}
.popupClose:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: 1rem;
  width: 100%;
  color: #fff;
  display: inline-block;
}
