/*
 * This file is part of the TYPO3 CMS project.
 *
 * It is free software; you can redistribute it and/or modify it under
 * the terms of the GNU General Public License, either version 2
 * of the License, or any later version.
 *
 * For the full copyright and license information, please read the
 * LICENSE.txt file that was distributed with this source code of
 * the TYPO3 source package.
 *
 * The TYPO3 project - inspiring people to share!
 */
.dropend .dropdown-toggle{
  color: inherit;
  margin-left: auto;
}
.dropdown-item {
  color:inherit;
}
.dropdown-menu {
  --bs-dropdown-border-radius: 0.375rem;
}
.dropdown-item:hover{
  --bs-dropdown-link-hover-bg: #375a7f;
  color: inherit;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu {
  display: block;
  margin-left: 2px;
  margin-top: 2px;
}

@media screen and (min-width:991px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: auto;
  }
}

.img-fluid, .image-embed-item {
    max-width: 100%;
    height: auto;
}

img, svg {
    vertical-align: middle;
}

.ce-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
/*  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.ce-gallery .ce-row {
  margin-left: -.5rem;
  margin-right: -.5rem;
}

.ce-column {
    -ms-flex: -1 0 0%;
    flex: -1 0 0%;
}

figure {
  margin: 12px;
}

@media screen and (max-width: 1200px) {
  .ce-column {
    flex: 50%;
  }
}

@media screen and (max-width: 800px) {
  .ce-column {
    flex: 100%;
    max-width: 100%;
  }
}

body {
  --bs-body-font-size: 1rem;
}

:root {
  --bs-font-sans-serif: Roboto,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
}

.table {
  font-size: var(--bs-body-font-size);
  --bs-table-bg: #fff;
  --bs-table-color: var(--lt-color-gray-600);
  --bs-table-border-color: var(--lt-color-gray-400);
}

.bg-primary{
  color:rgba(255,255,255,0.8);
}

.breadcrumb {
  border: 1px solid #dfd7ca;
  --bs-breadcrumb-padding-x: 0.75rem;
  --bs-breadcrumb-padding-y: 0.375rem;
  --bs-breadcrumb-bg: #f8f5f0;
  --bs-breadcrumb-border-radius: 0.25rem;
}  