/*==================================================
 * LAYOUT
 * ================================================*/
html {
  font-size: 100%; /* DO NOT CHANGE */
  line-height: 1.563em; /* DO NOT CHANGE */
  color: #32312F;
  overflow-y: initial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  background-color: #fff;
  margin: 0px;
  margin: 0px;
}

body {
  width: 100%;
}

p {
  margin: 0px;
}

p + p,
p + ul,
ul + p {
  margin-top: 1em;
}

strong, b {
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: 400;
}

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

figure {
  margin: 0px;
}

a {
  color: #B40000;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

a:hover {
  color: #B40000;
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a img {
  border: 0px;
}

em, i {
  font-style: italic;
}

hr {
  border: 0px;
  height: 1px;
  width: 100%;
  background-color: #B40000;
}

form hr {
  margin: 19px 0px 49px 0px;
  margin: 1.188rem 0px 3.063rem 0px;
}

fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

.caption {
  color: #B40000;
  font-family: 'silkabold', Arial, sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.813rem;
  letter-spacing: 0;
  line-height: 1.846em;
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
}


/*==================================================
 * HELPER CLASSES
 * ================================================*/
.text-hidden {
  font-size: 0px;
  text-indent: -9999em;
  color: transparent;
  height: 0px;
  display: block;
  overflow: hidden;
  float: left;
}


/*==================================================
 * HEADLINES
 * ================================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #32312F;
  font-family: 'silkabold', Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0.655em;
}

h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.200em;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

h2 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.333em;
  letter-spacing: -0.015em;
  margin-bottom: 19px;
}

h3 {
  color: #51505A;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.154em;
  margin-bottom: 24px;
  margin-bottom: 0.923em;
}

h4 {
  color: #51505A;
  font-size: 21px;
  font-size: 1.313rem;
  line-height: 1.048em;
}

h5 {
  color: #51505A;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.200em;
  margin-bottom: 0.920em;
}

h6 {
  color: #51505A;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.200em;
}

/* 768 px */
@media all and (min-width: 48.000em) {
  h1 {
    font-size: 45px;
    font-size: 2.813rem;
  }

  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}


/*==================================================
 * HEADLINE STYLES
 * ================================================*/
.h1-style,
.h2-style,
.h3-style,
.h4-style,
.h5-style,
.h6-style {
  color: #32312F;
  font-family: 'silkabold', Arial, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 0.655em;
}

.h1-style {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.200em;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.h2-style {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.333em;
  letter-spacing: -0.015em;
  margin-bottom: 19px;
}

.h3-style {
  color: #51505A;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.154em;
  margin-bottom: 24px;
  margin-bottom: 0.923em;
}

.h4-style {
  color: #51505A;
  font-size: 21px;
  font-size: 1.313rem;
  line-height: 1.048em;
}

.h5-style {
  color: #51505A;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.200em;
  margin-bottom: 0.920em;
}

.h6-style {
  color: #51505A;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.200em;
}

/* 768 px */
@media all and (min-width: 48.000em) {
  .h1-style {
    font-size: 45px;
    font-size: 2.813rem;
  }

  .h2-style {
    font-size: 30px;
    font-size: 1.875rem;
  }
}


/*==================================================
 * ADDITIONAL HEADER STYLES
 * ================================================*/
h1 strong, .h1-style strong,
h2 strong, .h2-style strong,
h3 strong, .h3-style strong,
h4 strong, .h4-style strong,
h5 strong, .h5-style strong,
h6 strong, .h6-style strong {
  color: #B40000;
}

.subheader {
  color: #B40000;
  font-family: 'basier_circle_monoregular', "Courier New", serif;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 17px;
  font-size: 1.063rem;
  line-height: 1.176em;
  margin-bottom: 20px;
}

.subheader a {
  text-decoration: underline;
}


/*==================================================
 * ADDITIONAL STYLES
 * ================================================*/
.highlighted {
  color: #FFFFFF;
  text-shadow: 1px 1px #C89E66, -1px -1px #C89E66;
  font-family: 'Value Serif Pro', 'Georgia', 'Times New Roman', serif;
  font-size: 45.78px;
  font-size: 2.861rem;
  line-height: 1.180em;
}

@supports (-webkit-text-stroke: 1px #C89E66) {
  .highlighted {
    color: transparent;
    text-shadow: none;
  }
}

.text-s {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375em;
}

.text-xs {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.286em;
}

/* 768 px */
@media all and (min-width: 48.000em) {
  .highlighted {
    font-size: 50px;
    font-size: 3.125rem;
  }

  .text-l {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.320em;
  }
}

/* 1280px */
@media only screen and (min-width: 80.000em) {
  .highlighted {
    font-size: 57.22px;
    font-size: 3.576rem;
    line-height: 1.084em;
  }

  .text-l {
    font-size: 25px;
    font-size: 1.563rem;
  }
}


/*==================================================
 * BACKGROUND COLORS
 * ================================================*/
.bg-gray {
  background-color: #EEEEEE;
}

.bg-blue {
  background-color: #028ec3;
}

.bg-blue * {
  color: #ffffff;
}


/*==================================================
 * DISABLE TELEPHONE LINKS ON DESCTOP
 * ================================================*/
/* 1024px */
@media all and (min-width: 64.000em) {
  a[href^=tel],
  a.phone {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }

  a.phone:after {
    display: none;
  }
}


/*==================================================
 * TABLES
 * ================================================*/
table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.188em;
}

table th,
table td {
  font-family: inherit;
  vertical-align: top;
  text-align: left;
  padding: 7px 5px;
  padding: 0.438rem 0.313rem;
}

table th {
  color: #51505A;
  font-size: 10.5px;
  font-size: 0.656rem;
  font-weight: bold;
  letter-spacing: 0.038em;
  line-height: 1.524em;
  text-transform: none;
}

table thead th {
  vertical-align: bottom;
}

/*==================================================
 * TABLES RESPONSIVE
 * ================================================*/
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}


/*==================================================
 * LISTS
 * ================================================*/

/* Unordered and ordered list
 * ----------------------------------------------- */
ul,
ol {
  padding: 0px;
  margin: 0px;
}

ul li,
ol li {
  position: relative;
  padding-left: 20px;
}

ul ul li:last-child,
ol ol li:last-child {
  margin-bottom: 0px;
}


/* Ordered list
 * ----------------------------------------------- */
ol {
  padding-left: 20px;
}
/*ol {
  counter-reset: list-counter;
  margin-top: 5px;
  margin-top: 0.313rem;
}

ol li {
  margin-left: 42px;
  margin-left: 2.625rem;
}

ol li:before {
  content: counter(list-counter) ".";
  counter-increment: list-counter;
  position: absolute;
  left: 15px;
  left: 0.938rem;
  top: 5px;
  top: 0.313rem;
}*/

/* 768px */
@media all and (min-width: 48.000em) {
  ul,
  ol {
    margin-top: 5px;
    margin-top: 0.313rem;
  }

  ul li,
  ol li {
    margin-bottom: 3px;
    margin-bottom: 0.188rem;
  }
}


/* Unordered list
 * ----------------------------------------------- */
ul {
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 0px;
}

ul li:before {
  content: '» ';
}


/* List big
 * ----------------------------------------------- */
ul.list-big li,
ol.list-big li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.700em;
}

ul.list-big li:before,
ol.list-big li:before {
  top: 5px;
  top: 0.313rem;
}


/* Navigation
 * ----------------------------------------------- */
ul.nav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

ul.nav li:before {
  display: none;
}

ul.nav li {
  margin: 0px;
  padding: 0px;
}


/*==================================================
 * MASKS
 * ================================================*/
.mask-light,
.mask-light h1, .mask-light .h1-style,
.mask-light h2, .mask-light .h2-style,
.mask-light h3, .mask-light .h3-style,
.mask-light h4, .mask-light .h4-style,
.mask-light h5, .mask-light .h5-style,
.mask-light h6, .mask-light .h6-style,
.mask-light p {
  color: #FFFFFF !important;
}


/*==================================================
 * ALERT BOX
 * ================================================*/
.alert-box {
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.563em;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alert-box li:before {
  top: 11px;
}

.alert-box.success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-box.success a {
  color: #3c763d;
}

.alert-box.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-box.info a {
  color: #31708f;
}

.alert-box.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-box.error a {
  color: #8a6d3b;
}

.alert-box.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-box.error a {
  color: #a94442;
}

.alert-box.error ul:not(.mm-listview) li {
  background-image: url('/fileadmin/layout/images/circle.png');
  background-size: 9px;
  background-repeat: no-repeat;
  list-style-type: none;
  margin-left: 15px;
  background-position: 1px 4px;
}

.alert-box.error ul {
  margin: 0px;
  margin: 0px 0px 0px 0px;
}


/*==================================================
 * ERROR LIST
 * ================================================*/
.error-list li {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.286em;
  color: #B40000;
}

.error-list li:before {
  background-size: 16px;
  background-size: 1rem;
  background-image: url('/typo3conf/ext/pf_theme/Resources/Public/Images/icons/close/close-pink.svg');
}


/*==================================================
 * ACCESSIBILITY
 * ================================================*/
.secret {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

a.jump:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  overflow: hidden;
  display: inline-block;
  margin: 10px 15px;
  background-color: #bea862;
  font-size: 1.500em;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  z-index: 1100;
}

/*==================================================
 * FORMS
 * ================================================*/
input,
select,
textarea,
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6f6f7;
  background-color: rgba(81, 80, 90, 0.05);
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #51505A;
  color: rgba(81, 80, 90, 1);
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  height: 36px;
  line-height: 1.375em;
  letter-spacing: 0;
  margin: 0px;
  padding: 10px 16px 9px 16px;
  resize: none;
  text-align: left;
  width: 100%;
}

.form-control-secondary {
  background-color: transparent !important;
  border: 1px solid #f6f6f7;
  border: 1px solid rgba(81, 80, 90, 0.2);
}

textarea {
  height: auto;
}

textarea {
  min-height: 146px;
}

input[type='submit'] {
  width: auto;
}

.form-group {
  position: relative;
  display: block;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

form label,
.form-label,
legend {
  font-family: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.286em;
  text-align: left;
  display: block;
  margin-top: 0px;
  margin-bottom: 8px;
}

form label .note,
.form-label .note {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.286em;
  display: block;
  font-weight: normal;
}

legend.h1-style,
legend.h2-style,
legend.h3-style {
  margin-bottom: 45px;
}

legend.h4-style,
legend.h5-style,
legend.h6-style {
  margin-bottom: 22px;
}

/* 768 px */
@media all and (min-width: 48.000em) {
  input,
  select,
  textarea,
  .form-control {
    height: 40px;
    height: 2.500rem;
  }
}

/* FORM: ERROR
 * ================================================*/
.form-control.f3-form-error {
  border: 1px solid #B40000;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-image: url('../Images/icons/functions/error.png');
  background-image: linear-gradient(transparent, transparent),
  url('../Images/icons/functions/error.svg');
}

.selectric-f3-form-error .selectric {
  border: 1px solid #B40000;
  background-color: #FFFFFF;
}

.form-error-msg {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.286em;
  color: #B40000;
}

.form-group .form-error-msg {
  position: relative;
  display: block;
  top: 100%;
  left: 0px;
  width: 100%;
  padding: 4px 0px;
  padding: 0.250rem 0px;
}


/* Combined form groups
 * ================================================*/
.form-groups-combined {
  margin: 0 -5px;
  margin-bottom: 16px;
}

.form-groups-combined > .inner {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.form-groups-combined .form-group {
  display: table-cell;
  vertical-align: bottom;
  padding: 0px 5px;
}


/* File upload
 * ================================================*/
.custom-file-upload input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.custom-file-upload input:focus + span {
  outline: 1px dotted #000000;
  outline: -webkit-focus-ring-color auto 5px;
  border-radius: 0.429em;
}

.custom-file-upload ul {
  padding: 0px;
  margin: 20px 0px 0px;
  border: 0px;
}

.custom-file-upload ul li:before {
  display: none !important;
}

.custom-file-upload ul li {
  position: relative;
  padding: 10px 10px;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375em;
  border: 1px solid #eaeaeb;
  border: 1px solid rgba(81, 80, 90, 0.12);
  -webkit-border-radius: 0.500em;
  -moz-border-radius: 0.500em;
  border-radius: 0.500em;
}

.custom-file-upload ul li button {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -12px;
  border: 0px;
  outline: none;
  font-size: 0px;
  color: transparent;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../Images/icons/close/close.png');
  background-image: linear-gradient(transparent, transparent),
  url('../Images/icons/close/close.svg');
}


/* Animated label
 * ================================================*/
.js .animated-label {
  margin-top: 13px;
}

.js .animated-label .form-label {
  font-family: "GT Walsheim Regular", Arial, sans-serif;
  position: absolute;
  padding: 0px 20px;
  left: 0px;
  top: 0px;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  color: #A5A5A5;
}

.js .focused .form-label {
  transform: translateY(-125%);
  font-size: .75em;
}

.js .animated-label input,
.js .animated-label textarea {
  position: relative;
  width: 100%;
  outline: 0;
  border: 0;
  transition: box-shadow 150ms ease-out;
}


/* Layout Radiboxes and checkboxes
 * ================================================*/
.radiobox-element,
.checkbox-element,
.radiobox-element > .input,
.checkbox-element > .input,
.radiobox-element input,
.checkbox-element input {
  height: 20px;
}

.radioboxes.horizontal,
.checkboxes.horizontal {
  margin: 0 -5px;
}

.radioboxes.horizontal .radiobox-element,
.checkboxes.horizontal .checkbox-element {
  display: inline-block;
  margin: 0px 5px 0px;
}

.radioboxes.vertical .radiobox-element,
.checkboxes.vertical .checkbox-element {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.radiobox-element,
.checkbox-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 34px;
  margin: 0px 0px 4px 0px;
  display: inline-block;
  font-weight: normal;
}

.radiobox-element > .input,
.checkbox-element > .input {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  top: -1px;
  left: 1px;
  background: transparent;
  border: 0px;
  outline: none;
  margin-top: 1px;
  margin-top: 0.063rem;
  height: 20px;
}

.radiobox-element > .label,
.checkbox-element > .label {
  display: inline-block;
  color: #51505A;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.375em;
}


/* Styling Checkbox
 * ================================================*/
input[type="checkbox"] {
  background-color: transparent;
  padding: 0px;
  outline: none;
}

input[type="checkbox"]:after {
  cursor: pointer;
  position: relative;
  display: block;
  left: 0px;
  top: 0px;
  width: 19px;
  height: 17px;
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #32312F;
}

input[type="checkbox"]:checked:after,
input[type="checkbox"]:not(:disabled):checked:hover:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY2MDE4MEZFQThDRDExRUFCMEVFRjFCOTYxQjU3ODFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY2MDE4MEZGQThDRDExRUFCMEVFRjFCOTYxQjU3ODFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjYwMTgwRkNBOENEMTFFQUIwRUVGMUI5NjFCNTc4MUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjYwMTgwRkRBOENEMTFFQUIwRUVGMUI5NjFCNTc4MUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7EEv+RAAANK0lEQVR42uzZ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');
  background-size: 9px;
  background-color: #B40000;
  border-color: #B40000;
}

input[type="checkbox"]:disabled:after {
  -webkit-filter: opacity(0.4);
}

input[type="checkbox"]:not(:disabled):hover:after {
  width: 19px;
  height: 17px;
}

input[type="checkbox"]:not(:disabled):hover:before {
  border-color: #3D7591;
}


/*==================================================
 * PLACEHOLDER
 * ================================================*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333;
  opacity: 0.4;
  font-weight: normal;
  font-size: 1em;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
  opacity: 0.4;
  font-weight: normal;
  font-size: 1em;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #333333;
  opacity: 0.4;
  font-weight: normal;
  font-size: 1em;
}

:-moz-placeholder { /* Firefox 18- */
  color: #333333;
  opacity: 0.4;
  font-weight: normal;
  font-size: 1em;
}


/*==================================================
 * Contact Form 7
 * ================================================*/
.wpcf7-form label {
  color: #32312f;
  cursor: pointer;
  margin: 0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  color: #32312f;
  background-color: transparent;
  border-bottom: 1px solid #B6B6B6;
  margin-bottom: 20px;
  padding: 0;
  outline: none;
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-bottom-color: #32312f !important;
}

.wpcf7-form select {
  background: url('../images/icons/select/select.svg') no-repeat center right 20px;
  background-size: 12px 6px;
}

.wpcf7-form textarea {
  margin-top: 9px;
}

.wpcf7-not-valid {
  border-bottom-color: #B40000 !important;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  border-width: 1px;
  margin: 40px 0 0;
  padding: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #B40000;
}


/*==================================================
 * BUTTONS
 * ================================================*/
.btn,
[class^='btn'],
.btn *,
[class^='btn'] * {
  border: 1px solid #B40000;
  border-radius: 0px;
  background-color: #B40000;
  background-size: auto 100%;
  background-repeat: repeat-x;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "basier_circle_monobold", "Courier New", serif;
  letter-spacing: 0em;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-size: 0.938rem;
  height: auto; /* overrides input styling */
  line-height: 1.286em;
  margin: 0px;
  outline: none;
  outline: none;
  padding: 8px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.btn:hover, .btn:focus,
[class^='btn']:hover, [class^='btn']:focus,
.btn:hover *, .btn:focus *,
[class^='btn']:hover *, [class^='btn']:focus * {
  text-decoration: none;
  background-color: #32312F;
  border: 1px solid #32312F;
  color: #FFFFFF;
}


/*==================================================
 * BTN INVERTED
 * ================================================*/
.btn-inverted,
[class^='btn-inverted'] {
  background-color: #FFFFFF;
  color: #B40000;
}


/*==================================================
 * BTN MORE
 * ================================================*/
.btn-more,
[class^='btn-more'] {
  padding-right: 45px;
  background-image: url('../images/icons/arrow/icon-arrow-right-white.svg');
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px 14px;
}

.btn-inverted.btn-more {
  background-image: url('../images/icons/arrow/icon-arrow-right.svg');
}

.btn-inverted.btn-more:hover {
  background-image: url('../images/icons/arrow/icon-arrow-right-white.svg');
}


/*==================================================
 * BTN INPUT
 * ================================================*/
.btn *,
[class^='btn'] * {
  background: none !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
  height: auto !important;
}


/*==================================================
 * BTN FUNCTIONAL
 * ================================================*/
.btn-delete,
.btn-download {
  color: #51505A;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.286em;
  padding: 2px 7px 2px 27px;
  background-size: 16px;
  border: 1px solid #51505A;
  border-radius: 4px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 3px center;
  background-image: url('../Images/icons/functions/trash.png');
  background-image: linear-gradient(transparent, transparent),
  url('../Images/icons/functions/trash.svg');
}

.btn-download {
  background-image: url('../Images/icons/functions/file.png');
  background-image: linear-gradient(transparent, transparent),
  url('../Images/icons/functions/file.svg');
}

.btn-download:hover {
  background-image: url('../Images/icons/functions/file-white.png');
  background-image: linear-gradient(transparent, transparent),
  url('../Images/icons/functions/file-white.svg');
}

.btn-delete:before,
.btn-download:before {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .btn-delete {
    background-image: url('../Images/icons/functions/trash@2x.png');
    background-image: linear-gradient(transparent, transparent),
    url('../Images/icons/functions/trash.svg');
  }

  .btn-download {
    background-image: url('../Images/icons/functions/file@2x.png');
    background-image: linear-gradient(transparent, transparent),
    url('../Images/icons/functions/file.svg');
  }

  .btn-download:hover {
    background-image: url('../Images/icons/functions/file-white@2x.png');
    background-image: linear-gradient(transparent, transparent),
    url('../Images/icons/functions/file-white.svg');
  }
}


/*==================================================
 * BTN ICONS
 * ================================================*/
.btn-magnifier:before {
  display: none;
}

.btn-magnifier:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  width: 1rem;
  height: 1rem;
  background-image: url('../Images/icons/functions/search-bar-white.svg');
  background-repeat: no-repeat;
  margin-left: 11px;
  margin-left: 0.688rem;
  margin-bottom: -2px;
  margin-bottom: -0.125rem;
}


/*==================================================
 * LINKS
 * ================================================*/
[class*='link-'] {
  font-family: "basier_circle_monobold", "Courier New", serif;
  letter-spacing: 0em;
  font-size: 15px;
  font-size: 0.938rem;
  color: #B40000;
  font-weight: normal;
  line-height: 1.200em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  width: auto;
  display: inline-block !important;
  border: 0px;
  outline: none;
  padding: 0px 27px 0px 0px;
  background-position: left center;
  background-color: transparent;
}

[class*='link-']:hover {
  text-decoration: none;
  color: inherit;
}

[class*='link-']:before,
[class*='link-']:before {
  content: "";
  display: block;
  height: 20px;
  height: 1.250rem;
  width: 20px;
  width: 1.250rem;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -8px;
  background-repeat: no-repeat;
}

.link-more:before {
  background-image: url('../images/icons/arrow/icon-arrow-right.svg');
}

.link-more:hover:before {
  background-image: url('../images/icons/arrow/icon-arrow-right-black.svg');
}

.link-download:before {
  background-image: url('../images/icons/arrow/icon-arrow-right.svg');
}


/*==================================================
 * PAGINATION
 * ================================================*/
.pagination {
  margin-bottom: 50px;
  overflow: hidden;
}

.pagination.center {
  text-align: center;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.pagination.center ul {
  list-style: none;
  left: 50%;
  text-align: center;
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}

.pagination.center li {
  right: 50%;
  display: block;
  float: left;
  list-style: none;
  margin: 1px;
  padding: 0;
  position: relative;
  right: 50%;
  padding: 3px;
}

.pagination ul {
  margin: 0 -5px;
}

.pagination li:before {
  display: none;
}

.pagination li {
  padding: 5px;
  float: left;
  position: relative;
}

.pagination li span,
.pagination li a {
  width: 30px;
  height: 40px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #E6E3DD;
  font-weight: 700;
  text-decoration: none;
  font-family: 'basier_circle_monobold', "Courier New", serif;
  font-weight: normal;
  font-size: 17px;
  font-size: 1.063rem;
}

.pagination li.current span,
.pagination li.current a,
.pagination li a:hover,
.pagination li a:focus {
  color: #B40000;
}

.pagination li.current a:after,
.pagination li.current span:after,
.pagination li:hover a:after,
.pagination li:hover span:after {
  content: "";
  height: 2px;
  width: 20px;
  background-color: #B40000;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 0px;
}

.pagination li.summary span {
  white-space: nowrap;
}

.pagination li.summary span:after {
  display: none !important;
}

/* 768 px */
@media screen and (min-width: 48.000em) {
  .pagination li span,
  .pagination li a {
    width: 40px;
  }
}


/*==================================================
 * DOTS
 * ================================================*/
.dots {
  margin-bottom: 50px;
  overflow: hidden;
}

.dots.center ul {
  list-style: none;
  left: 50%;
  text-align: center;
  clear: left;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}

.dots.center li {
  right: 50%;
  display: block;
  float: left;
  list-style: none;
  margin: 1px;
  padding: 0;
  position: relative;
  right: 50%;
  padding: 3px;
}

.dots li {
  display: inline-block;
}

.dots li:before {
  display: none !important;
}

.dots a,
.dots span {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background-color: #E6E3DD;
  font-size: 0px;
  color: transparent;
}

.dots .current a,
.dots .current span,
.dots a:hover,
.dots span:hover {
  background-color: #B40000;
}


/*==================================================
 * BOX HOVER EFFEKT
 * ================================================*/
.effect-boxoverlay a:before,
.effect-boxoverlay a:after {
  display: none;
}

.effect-boxoverlay:after {
  content: "";
  opacity: 0;
  position: absolute;
  padding: 0px;
  background-color: #FFFFFF;
  border: 1px solid #333333;
  outline: 5px solid #FFFFFF;
  z-index: -1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 39px;
  left: -26px;
  bottom: -26px;
  width: 96%;
}

/* 768 px */
@media all and (min-width: 48.000em) {
  .effect-boxoverlay:hover:after {
    opacity: 1;
  }
}


/*==================================================
 * YOUTUBE VIDEOS
 * ================================================*/
.youtube {
  margin: 0 auto;
  max-width: 800px;
}


/*==================================================
 * VIDEO ITEM
 * ================================================*/
.video-poster:after {
  display: block;
  content: "";
  background-image: url('../Images/ui/play-btn.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
}


/*==================================================
 * IFRAME COOKIE NOTES
 * ================================================*/
.iframe-container {
  position: relative;
  width: 100%;
  height: 480px;
}

.iframe-cookie-note {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #ededed;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
}

.iframe-cookie-note > .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.286em;
}

.iframe-cookie-note ~ iframe:not([src]),
.iframe-cookie-note ~ iframe[src=''] {
  display: none !important;
}


