/* signika-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Signika';
  font-style: normal;
  font-weight: 300;
  src: url('/Template/Public/Fonts/Signika/signika-v25-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* signika-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: url('/Template/Public/Fonts/Signika/signika-v25-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* signika-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Signika';
  font-style: normal;
  font-weight: 600;
  src: url('/Template/Public/Fonts/Signika/signika-v25-latin-600.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('/Template/Public/Fonts/Roboto_Slab/roboto-slab-v25-latin-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('/Template/Public/Fonts/Roboto_Slab/roboto-slab-v25-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('/Template/Public/Fonts/Roboto_Slab/roboto-slab-v25-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*
 * @author m.wegner@remind.de
 * entspricht der bootstrap.less aus der vorgefertigten LESS-Version von bootstrap
 * nicht benötigte Styles wurden auskommentiert
 * zusätzliche Dateien zum überschreiben von variablen
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #2d3b06;
  background-color: #eeeeee;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: rgba(150, 137, 51, 0.8);
  text-decoration: none;
}
a:hover,
a:focus {
  color: rgba(93, 85, 32, 0.8);
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14 {
  float: left;
}
.col-xs-14 {
  width: 100%;
}
.col-xs-13 {
  width: 92.85714286%;
}
.col-xs-12 {
  width: 85.71428571%;
}
.col-xs-11 {
  width: 78.57142856999999%;
}
.col-xs-10 {
  width: 71.42857143000001%;
}
.col-xs-9 {
  width: 64.28571429%;
}
.col-xs-8 {
  width: 57.14285714%;
}
.col-xs-7 {
  width: 50%;
}
.col-xs-6 {
  width: 42.85714286%;
}
.col-xs-5 {
  width: 35.71428571%;
}
.col-xs-4 {
  width: 28.57142857%;
}
.col-xs-3 {
  width: 21.42857143%;
}
.col-xs-2 {
  width: 14.28571429%;
}
.col-xs-1 {
  width: 7.14285714%;
}
.col-xs-pull-14 {
  right: 100%;
}
.col-xs-pull-13 {
  right: 92.85714286%;
}
.col-xs-pull-12 {
  right: 85.71428571%;
}
.col-xs-pull-11 {
  right: 78.57142856999999%;
}
.col-xs-pull-10 {
  right: 71.42857143000001%;
}
.col-xs-pull-9 {
  right: 64.28571429%;
}
.col-xs-pull-8 {
  right: 57.14285714%;
}
.col-xs-pull-7 {
  right: 50%;
}
.col-xs-pull-6 {
  right: 42.85714286%;
}
.col-xs-pull-5 {
  right: 35.71428571%;
}
.col-xs-pull-4 {
  right: 28.57142857%;
}
.col-xs-pull-3 {
  right: 21.42857143%;
}
.col-xs-pull-2 {
  right: 14.28571429%;
}
.col-xs-pull-1 {
  right: 7.14285714%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-14 {
  left: 100%;
}
.col-xs-push-13 {
  left: 92.85714286%;
}
.col-xs-push-12 {
  left: 85.71428571%;
}
.col-xs-push-11 {
  left: 78.57142856999999%;
}
.col-xs-push-10 {
  left: 71.42857143000001%;
}
.col-xs-push-9 {
  left: 64.28571429%;
}
.col-xs-push-8 {
  left: 57.14285714%;
}
.col-xs-push-7 {
  left: 50%;
}
.col-xs-push-6 {
  left: 42.85714286%;
}
.col-xs-push-5 {
  left: 35.71428571%;
}
.col-xs-push-4 {
  left: 28.57142857%;
}
.col-xs-push-3 {
  left: 21.42857143%;
}
.col-xs-push-2 {
  left: 14.28571429%;
}
.col-xs-push-1 {
  left: 7.14285714%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-14 {
  margin-left: 100%;
}
.col-xs-offset-13 {
  margin-left: 92.85714286%;
}
.col-xs-offset-12 {
  margin-left: 85.71428571%;
}
.col-xs-offset-11 {
  margin-left: 78.57142856999999%;
}
.col-xs-offset-10 {
  margin-left: 71.42857143000001%;
}
.col-xs-offset-9 {
  margin-left: 64.28571429%;
}
.col-xs-offset-8 {
  margin-left: 57.14285714%;
}
.col-xs-offset-7 {
  margin-left: 50%;
}
.col-xs-offset-6 {
  margin-left: 42.85714286%;
}
.col-xs-offset-5 {
  margin-left: 35.71428571%;
}
.col-xs-offset-4 {
  margin-left: 28.57142857%;
}
.col-xs-offset-3 {
  margin-left: 21.42857143%;
}
.col-xs-offset-2 {
  margin-left: 14.28571429%;
}
.col-xs-offset-1 {
  margin-left: 7.14285714%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
    float: left;
  }
  .col-sm-14 {
    width: 100%;
  }
  .col-sm-13 {
    width: 92.85714286%;
  }
  .col-sm-12 {
    width: 85.71428571%;
  }
  .col-sm-11 {
    width: 78.57142856999999%;
  }
  .col-sm-10 {
    width: 71.42857143000001%;
  }
  .col-sm-9 {
    width: 64.28571429%;
  }
  .col-sm-8 {
    width: 57.14285714%;
  }
  .col-sm-7 {
    width: 50%;
  }
  .col-sm-6 {
    width: 42.85714286%;
  }
  .col-sm-5 {
    width: 35.71428571%;
  }
  .col-sm-4 {
    width: 28.57142857%;
  }
  .col-sm-3 {
    width: 21.42857143%;
  }
  .col-sm-2 {
    width: 14.28571429%;
  }
  .col-sm-1 {
    width: 7.14285714%;
  }
  .col-sm-pull-14 {
    right: 100%;
  }
  .col-sm-pull-13 {
    right: 92.85714286%;
  }
  .col-sm-pull-12 {
    right: 85.71428571%;
  }
  .col-sm-pull-11 {
    right: 78.57142856999999%;
  }
  .col-sm-pull-10 {
    right: 71.42857143000001%;
  }
  .col-sm-pull-9 {
    right: 64.28571429%;
  }
  .col-sm-pull-8 {
    right: 57.14285714%;
  }
  .col-sm-pull-7 {
    right: 50%;
  }
  .col-sm-pull-6 {
    right: 42.85714286%;
  }
  .col-sm-pull-5 {
    right: 35.71428571%;
  }
  .col-sm-pull-4 {
    right: 28.57142857%;
  }
  .col-sm-pull-3 {
    right: 21.42857143%;
  }
  .col-sm-pull-2 {
    right: 14.28571429%;
  }
  .col-sm-pull-1 {
    right: 7.14285714%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-14 {
    left: 100%;
  }
  .col-sm-push-13 {
    left: 92.85714286%;
  }
  .col-sm-push-12 {
    left: 85.71428571%;
  }
  .col-sm-push-11 {
    left: 78.57142856999999%;
  }
  .col-sm-push-10 {
    left: 71.42857143000001%;
  }
  .col-sm-push-9 {
    left: 64.28571429%;
  }
  .col-sm-push-8 {
    left: 57.14285714%;
  }
  .col-sm-push-7 {
    left: 50%;
  }
  .col-sm-push-6 {
    left: 42.85714286%;
  }
  .col-sm-push-5 {
    left: 35.71428571%;
  }
  .col-sm-push-4 {
    left: 28.57142857%;
  }
  .col-sm-push-3 {
    left: 21.42857143%;
  }
  .col-sm-push-2 {
    left: 14.28571429%;
  }
  .col-sm-push-1 {
    left: 7.14285714%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-14 {
    margin-left: 100%;
  }
  .col-sm-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-sm-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-sm-offset-11 {
    margin-left: 78.57142856999999%;
  }
  .col-sm-offset-10 {
    margin-left: 71.42857143000001%;
  }
  .col-sm-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-sm-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-sm-offset-7 {
    margin-left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-sm-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-sm-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-sm-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-sm-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-sm-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14 {
    float: left;
  }
  .col-md-14 {
    width: 100%;
  }
  .col-md-13 {
    width: 92.85714286%;
  }
  .col-md-12 {
    width: 85.71428571%;
  }
  .col-md-11 {
    width: 78.57142856999999%;
  }
  .col-md-10 {
    width: 71.42857143000001%;
  }
  .col-md-9 {
    width: 64.28571429%;
  }
  .col-md-8 {
    width: 57.14285714%;
  }
  .col-md-7 {
    width: 50%;
  }
  .col-md-6 {
    width: 42.85714286%;
  }
  .col-md-5 {
    width: 35.71428571%;
  }
  .col-md-4 {
    width: 28.57142857%;
  }
  .col-md-3 {
    width: 21.42857143%;
  }
  .col-md-2 {
    width: 14.28571429%;
  }
  .col-md-1 {
    width: 7.14285714%;
  }
  .col-md-pull-14 {
    right: 100%;
  }
  .col-md-pull-13 {
    right: 92.85714286%;
  }
  .col-md-pull-12 {
    right: 85.71428571%;
  }
  .col-md-pull-11 {
    right: 78.57142856999999%;
  }
  .col-md-pull-10 {
    right: 71.42857143000001%;
  }
  .col-md-pull-9 {
    right: 64.28571429%;
  }
  .col-md-pull-8 {
    right: 57.14285714%;
  }
  .col-md-pull-7 {
    right: 50%;
  }
  .col-md-pull-6 {
    right: 42.85714286%;
  }
  .col-md-pull-5 {
    right: 35.71428571%;
  }
  .col-md-pull-4 {
    right: 28.57142857%;
  }
  .col-md-pull-3 {
    right: 21.42857143%;
  }
  .col-md-pull-2 {
    right: 14.28571429%;
  }
  .col-md-pull-1 {
    right: 7.14285714%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-14 {
    left: 100%;
  }
  .col-md-push-13 {
    left: 92.85714286%;
  }
  .col-md-push-12 {
    left: 85.71428571%;
  }
  .col-md-push-11 {
    left: 78.57142856999999%;
  }
  .col-md-push-10 {
    left: 71.42857143000001%;
  }
  .col-md-push-9 {
    left: 64.28571429%;
  }
  .col-md-push-8 {
    left: 57.14285714%;
  }
  .col-md-push-7 {
    left: 50%;
  }
  .col-md-push-6 {
    left: 42.85714286%;
  }
  .col-md-push-5 {
    left: 35.71428571%;
  }
  .col-md-push-4 {
    left: 28.57142857%;
  }
  .col-md-push-3 {
    left: 21.42857143%;
  }
  .col-md-push-2 {
    left: 14.28571429%;
  }
  .col-md-push-1 {
    left: 7.14285714%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-14 {
    margin-left: 100%;
  }
  .col-md-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-md-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-md-offset-11 {
    margin-left: 78.57142856999999%;
  }
  .col-md-offset-10 {
    margin-left: 71.42857143000001%;
  }
  .col-md-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-md-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-md-offset-7 {
    margin-left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-md-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-md-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-md-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-md-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-md-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14 {
    float: left;
  }
  .col-lg-14 {
    width: 100%;
  }
  .col-lg-13 {
    width: 92.85714286%;
  }
  .col-lg-12 {
    width: 85.71428571%;
  }
  .col-lg-11 {
    width: 78.57142856999999%;
  }
  .col-lg-10 {
    width: 71.42857143000001%;
  }
  .col-lg-9 {
    width: 64.28571429%;
  }
  .col-lg-8 {
    width: 57.14285714%;
  }
  .col-lg-7 {
    width: 50%;
  }
  .col-lg-6 {
    width: 42.85714286%;
  }
  .col-lg-5 {
    width: 35.71428571%;
  }
  .col-lg-4 {
    width: 28.57142857%;
  }
  .col-lg-3 {
    width: 21.42857143%;
  }
  .col-lg-2 {
    width: 14.28571429%;
  }
  .col-lg-1 {
    width: 7.14285714%;
  }
  .col-lg-pull-14 {
    right: 100%;
  }
  .col-lg-pull-13 {
    right: 92.85714286%;
  }
  .col-lg-pull-12 {
    right: 85.71428571%;
  }
  .col-lg-pull-11 {
    right: 78.57142856999999%;
  }
  .col-lg-pull-10 {
    right: 71.42857143000001%;
  }
  .col-lg-pull-9 {
    right: 64.28571429%;
  }
  .col-lg-pull-8 {
    right: 57.14285714%;
  }
  .col-lg-pull-7 {
    right: 50%;
  }
  .col-lg-pull-6 {
    right: 42.85714286%;
  }
  .col-lg-pull-5 {
    right: 35.71428571%;
  }
  .col-lg-pull-4 {
    right: 28.57142857%;
  }
  .col-lg-pull-3 {
    right: 21.42857143%;
  }
  .col-lg-pull-2 {
    right: 14.28571429%;
  }
  .col-lg-pull-1 {
    right: 7.14285714%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-14 {
    left: 100%;
  }
  .col-lg-push-13 {
    left: 92.85714286%;
  }
  .col-lg-push-12 {
    left: 85.71428571%;
  }
  .col-lg-push-11 {
    left: 78.57142856999999%;
  }
  .col-lg-push-10 {
    left: 71.42857143000001%;
  }
  .col-lg-push-9 {
    left: 64.28571429%;
  }
  .col-lg-push-8 {
    left: 57.14285714%;
  }
  .col-lg-push-7 {
    left: 50%;
  }
  .col-lg-push-6 {
    left: 42.85714286%;
  }
  .col-lg-push-5 {
    left: 35.71428571%;
  }
  .col-lg-push-4 {
    left: 28.57142857%;
  }
  .col-lg-push-3 {
    left: 21.42857143%;
  }
  .col-lg-push-2 {
    left: 14.28571429%;
  }
  .col-lg-push-1 {
    left: 7.14285714%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-14 {
    margin-left: 100%;
  }
  .col-lg-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-lg-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-lg-offset-11 {
    margin-left: 78.57142856999999%;
  }
  .col-lg-offset-10 {
    margin-left: 71.42857143000001%;
  }
  .col-lg-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-lg-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-lg-offset-7 {
    margin-left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-lg-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-lg-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-lg-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-lg-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-lg-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #eeeeee;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #85af12;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #2d3b06;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #2d3b06;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-default:focus,
.btn-default.focus {
  color: #2d3b06;
  background-color: #d5d5d5;
  border-color: #aeaeae;
}
.btn-default:hover {
  color: #2d3b06;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #2d3b06;
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #2d3b06;
  background-color: #c3c3c3;
  border-color: #aeaeae;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-default .badge {
  color: #eeeeee;
  background-color: #2d3b06;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: rgba(150, 137, 51, 0.8);
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: rgba(93, 85, 32, 0.8);
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
/*@import "@{bootstrapfolder}button-groups.less";*/
/*@import "@{bootstrapfolder}input-groups.less";*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 25px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: rgba(150, 137, 51, 0.8);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #eeeeee;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #968933;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #eeeeee;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 25px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: rgba(150, 137, 51, 0.8);
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: rgba(112, 102, 38, 0.8);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: rgba(150, 137, 51, 0.8);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #968933;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #2d3b06;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #2d3b06;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #2d3b06;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(150, 137, 51, 0.8);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #968933;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #2d3b06;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #2d3b06;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: rgba(150, 137, 51, 0.8);
}
.navbar-default .navbar-link:hover {
  color: #968933;
}
.navbar-default .btn-link {
  color: rgba(150, 137, 51, 0.8);
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #968933;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #2d3b06;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #968933;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "»\00a0";
  padding: 0 5px;
  color: #968933;
}
.breadcrumb > .active {
  color: #2d3b06;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: rgba(150, 137, 51, 0.8);
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: rgba(93, 85, 32, 0.8);
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/*@import "@{bootstrapfolder}pager.less";*/
/*@import "@{bootstrapfolder}labels.less";*/
/*@import "@{bootstrapfolder}badges.less";*/
/*@import "@{bootstrapfolder}jumbotron.less";*/
/*@import "@{bootstrapfolder}thumbnails.less";*/
/*@import "@{bootstrapfolder}alerts.less";*/
/*@import "@{bootstrapfolder}progress-bars.less";*/
/*@import "@{bootstrapfolder}media.less";*/
/*@import "@{bootstrapfolder}list-group.less";*/
/*@import "@{bootstrapfolder}panels.less";*/
/*@import "@{bootstrapfolder}responsive-embed.less";*/
/*@import "@{bootstrapfolder}wells.less";*/
/*@import "@{bootstrapfolder}close.less";*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/* Colors */
/* Hotfix HZ 22.03. MBC*/
/* Hotfix HZ 22.03. BBC*/
/* Hotfix end */
/* Font family = QTypePro Square Medium */
/* Font family = Meta Serif Pro Book */
/* Font family = Meta Serif Pro Black */
/*** GDA ***/
/* Fontfamily = Utility */
/* Fontfamily = Xenois */
/* Viewports */
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/* Viewports end*/
/* Page frame */
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/* Logo Height */
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/* Headlines */
/*                                      --------------------------------------*/
/* @viewport-sizes:                     lg,   xs;                             */
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/* Headlines end*/
/* Texts */
/*                                      --------------------------------------*/
/* @viewport-sizes:                     lg,   xs;                             */
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/* Numbers */
/*                                      --------------------------------------*/
/* @viewport-sizes:                     lg,   xs;                             */
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/* Navi */
/*                                      --------------------------------------*/
/* @viewport-sizes:                     lg,   xs;                             */
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/* Powermail Form */
/*                                      --------------------------------------*/
/* @viewport-sizes:                     lg,   xs;                             */
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/* Spacers */
/*                                      --------------------------------------*/
/* @viewport-sizes:                     lg,   xs;                             */
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/* Page frame */
/*                                      --------------------------------------*/
/*                                      --------------------------------------*/
/* Grid */
/*                                      --------------------------------------*/
/* @viewport-sizes:                     lg,   xs;                             */
/*                                      --------------------------------------*/
/* Bootstrap overwrite */
/*@navbar-padding-vertical:               ((@navbar-height - @line-height-computed) / 2);*/
/* Components */
.equal-height {
  height: 100%;
}
.nopadding {
  padding: 0;
}
.newcomer .textlink.gda {
  display: block;
}
.newcomer .textlink.gba {
  display: none;
}
.bg-grey {
  background: #d8d8d8 !important;
}
.rmnd-awardexplorer .filter.noHeight {
  height: auto !important;
}
#content > .tx-felogin-pi1 {
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
body#p485 #content {
  margin-top: 150px;
}
.tx-srfeuserregister-pi1 > h4 {
  display: none;
}
.einklinkerPB {
  position: fixed;
  right: 0;
  background: #aa9340;
  color: #fff;
  z-index: 9999;
  top: 30%;
}
.einklinkerPB a {
  color: #fff;
  padding-left: 20px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 12px;
  display: inline-flex;
  font-weight: bold;
  box-shadow: 0px 0px 4px 0px #000;
}
.tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-fe_users_form {
  margin-bottom: 30px;
}
@media only screen and (max-width: 550px) {
  .einklinkerPB {
    top: 11%;
  }
  .einklinkerPB a {
    padding-left: 10px;
    padding-right: 5px;
  }
  #content .award-logo img {
    max-width: 100px;
  }
}
.rmnd-awardexplorer .filter.activeFilters span {
  color: #000;
  font-weight: 600;
}
body #content-top .navbar li.menu-item {
  width: 19%;
}
body .gdaHeader .videoheader {
  display: flex;
  background: #000;
}
.categories span[data-filter-value="Y2020_EXCELLENT_COMMUNICATIONS_DESIGN"],
.activeFilters .filtercategory span[data-filter-value="Y2020_EXCELLENT_COMMUNICATIONS_DESIGN"],
.categories span[data-filter-value="Y2020_EXCELLENT_ARCHITECTURE"],
.activeFilters .filtercategory span[data-filter-value="Y2020_EXCELLENT_ARCHITECTURE"],
.categories span[data-filter-value="Y2020_EXCELLENT_PRODUCT_DESIGN"],
.activeFilters .filtercategory span[data-filter-value="Y2020_EXCELLENT_PRODUCT_DESIGN"] {
  display: none !important;
}
span.removeFilterTag {
  position: relative;
  padding-right: 20px;
  display: block;
  cursor: pointer;
}
span.removeFilterTag::after {
  content: '';
  position: absolute;
  background: url('/typo3conf/ext/rmnd_awardexplorer/Resources/Public/media/removeFilter.png') no-repeat;
  right: 0px;
  width: 17px;
  height: 17px;
  top: calc((100% - 16px) / 2);
}
body {
  background-color: #ffffff;
  a: focus;
  a: active;
  a: current;
  /* ABC */
  /* ABC */
  /* ABC */
  /* ABC / GDA */
  /* GDA */
  /* GDA */
  /* GDA */
  /* GDA */
  /* GDA */
  /* GDA */
  /* GDA */
  /* end #content */
  /*** Timeline ***/
  /*** GDA Newcomer Masonry ***/
  /* >=1025px */
  /* <=1024px */
  /* >=769px */
  /* <=768px */
  /* xs */
  /* <=320px */
}
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
body a:hover {
  outline: 0 !important;
}
@media only screen and (min-width: 992px) {
  body .col-md-4 {
    width: 21%;
  }
}
@media screen and (min-width: 768px) {
  body #content .container-space-before .container {
    padding-top: 75px;
  }
  body #content .container-space-after .container {
    padding-bottom: 75px;
  }
  body .grid-item:hover > .text {
    display: block !important;
  }
  body .grid-item:hover > .show-more {
    background: url(/typo3conf/ext/vorMultipleManufacturer_rmnd_awardexplorer/Resources/Public/media/minus-button-gold.png) no-repeat;
  }
  body .grid .show-more {
    background: url(/typo3conf/ext/vorMultipleManufacturer_rmnd_awardexplorer/Resources/Public/media/plus-button-gold.png) no-repeat;
  }
  body .grid .show-more.toggled {
    background: url(/typo3conf/ext/vorMultipleManufacturer_rmnd_awardexplorer/Resources/Public/media/minus-button-gold.png) no-repeat;
  }
}
@media screen and (min-width: 1024px) {
  body #content .container-space-before .container {
    padding-top: 150px;
  }
  body #content .container-space-after .container {
    padding-bottom: 150px;
  }
}
body .texthead {
  font-family: 'FFUtilityWebProBold';
  font-weight: 200 !important;
  text-transform: uppercase;
  color: #000000;
}
body .subheader {
  font-family: 'FFMetaSerifWebProBlack';
  font-weight: 200 !important;
  color: #968933;
  margin: 10px 0px 30px 0px;
  text-align: center;
}
body .text {
  font-family: 'XenoisSlabPro-Regular';
  font-weight: 200 !important;
  color: #555;
  font-size: 18px;
  line-height: 28px;
}
body .topbar-wrapper .topbar {
  font-family: 'FFUtilityWebProBold';
}
body .content-container.row {
  margin-left: 0px;
  margin-right: 0px;
}
body .dark-img1-container {
  background-image: url("../images/backgrounds/desktop/abc_final-background-01.jpg");
  background-repeat: no-repeat;
}
body .dark-img2-container {
  background-image: url("../images/backgrounds/desktop/abc_final-background-02.jpg");
  background-repeat: no-repeat;
  background-position: top left;
}
body .white-container {
  background-color: #ffffff;
}
body .grey-container {
  background-color: #eeeeee;
  /* #eee */
}
body .medium-light-grey-container {
  background-color: #f6f6f6;
}
body .medium-dark-grey-container {
  background-color: #e6e6e6;
}
body .gda-contest-wave1-contaier {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/GDA/backgrounds/wettbewerb/gda_wettbewerb_background_01.jpg");
  background-position: left center;
}
body .gda-contest-wave2-contaier {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/GDA/backgrounds/wettbewerb/gda_wettbewerb_background_02.jpg");
}
body .gda-participate-wave1-contaier {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/GDA/backgrounds/teilnehmen/gda_teilnehmen_background_01.jpg");
}
body .gda-participate-wave2-contaier {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/GDA/backgrounds/teilnehmen/gda_teilnehmen_background_02.jpg");
}
body .gold-container {
  background-color: #aa943f;
}
body .white-container,
body .grey-container {
  color: #555555;
}
body .white-container .content-container,
body .grey-container .content-container {
  color: #555555;
}
body .white-container .content-container .texthead,
body .grey-container .content-container .texthead {
  color: #000000;
}
body .white-container .content-container .textlink,
body .grey-container .content-container .textlink {
  color: #968933;
}
body .white-container .content-container .pagelink,
body .grey-container .content-container .pagelink {
  color: #968933;
}
body .white-container .content-container.accordion-container .accordion-item,
body .grey-container .content-container.accordion-container .accordion-item {
  color: #2d3b06;
}
body .white-container .content-container.accordion-container .accordion-item .plus,
body .grey-container .content-container.accordion-container .accordion-item .plus {
  background-image: url('../images/icons/plus-dunkel.png');
}
body .dark-container,
body .dark-img1-container,
body .dark-img2-container {
  background-color: #1e1e1e;
  color: #ffffff;
}
body .dark-container .content-container,
body .dark-img1-container .content-container,
body .dark-img2-container .content-container {
  color: #ffffff;
}
body .dark-container .content-container .texthead,
body .dark-img1-container .content-container .texthead,
body .dark-img2-container .content-container .texthead {
  color: #ffffff;
}
body .dark-container .content-container .textlink-container .pagelink,
body .dark-img1-container .content-container .textlink-container .pagelink,
body .dark-img2-container .content-container .textlink-container .pagelink {
  color: #ffffff;
}
body .dark-container .content-container .pagelink,
body .dark-img1-container .content-container .pagelink,
body .dark-img2-container .content-container .pagelink {
  color: #968933;
}
body .dark-container .content-container.accordion-container .accordion-item,
body .dark-img1-container .content-container.accordion-container .accordion-item,
body .dark-img2-container .content-container.accordion-container .accordion-item {
  color: #ffffff;
}
body .dark-container .content-container.accordion-container .accordion-item .plus,
body .dark-img1-container .content-container.accordion-container .accordion-item .plus,
body .dark-img2-container .content-container.accordion-container .accordion-item .plus {
  background-image: url('../images/icons/plus-weiss.png');
}
body .tx-news-details .news-img-wrap img {
  max-width: 100%;
  height: auto;
}
body .container-large {
  max-width: 1440px;
  margin: auto;
}
body .p-relative {
  position: relative;
}
body .p-initial {
  position: initial;
}
body .p-absolute-bottom {
  position: absolute;
  bottom: 0px;
}
body .d-inline-block {
  display: inline-block;
}
body #content-top .container-home-header {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body #content-top #long-clip {
  display: none;
  position: relative;
  margin: 15px auto;
  width: 1024px;
  height: auto;
}
body #content-top #pos-clip-btn {
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 100%;
  text-align: center;
}
body #content-top #play-clip-btn {
  position: relative;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background: url('../images/icons/play-button-groß.png') no-repeat;
  background-size: contain;
  cursor: pointer;
}
body #content-top #clip-btn-text {
  position: relative;
  margin: 15px auto;
  width: 200px;
  font-family: 'FFUtilityWebProBold';
  text-transform: uppercase;
  color: #fff;
}
body #content-top .pos-home-header {
  position: relative;
  margin: 0 auto;
  width: 630px;
}
body #content-top video#long-clip {
  width: 100% !important;
  height: auto !important;
}
body #content-top .videoheader {
  position: relative;
  overflow: hidden;
  width: 100%;
}
body #content-top .videoheader .headline {
  display: none;
  position: relative;
  float: left;
  width: 50%;
  margin: 15px 0px 0px 30px;
  color: #ffffff;
}
body #content-top .videoheader .headline h1,
body #content-top .videoheader .headline h2,
body #content-top .videoheader .headline h3,
body #content-top .videoheader .headline h4 {
  font-family: 'FFUtilityWebProBold';
  font-size: 4.0em;
  line-height: 1.25em;
  text-transform: uppercase;
}
body #content-top .videoheader .img-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
body #content-top .imageheader {
  position: relative;
  width: 100%;
}
body #content-top .imageheader .headline {
  position: absolute;
  max-width: 240px;
  color: #ffffff;
  z-index: 1;
  bottom: 45%;
  right: 40%;
}
body #content-top .imageheader .headline h1,
body #content-top .imageheader .headline h2,
body #content-top .imageheader .headline h3,
body #content-top .imageheader .headline h4 {
  font-weight: 200;
}
body #content-top .nav-fixed,
body #content-top .navbar-subpage {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 2;
}
body #content-top .navbar {
  max-width: 1440px;
  margin: auto;
  background-color: #ffffff;
  list-style-type: none;
  text-align: center;
  border: none;
  padding-left: 0;
}
body #content-top .navbar li {
  height: 100%;
  line-height: 97px;
}
body #content-top .navbar li:first-child {
  display: inline-block;
}
body #content-top .navbar li:first-child span {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
body #content-top .navbar li a {
  color: #968933;
  font-family: 'FFUtilityWebProBold';
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.15em;
  line-height: 1.25em;
}
body #content-top .navbar li a span {
  display: inline-block;
}
body #content-top .navbar .menu-item a {
  padding: 0 1rem;
}
body #content-top .navbar .menu-item.current a,
body #content-top .navbar .menu-item.active a,
body #content-top .navbar .menu-item a:hover {
  border-bottom: 3px solid #968933;
}
body #content-top .navbar .lang-link span {
  font-family: 'FFUtilityWebProBold';
  color: #968933;
}
body #content-top .navbar .lang-link a {
  font-size: 1.0em;
}
body #content-top .navbar .lang-link a span {
  color: rgba(150, 137, 51, 0.5);
}
body #content-top .navbar .lang-link a.active span,
body #content-top .navbar .lang-link a:hover span {
  color: #968933;
}
body #content {
  margin-top: 100px;
  overflow: hidden;
}
body #content .container-large {
  max-width: 1440px;
  margin: auto;
}
body #content .accordion-container .accordion-item {
  font-size: 0.85em;
  color: #000000;
}
body #content .accordion-container .accordion-item h1,
body #content .accordion-container .accordion-item h2,
body #content .accordion-container .accordion-item h3,
body #content .accordion-container .accordion-item h4,
body #content .accordion-container .accordion-item h5,
body #content .accordion-container .accordion-item h6 {
  color: #000000;
}
body #content .accordion-container .accordion-item .accordion-head {
  font-size: 1.0em;
  color: #000000;
}
body #content .owl-article .owl-controls .owl-dots {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  float: left;
  text-align: center;
}
body #content .owl-article .owl-controls .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: inline-block;
  margin-right: 10px;
}
body #content .owl-article .owl-controls .owl-dots .owl-dot.active {
  background-color: rgba(255, 255, 255, 0.7);
}
body #content .content-container .owl-logos {
  /* .owl-item > div{
                    padding-top: 100%;
                } */
}
body #content .content-container .owl-textimage .owl-stage-outer {
  overflow: auto;
  overflow-x: hidden;
  height: 390px;
  margin-bottom: 20px;
}
body #content .content-container .owl-textimage .owl-stage-outer .owl-stage .owl-item {
  /*transform: scale(0.8);*/
  margin-top: 52.75px;
  transition: 0.3s ease-in-out;
  padding: 3.5rem;
}
body #content .content-container .owl-textimage .owl-stage-outer .owl-stage .owl-item > div {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  padding-top: 100%;
}
body #content .content-container .owl-textimage .owl-stage-outer .owl-stage .owl-item.highlight {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  /*
                                    left: 44px;
                                */
  margin-top: 3rem;
  padding: 2rem 0 0;
  transform: scale(1.2) rotate(0.1deg);
  transition: all 0.3s ease-in-out 0s;
  z-index: 5;
}
body #content .content-container .owl-textimage .owl-stage-outer .owl-stage .owl-item.highlight > div {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
body #content .content-container .owl-textimage .owl-controls .golden-arrow-left,
body #content .content-container .owl-textimage .owl-controls .golden-arrow-right {
  bottom: inherit;
}
body #content .content-container .owl-textimage .owl-controls .golden-arrow-left {
  left: 10px;
}
body #content .content-container .owl-textimage .owl-controls .golden-arrow-right {
  right: 10px;
}
body #content .content-container .slidetext {
  min-height: 150px;
  /* .box{
                    position: absolute;
                } */
}
body #content .content-container .texthead {
  font-weight: 200;
  text-transform: uppercase;
}
body #content .content-container .textlink-container {
  display: inline-block;
  background-color: #968933;
  color: #ffffff;
}
body #content .content-container.accordion-container {
  width: 100%;
}
body #content .content-container.accordion-container .accordion-item,
body #content .content-container .accordion-container .accordion-item {
  padding-left: 0px;
  margin-bottom: 0px;
  border-top: 1px solid #968933;
  list-style-type: none;
  font-weight: 200;
  cursor: pointer;
}
body #content .content-container.accordion-container .accordion-item:last-child,
body #content .content-container .accordion-container .accordion-item:last-child {
  border-bottom: 1px solid #968933;
}
body #content .content-container.article-container .text {
  margin-top: 0px;
}
body #content .content-container .newsteaser .arrow-right-gold {
  margin-top: 0px;
}
body #content .content-container .newsteaser .teaserimages .teaser {
  margin-right: 10px;
  width: calc(50% - 20px);
  padding-top: 50%;
}
body #content .content-container .newsteaser .teaserimages .teaser .teasertext {
  background-color: rgba(150, 137, 51, 0.5);
  height: auto;
  position: absolute;
  margin-bottom: 0px;
  bottom: 0px;
  color: #ffffff;
  width: 100%;
  left: 0px;
}
body #content .jury .content-container {
  padding-left: 0;
  padding-right: 0;
}
body #content .jury .texthead {
  font-family: 'FFUtilityWebProBold';
  text-transform: uppercase;
  font-weight: 200 !important;
  margin-bottom: 40px;
  font-size: 50px;
}
body #content .jury .item {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 188px;
  height: 189px;
  margin-bottom: 20px;
  cursor: pointer;
}
body #content .jury .item.active::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 0 18px;
  border-color: transparent transparent transparent #968933;
  position: absolute;
  left: 0;
  bottom: -10px;
}
body #content .jury .text {
  font-family: 'XenoisSlabPro-Regular';
  font-weight: 200 !important;
  font-size: 18px;
  transition: 0.5s ease-in-out;
  margin-top: 0px;
  display: none;
  background-color: #968933;
  position: absolute;
  width: 100%;
  color: #ffffff;
  z-index: 99;
  padding: 100px 0;
}
body #content .jury .text h1,
body #content .jury .text h2,
body #content .jury .text h3,
body #content .jury .text h4,
body #content .jury .text h5,
body #content .jury .text h6 {
  font-size: 30px;
  font-family: 'FFUtilityWebProBold';
  text-transform: uppercase;
}
body #content .jury .text .close {
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer;
}
body #content .jury .text .close:after {
  content: '';
  width: 20px;
  height: 21px;
  background-image: url("../images/icons/jury-close.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
}
body #content .image-container.no-padding-top {
  padding-top: 0px;
}
body #content .image-container .imageright > div,
body #content .image-container .imageleft > div {
  margin: auto;
}
body #content .image-container .imageright {
  float: right;
}
body #content .image-container .imageleft {
  float: left;
}
body #content .image-container .textright .texthead {
  margin-bottom: 0px;
  font-weight: 200;
}
body #content .image-container .textright .text {
  float: left;
}
body #content .image-container .texthead {
  color: #000000;
}
body #content .image-container .content-abc .texthead {
  color: #ffffff;
}
body #content .image-container .subheader {
  color: #968933;
  font-family: 'XenoisSlabPro-Regular';
}
body #content .imgtitle {
  background-color: #ffffff;
  color: #968933;
  font-weight: 200;
  z-index: 1;
}
body #content .fullvideo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
body #content .fullvideo .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #content .fullvideo .video .ytp-chrome-top-buttons {
  display: none !important;
}
body #content .fullimage {
  position: relative;
  width: 100%;
}
body #content .fullimage img {
  width: 100%;
}
body #content .text2 .subhead {
  color: #968933;
}
body #content .text2 .subhead:before {
  content: ">>";
  margin-right: 5px;
}
body #content .text2 .subhead:after {
  content: "<<";
  margin-left: 5px;
}
body #content .text2 .text {
  padding-left: 0px;
  margin-bottom: 0px;
}
body #content .text2 .profileheader {
  font-weight: 200;
}
body #content .text2 .share,
body #content .text2 .customer,
body #content .text2 .design {
  display: inline-block;
}
body #content .text2 .share a.col-lg-2 {
  cursor: pointer;
}
body #content .text2 .company {
  color: #968933;
}
body #content .text2 .company .person {
  color: #ffffff;
}
body #content .multicontent .video-container video {
  width: 100%;
}
body #content .multicontent .accordion-container .accordion-item .accordion-head {
  font-size: 22px;
}
body #content .multicontent .accordion-container .accordion-item .aitem h4 {
  font-family: 'FFUtilityWebProBold';
  font-size: 22px;
}
body #content .multicontent .accordion-container .accordion-item .aitem .text {
  font-family: 'XenoisSlabPro-Regular';
  font-size: 18px;
  margin-top: 0;
}
body #content .formimages {
  background-color: #f6f6f6;
  padding-top: 100px;
  padding-bottom: 60px;
}
body #content .formimages .single.row {
  display: flex;
}
body #content .formimages .single.row [class*="col-"] {
  flex: 1;
}
body #content .formimages .single.row [class*="col-"] .text-wrap {
  position: absolute;
  bottom: 0;
}
body #content .formimages .single img {
  margin-bottom: 0;
}
body #content .formimages .img-col {
  margin-bottom: 40px;
}
body #content .formimages img {
  margin-bottom: 40px;
}
body #content .formimages h3 {
  font-family: 'FFUtilityWebProBold';
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #333;
  margin-bottom: 20px;
}
body #content .formimages p,
body #content .formimages span {
  color: #333;
  font-size: 14px;
  display: block;
}
body #content .formimages p {
  font-family: "XenoisSlabPro-Heavy";
  margin-bottom: 5px;
}
body #content .formimages span {
  font-family: "XenoisSlabPro-Regular";
}
body .content-home {
  margin-top: 0px !important;
}
body .responsive-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
body .responsive-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #footer {
  background-color: #1e1e1e;
  /* background-image: url("../images/backgrounds/desktop/abc_final-background-footer.jpg");
        background-repeat: no-repeat;
        background-size: cover; */
}
body #footer .footer {
  color: #ffffff;
}
body #footer .footer .linktop {
  text-align: center;
  margin: auto;
}
body #footer .footer .linktop a.button-top {
  height: 64px;
  width: 64px;
  display: block;
  margin: auto;
  margin-top: -21.33333333px;
  cursor: pointer;
  vertical-align: middle;
}
body #footer .footer .logo {
  text-align: center;
}
body #footer .footer .social .socialmedia {
  float: left;
  padding-top: 5px;
}
body #footer .footer .social .socialmedia a {
  cursor: pointer;
  display: inline-block;
}
body #footer .footer .social .socialmedia a span {
  margin-right: 10px;
}
body #footer .footer .social .newsletter {
  font-family: 'XenoisSlabPro-Regular';
  margin-top: 60px;
  margin-bottom: 30px;
}
body #footer .footer .social .newsletter a {
  cursor: pointer;
}
body #footer .footer .social .newsletter div > p {
  overflow: hidden;
  font-weight: 200;
  font-family: 'FFUtilityWebProBold';
}
body #footer .footer .social .metanav {
  padding: 0px;
  list-style-type: none;
  text-align: center;
  display: inline-block;
  font-family: 'FFUtilityWebProBold';
  margin-bottom: 50px;
}
body #footer .footer .social .metanav .item {
  float: left;
  cursor: pointer;
}
body #footer .footer .social .metanav .item a {
  color: #ffffff;
}
body #footer .footer .social .metanav .item a:hover {
  color: #ffffff;
}
body #footer .footer .social .metanav .item:after {
  content: "•";
  margin-right: 10px;
  margin-left: 10px;
}
body #footer .footer .social .metanav .item:last-child:after {
  display: none;
}
body .plus {
  background-image: url("../images/icons/plus-dunkel.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 15px;
  height: 15px;
  float: right;
  margin-top: 5px;
}
body .abc-logo-footer {
  background-image: url("../images/GDA/logos/gda-logo-gold-silber.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 106px;
  height: 144px;
  display: inline-block;
}
body .abc-logo-content {
  background-image: url("../images/GDA/logos/gda-logo-gold-silber.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 190px;
  height: 261px;
  display: inline-block;
  margin-top: -100px;
}
body .abc-logo {
  background-image: url("../images/GDA/logos/gda-logo-schwarz-klein.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 40px;
  display: block;
  margin-top: 10px;
}
body .abc-logo-home {
  background-image: url("../images/GDA/logos/gda-logo-schwarz-klein.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 95px;
  height: 40px;
  display: block;
  margin-top: 10px;
  display: none;
}
body .arrow-right-white {
  background-image: url("../images/icons/pfeil-rechts-weiss-groß.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 64px;
  height: 20px;
  float: left;
  margin-right: 10px;
}
body .arrow-right-gold {
  background-image: url("../images/icons/pfeil-rechts-gold-groß.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 20px;
  float: left;
}
body .arrow-up {
  /*background-image: url("../images/icons/nach-oben-button.png");*/
  background-color: white;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  float: left;
}
body .arrow-up:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(150, 137, 51, 0);
  border-bottom-color: #968933;
  border-width: 20px;
}
body .facebook-footer {
  /*background-image: url("../images/icons/social/facebook.png");*/
  background-image: url("../images/icons/social/sprites.png");
  background-position: 0 0px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: left;
}
body .twitter-footer {
  /*background-image: url("../images/icons/social/twitter.png");*/
  background-image: url("../images/icons/social/sprites.png");
  background-position: 0 -60px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: left;
}
body .youtube-footer {
  /*background-image: url("../images/icons/social/youtube.png");*/
  background-image: url("../images/icons/social/sprites.png");
  background-position: 0 -90px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: left;
}
body .letter-footer {
  /*background-image: url("../images/icons/social/mail.png");*/
  background-image: url("../images/icons/social/sprites.png");
  background-position: 0 -30px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 5px;
}
body .facebook-gold {
  background-image: url("../images/icons/social/facebook-gold.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 5px;
}
body .gplus-gold {
  background-image: url("../images/icons/social/g+-gold.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 5px;
}
body .in-gold {
  background-image: url("../images/icons/social/in-gold.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 5px;
}
body .pinterest-gold {
  background-image: url("../images/icons/social/pinterest-gold.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 5px;
}
body .twitter-gold {
  background-image: url("../images/icons/social/twitter-gold.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 5px;
}
body .xing-gold {
  background-image: url("../images/icons/social/xing-gold.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 5px;
}
body .golden-arrow-right {
  background-image: url("../images/GDA/icons/pfeil-rechts-gold.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  width: 42px;
  height: 13px;
  float: right;
  position: absolute;
  bottom: calc(50% - 42.5px);
  cursor: pointer;
  padding: 30px;
}
body .golden-arrow-left {
  background-image: url("../images/GDA/icons/pfeil-rechts-gold.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  width: 42px;
  height: 13px;
  float: right;
  position: absolute;
  bottom: calc(50% - 42.5px);
  cursor: pointer;
  padding: 30px;
  transform: rotate(180deg);
}
body .abc-logo-head {
  background-image: url("../images/GDA/logos/gda-logo-gold-silber.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 146px;
  height: 294px;
  position: relative;
  margin: 0 auto;
}
body .burger-icon {
  background-image: url("../images/icons/mobile/burger-button.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 100;
}
body .img_nav {
  background-image: url("../images/nav/abc-start-dektop-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 0;
  padding-top: 57.22222222%;
}
body .img_start {
  background-image: url("../images/fullimages/abc-start-desktop-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 0;
  padding-top: 55.41666667%;
}
body .img_news_01 {
  background-image: url("../images/news/abc-start-desktop-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .img_news_02 {
  background-image: url("../images/news/abc-start-desktop-02.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .img_article_start_01 {
  background-image: url("../images/article/abc-start-desktop-1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 57.5%;
}
body .img_article_start_02 {
  background-image: url("../images/article/abc-start-desktop-2.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 55.55555556%;
}
body .img_article_winners_01 {
  background-image: url("../images/article/abc-winners-desktop-1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 55.41666667%;
}
body .img_article_participate_01 {
  background-image: url("../images/article/abc-participate-desktop-1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 57.29166667%;
}
body .img_article_participate_02 {
  background-image: url("../images/article/abc-participate-desktop-2.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 55.55555556%;
}
body .img_imageandtext_winner_1 {
  background-image: url("../images/textandimage/abc-desktop-gewinner-1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 116.70886076%;
}
body .img_imageandtext_winner_2 {
  background-image: url("../images/textandimage/abc-desktop-gewinner-2.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 116.70886076%;
}
body .img_imageandtext_winner_3 {
  background-image: url("../images/textandimage/abc-desktop-gewinner-3.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 116.70886076%;
}
body .img_imageandtext_winner_4 {
  background-image: url("../images/textandimage/abc-desktop-gewinner-4.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 116.70886076%;
}
body .img_textandimage_start_1 {
  background-image: url("../images/textandimage/abc-start-mobile-1.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 135.49883991%;
}
body .img_logo_start_01 {
  background-image: url("../images/logos/audi-logo.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .img_logo_start_02 {
  background-image: url("../images/logos/nissan-logo.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .img_logo_start_03 {
  background-image: url("../images/logos/opel-logo.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .img_logo_start_04 {
  background-image: url("../images/logos/vw-logo.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .img_textImageCarousel_start_01 {
  background-image: url("../images/textImageCarousel/abc-start-bild-01.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .img_textImageCarousel_start_02 {
  background-image: url("../images/textImageCarousel/abc-start-bild-02.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .img_textImageCarousel_start_03 {
  background-image: url("../images/textImageCarousel/abc-start-bild-03.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body .textlink {
  font-family: 'FFUtilityWebProBold';
}
body .accordion-head {
  font-family: 'FFUtilityWebProBold';
}
body .aitem a {
  font-family: 'FFUtilityWebProBold';
}
body .text-and-button {
  /*padding: 100px 0px 100px 0px;*/
}
body .text-and-button .button-container {
  float: left;
  margin-right: 15px;
}
body .text-and-button .texthead {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0px !important;
}
body .text-and-button .text {
  font-size: 18px !important;
  line-height: 28px !important;
}
body .text-and-button .textlink {
  color: #000000;
}
body .text-and-button .button {
  display: inline-block;
  background-color: #ffffff;
  font-family: 'FFUtilityWebProBold';
}
body .text-and-button .button a {
  display: inline-block;
  color: #968933;
  padding: 2rem 3rem;
}
body .text-and-button .button a::before {
  position: relative;
  top: 3px;
  content: url("../images/icons/pfeil-rechts-gold-klein.png");
}
body .multicontent {
  /* If no image or video is available */
}
body .multicontent .text {
  font-size: 18px !important;
  line-height: 28px !important;
}
body .multicontent .text h3 {
  font-family: 'FFUtilityWebProBold';
  font-size: 18px !important;
  line-height: 28px !important;
}
@media screen and (min-width: 1024px) {
  body .multicontent .content-container {
    /*padding: 200px 0px 150px 0px !important;*/
  }
}
body .multicontent .imgtitle {
  font-family: 'FFUtilityWebProBold';
}
body .multicontent .texthead {
  font-family: 'FFUtilityWebProBold';
  margin-bottom: 0px !important;
}
body .multicontent .subline {
  font-family: 'XenoisSlabPro-Medium';
  font-size: 18px !important;
  line-height: 28px !important;
  text-transform: uppercase;
  color: #968933;
}
body .multicontent .white-container .text {
  font-family: 'XenoisSlabPro-Regular';
  font-size: 18px !important;
  line-height: 28px !important;
  color: #555555;
}
body .multicontent .white-container .author {
  font-family: 'XenoisSlabPro-Regular';
  color: #555555;
}
body .multicontent .white-container .textlink {
  color: #968933;
}
body .multicontent .white-container .arrow-right-gold {
  background-image: url("../images/GDA/icons/pfeil-rechts-gold.png");
}
body .multicontent .gold-container .text {
  font-family: 'XenoisSlabPro-Regular';
  font-size: 18px !important;
  line-height: 28px !important;
  color: #ffffff;
}
body .multicontent .gold-container .author {
  font-family: 'XenoisSlabPro-Regular';
  color: #ffffff;
}
body .multicontent .gold-container .textlink {
  color: #ffffff;
}
body .multicontent .gold-container .arrow-right-gold {
  background-image: url("../images/GDA/icons/pfeil-rechts-weiss.png");
}
body .multicontent .has-author {
  font-family: 'XenoisSlabPro-Medium';
  font-size: 24px !important;
  line-height: 38px !important;
  color: #ffffff;
}
body .multicontent .has-author .author {
  font-family: 'XenoisSlabPro-Regular';
  color: #ffffff;
}
body .multicontent .has-author .textlink {
  color: #ffffff;
}
body .multicontent .has-author .arrow-right-gold {
  background-image: url("../images/GDA/icons/pfeil-rechts-weiss.png");
}
body .multicontent .grey-container .text {
  font-family: 'XenoisSlabPro-Regular';
  font-size: 18px !important;
  line-height: 28px !important;
  color: #555555;
}
body .multicontent .grey-container .author {
  font-family: 'XenoisSlabPro-Regular';
  color: #555555;
}
body .multicontent .grey-container .textlink {
  color: #968933;
}
body .multicontent .grey-container .arrow-right-gold {
  background-image: url("../images/GDA/icons/pfeil-rechts-gold.png");
}
body .multicontent .button {
  margin-top: 20px;
  display: inline-block;
  background-color: #ffffff;
  font-family: 'FFUtilityWebProBold';
}
body .multicontent .button a {
  display: inline-block;
  color: #968933;
  padding: 2rem 3rem;
}
body .multicontent .button a::before {
  position: relative;
  top: 3px;
  content: url("../images/GDA/icons/pfeil-rechts-gold.png");
}
body .multicontent .text-only {
  /*margin-top: -200px;*/
}
body .text-image-link .texthead {
  font-family: 'FFUtilityWebProBold';
  text-transform: uppercase;
}
body .text-image-link .text {
  font-family: 'XenoisSlabPro-Regular';
}
body .text-image-carousel h1,
body .text-image-carousel h2,
body .text-image-carousel h3,
body .text-image-carousel h4 {
  font-family: 'FFUtilityWebProBold';
  font-size: 50px !important;
  line-height: 50px !important;
  text-transform: uppercase;
}
body .text-image-carousel h3 {
  font-size: 18px !important;
}
body .text-image-carousel .text {
  font-family: 'XenoisSlabPro-Regular';
  margin-top: 0px !important;
}
@media screen and (min-width: 1024px) {
  body .text-image-carousel .content-container {
    /*padding: 200px 0px 150px 0px !important;*/
  }
}
body .text-image-carousel .owl-textimage {
  margin-top: 30px !important;
}
body .logo-carousel .texthead {
  font-family: 'FFUtilityWebProBold';
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  body .logo-carousel .content-container {
    /*padding: 200px 0px 200px 0px !important;*/
  }
}
body .logo-carousel .owl-controls .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  float: left;
  text-align: center;
}
body .logo-carousel .owl-controls .owl-dots .owl-dot {
  width: 20px;
  height: 20px;
  border: 1px solid #968933;
  display: inline-block;
  margin-right: 10px;
}
body .logo-carousel .owl-controls .owl-dots .owl-dot.active {
  background-color: #968933;
}
body .winners-image-text-link {
  /*min-height: 600px;*/
}
body .winners-image-text-link .texthead {
  font-family: 'FFUtilityWebProBold';
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0px !important;
}
body .winners-image-text-link .text {
  font-size: 18px !important;
  line-height: 28px !important;
}
body .winners-image-text-link .textright {
  font-family: 'XenoisSlabPro-Regular' !important;
}
body .winners-image-text-link .textleft .text {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  body .winners-image-text-link .image-container {
    /*    padding: 200px 0px 200px 0px !important;*/
  }
}
body .winners-image-text-link .imageleft {
  margin-top: 150px;
  text-align: center;
}
body .winners-image-text-link .imageleft img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  body .gda-timeline.container-space-before .container-fluid {
    padding-top: 75px;
  }
  body .gda-timeline.container-space-after .container-fluid {
    padding-bottom: 75px;
  }
  body .gda-timeline.container-space-after {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  body .gda-timeline.container-space-before .container-fluid {
    padding-top: 150px;
  }
  body .gda-timeline.container-space-after .container-fluid {
    padding-bottom: 150px;
  }
  body .gda-timeline.container-space-after {
    padding-bottom: 0;
  }
}
body .gda-timeline {
  background-color: #f6f6f6;
  padding: 0px 0px 190px 0px;
}
body .gda-timeline .content-container {
  padding: 25px 0px 0px 0px !important;
}
body .gda-timeline .line {
  background-image: url("../images/GDA/timeline/line.jpg");
  background-repeat: repeat-x;
  background-position: 0 30px;
  background-color: #e6e6e6;
  height: 300px;
}
body .gda-timeline .line-back {
  background-image: url("../images/GDA/timeline/line-back.jpg");
  background-repeat: repeat-x;
  background-position: 0 30px;
}
body .gda-timeline .item {
  width: 180px;
  height: 202px;
  background-repeat: no-repeat;
  background-position: bottom;
}
body .gda-timeline .item-content {
  float: left;
  margin: 60px 0px 0px 25px;
  font-family: 'FFUtilityWebProBold';
  font-weight: 200;
  font-size: 1.4rem;
  color: #fff;
}
body .gda-timeline .item-content .info {
  font-size: 1.3rem;
}
body .gda-timeline .head {
  margin-top: 5px;
  text-transform: uppercase;
}
body .gda-timeline .award {
  font-size: 1.4em;
  font-weight: 200;
  color: #968933;
}
body .gda-timeline .date,
body .gda-timeline .head,
body .gda-timeline .info,
body .gda-timeline .award {
  float: left;
  width: 100%;
}
body .gda-timeline .timeline-gold {
  background-image: url("../images/GDA/timeline/gda_timeline_punkt_gold.png");
}
body .gda-timeline .timeline-black {
  background-image: url("../images/GDA/timeline/gda_timeline_punkt_black.png");
}
body .gda-timeline .timeline-arrow-right {
  background-image: url("../images/GDA/timeline/timeline-right.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  width: 16px;
  height: 200px;
  position: absolute;
  right: -26px;
  bottom: calc(50% - 100px);
  cursor: pointer;
}
body .gda-timeline .timeline-arrow-left {
  background-image: url("../images/GDA/timeline/timeline-left.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 16px;
  height: 200px;
  position: absolute;
  left: -26px;
  bottom: calc(50% - 100px);
  cursor: pointer;
}
body .newcomer {
  background: #f6f6f6;
}
body .newcomer .grid-newcomer .grid-item .textlink a {
  padding: 0;
  display: inline-block;
  height: 20px;
}
body .newcomer .grid-newcomer .grid-item .textlink a::before {
  background-image: url("../images/icons/pfeil-rechts-gold-klein.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 42px 14px;
  content: "";
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 14px;
}
body .newcomer .grid-newcomer span {
  float: left;
  width: 100%;
  height: auto !important;
  color: #ffffff;
  font-family: 'FFUtilityWebProBold';
}
body .newcomer .grid-newcomer .arrow-right-gold {
  padding: 10px 10px 6px;
}
body .newcomer .banner {
  background: #968933;
  padding: 30px !important;
}
body .newcomer .banner .texthead {
  padding-top: 30px;
}
body .newcomer .texthead {
  font-family: 'FFUtilityWebProBold';
  text-transform: uppercase;
  color: #ffffff;
}
body .newcomer .container-top {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body .newcomer .container-top .topic {
  position: absolute;
  top: 500px;
  left: 40px;
  width: 300px;
  padding: 20px 30px 20px 30px;
  background: #ffffff;
  color: #968933;
  font-size: 16px !important;
}
body .newcomer .container-bottom {
  max-width: 570px;
  margin: 60px 0px 0px 90px;
}
body .newcomer .container-bottom .headline {
  font-family: 'FFUtilityWebProBold';
  text-transform: uppercase;
  color: #000;
}
body .newcomer .container-bottom .text {
  font-family: 'XenoisSlabPro-Regular';
  color: #555;
}
body .newcomer .container-bottom .arrow-right-gold {
  display: none;
  float: left;
  width: 35px;
  background-position-y: 5px;
}
body .grid-sizer,
body .grid-item {
  float: left;
}
body .grid-item--360x200 {
  width: 360px;
  height: 200px;
}
body .grid-item--360x300 {
  width: 360px;
  height: 300px;
}
body .grid-item--360x600 {
  width: 360px;
  height: 600px;
}
body .grid-item--720x300 {
  width: 720px;
  height: 300px;
}
body .grid-item--720x360 {
  width: 720px;
  height: 360px;
}
body .grid-item--720x600 {
  width: 720px;
  height: 600px;
}
body .grid-item--720x800 {
  width: 720px;
  height: 800px;
}
body .grid-item--720x800 .container-top {
  height: 535px;
}
body .grid-item--720x840 {
  width: 720px;
  height: 840px;
}
body .grid-item--720x840 .container-top {
  height: 535px;
}
body .grid-item--720x835 {
  width: 720px;
  height: 895px;
}
body .grid-item--720x835 .container-top {
  height: 535px;
}
body .grid-item--720x535 {
  width: 720px;
  height: 535px;
}
body .grid-item--720x535 .texthead {
  padding: 0px 0px 30px 0px !important;
}
body .grid-item--720x535 .text {
  color: #fff;
}
body .tx-powermail {
  font-family: 'XenoisSlabPro-Regular';
  color: #333;
  font-weight: normal;
}
body .tx-powermail label {
  font-weight: normal;
}
body .tx-powermail .powermail_fieldset {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url("../images/GDA/backgrounds/formular/powermail-form-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #f6f6f6;
}
body .tx-powermail .powermail_fieldset .powermail_legend {
  font-family: 'FFUtilityWebProBold';
  border-bottom: none;
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
body .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_content {
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #aa943f;
  background-color: transparent;
  margin-top: 120px;
  padding-top: 20px;
}
body .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_content * {
  font-size: 18px;
}
body .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_content h3 {
  font-family: "XenoisSlabPro-Heavy";
  color: #000;
  margin-bottom: 10px;
}
body .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_content p {
  color: #000;
  margin-bottom: 35px;
}
body .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_content p:last-child {
  margin-bottom: 0;
}
body .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_content p,
body .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_content a {
  font-family: 'XenoisSlabPro-Medium';
}
body .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_content .white-container {
  background-color: transparent;
}
body .tx-powermail .powermail_fieldset .powermail_fieldwrap_type_content .white-container * {
  padding-left: 0;
  padding-right: 0;
}
body .tx-powermail .powermail_fieldset.cataloguelist {
  background-color: #eeeeee;
  background-image: none;
}
body .tx-powermail .powermail_fieldset.cataloguelist .price-info {
  font-size: 14px;
  padding-bottom: 20px;
  color: #333;
  font-family: 'XenoisSlabPro-Heavy';
}
body .tx-powermail .powermail_fieldset.cataloguelist .price-info span {
  font-family: 'XenoisSlabPro-Regular';
  font-size: inherit;
  font-weight: normal;
  display: block;
}
body .tx-powermail .powermail_fieldset.cataloguelist .powermail_fieldwrap_text {
  display: block;
  width: 100%;
  clear: both;
  padding-left: 10px;
}
body .tx-powermail .powermail_fieldset.cataloguelist .powermail_fieldwrap_text span {
  display: block;
  font-family: 'XenoisSlabPro-Regular';
}
body .tx-powermail .powermail_fieldset.cataloguelist .powermail_fieldwrap_select label {
  text-transform: uppercase;
  margin-bottom: 40px;
  min-height: 76px;
  color: #333;
  font-family: 'FFUtilityWebProBold';
}
body .tx-powermail .powermail_fieldset.cataloguelist .powermail_fieldwrap_select:last-child {
  padding-right: 0;
}
body .tx-powermail .powermail_fieldset.cataloguelist .powermail_fieldwrap_select:last-child:after {
  content: '';
  float: none;
  clear: both;
}
body .tx-powermail .powermail_fieldset.cataloguelist .powermail_fieldwrap_text {
  font-size: 16px;
  color: #333;
}
body .tx-powermail .powermail_fieldset.cataloguelist .powermail_select {
  height: 40px;
  width: 100%;
  padding-left: 20px;
  font-family: 'XenoisSlabPro-Regular';
}
body .tx-powermail .powermail_fieldwrap {
  display: block;
  padding-bottom: 20px;
  font-size: 18px;
}
body .tx-powermail .powermail_fieldwrap.halfleft {
  display: inline-block;
  width: 50%;
  float: left;
  padding-right: 10px;
}
body .tx-powermail .powermail_fieldwrap.halfright {
  display: inline-block;
  width: 50%;
  float: right;
  padding-left: 10px;
}
body .tx-powermail .powermail_fieldwrap input,
body .tx-powermail .powermail_fieldwrap textarea,
body .tx-powermail .powermail_fieldwrap select {
  border-style: solid;
  border-width: 1px;
  border-color: #aa943f;
  text-align: center;
  background-color: transparent;
  color: #aa943f;
  font-family: "XenoisSlabPro-Regular";
}
body .tx-powermail .powermail_fieldwrap input[type=text] {
  display: block;
  width: 100%;
  height: 40px;
}
body .tx-powermail .powermail_fieldwrap textarea {
  display: block;
  width: 100%;
}
body .tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_submit {
  text-align: right;
}
body .tx-powermail .powermail_fieldwrap .powermail_submit {
  background-image: url("../images/icons/paperplane.png");
  background-repeat: no-repeat;
  background-position: 20px 10px;
  background-size: 20px 20px;
  background-color: #aa943f;
  font-family: "XenoisSlabPro-Regular";
  height: 40px;
  color: #fff;
  border-width: 0px;
  padding-right: 20px;
  padding-left: 50px;
  font-size: 18px;
}
body .tx-powermail .inputBtnSection {
  display: block;
  position: relative;
  font-size: 0;
  width: 100%;
}
body .tx-powermail .inputBtnSection ::-webkit-input-placeholder {
  text-align: left;
  padding-left: 20px;
}
body .tx-powermail .inputBtnSection :-moz-placeholder {
  text-align: left;
  padding-left: 20px;
}
body .tx-powermail .inputBtnSection ::-moz-placeholder {
  text-align: left;
  padding-left: 20px;
}
body .tx-powermail .inputBtnSection :-ms-input-placeholder {
  text-align: left;
  padding-left: 20px;
}
body .tx-powermail .disableInputField {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0;
  font-size: 18px;
  text-align: left;
}
body .tx-powermail .fileUpload {
  position: absolute;
  overflow: hidden;
  margin-bottom: 0;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
}
body .tx-powermail .uploadBtn {
  display: block;
  vertical-align: top;
  background-image: url("../images/icons/upload-icon.png");
  background-repeat: no-repeat;
  background-position: 20px 11px;
  background-color: #aa943f;
  font-size: 16px;
  height: 100%;
  line-height: 40px;
  color: #fff;
  font-family: "XenoisSlabPro-Regular";
  font-weight: normal;
  padding-right: 20px;
  padding-left: 58px;
}
body .tx-powermail .fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
body .tx-powermail ::-webkit-input-placeholder {
  color: #aa943f;
  text-align: center;
  font-family: "XenoisSlabPro-Regular";
  opacity: 1 !important;
}
body .tx-powermail :-moz-placeholder {
  color: #aa943f;
  text-align: center;
  font-family: "XenoisSlabPro-Regular";
  opacity: 1 !important;
}
body .tx-powermail ::-moz-placeholder {
  color: #aa943f;
  text-align: center;
  font-family: "XenoisSlabPro-Regular";
  opacity: 1 !important;
}
body .tx-powermail :-ms-input-placeholder {
  color: #aa943f;
  text-align: center;
  font-family: "XenoisSlabPro-Regular";
  opacity: 1 !important;
}
body .tx-powermail .powermail_create .mail-confirm {
  padding: 100px 20px;
}
body .tx-powermail .powermail_create .mail-confirm h3 {
  font-family: 'FFUtilityWebProBold';
  font-size: 30px;
  color: #aa943f;
  margin-bottom: 30px;
}
body .tx-powermail .powermail_create .mail-confirm p {
  font-family: 'FFMetaSerifWebProBook';
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  body {
    /* Newcomer CE */
  }
  body .grid-newcomer .grid-item {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    /* Newcomer CE */
  }
  body .content-container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  body .image-container {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  body .grid-newcomer .grid-item {
    width: 50%;
  }
  body .grid-newcomer .grid-item .container-bottom {
    margin-left: 40px;
  }
  body .grid-newcomer .banner {
    padding-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1440px) {
  body .tx-powermail .cataloguelist .page-fields-wrap .col-lg-3 {
    width: 50% !important;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  body {
    /* Newcomer CE */
    /* Text and Button CE */
  }
  body .grid-newcomer .grid-item {
    width: 100%;
  }
  body .text-and-button {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  body .tx-powermail .powermail_fieldwrap_select label {
    margin-bottom: 20px !important;
    min-height: 1px !important;
  }
  body .winner-gallery .banner {
    padding: 4rem 1rem;
    width: 100%;
  }
  body .winner-gallery .banner .texthead {
    width: 100%;
  }
  body .grid-item,
  body .banner,
  body .grid-item img {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  body .banner {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  body #content .formimages {
    padding-top: 40px;
  }
  body #content .formimages .single.row {
    display: block;
  }
  body #content .formimages .single.row [class*="col-"] {
    flex: 0;
  }
  body #content .formimages .single.row [class*="col-"] .text-wrap {
    position: relative;
  }
  body #content .formimages .single img {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 320px) {
  body .container-top .topic {
    left: 30px !important;
    width: 260px !important;
  }
  body .container-bottom {
    margin-left: 30px;
  }
}
body #videoheader-mobile {
  width: 100%;
  height: 400px;
  background: url("../images/GDA/backgrounds/gda_mobile_header.png") no-repeat;
  background-size: cover;
}
body .tx-news .news-list-view {
  margin: 30px 0;
}
body .tx-news .news-list-view .article {
  margin-bottom: 20px;
}
body .tx-news .news-list-view .article .article-inner {
  position: relative;
}
body .tx-news .news-list-view .article .article-inner .footer {
  background-color: rgba(150, 137, 51, 0.8);
  color: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 25px 0;
}
body .tx-news .news-list-view .article .article-inner .texthead {
  font-family: 'FFQTypeWebProSquareMedium';
  text-transform: uppercase;
  font-weight: 200 !important;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  color: white;
  /* force single lines */
  height: 32px;
  overflow: hidden;
}
body .tx-news .news-list-view .article-press {
  margin-bottom: 50px;
}
body .tx-news .news-list-view .article-press .accent-line {
  overflow: hidden;
}
body .tx-news .news-list-view .article-press .accent-line hr {
  margin-top: 0;
  width: 50px;
  border-top: 3px solid #968933;
  float: left;
}
body .tx-news .news-list-view .article-press .news-list-tags {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
body .tx-news .news-list-view .article-press .news-list-date {
  color: #968933;
  font-weight: bold;
  font-size: 12px;
}
body .tx-news .news-list-view .article-press .texthead {
  font-family: 'FFQTypeWebProSquareMedium';
  text-transform: uppercase;
  font-weight: 200 !important;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  color: #000;
}
body .tx-news .news-list-view .article-press .teaser-text {
  margin: 20px 0;
}
body .tx-news .tx-news-details .accent-line {
  overflow: hidden;
}
body .tx-news .tx-news-details .accent-line hr {
  margin-top: 0;
  width: 80px;
  border-top: 3px solid #968933;
  float: left;
  margin-bottom: 50px;
}
body .tx-news .tx-news-details .accent-line.bottom hr {
  margin-top: 50px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  body .tx-news .tx-news-details .accent-line hr {
    display: none;
  }
}
body .tx-news .tx-news-details .header {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #eeeeee;
  margin-bottom: 50px;
}
body .tx-news .tx-news-details .header .news-backlink-wrap .fa-angle-left:before {
  color: #fff;
  font-size: 30px;
  margin-left: -3px;
}
body .tx-news .tx-news-details .header .news-img-caption {
  font-weight: bold;
  color: #968933;
}
body .tx-news .tx-news-details .header .texthead {
  text-transform: none;
  font-weight: 200 !important;
  font-size: 30px;
  line-height: 100%;
}
body .tx-news .tx-news-details .header .news-list-tags {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
  display: block;
}
body .tx-news .tx-news-details .header .news-backlink-wrap a {
  color: #aeaeae;
  display: inline-block;
  padding: 10px 0;
}
body .tx-news .tx-news-details .header .news-backlink-wrap a .text-label {
  text-transform: uppercase;
  color: #555;
  font-size: 14px;
}
body .tx-news .tx-news-details .header .functions .print {
  display: none;
}
@media screen and (min-width: 1500px) {
  body .tx-news .tx-news-details .header .news-backlink-wrap {
    height: 57px;
  }
  body .tx-news .tx-news-details .header .news-backlink-wrap a {
    position: fixed;
    left: 30px;
  }
}
body .tx-news .tx-news-details footer {
  padding: 0 0 30px 0;
  background-color: #eeeeee;
  margin-top: 50px;
}
body .tx-news .tx-news-details footer .content-elements {
  padding: 80px 0 40px 0;
}
body .tx-news .tx-news-details footer .content-elements * {
  background-color: transparent;
}
body .tx-news .tx-news-details footer .news-img-wrap {
  margin-top: 40px;
}
body .tx-news .tx-news-details .teaser-text {
  font-weight: bold;
}
body .tx-news .tx-news-details .functions,
body .tx-news .tx-news-details functions li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .tx-news .tx-news-details .functions li {
  float: left;
  margin: 40px 20px 0 0;
}
body .tx-news .tx-news-details .functions a {
  color: #aeaeae;
}
body .tx-news .tx-news-details .functions a .fa-download:before,
body .tx-news .tx-news-details .functions a .fa-print:before {
  color: #fff;
}
body .tx-news .tx-news-details .functions a .text-label {
  text-transform: uppercase;
  color: #555;
  font-size: 14px;
  margin-left: 5px;
}
body .tx-news .tx-news-details .news-related-files ul,
body .tx-news .tx-news-details .news-related-files li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .tx-news .tx-news-details .news-related-files h2 {
  font-size: 20px;
  margin-top: 25px;
  color: #2d3b06;
  font-family: 'FFQTypeWebProSquareMedium';
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 200 !important;
}
body .tx-news .tx-news-details .news-related-files ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .tx-news .tx-news-details .news-related-files h2 {
  font-size: 20px;
  margin-top: 25px;
}
body .tx-news .tx-news-details .news-related-files .fa-download:before {
  color: #fff;
}
body .tx-news .tx-news-details .news-related-news h2 {
  font-size: 20px;
  margin-top: 25px;
  color: #2d3b06;
  font-family: 'FFQTypeWebProSquareMedium';
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 200 !important;
}
body .tx-news .tx-news-details .news-related-links h2 {
  font-size: 20px;
  margin-top: 25px;
  color: #2d3b06;
  font-family: 'FFQTypeWebProSquareMedium';
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 200 !important;
}
body .tx-news .tx-news-details .shariff .orientation-horizontal {
  display: block;
}
body .tx-news .tx-news-details .shariff .facebook .fa-facebook,
body .tx-news .tx-news-details .shariff .twitter .fa-twitter {
  font-size: 16px;
}
body .tx-news .tx-news-details .shariff .shariff-button {
  min-width: initial !important;
  max-width: initial !important;
  width: 40px !important;
}
body .tx-news .tx-news-details .shariff .share_text {
  display: none;
}
body .tx-news .tx-news-details .shariff li {
  margin: 40px 0 0 0;
}
body .tx-news .tx-news-details .shariff li a {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#scroll-down {
  position: fixed;
  width: 20px;
  height: 20px;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
  opacity: 0.8;
  animation: scrollIndicator 0.7s ease-in infinite alternate;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
}
@keyframes scrollIndicator {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.newsletter a {
  color: #fff;
  padding-left: 0;
}
.newsletter a p {
  font-weight: bold;
  font-family: 'FFUtilityWebProBold';
}
.navbar-home {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
}
body .cc-window.cc-banner {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
body .cc-btn.cc-dismiss {
  padding-top: 2px;
  padding-bottom: 2px;
}
.interview {
  margin-top: 30px;
}
.mediathek .texthead {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mediathek .collection {
  margin-top: 25px;
  margin-bottom: 25px;
  overflow: hidden;
}
#content .mediathekHeader .content-container.accordion-container .texthead {
  margin-bottom: 0;
  padding-bottom: 0;
}
#content .mediathekHeader .content-container.accordion-container .texthead h2 {
  font-family: 'XenoisSlabPro-Medium';
  font-size: 37px;
  letter-spacing: 0.20em;
  line-height: 56px;
  color: #aa943f;
}
/* Mediathek */
body #content .golden-arrow-right {
  right: 0;
}
body #content .golden-arrow-left {
  left: 0;
}
body .bildslider {
  padding-left: 0;
  padding-right: 0;
  background-color: #ffffff;
}
body .bildslider .golden-arrow-left {
  background-image: url('../../Public/images/GBA/gold_pfeil_links.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  width: 42px;
  height: 13px;
  float: right;
  position: absolute;
  top: calc(20%);
  cursor: pointer;
  padding: 30px;
  left: 0;
  transform: rotate(0deg);
}
body .bildslider .golden-arrow-right {
  background-image: url('../../Public/images/GBA/gold_pfeil_links.png');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  width: 42px;
  height: 13px;
  float: right;
  position: absolute;
  top: calc(20%);
  cursor: pointer;
  padding: 30px;
  transform: rotate(180deg);
  right: 0;
}
body .bildslider .bildslideItem {
  position: relative;
}
body .bildslider .bildslideItem .bildInfo {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
}
body .bildslider .bildslideItem .bildslideText {
  display: none;
}
body .bildslider .bildslideItem .bildslideText.offen {
  display: block;
}
body .bildslider .bildslideItem .bildslideImage img {
  width: 100%;
  height: auto;
}
body .bildslider .bildslideItem .bildslideText {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.9) !important;
  width: 100%;
  height: 100%;
}
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer {
  max-width: 400px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer .bildslideHeader {
  color: #968933;
  font-size: 18px;
  font-family: 'XenoisSoftPro-Regular';
}
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer .bildslideBeschreibung {
  font-size: 16px;
  font-family: 'XenoisSlabPro-Regular';
  color: #ffffff;
}
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer .bildslideDownloads {
  margin-top: 20px;
  position: relative;
}
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer .bildslideDownloads .downloadPrint,
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer .bildslideDownloads .downloadWeb {
  position: relative;
  padding-left: 22px;
  text-transform: uppercase;
  font-family: 'XenoisSoftPro-Medium';
  font-size: 14px;
  position: absolute;
}
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer .bildslideDownloads .downloadPrint {
  left: 0;
}
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer .bildslideDownloads .downloadWeb {
  right: 0;
}
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer .bildslideDownloads .downloadPrint::before,
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer .bildslideDownloads .downloadWeb::before {
  content: "";
  background: url(/Template/Public/images/GBA/bildslide_download.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 1px;
}
body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer .bildslideDownloads a:nth-child(2) {
  margin-left: 40px;
}
@media (max-width: 800px) {
  body .bildslider .bildslideItem .bildslideText .bildSlideTextContainer {
    bottom: 20%;
    top: initial;
  }
}
/* Mediathek Ende */
/* UPDATE PICTURESET */
body #content .rmnd-awardexplorer .gallery {
  height: auto !important;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body #content .rmnd-awardexplorer .gallery .item {
  overflow: hidden !important;
  position: relative !important;
  height: auto !important;
  top: inherit !important;
  float: left !important;
  left: 0 !important;
  flex: 0 0 49%;
}
body #content .rmnd-awardexplorer .gallery .item img {
  width: 100%;
}
.i_frame_layout img {
  max-width: 100%;
  height: auto;
}
img {
  height: auto;
  max-width: 100%;
}
hhidden.texthead {
  display: none;
}
#p159 .lang-link {
  display: none;
}
.detail .main-information .noproject p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}
body .rmnd-awardexplorer header.col-xs-14 {
  text-align: center;
  background: #e6e6e6;
}
body .rmnd-awardexplorer header.col-xs-14 .projectImage {
  max-height: 1000px;
  width: auto;
}
.downloadbutton::before {
  content: '';
  background: url('/Template/Public/images/download_icon.jpg') no-repeat;
  width: 37px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 10px;
}
.downloadbutton {
  position: relative;
  padding-left: 45px;
  padding-top: 20px;
  outline: none;
}
.sf-filecollection-gallery-image-container img {
  max-width: 300px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
/* Consent-Bar  */
/* ######################################### */
/* ########## Cookie Bar / Banner ########## */
/* ######################################### */
#uc-banner-centered .uc-banner-content {
  background: #383a36 !important;
}
/* ### Banner -> Text Beschreibung*/
.uc-banner-text {
  color: #FFF !important;
}
/* ### Banner -> Button erlauben*/
#usercentrics-button .uc-btn-new.uc-btn-accept {
  background-color: #aa943f !important;
  color: #FFF !important;
}
/* ### Banner -> Button verweigern*/
#usercentrics-button .uc-btn-new.uc-btn-deny {
  background-color: #FFF !important;
  color: #aa943f !important;
}
/* ### Banner -> Button mehr Information*/
#usercentrics-button .uc-btn-new.uc-btn-more {
  background-color: #FFF !important;
  color: #aa943f !important;
}
/* ############################################## */
/* ########## Cookie Bar / Banner Ende ########## */
/* ################################################## */
/* ########################################## */
/* ########## Mehr Erfahren Kasten ########## */
/* ########################################## */
/* ### Mehr Fenster -> Rechte Spalte Hintergrund */
#usercentrics-button #uc-consents-info-modal .uc-modal-body .uc-content {
  background: #FFF !important;
}
/* ### Mehr Fenster -> Text rechte Spalte */
#usercentrics-button #uc-consents-info-modal * {
  color: #383a36 !important;
}
/* ### Mehr Fenster -> Text rechte Spalte Links */
#usercentrics-button #uc-consents-info-modal a[href],
.uc-embed a[href] {
  color: #383a36 !important;
}
/* ### Mehr Fenster -> Text linke Spalte */
#usercentrics-button #uc-consents-info-modal .uc-info-modal-sidebar {
  background-color: #FFF !important;
  color: #383a36 !important;
}
/* ### Mehr Fenster -> Suche Hintergrund */
#usercentrics-button #uc-consents-info-modal .uc-modal-header {
  background-color: #aa943f !important;
}
/* ### Mehr Fenster -> Such-Feld */
#usercentrics-button #uc-consents-info-modal .uc-modal-header .uc-info-modal-search-bar input {
  background-color: #CCC !important;
  border: 1px solid #383a36 !important;
  border-radius: 50px;
  color: #383a36 !important;
}
/* ### Mehr Fenster -> Speichern und schließen */
#usercentrics-button #uc-consents-info-modal .uc-modal-footer .uc-save-settings-and-close-button {
  background: #aa943f !important;
  color: #FFF !important;
}
/* ############################################### */
/* ########## Mehr Erfahren Kasten ENDE ########## */
/* ############################################### */
/* ##################################################### */
/* ########## Nachbearbeitung Icon und Inhalt ########## */
/* ##################################################### */
/* ### Nachbearbeitung -> Speichern und schließen */
.usercentrics-button .uc-dropdown .uc-dropdown-menu.lan-opened,
.usercentrics-button.layout-1 .uc-corner-modal .uc-corner-modal-content .uc-card-header,
.usercentrics-button.layout-1 .uc-corner-modal .uc-corner-modal-content .uc-nav-tabs,
.usercentrics-button.layout-1 .uc-corner-modal .uc-corner-modal-content .uc-card-footer .uc-btn,
.usercentrics-button .uc-corner-modal .uc-card-footer .uc-save-settings-button {
  background-color: #aa943f !important;
  color: #FFF !important;
}
/* ########################################################## */
/* ########## Nachbearbeitung Icon und Inhalt Ende ########## */
/* ########################################################## */
/* ############################## */
/* ########## Globales ########## */
/* ############################## */
/* ### Banner -> Copyright*/
#usercentrics-button #uc-corner-modal.layout-1 .uc-powered-by-footer a,
#usercentrics-button #uc-banner-centered .uc-powered-by-footer,
#usercentrics-button #uc-consents-info-modal .uc-info-modal-sidebar .uc-powered-by {
  opacity: .25;
}
#usercentrics-button #uc-corner-modal.layout-1 .uc-powered-by-footer {
  color: rgba(59, 161, 219, 0.25) !important;
}
/* ################################### */
/* ########## Globales Ende ########## */
/* ################################### */
div#uc-btn-close-main-corner-modal > svg use + use {
  fill: #aa943f;
}
div#uc-btn-close-main-corner-modal > svg #fingerprint {
  fill: #aa943f;
}
#uc-central-banner-modal #uc-banner-centered .uc-banner-content {
  background: #1e1e1e !important;
}
/* ################################### */
/* ########## Usercentrics Googlemap ########## */
/* ################################### */
privacy-proxy-google-maps#privacyProxyElement_1 {
  width: 100% !important;
  min-width: 100%;
  position: inherit;
}
privacy-proxy-google-maps#privacyProxyElement_1 #mapImage img {
  width: 100%;
  object-fit: cover;
}
#usercentrics-button .uc-banner-content {
  animation: 1s linear infinite;
  animation-name: grau;
}
/* Standard syntax */
@keyframes grau {
  from {
    background-color: #1e1e1e;
  }
  to {
    background-color: #1e1e1e;
  }
}
div#privacyProxyElement_1 > img {
  object-fit: fill !important;
  filter: blur(3px);
}
#uc-banner-centered {
  top: auto !important;
  left: 250px !important;
  bottom: -177px !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
div#uc-central-banner-modal {
  z-index: 9999991 !important;
}
/* ################################### */
/* #############  Youtube ############ */
/* ################################### */
div.uc-embedding-container {
  max-height: none;
  overflow: hidden;
}
#content .rmnd-awardexplorer.detail .main-information .award h2,
#content .rmnd-awardexplorer.detail .main-information .award h3,
#content .rmnd-awardexplorer.detail .main-information .award h4,
#content .rmnd-awardexplorer.detail .main-information .award h5,
#content .rmnd-awardexplorer.detail .main-information .award h6 {
  font-size: 18px;
  margin-bottom: 5px !important;
}
#content .rmnd-awardexplorer.detail .main-information main .jurytext h2 {
  font-size: 18px;
  color: #000 !important;
  font-family: "FFUtilityWebProBold" !important;
}
.tx-sf-filecollection-gallery > .f3-widget-paginator {
  display: flex;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}
.tx-sf-filecollection-gallery > .f3-widget-paginator > li {
  padding-left: 5px;
  padding-right: 5px;
}
#content .rmnd-awardexplorer {
  font-family: 'XenoisSlabPro-Regular';
  /* Preview Plugin */
  /* List Plugin */
  /* Detailseite */
}
#content .rmnd-awardexplorer h1,
#content .rmnd-awardexplorer h2,
#content .rmnd-awardexplorer h3,
#content .rmnd-awardexplorer h4,
#content .rmnd-awardexplorer h5,
#content .rmnd-awardexplorer h6 {
  font-family: "FFUtilityWebProBold";
}
#content .rmnd-awardexplorer a {
  font-family: 'FFUtilityWebProBold';
  color: #ffffff;
}
#content .rmnd-awardexplorer .filter {
  background-color: #aa9340;
  font-size: 1.5rem;
}
#content .rmnd-awardexplorer .filter .container {
  max-width: 1230px;
}
#content .rmnd-awardexplorer .filter .filter-trigger,
#content .rmnd-awardexplorer .filter .filter-years-trigger {
  cursor: pointer;
}
#content .rmnd-awardexplorer .filter .filter-trigger.active,
#content .rmnd-awardexplorer .filter .filter-years-trigger.active {
  background-color: #b39f52;
}
#content .rmnd-awardexplorer .filter .right {
  text-align: right;
}
#content .rmnd-awardexplorer.winner-gallery .banner {
  background-color: #aa9340;
}
#content .rmnd-awardexplorer.winner-gallery .banner .claim {
  font-family: 'FFUtilityWebProBold';
}
#content .rmnd-awardexplorer.winner-gallery .banner .texthead {
  font-family: 'FFUtilityWebProBold';
}
#content .rmnd-awardexplorer .gallery {
  max-width: 1230px;
  margin: 0 auto;
  padding-top: 10rem;
  /*
             * The fucking grid is 1230px in width.
             * 604px for the large elements.
             * 22px of space
             * the small elements are 291px in width
             */
}
#content .rmnd-awardexplorer .gallery .grid-sizer {
  width: 291px;
}
#content .rmnd-awardexplorer .gallery .item {
  width: 291px;
  height: 291px;
  cursor: pointer;
}
#content .rmnd-awardexplorer .gallery .item.large {
  /*                    width: @item-large-width;
                    height: @item-large-width;*/
}
@media (max-width: 480px) {
  #content .rmnd-awardexplorer .gallery .item.large {
    width: 100%;
    height: 291px;
  }
}
@media (min-width: 480px) {
  #content .rmnd-awardexplorer .gallery .item.large {
    width: 100%;
    height: 604px;
  }
}
@media (min-width: 992px) {
  #content .rmnd-awardexplorer .gallery .item.large {
    width: 604px;
    height: 604px;
  }
}
#content .rmnd-awardexplorer .gallery .item .text {
  color: #ffffff;
  background-color: rgba(150, 137, 51, 0.8);
}
#content .rmnd-awardexplorer .gallery .item .text h3 {
  font-size: 16px;
}
#content .rmnd-awardexplorer .load-more {
  font-family: 'FFUtilityWebProBold';
  font-size: 1.5rem;
}
#content .rmnd-awardexplorer .load-more .text {
  font-family: inherit;
  font-size: inherit;
}
#content .rmnd-awardexplorer.detail .navigation {
  background-color: #aa9340;
  color: #ffffff;
  line-height: 68px;
  font-size: 1.5rem;
}
#content .rmnd-awardexplorer.detail .navigation a {
  color: #ffffff;
}
#content .rmnd-awardexplorer.detail .navigation .wrap {
  max-width: 1230px;
  margin: 0 auto;
}
#content .rmnd-awardexplorer.detail .navigation .next {
  text-align: right;
}
#content .rmnd-awardexplorer.detail .navigation .back a::before,
#content .rmnd-awardexplorer.detail .navigation .back a::after,
#content .rmnd-awardexplorer.detail .navigation .next a::after {
  width: 42px;
  height: 13px;
}
#content .rmnd-awardexplorer.detail .main-information h1 {
  position: absolute;
  font-size: 5rem;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
}
#content .rmnd-awardexplorer.detail .main-information h2,
#content .rmnd-awardexplorer.detail .main-information h3,
#content .rmnd-awardexplorer.detail .main-information h4,
#content .rmnd-awardexplorer.detail .main-information h5,
#content .rmnd-awardexplorer.detail .main-information h6 {
  font-size: 1.5rem;
}
#content .rmnd-awardexplorer.detail .main-information a {
  color: #b39f52;
}
#content .rmnd-awardexplorer.detail .main-information header {
  margin-bottom: 4rem;
  text-align: center;
  background: #e6e6e6;
}
#content .rmnd-awardexplorer.detail .main-information header img {
  max-height: 1000px;
  width: auto;
}
#content .rmnd-awardexplorer.detail .main-information main .header {
  position: relative;
  min-height: 200px;
}
#content .rmnd-awardexplorer.detail .main-information main .jurytext {
  color: #555;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 5rem;
  font-family: "XenoisSlabPro-Medium";
}
#content .rmnd-awardexplorer.detail .main-information main .jurytext h2 {
  color: #555;
  font-family: "XenoisSlabPro-Heavy";
  margin-bottom: 10px;
}
#content .rmnd-awardexplorer.detail .main-information main .information {
  font-size: 1.5rem;
  padding-bottom: 5rem;
}
#content .rmnd-awardexplorer.detail .main-information main .award-text {
  margin-bottom: 2rem;
  font-family: "XenoisSlabPro-Medium";
  font-size: 18px;
  line-height: 28px;
  color: #555;
}
#content .rmnd-awardexplorer.detail .main-information main .award-text .award h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: "FFUtilityWebProBold";
}
#content .rmnd-awardexplorer.detail .main-information main .manufacturer {
  margin-bottom: 2rem;
  font-family: "XenoisSlabPro-Medium";
}
#content .rmnd-awardexplorer.detail .main-information main .manufacturer h3 {
  font-size: 18px;
  color: #000;
  font-family: "FFUtilityWebProBold";
}
#content .rmnd-awardexplorer.detail .main-information main .manufacturer a {
  font-size: 18px;
  font-family: "XenoisSlabPro-Medium";
}
#content .rmnd-awardexplorer.detail .main-information main .designer {
  font-family: "XenoisSlabPro-Medium";
}
#content .rmnd-awardexplorer.detail .main-information main .designer h3 {
  font-size: 18px;
  color: #000;
  font-family: "FFUtilityWebProBold";
}
#content .rmnd-awardexplorer.detail .main-information main .designer a {
  font-size: 18px;
  font-family: "XenoisSlabPro-Medium";
}
#content .rmnd-awardexplorer.detail .main-information main .social {
  margin-top: 5rem;
}
#content .rmnd-awardexplorer.detail .main-information main .social h3 {
  margin-bottom: 1.5rem;
  font-size: 18px;
  color: #000;
  font-family: "FFUtilityWebProBold";
}
#content .rmnd-awardexplorer.detail .main-information main .social .shariff ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#content .rmnd-awardexplorer.detail .main-information main .social .shariff ul li {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 1rem;
  background-color: transparent;
  flex: none;
  min-width: initial;
  min-height: initial;
  border: none;
}
#content .rmnd-awardexplorer.detail .main-information main .social .shariff ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
#content .rmnd-awardexplorer.detail .main-information main .social .shariff ul li a span {
  display: none;
}
#content .rmnd-awardexplorer .filter-popup,
#content .rmnd-awardexplorer .filter-years-popup {
  background-color: #b39f52;
  color: #ffffff;
  font-size: 1.5rem;
  max-width: 1230px;
  margin: 0 auto;
}
#content .rmnd-awardexplorer .filter-popup .main-categories,
#content .rmnd-awardexplorer .filter-years-popup .main-categories,
#content .rmnd-awardexplorer .filter-popup .categories,
#content .rmnd-awardexplorer .filter-years-popup .categories,
#content .rmnd-awardexplorer .filter-popup .awards,
#content .rmnd-awardexplorer .filter-years-popup .awards,
#content .rmnd-awardexplorer .filter-popup .years,
#content .rmnd-awardexplorer .filter-years-popup .years {
  border: none;
  box-shadow: 0 3px 1px -3px #7c742b;
}
#content .rmnd-awardexplorer .filter-popup .filter-tag,
#content .rmnd-awardexplorer .filter-years-popup .filter-tag {
  border-color: #806b21;
  cursor: pointer;
}
#content .rmnd-awardexplorer .filter-popup .filter-tag.active,
#content .rmnd-awardexplorer .filter-years-popup .filter-tag.active,
#content .rmnd-awardexplorer .filter-popup .filter-tag:hover,
#content .rmnd-awardexplorer .filter-years-popup .filter-tag:hover {
  border-color: #7c742b;
  background-color: #7c742b;
}
#content .rmnd-awardexplorer .filter-popup .apply,
#content .rmnd-awardexplorer .filter-years-popup .apply {
  text-align: right;
  cursor: pointer;
}
@media (max-width: 1115px) {
  #content-top .navbar-subpage .row.navbar .col-md-4 {
    width: 21.42857143%;
  }
  #content-top .navbar-subpage .row.navbar .col-md-1 {
    width: 14.28571429%;
  }
}
@media (max-width: 1050px) and (min-width: 992px) {
  #content #rmnd-awardexplorer .filter.container-fluid .container .row .col-md-4 {
    width: 32%;
  }
  #content #rmnd-awardexplorer .filter.container-fluid .container .row .col-md-10 {
    width: 67%;
  }
}
@media (max-width: 992px) {
  #content #rmnd-awardexplorer .filter.container-fluid {
    height: 140px;
  }
}
@media (max-width: 1235px) and (min-width: 992px) {
  #content #rmnd-awardexplorer .container .row .col-md-2 {
    width: 20%;
  }
  #content #rmnd-awardexplorer .container .row .col-md-6 {
    width: 25%;
    float: right;
  }
  #content #rmnd-awardexplorer .container .row .col-md-6 .filter-freetext input {
    max-width: 185px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #content #rmnd-awardexplorer {
    position: relative;
  }
  #content #rmnd-awardexplorer .filter.container-fluid .filter-categories-popup,
  #content #rmnd-awardexplorer .filter.container-fluid .filter-years-popup,
  #content #rmnd-awardexplorer .filter.container-fluid .filter-awards-popup {
    top: 70px;
  }
}
@media (max-width: 768px) {
  #content #rmnd-awardexplorer {
    position: initial;
  }
  #content #rmnd-awardexplorer .filter.container-fluid .filter-years-popup,
  #content #rmnd-awardexplorer .filter.container-fluid .filter-categories-popup,
  #content #rmnd-awardexplorer .filter.container-fluid .filter-awards-popup {
    top: inherit;
    margin-top: -1px;
  }
}
@media (max-width: 1229px) {
  #content .rmnd-awardexplorer .gallery .item:nth-child(2n) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #content-top .navbar li.col-lg-4,
  #content-top .navbar li.col-lg-1:last-child {
    padding-top: 15px;
  }
  #content-top .navbar li.col-lg-4 a,
  #content-top .navbar li.col-lg-1 a {
    font-size: 22px;
    line-height: 26px;
  }
  #content .navmenu .topbar-wrapper .topbar {
    font-size: 22px;
    line-height: 26px;
  }
  #content .owl-logos,
  #content .owl-textimage {
    margin-top: 60px;
  }
  #content .text-image-carousel .texthead {
    font-size: 42px;
    line-height: 45px;
  }
  #content .text-image-carousel .slidetext .box .texthead {
    font-size: 18px;
    line-height: 22px;
  }
  #content .content-container {
    /*padding-bottom: extract(@spacer-vertical, @@viewport-index);
            .real-spacing(extract(@headline-medium-font-sizes, @@viewport-index); extract(@headline-medium-line-heights, @@viewport-index); extract(@spacer-vertical, @@viewport-index));
            padding-top: @return;*/
    /* .texthead{
                .generate-headline('medium', @@viewport-index);
            } */
  }
  #content .content-container .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #content .content-container .textlink-container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #content .content-container.accordion-container,
  #content .content-container .accordion-container {
    font-size: 16px;
    line-height: 24px;
  }
  #content .content-container.accordion-container .texthead,
  #content .content-container .accordion-container .texthead {
    margin-bottom: 30px;
  }
  #content .content-container.accordion-container .accordion-item,
  #content .content-container .accordion-container .accordion-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #content .content-container.article-container {
    font-size: 16px;
    line-height: 24px;
  }
  #content .content-container.article-container .texthead {
    font-size: 16px;
    line-height: 24px;
  }
  #content .content-container .newsteaser .texthead {
    margin-bottom: 30px;
  }
  #content .content-container .newsteaser .teaserimages .teasertext {
    font-size: 16px;
    line-height: 24px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #content .content-container .jury-img {
    margin-top: 7.5px;
  }
  #content .imgtitle {
    padding: 30px;
    margin-top: -45px;
  }
  #content .image-container {
    /*padding-top: extract(@spacer-vertical, @@viewport-index);
            padding-bottom: extract(@spacer-vertical, @@viewport-index);*/
  }
  #content .image-container .textright .text {
    margin-bottom: 18px;
  }
  #content .image-container .textright .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  #content .image-container .textright .textlink {
    font-size: 14px;
    line-height: 22px;
  }
  #content .text2 .subhead {
    font-size: 16px;
    line-height: 24px;
    margin-top: 80px;
  }
  #content .text2 .text {
    margin-top: 80px;
  }
  #content .text2 .customer,
  #content .text2 .design,
  #content .text2 .share {
    padding-top: 15px;
  }
  #content .winner-gallery .content-container {
    padding-top: 0px;
  }
  #footer .logo {
    margin-top: 15px;
  }
  #footer .social .socialmedia {
    margin-top: 60px;
  }
  #footer .social .newsletter {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .pagelink {
    padding-left: 5px;
  }
  .multicontent .textlink {
    font-size: 14px;
    line-height: 22px;
  }
  .multicontent .author {
    float: right;
    font-size: 14px;
    line-height: 22px;
  }
  #content-top .responsive-nav {
    display: none;
  }
  #content .canvas .fullvideo {
    margin-top: 0px;
  }
  #content .container {
    width: auto;
  }
  #content .golden-arrow-right {
    right: 90px;
  }
  #content .golden-arrow-left {
    left: 90px;
  }
  #content .rmnd-awardexplorer.detail .award-logo {
    text-align: right;
  }
  #content .rmnd-awardexplorer.detail .jurytext {
    padding-right: 120px;
  }
  #content .jury .text .jury-content {
    padding-left: 200px;
  }
  #content .tx-powermail .page-fields-wrap {
    padding-left: 200px;
  }
  #footer .footer .social .newsletter {
    float: right;
  }
  #footer .footer .social .newsletter .col-xs-14 {
    width: auto;
  }
}
@media (min-width: 1440px) {
  .tx-powermail .page-fields-wrap .row .col-lg-3 {
    width: 25%;
  }
  .tx-powermail .page-fields-wrap.row-large {
    padding-left: 0px !important;
  }
  .tx-powermail .page-fields-wrap.row-large .col-lg-3 {
    width: 20%;
    height: 250px;
  }
}
@media (max-width: 767px) {
  #content-top .navbar li.col-lg-4,
  #content-top .navbar li.col-lg-1:last-child {
    padding-top: 15px;
  }
  #content-top .navbar li.col-lg-4 a,
  #content-top .navbar li.col-lg-1 a {
    font-size: 22px;
    line-height: 26px;
  }
  #content .navmenu .topbar-wrapper .topbar {
    font-size: 22px;
    line-height: 26px;
  }
  #content .owl-logos,
  #content .owl-textimage {
    margin-top: 20px;
  }
  #content .text-image-carousel .texthead {
    font-size: 28px;
    line-height: 32px;
  }
  #content .text-image-carousel .slidetext .box .texthead {
    font-size: 18px;
    line-height: 22px;
  }
  #content .content-container {
    /*padding-bottom: extract(@spacer-vertical, @@viewport-index);
            .real-spacing(extract(@headline-medium-font-sizes, @@viewport-index); extract(@headline-medium-line-heights, @@viewport-index); extract(@spacer-vertical, @@viewport-index));
            padding-top: @return;*/
    /* .texthead{
                .generate-headline('medium', @@viewport-index);
            } */
  }
  #content .content-container .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #content .content-container .textlink-container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #content .content-container.accordion-container,
  #content .content-container .accordion-container {
    font-size: 16px;
    line-height: 24px;
  }
  #content .content-container.accordion-container .texthead,
  #content .content-container .accordion-container .texthead {
    margin-bottom: 30px;
  }
  #content .content-container.accordion-container .accordion-item,
  #content .content-container .accordion-container .accordion-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #content .content-container.article-container {
    font-size: 16px;
    line-height: 24px;
  }
  #content .content-container.article-container .texthead {
    font-size: 16px;
    line-height: 24px;
  }
  #content .content-container .newsteaser .texthead {
    margin-bottom: 30px;
  }
  #content .content-container .newsteaser .teaserimages .teasertext {
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #content .content-container .jury-img {
    margin-top: 7.5px;
  }
  #content .imgtitle {
    padding: 30px;
    margin-top: -45px;
  }
  #content .image-container {
    /*padding-top: extract(@spacer-vertical, @@viewport-index);
            padding-bottom: extract(@spacer-vertical, @@viewport-index);*/
  }
  #content .image-container .textright .text {
    margin-bottom: 18px;
  }
  #content .image-container .textright .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  #content .image-container .textright .textlink {
    font-size: 14px;
    line-height: 22px;
  }
  #content .text2 .subhead {
    font-size: 16px;
    line-height: 24px;
    margin-top: 80px;
  }
  #content .text2 .text {
    margin-top: 80px;
  }
  #content .text2 .customer,
  #content .text2 .design,
  #content .text2 .share {
    padding-top: 15px;
  }
  #content .winner-gallery .content-container {
    padding-top: 0px;
  }
  #footer .logo {
    margin-top: 15px;
  }
  #footer .social .socialmedia {
    margin-top: 20px;
  }
  #footer .social .newsletter {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pagelink {
    padding-left: 5px;
  }
  .multicontent .textlink {
    font-size: 14px;
    line-height: 22px;
  }
  .multicontent .author {
    float: right;
    font-size: 14px;
    line-height: 22px;
  }
  .rmnd-awardexplorer .filter .filter-years-trigger,
  .rmnd-awardexplorer .filter .filter-trigger {
    line-height: 20px !important;
    padding-top: 10px !important;
    width: 50%;
    padding-bottom: 10px;
  }
  #content #rmnd-awardexplorer .filter.container-fluid {
    height: 150px;
  }
  #content .rmnd-awardexplorer.detail .main-information .votebox .vote a {
    font-size: 1em;
    font-weight: 400;
  }
  .fancybox-wrap .fancyboxinhalt {
    flex-direction: column;
  }
  .fancybox-wrap .fancyboxinhalt .left,
  .fancybox-wrap .fancyboxinhalt .right {
    float: none;
    max-width: 100%;
    flex: 0 0 100%;
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .fancybox-wrap .fancyboxinhalt fieldset > div {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .fancybox-wrap .fancyboxinhalt fieldset > div > label {
    flex: 0 0 100%;
  }
  body .abc-logo-head-video {
    display: block;
    width: 145px;
    height: 200px;
    margin: 0 auto;
    margin-top: 200px !important;
    background: url("../images/GDA/logos/gda-logo-gold-silber.png") no-repeat;
    background-size: contain;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  body #content-top .imageheader {
    margin-top: 30px;
    margin-bottom: -30px;
  }
  body #content-top .imageheader .headline {
    top: auto;
    right: auto;
    bottom: 5%;
    left: 33.33333333%;
  }
  body #content-top .videoheader {
    padding-bottom: 180px !important;
    height: 400px !important;
  }
  body #content-top .navbar {
    display: none;
  }
  body #content-top .abc-logo-head {
    width: 175px;
    height: 245px;
    left: 41%;
  }
  body #content-top .abc-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 150px;
    height: 60px;
    background: url("../images/GDA/logos/gda_logo_schwarz_150x60.png") no-repeat;
    background-size: contain;
    z-index: 100;
  }
  body #content-top .burger-icon-container {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    z-index: 100;
  }
  body #content-top .mainmenu-mobile {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #fff;
  }
  body #content-top .navmenu-home .abc-logo {
    display: none;
  }
  body #content-top .navmenu {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 80px;
  }
  body #content-top .navmenu.navmenu-default {
    border: none;
  }
  body #content-top .navmenu.navmenu-fixed-top {
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: auto;
    overflow-y: auto;
    border-radius: 0;
  }
  body #content-top .navmenu .topbar-wrapper {
    /* position: absolute;
                    top: 80px;
                    left: 0px;
                    width: 100%;
                    background-color: @white;
                    height: auto;
                    overflow: auto;
                    z-index: 2;
                    pointer-events: auto; */
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overvlow: auto;
    z-index: 99;
    background: #fff;
  }
  body #content-top .navmenu .topbar-wrapper .topbar {
    list-style-type: none;
    padding-left: 10px;
    color: #968933;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 80px;
  }
  body #content-top .navmenu .topbar-wrapper .topbar li {
    padding-bottom: 30px;
  }
  body #content-top .navmenu .topbar-wrapper .topbar li:first-child {
    padding-top: 30px;
  }
  body #content-top .navmenu .topbar-wrapper .topbar li:last-child {
    display: inline-block;
  }
  body #content-top .navmenu .topbar-wrapper .topbar li .language-responsive {
    float: left;
  }
  body #content-top .navmenu .topbar-wrapper .topbar li .language-responsive:first-child:after {
    content: "|";
    transform: skew(-22deg);
    margin-left: 5px;
    margin-right: 5px;
    float: right;
  }
  body .grid-newcomer .grid-item .container-bottom {
    margin-right: 40px;
  }
  body #content {
    margin-top: 100px;
  }
  body #content .texthead {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    margin-bottom: 0px !important;
  }
  body #content .owl-item .img_article_participate_01 {
    height: auto;
    background-size: 100% auto;
  }
  body #content .content-container .owl-textimage {
    padding: 0;
  }
  body #content .content-container .owl-textimage .owl-stage-outer {
    height: 330px;
  }
  body #content .content-container .owl-textimage .owl-stage-outer .owl-stage .owl-item {
    transform: scale(0.7);
    margin-top: 0px;
  }
  body #content .content-container .owl-textimage .owl-stage-outer .owl-stage .owl-item.highlight {
    transform: scale(1);
  }
  body #content .content-container .owl-textimage .owl-controls {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0px;
  }
  body #content .content-container .owl-textimage .owl-controls .golden-arrow-right {
    width: 50px;
    height: 50px;
    right: 0;
  }
  body #content .content-container .owl-textimage .owl-controls .golden-arrow-left {
    width: 50px;
    height: 50px;
    left: 0;
  }
  body #content .jury .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  body #content .canvas .content-container .newsteaser .teaserimages .teaser .teasertext {
    margin-bottom: 0px;
  }
  body #content .canvas.canvas-slide {
    position: relative;
    overflow: hidden;
  }
  body #content .imageright,
  body #content .imageleft {
    margin-bottom: 30px;
  }
  body #content .fullvideo {
    margin-top: 30px;
  }
  body #content.accordion-container,
  body #content .accordion-container {
    margin-left: 0px;
    margin-right: 0px;
  }
  body #content .image-container .textright .texthead {
    margin-top: 30px;
  }
  body #content .content-container .newsteaser a {
    text-align: right;
  }
  body #content .content-container .newsteaser .teaserimages .teaser {
    width: 100%;
    padding-top: 100%;
    margin-top: 10px;
  }
  body #content .text2 .abc-logo-content {
    height: 206px;
    width: 150px;
    margin-top: -50px;
  }
  body #content .text2 .headandlogo {
    margin-bottom: 15px;
  }
  body #content .text2 .texthead,
  body #content .text2 .subhead,
  body #content .text2 .text2head {
    padding-left: 0;
  }
  body #content .multicontent .responsive-video-wrap {
    margin-bottom: 22.5px;
  }
  body #content .multicontent .imgtitle {
    padding: 15px;
    margin-top: -22.5px;
  }
  body #content .multicontent .texthead {
    margin-top: 30px;
  }
  body #content .multicontent h3 {
    font-family: 'FFQTypeWebProSquareMedium';
    font-size: 18px;
    line-height: 21px;
    font-weight: 200;
    padding: 30px 0px 15px 0px;
  }
  body #content .golden-arrow-right {
    right: 10px;
    bottom: calc(50% - 20px);
  }
  body #content .golden-arrow-left {
    left: 10px;
    bottom: calc(50% - 20px);
  }
  body #content .winners-image-text-link img {
    width: 100% !important;
    height: auto !important;
  }
  body #content .logo-carousel .owl-logos .item img {
    width: 100% !important;
    height: auto !important;
  }
  body #content .rmnd-awardexplorer .filter {
    height: 140px;
  }
  body #content .rmnd-awardexplorer .filter .filter-freetext {
    background-color: #aa9340;
  }
  body #content .rmnd-awardexplorer .grid .banner {
    padding: 20px;
  }
  body #content .rmnd-awardexplorer .grid .banner .texthead {
    width: 100%;
  }
  body #content .rmnd-awardexplorer .grid .banner h1 {
    margin-bottom: 20px;
  }
  body #content .rmnd-awardexplorer .grid .grid-item {
    width: 100%;
    max-width: 100%;
  }
  body #content .rmnd-awardexplorer.detail .navigation {
    line-height: 20px;
  }
  body #content .rmnd-awardexplorer.detail .navigation a {
    display: block;
    padding: 5px;
  }
  body #content .rmnd-awardexplorer.detail .navigation a:before,
  body #content .rmnd-awardexplorer.detail .navigation a:after {
    display: none;
  }
  body #content .rmnd-awardexplorer.detail .main-information main .header {
    min-height: 100px;
  }
  body #content .rmnd-awardexplorer.detail .main-information main h1 {
    font-size: 25px;
  }
  body #content .rmnd-awardexplorer.detail .jurytext {
    padding-right: 0;
  }
  body #content .rmnd-awardexplorer .award-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  body #footer .logo {
    margin-top: 90px;
  }
  body #footer .social .newsletter {
    text-align: center;
    margin-top: 0 !important;
  }
  body #footer .social .newsletter .letter-footer {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
  }
  body #footer .social .socialmedia {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  body #footer .social .socialmedia a span {
    margin-left: 10px;
  }
  body #footer .footer-nav {
    text-align: center;
  }
  body .golden-arrow-right,
  body .golden-arrow-left {
    width: 40px;
    height: 40px;
  }
  .img_nav {
    content: url("../images/nav/abc-start-mobile-01.png");
    padding-top: 63.36633663%;
  }
  .tx-powermail {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tx-powermail .powermail_fieldset {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
  }
  .tx-powermail .powermail_fieldset .powermail_legend {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }
  .tx-powermail .powermail_fieldwrap.halfright,
  .tx-powermail .powermail_fieldwrap.halfleft {
    float: none !important;
    display: block !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .tx-powermail .powermail_fieldwrap.halfright .powermail_submit,
  .tx-powermail .powermail_fieldwrap.halfleft .powermail_submit {
    width: 100% !important;
    text-align: left !important;
  }
  .tx-powermail .cataloguelist .catalogueproduct {
    padding-bottom: 60px;
  }
  .tx-powermail .cataloguelist .catalogueproduct label {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 1440px) {
  #content-top .navbar li.col-lg-4,
  #content-top .navbar li.col-lg-1:last-child {
    padding-top: 15px;
  }
  #content-top .navbar li.col-lg-4 a,
  #content-top .navbar li.col-lg-1 a {
    font-size: 22px;
    line-height: 26px;
  }
  #content .navmenu .topbar-wrapper .topbar {
    font-size: 22px;
    line-height: 26px;
  }
  #content .owl-logos,
  #content .owl-textimage {
    margin-top: 60px;
  }
  #content .text-image-carousel .texthead {
    font-size: 42px;
    line-height: 45px;
  }
  #content .text-image-carousel .slidetext .box .texthead {
    font-size: 18px;
    line-height: 22px;
  }
  #content .content-container {
    /*padding-bottom: extract(@spacer-vertical, @@viewport-index);
            .real-spacing(extract(@headline-medium-font-sizes, @@viewport-index); extract(@headline-medium-line-heights, @@viewport-index); extract(@spacer-vertical, @@viewport-index));
            padding-top: @return;*/
    /* .texthead{
                .generate-headline('medium', @@viewport-index);
            } */
  }
  #content .content-container .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #content .content-container .textlink-container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #content .content-container.accordion-container,
  #content .content-container .accordion-container {
    font-size: 16px;
    line-height: 24px;
  }
  #content .content-container.accordion-container .texthead,
  #content .content-container .accordion-container .texthead {
    margin-bottom: 30px;
  }
  #content .content-container.accordion-container .accordion-item,
  #content .content-container .accordion-container .accordion-item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #content .content-container.article-container {
    font-size: 16px;
    line-height: 24px;
  }
  #content .content-container.article-container .texthead {
    font-size: 16px;
    line-height: 24px;
  }
  #content .content-container .newsteaser .texthead {
    margin-bottom: 30px;
  }
  #content .content-container .newsteaser .teaserimages .teasertext {
    font-size: 16px;
    line-height: 24px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #content .content-container .jury-img {
    margin-top: 7.5px;
  }
  #content .imgtitle {
    padding: 30px;
    margin-top: -45px;
  }
  #content .image-container {
    /*padding-top: extract(@spacer-vertical, @@viewport-index);
            padding-bottom: extract(@spacer-vertical, @@viewport-index);*/
  }
  #content .image-container .textright .text {
    margin-bottom: 18px;
  }
  #content .image-container .textright .text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  #content .image-container .textright .textlink {
    font-size: 14px;
    line-height: 22px;
  }
  #content .text2 .subhead {
    font-size: 16px;
    line-height: 24px;
    margin-top: 80px;
  }
  #content .text2 .text {
    margin-top: 80px;
  }
  #content .text2 .customer,
  #content .text2 .design,
  #content .text2 .share {
    padding-top: 15px;
  }
  #content .winner-gallery .content-container {
    padding-top: 0px;
  }
  #footer .logo {
    margin-top: 15px;
  }
  #footer .social .socialmedia {
    margin-top: 60px;
  }
  #footer .social .newsletter {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .pagelink {
    padding-left: 5px;
  }
  .multicontent .textlink {
    font-size: 14px;
    line-height: 22px;
  }
  .multicontent .author {
    float: right;
    font-size: 14px;
    line-height: 22px;
  }
  #content .multicontent .responsive-video-wrap {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  #content .rmnd-awardexplorer.detail .jurytext {
    padding-right: 30px;
  }
  .rmnd-awardexplorer .col-sm-offset-2 {
    margin-left: 20px;
    width: 95%;
  }
  .fancyboxinhalt fieldset > div > label {
    flex: 0 0 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tx-votingsystem .rang .projekt {
    flex: 0 0 70%;
  }
  .tx-votingsystem .projekt {
    flex: 0 0 48%;
  }
  .tx-votingsystem .projekt .image img {
    max-height: 219px;
    width: auto;
  }
  #rmnd-awardexplorer .col-xs-3 {
    width: 23.429%;
  }
}
@media only screen and (min-width: 550px) and (max-width: 768px) {
  .tx-votingsystem {
    padding-left: 20px;
    padding-right: 20px;
  }
  .tx-votingsystem .layout .left {
    flex: 0 0 29%;
  }
  .tx-votingsystem .layout .right {
    flex: 0 0 71%;
  }
  .projekt {
    flex: 0 0 100%;
    border-bottom: 1px dotted #aa943f;
  }
  .projekt:last-child {
    border-bottom: 0;
  }
  .rang {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rang .projekt {
    padding-top: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .rang .projekt > div {
    flex: 0 0 100% !important;
  }
  .rang .projekt > div.buttons {
    justify-content: center;
  }
  .rang .projekt > div.text {
    text-align: center;
  }
}
@media (max-width: 550px) {
  #content .mediathekHeader .content-container.accordion-container .texthead h2 {
    font-size: 24px;
    line-height: 30px;
  }
  #content #rmnd-awardexplorer .filter.container-fluid {
    height: 170px;
  }
  .tx-votingsystem .menu {
    margin-top: 20px;
  }
  .tx-votingsystem .layout {
    flex-direction: column;
  }
  .tx-votingsystem .layout .left,
  .tx-votingsystem .layout .right {
    flex: 0 0 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tx-votingsystem .layout .right {
    margin-top: 30px;
  }
  .tx-votingsystem .editUser .formfield {
    flex-wrap: wrap;
  }
  .tx-votingsystem .editUser .formfield > label {
    flex: 0 0 100%;
  }
  .tx-votingsystem .projekt {
    flex: 0 0 100%;
    border-bottom: 1px dotted #aa943f;
  }
  .tx-votingsystem .projekt:last-child {
    border-bottom: 0;
  }
  .tx-votingsystem .projekt .image img {
    max-width: 80%;
  }
  .tx-votingsystem .rang {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tx-votingsystem .rang .projekt {
    padding-top: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tx-votingsystem .rang .projekt > div {
    flex: 0 0 100%;
  }
  .tx-votingsystem .rang .projekt > div.buttons {
    justify-content: center;
  }
  .tx-votingsystem .rang .projekt > div.text {
    text-align: center;
  }
}
