/* orignal values
$h1-font-size:                $font-size-base * 2.5 !default;
$h2-font-size:                $font-size-base * 2 !default;
$h3-font-size:                $font-size-base * 1.75 !default;
$h4-font-size:                $font-size-base * 1.5 !default;
$h5-font-size:                $font-size-base * 1.25 !default;
$h6-font-size:                $font-size-base !default;
*/
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 840px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 960px; } }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }

.float-start {
  float: left !important; }

.float-end {
  float: right !important; }

.float-none {
  float: none !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.order-first {
  order: -1 !important; }

.order-0 {
  order: 0 !important; }

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; } }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.335rem + 1.02vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.1rem; } }

h2 {
  font-size: calc(1.315rem + 0.78vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 1.9rem; } }

h3 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--bs-link-color);
  text-decoration: underline; }
  a:hover {
    color: var(--bs-link-hover-color); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #2E617F;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #2E617F;
  --bs-pagination-active-border-color: #2E617F;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
  .page-link.active,
  .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
  .page-link.disabled,
  .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }

.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem; }

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #555;
  background-color: #fbfbfb;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #555;
    background-color: #fbfbfb;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.625em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #555;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.625;
  color: #555;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext:focus {
    outline: 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.625em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.625em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.625em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.625em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.625em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: calc(1.625em + 0.75rem + 2px);
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem; }
  .form-control-color.form-control-sm {
    height: calc(1.625em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1.625em + 1rem + 2px); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select,
  .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus,
  .input-group > .form-floating:focus-within {
    z-index: 5; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 5; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #555;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y); }

.col-6 {
  flex: 0 0 auto;
  width: 50%; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.d-none {
  display: none !important; }

.navbar-brand picture {
  display: block;
  width: 110px;
  height: 40px; }

@media (min-width: 540px) {
  .navbar-brand picture {
    width: 193px;
    height: 70px; } }

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; }
  .d-md-none {
    display: none !important; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; } }

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.mb-3 {
  margin-bottom: 1rem !important; }

.ms-auto {
  margin-left: auto !important; }

.bg-white {
  background-color: #fff !important; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #ffffff; }

/* DD specific bc stuff */
.breadcrumb {
  -ms-overflow-style: none;
  /* IE/Edge */
  scrollbar-width: none;
  /* FF */
  overflow: scroll;
  flex-wrap: nowrap !important;
  white-space: nowrap; }
  .breadcrumb > li {
    display: flex; }

.breadcrumb::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */ }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, ">"); }

.breadcrumb-item.active {
  color: #555; }

.dropup, .dropend, .dropdown, .dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-menu, .tt-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #555;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-weight: bold;
  color: #2E617F;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none; } }

.nav-link:hover, .nav-link:focus {
  color: #254e66; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-right: 20px;
  padding-bottom: 0.5rem;
  padding-left: 20px; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu, .navbar-nav .tt-menu {
  position: static; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu, .navbar-expand-lg .navbar-nav .tt-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px; }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: #263138; }

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #f95700; }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: #f95700; }

.navbar-light .navbar-toggler {
  color: #263138;
  border-color: transparent; }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #555;
  background-color: #fbfbfb;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

b,
strong {
  font-weight: bolder; }

a {
  color: #2E617F;
  text-decoration: underline; }

a:hover {
  color: #254e66; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

iframe {
  border: 0; }

.collapse:not(.show) {
  display: none; }

body {
  font-size: 16px;
  line-height: 26px; }

h1, h2, h3, h4, h5 {
  color: #2E617F;
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-top: 0; }

h1 {
  font-weight: bold; }

/*
h1{
	font-size:32px;
	line-height:38px;
}

h2{
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 42px;
}

h3.big{
 font-size: 28px;
 font-weight: 500;
 letter-spacing: 0.2px;
 line-height: 36px;
}

h3{
	font-size:22px;
	line-height:28px;
}

h3.cat, .cat {
	color: $orange;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.3px;
	line-height: 22px;
 text-transform: uppercase;
}
*/
h3.cat, .cat {
  color: #f95700;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-transform: uppercase; }

#spyNav {
  box-shadow: 5px 5px 19px 3px rgba(0, 0, 0, 0.1); }
  #spyNav .navbar-brand {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #2E617F; }

.navbar-nav {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.33px; }

.page {
  width: 100%;
  overflow-x: hidden;
  padding: 0; }

article {
  display: block; }

.page-wrapper, .breadcrumb {
  margin-left: auto;
  margin-right: auto; }

.page-wrapper:before, .left-wrapper:before, .breadcrumb:before, .container:before, .site-end:before {
  content: " ";
  display: table; }

.page-wrapper:after, .left-wrapper:after, .breadcrumb:after, .container:after, .site-end:after {
  content: " ";
  display: table;
  clear: both; }

.left-wrapper {
  background-color: #ffffff; }

.navbar-devider {
  transform: scaleY(-1);
  background: linear-gradient(128.14deg, #FFD700 0%, #9ADDE1 100%);
  height: 5px; }

.content {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 5px; }

.block-title {
  clear: both;
  font-size: 19px;
  color: #f95700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: -5px; }

.site-end {
  padding: 21px 0;
  font-size: 14px;
  clear: both;
  float: none;
  text-align: center; }

.site-end-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 14px auto 28px auto;
  max-width: 777px;
  padding-bottom: 14px; }

.social-media-links {
  text-align: center; }

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

.nav-legal ul li {
 margin: 0 0.4em;
 padding: 0;
 display: inline-block;
}
*/
.end0 {
  clear: both;
  height: 0px; }

.end5 {
  clear: both;
  height: 5px; }

.end10 {
  clear: both;
  height: 10px; }

.end15 {
  clear: both;
  height: 15px; }

.end20 {
  clear: both;
  height: 20px; }

.end25 {
  clear: both;
  height: 25px; }

.end30 {
  clear: both;
  height: 30px; }

.end40 {
  clear: both;
  height: 40px; }

.end50 {
  clear: both;
  height: 50px; }

a, a:visited {
  text-decoration: none;
  color: #555; }

a:hover, a:focus {
  color: #555; }

article a, article a:visited {
  color: #2E617F;
  text-decoration: underline; }

.ntd {
  color: #2E617F;
  text-decoration: none; }

h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited {
  color: #2E617F;
  text-decoration: none; }

footer a, footer a:visited,
.site-end a, site-end a:visited,
.nav-link, .h-link {
  color: #555;
  text-decoration: none; }

.nav-link {
  transition: none; }

.breadcrumb a:hover {
  text-decoration: underline; }

@media (min-width: 576px) {
  .content {
    padding: 10px 10px; }
  .container {
    width: 540px; } }

@media (min-width: 768px) {
  .container {
    width: 720px;
    padding: 0 10px; } }

@media (min-width: 992px) {
  .left-wrapper, .extra-column {
    float: left; }
  .content {
    padding: 14px 20px; }
  .container {
    width: 840px;
    padding: 0 20px; } }

@media (min-width: 1200px) {
  .page-wrapper {
    min-width: 1300px;
    max-width: 1344px; }
  .left-wrapper {
    width: 1000px;
    box-shadow: 5px 5px 19px 3px rgba(0, 0, 0, 0.08);
    float: left; }
  .container {
    width: 960px;
    padding: 0 20px; } }

/*
.tt-menu {
  @extend .dropdown-menu;
  margin-top: 5px;
  width: 100%;
  font-size: 16px;
  line-height: $line-height-computed;
}
.tt-suggestion {
  display: block;
  padding: 4px 10px;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tt-highlight {
  font-weight: 400;
}
.tt-suggestion:hover,
.tt-cursor {
  background-color: #fafafa;
}
*/
.imgcaption {
  font-size: 14px; }

.img-small img, .img-medium img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.17); }

.img-small .imgcaption, .img-medium .imgcaption {
  padding-left: 10px; }

.img-small .imgsource, .img-medium .imgsource {
  padding-right: 15px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  color: #def;
  font-size: 12px;
  letter-spacing: 0.63px;
  text-shadow: 1px 1px 2px #828282; }
  .img-small .imgsource a, .img-medium .imgsource a {
    color: #def; }

.img-wrapper {
  border-radius: 10px;
  width: 100%;
  overflow: hidden; }
  .img-wrapper img {
    width: 100%; }

.img-wrapper-60 {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  padding-top: 60%;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.17); }
  .img-wrapper-60 img {
    position: absolute;
    top: 0;
    width: 100%; }
  .img-wrapper-60 figure {
    margin: 0; }

.img-banderole {
  position: relative;
  height: 130px;
  padding: 3px 12px 0;
  display: table;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.17); }
  .img-banderole.small {
    height: 70px; }
    @media (max-width: 400px) {
      .img-banderole.small {
        margin-bottom: 25px; } }
  .img-banderole h3, .img-banderole h2 {
    margin: 0; }

.img-banderole div {
  display: table-cell;
  width: 100%;
  vertical-align: middle; }

.button-orange {
  color: #2e617f;
  box-sizing: border-box;
  height: 34px;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #f95700;
  border-radius: 18px;
  background-color: #fff; }

.readmore {
  float: right;
  margin: 8px 40px; }

.ddFactBox h2, .ddFactBox h3, .ddFactBox h4 {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
  padding: 10px; }

.ddFactBox.orange h2, .ddFactBox.orange h3, .ddFactBox.orange h4 {
  border-top: 4px solid #ff8200; }

.ddFactBox.orange .content {
  background-color: #ffce9c;
  color: #5e510b; }

.ddFactBox.blue h2, .ddFactBox.blue h3, .ddFactBox.blue h4 {
  border-top: 4px solid #4fc8cc; }

.ddFactBox.blue .content {
  background-color: #9ee0e3;
  color: #043d3e; }

.ddFactBox .content {
  min-height: 200px;
  width: 100%;
  font-size: 13px;
  font-weight: 700; }

.rateme {
  padding: 0 5px 10px 10px;
  position: relative;
  width: 140px;
  height: 40px; }

.rating_bones {
  float: left;
  padding: 5px;
  background: url(//static.digidogs.de/img/icons.png) no-repeat;
  width: 23px;
  height: 23px;
  background-position: -68px -33px; }

footer {
  margin-top: 48px;
  padding: 24px 0; }

.nav-footer ul {
  list-style: none;
  margin: 66px 0 0 0;
  padding: 0; }

.nav-footer ul li {
  margin: 0.4em 0;
  padding: 0; }

.nav-footer ul li a {
  font-weight: 400;
  letter-spacing: 0.1px;
  color: #2e617f; }

.azButton {
  border-radius: 10px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.17);
  padding: 10px 5px;
  margin: 10px 0;
  text-align: center;
  font-weight: bold;
  cursor: pointer; }
  .azButton a {
    text-decoration: none; }

.news a {
  font-size: smaller; }

.linkButton, .linkButton:visited, .linkButton:hover {
  text-decoration: none;
  margin: 8px 10px;
  white-space: nowrap;
  overflow: hidden; }

.img-author {
  border-radius: 100%;
  border: 0.5px #74490b;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  margin-left: 5px; }

.author {
  font-size: 12px;
  line-height: 16px;
  color: #74490b;
  text-decoration: none; }

.author .lines3 {
  padding-top: 2px; }

.author.lines2 {
  padding-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #74490b;
  text-decoration: none; }

.author .a {
  text-decoration: none; }

.noDeco {
  text-decoration: none; }

.upper {
  text-transform: uppercase; }

.ddPoster.ddData .toc {
  background-color: #9EE0E3;
  color: #043D3E;
  font-size: 16px;
  padding: 10px; }

.toc a {
  text-decoration: none;
  font-weight: 500;
  vertical-align: super;
  line-height: 15px; }

.twitter-typeahead {
  flex: 1 1 auto; }

.mobScroll::-webkit-scrollbar {
  display: none; }

.mobScroll {
  -ms-overflow-style: none;
  scrollbar-width: none; }

#qPlant, #qBreed {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  flex: 1 1 auto;
  min-width: 0; }

.extra-panel {
  text-align: center;
  margin-bottom: 1rem; }

.extra-wrapper {
  display: inline-block;
  position: relative; }

.extra-box:before {
  font-size: 0.775rem;
  line-height: 1.1;
  color: #555;
  display: block;
  margin: 0;
  text-align: right;
  position: absolute;
  right: 0;
  top: -1rem; }

.extra-box.top, #div-base-1617013786399-0 {
  min-height: 50px;
  min-width: 320px; }

.extra-column {
  display: non;
  float: left;
  padding-left: 15px;
  position: relative;
  text-align: left;
  z-index: 950; }

#fixed {
  -webkit-transition-property: padding-top;
  transition-property: padding-top;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  padding-top: 0; }

#fixed.scroll-to-fixed-fixed {
  padding-top: 10px; }

.footnotelink {
  vertical-align: text-bottom;
  text-decoration: none; }

@media (max-width: 767px) {
  #extratop {
    width: 100%;
    aspect-ratio: 320/50; } }

@media (min-width: 768px) {
  #extratop {
    min-height: 121px; }
  .extra-box.top, #div-base-1617013786399-0 {
    min-height: 90px;
    min-width: 728px; } }

@media (min-width: 992px) {
  .extra-column {
    display: block;
    width: 170px; }
    .extra-column .extra-box {
      min-width: 160px; } }

@media (min-width: 1200px) {
  .extra-column {
    width: 310px; }
    .extra-column .extra-box {
      min-width: 300px; } }

.f {
  background: url(//static.digidogs.de/img/flags24.png) left top scroll no-repeat;
  background-position: -175px -39px;
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: -100em;
  text-align: left;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 4px; }

.f.bg {
  background-position: -5px -5px; }

.f.br {
  background-position: -39px -5px; }

.f.cn {
  background-position: -73px -5px; }

.f.cz {
  background-position: -107px -5px; }

.f.de {
  background-position: -141px -5px; }

.f.dk {
  background-position: -175px -5px; }

.f.ee {
  background-position: -5px -39px; }

.f.es {
  background-position: -39px -39px; }

.f.eu {
  background-position: -73px -39px; }

.f.fi {
  background-position: -107px -39px; }

.f.fr {
  background-position: -141px -39px; }

.f.gb {
  background-position: -175px -39px; }

.f.gr {
  background-position: -5px -73px; }

.f.hr {
  background-position: -39px -73px; }

.f.hu {
  background-position: -73px -73px; }

.f.ie {
  background-position: -107px -73px; }

.f.il {
  background-position: -141px -73px; }

.f.is {
  background-position: -175px -73px; }

.f.it {
  background-position: -5px -107px; }

.f.jp {
  background-position: -39px -107px; }

.f.kg {
  background-position: -73px -107px; }

.f.kr {
  background-position: -107px -107px; }

.f.kz {
  background-position: -141px -107px; }

.f.la {
  background-position: -175px -107px; }

.f.lt {
  background-position: -5px -141px; }

.f.lv {
  background-position: -39px -141px; }

.f.nl {
  background-position: -73px -141px; }

.f.no {
  background-position: -107px -141px; }

.f.pl {
  background-position: -141px -141px; }

.f.pt {
  background-position: -175px -141px; }

.f.ro {
  background-position: -5px -175px; }

.f.rs {
  background-position: -39px -175px; }

.f.ru {
  background-position: -73px -175px; }

.f.sa {
  background-position: -107px -175px; }

.f.se {
  background-position: -141px -175px; }

.f.si {
  background-position: -175px -175px; }

.f.sk {
  background-position: -209px -5px; }

.f.th {
  background-position: -209px -39px; }

.f.tr {
  background-position: -209px -73px; }

.f.us {
  background-position: -209px -107px; }

.f.vn {
  background-position: -209px -141px; }

.icn {
  background: url(//static.digidogs.de/img/icons.png) no-repeat; }

.icnRankOrange {
  width: 19px;
  height: 20px;
  background-position: -72px -83px; }

.icnRankWhite {
  width: 20px;
  height: 20px;
  background-position: -71px -60px; }

.icnFur {
  width: 27px;
  height: 30px;
  background-position: -64px 0; }

.icnWeight {
  width: 32px;
  height: 32px;
  background-position: -36px -70px; }

.icnSize {
  width: 33px;
  height: 33px;
  background-position: 0 -70px; }

.icnPin {
  width: 23px;
  height: 32px;
  background-position: -40px -35px; }

.icnClock {
  width: 24px;
  height: 32px;
  background-position: -37px 0; }

.icnDog {
  width: 34px;
  height: 33px;
  background-position: 0 0; }

.icnCharacter {
  width: 37px;
  height: 31px;
  background-position: 0 -36px; }

.icnBone {
  width: 23px;
  height: 23px;
  background-position: -68px -33px; }

.icn1 {
  background: url(//static.digidogs.de/img/icons.png) no-repeat;
  width: 20px;
  height: 20px;
  background-position: -71px -83px;
  margin-right: 5px;
  display: block;
  float: left; }

.icn0 {
  background: url(//static.digidogs.de/img/icons.png) no-repeat;
  width: 20px;
  height: 20px;
  background-position: -71px -60px;
  margin-right: 5px;
  display: block;
  float: left; }

.list-col {
  padding-left: 10px;
  padding-right: 10px; }

.list-col ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.list-col ul li {
  padding: 0;
  margin: 2px 0 0 0; }

.list-col ul li a {
  display: block;
  padding: 5px 15px;
  background-color: #fafafa; }

.list-col ul li a:hover {
  background-color: #efefef;
  text-decoration: none; }

@media (min-width: 768px) {
  .list-col {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px; } }

.ddPoster h3 {
  padding: 10px 10px 0;
  font-size: 18px; }

.ddPoster .icn {
  margin: 5px 10px 5px 0; }

.ddPoster ul {
  list-style-type: none;
  list-style-image: url("https://static.digidogs.de/img/bone.png");
  margin-top: 5px; }

.ddPoster li {
  margin-bottom: 5px; }

.ddPoster li span {
  top: -5px;
  position: relative; }

.ddPoster.ddFacts h3 {
  border-top: 4px solid #f95700; }

.ddPoster.ddFacts .content {
  background-color: #FFCE9C;
  color: #5E510B;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  min-height: 265px; }

.ddPoster.ddData {
  line-height: 22px; }
  .ddPoster.ddData h3 {
    border-top: 4px solid #4FC8CC; }
  .ddPoster.ddData .content {
    background-color: #9EE0E3;
    color: #043D3E;
    font-size: 16px;
    min-height: 265px; }
  .ddPoster.ddData .icnWrapper {
    width: 47px;
    height: 56px;
    text-align: center;
    display: block;
    float: left; }
  .ddPoster.ddData .icn {
    display: block; }

.ddPoster .content {
  padding: 14px 20px; }

.ddItem {
  padding-bottom: 12px; }

.noBreak {
  clear: both; }
  .noBreak h3 {
    float: left;
    margin-right: 10px; }
  .noBreak h4 {
    clear: both; }
  .noBreak p {
    clear: both; }
  .noBreak .icn0, .noBreak .icn1 {
    margin-top: 3px; }

.ddOneView {
  width: 100%;
  border-radius: 10px;
  padding: 27px 23px;
  margin-top: 30px;
  margin-bottom: 40px; }

.bg-green {
  background-color: #e1ebde;
  color: #376383; }

.bg-blue {
  background-color: #D1E5E6;
  color: #376383; }

@media (min-width: 768px) {
  .dd2Col {
    column-count: 2;
    column-gap: 12px; }
    .dd2Col p, .dd2Col .noBreak {
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid;
      padding-right: 4px; } }
