/* line 10, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
html {
    font-size: 18px;
}

/* line 14, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
body {
    background: rgba(105, 110, 115, 0.3) url(../images/spuren-bg.png) no-repeat;
    background-position: center 200px;
    background-attachment: fixed;
    background-size: 100% auto;
}

.no_padding {
    padding: 0 !important;
}

.clear {
    clear: both;
}

/*################  NAVIGATION  #################*/
/* line 23, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.navbar-brand {
    left: 10px;
    max-width: 450px;
    position: absolute;
    top: 0;
    width: calc(100% - 20px);
}

/* line 31, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.navbar {
    justify-content: flex-end;
    max-width: 576px;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 100;
}

/* line 42, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.navbar-toggler {
    position: absolute;
    top: 0;
    z-index: 1000;
}

/* line 48, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.navbar-collapse {
    width: 100%;
}

/* line 52, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.nav-item.active {
    font-weight: bold;
}

/* line 57, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.nav .nav-item {
    width: 100%;
}

/* line 59, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.nav .nav-item .nav-icon {
    display: block;
}

/* line 61, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.nav .nav-item .nav-icon img {
    height: 2rem;
    padding-top: 5px;
    width: auto;
}

.nav .nav-item .stolpersteine img {
    filter: grayscale(100%);
}

.nav .nav-item .stolpersteine img:hover {
    filter: grayscale(0%);
}

/* line 69, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.nav.icon-nav .nav-item {
    width: auto;
}

/* line 72, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.nav.icon-nav .nav-item:first-child .nav-icon {
    padding: 0 0.5rem;
}

/* line 77, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.nav.icon-nav .nav-item:last-child .nav-icon {
    padding-right: 0.5rem;
}

/* line 85, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.pagination {
    margin: 0;
    padding: 10px 20px;
}

/* line 88, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.pagination .page-link {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #FFF;
    padding: .25rem .7rem;
}

/* line 95, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.pagination .page-item {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 97, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.pagination .page-item:first-child {
    border-left: none;
}

/* line 102, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.pagination .disabled .page-link {
    background-color: transparent;
    color: #FFF;
    opacity: 0.5;
}

/* line 108, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.pagination .active {
    border-left: none;
}

/* line 110, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.pagination .active .page-link {
    background-color: white;
    color: #ff6600;
    font-weight: 600;
}

/* line 115, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.pagination .active + .page-item {
    border-left: none;
}

/* line 122, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#s {
    background: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 0.125rem;
    height: auto;
    max-width: 15em;
    padding: 0.125rem 0.25rem 0.25rem;
    width: calc(100% - 3em);
}

/* line 130, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#s:hover, #s:active, #s:focus {
    background: rgba(255, 255, 255, 0.9);
}

/* line 137, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#search-btn {
    background: url(../images/icon-search.svg) no-repeat;
    background-size: contain;
    border-color: transparent;
    height: 3em;
    width: 3em;
}

/* line 143, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#search-btn span {
    display: none;
}

/* line 148, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#main-menu {
    background-color: #696e73;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}

/* line 154, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#first-menu {
    background-color: #696e73;
    border-bottom-left-radius: 30px;
    z-index: 2;
}

/* line 160, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#second-menu {
    background-color: #FFF;
    border-bottom-left-radius: 30px;
    margin-top: -30px;
    padding-top: 40px;
}

/* line 167, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#footer-menu {
    background-color: #696e73;
    border-bottom-left-radius: 30px;
}

/* line 172, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spuren-menu {
    padding: 10px 30px;
    position: relative;
}

/* line 177, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.form-inline {
    flex-wrap: nowrap;
    flex-grow: 1;
}

/*################  PAGE LAYOUT  #################*/
/* line 185, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#outer-wrapper {
    margin: auto;
    max-width: 400px;
    padding-top: 200px;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 2;
}

/* line 193, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#outer-wrapper * {
    pointer-events: all;
}

/* line 198, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper {
    margin-bottom: 20px;
}

/* line 202, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header {
    background: #ff6600;
    border-top-right-radius: 30px;
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    min-height: 60px;
    overflow: hidden;
}

/* line 211, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header.news-header,
.wrapper-header.route-header,
.wrapper-header.quelle-header
{
    background: #696e73;
}

/* line 215, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header.further-link {
    border-bottom-right-radius: 30px;
    border-top-right-radius: 0;
    position: relative;
    text-align: right;
}

/* line 222, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header .icon-nav {
    padding: 5px 20px 5px 0;
}

/* line 228, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header .icon-nav .nav-item.current .nav-icon svg .spuren-icon {
    fill: black;
    filter: none;
    stroke: none;
}

/* line 236, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header .icon-nav .nav-item .nav-icon {
    padding: 5px 1px;
}

/* line 238, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header .icon-nav .nav-item .nav-icon svg {
    height: 2rem;
    width: auto;
}

/* line 241, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header .icon-nav .nav-item .nav-icon svg .spuren-icon {
    fill: rgba(255, 255, 255, 0.5);
    filter: url(#dropshadow);
    stroke: #FFF;
    stroke-with: 1px;
}

/* line 250, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header .icon-nav .nav-item:first-child .nav-icon {
    padding-left: 0;
}

/* line 255, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header .icon-nav .nav-item:last-child .nav-icon {
    padding-right: 0;
}

/* line 262, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header h2 {
    color: #FFF;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

/* line 268, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header h2 a,
.wrapper-header h2 span {
    color: #FFF;
    display: block;
    padding: 10px 20px 15px;
}

/* line 269, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.wrapper-header h2 a::before,
.wrapper-header h2 span::before {
    border: 10px solid transparent;
    border-left-color: #FFF;
    content: '';
    display: inline-block;
    height: 10px;
    margin-bottom: -1px;
    width: 10px;
}

/* line 285, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.container-fluid {
    padding: 0 10px;
    position: relative;
}

/* line 290, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.row {
    margin: 0;
}

/* line 294, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.col {
    padding: 0;
}

/* line 298, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.col.first .card:last-child {
    border-bottom-left-radius: 0;
}

/* line 303, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.col.content-list .card:last-child {
    border-bottom-left-radius: 0;
    margin-bottom: 5px;
}

/* line 312, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur .row:first-child,
.content .row:first-child {
    margin-top: 5px;
}

/* line 314, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur .row:first-child .col,
.content .row:first-child .col {
    padding-top: 10px;
}

/* line 318, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur .row:last-child, .content .row:last-child {
    margin-bottom: 5px;
}

/* line 320, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur .row:last-child .col, .content .row:last-child .col {
    padding-bottom: 10px;
}

/* line 325, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur .col, .content .col {
    background: rgba(255, 255, 255, 0.8);
    color: #696e73;
}

/* line 328, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur .col > div, .content .col > div {
    padding: 0 10px;
}

/* line 334, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.content .row:last-child {
    border-bottom-left-radius: 30px;
    overflow: hidden;
}

/* line 337, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.content .row:last-child .col {
    padding-bottom: 10px;
}

/* line 343, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#map-wrapper {
    background: rgba(255, 255, 255, 0.8);
    border-bottom-left-radius: 30px;
    height: calc(100vh - 80px);
    margin: 5px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* line 351, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#map-wrapper iframe,
#map-wrapper #map_canvas
{
    border: none;
    height: calc(100% + 100px);
    position: absolute;
    margin-top: -100px;
    width: 100%;
}

/* line 360, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
footer {
    background-color: #696e73;
    border-top-right-radius: 30px;
    margin-top: 25px;
    padding: 10px 20px;
    overflow: hidden;
}

/* line 368, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration {
    background-color: #FFF;
    border-bottom-left-radius: 30px;
    display: none;
    overflow: hidden;
    max-width: 400px;
    position: absolute;
    right: 10px;
    top: 0;
    width: calc(100% - 20px);
    z-index: 200;
}

/* line 379, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration h6 {
    font-weight: 600;
}

/* line 382, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #time-range {
    background-color: #FFF;
    border-bottom-left-radius: 30px;
    overflow: hidden;
    padding: 5px 10px 40px;
    position: relative;
    z-index: 3;
}

/* line 389, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #time-range h6 {
    padding-left: 20px;
}

/* line 393, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration .panel,
#region .panel {
    border-bottom-left-radius: 30px;
    margin-top: -30px;
    padding: 50px 30px 20px;
    position: relative;
}

/* line 398, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration .panel ul {
    list-style: none;
    padding: 0;
}

/* line 401, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#region .panel ul li,
#configuration .panel ul li {
    cursor: pointer;
}

/* line 406, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #categories {
    background-color: #696e73;
    z-index: 2;
}

#configuration #categories ul {
    list-style: none;
    margin-left: -35px;
}

#configuration #categories ul li {
    cursor: pointer;
}

/* line 409, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #categories h6 {
    color: #FFF;
}

#configuration #categories p {
    color: #fff;
    margin-bottom: 0 !important;
}

/* line 413, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #categories ul li {
    color: #FFF;
}

#configuration #categories a {
    color: #ff6600;
    font-weight: bold;
}

/* line 414, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #categories ul li::before {
    background-color: #CCC;
    border: 1px solid #FFF;
    content: '';
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    opacity: 0.15;
    width: 15px;
}

/* line 425, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #categories ul li#Arbeitslager::before {
    background-color: #ff3333;
}

/* line 428, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #categories ul li#Ereignis::before {
    background-color: #5ce6e6;
}

/* line 434, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #categories ul li#Nazi-Organisation::before {
    background-color: #b96e30;
}

/* line 440, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #categories ul li#Verfolgung::before {
    background-color: #8f14cc;
}

/* line 446, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#configuration #categories ul li.active::before {
    opacity: 1;
}

/* line 453, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#region {
    display: none;
    position: absolute;
    top: 0px;
    background: #fff;
    width: calc(100% - 20px);
    padding: 10px;
}

#region h6 {
    float: none;
    display: block;
    margin-top: 3px;
    margin-right: 10px;
}

#region ul {
    list-style: none;
    padding: 0;
    float: left;
    margin-bottom: 0;
}

#region ul li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

/* line 461, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#slider {
    background: #666;
    border-radius: 0;
    margin: 0 20px;
    height: 10px;
}

/* line 466, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#slider .ui-widget-header {
    background: #ff6600;
}

/* line 469, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#slider .ui-slider-handle {
    background: #ff6600;
    border: solid #666 1px;
    border-radius: 0;
    cursor: pointer;
    top: -0.3em;
    margin-left: -0.5em;
    width: 1em;
    height: 1em;
}

/* line 479, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#slider .value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;
    /* optional */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    font-size: 15px;
    color: #696e73;
}

/* line 495, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#slider .price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px;
}

/* line 501, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#slider .price-range-both {
    display: none;
}

/* line 505, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#slider .value i {
    font-style: normal;
}

/* line 510, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
#slider-scale {
    color: #696e73;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    justify-content: space-between;
    list-style: none;
    margin: 5px 0;
    padding: 0;
    width: 100%;
}

/*################  ENTRIES  #################*/
/* line 525, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
button.map-link {
    margin: 10px 0;
    opacity: 0.8;
    width: 100%;
}

/* line 526, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
button.map-link.btn {
    background-color: #ff6600;
    border-color: #ff6600;
    color: #FFF;
}

/* line 534, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
button.map-link:hover, button.map-link:active {
    opacity: 1;
}

/* line 538, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
    cursor: pointer;
    margin: 5px 0;
    overflow: hidden;
    position: relative;
}

/* line 549, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card img {
    border-radius: 0;
}

/* line 553, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card:last-child {
    margin-bottom: 0;
    border-bottom-left-radius: 30px;
}

/* line 558, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card:hover .card-text,
.card:hover .card-title,
.card:hover .card-subtitle {
    text-decoration: underline;
}

/* line 564, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card .card-body {
    background: rgba(255, 102, 0, 0.8);
    bottom: 0;
    padding: 15px 20px 20px;
    position: absolute;
    width: 100%;
}

/* line 571, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card .card-body a.card-link {
    display: none;
    height: 0;
    overflow: hidden;
}

/* line 577, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card .card-text {
    margin: 0;
    width: 100%;
}

/* line 582, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card .card-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 5px;
}

/* line 587, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card .card-subtitle {
    color: #ff6600;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 5px;
}

/* line 594, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card .card-text,
.card .card-title {
    color: #FFF;
}

/* line 600, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card.news-card .card-body {
    background: rgba(255, 255, 255, 0.8);
    bottom: unset;
    font-weight: 300;
    position: relative;
}

/* line 606, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card.news-card .card-text,
.card.news-card .card-title {
    color: #696e73;
}

/* line 614, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
figure img {
    height: auto;
    max-width: 100%;
}

/* line 618, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
figure figcaption {
    font-size: 0.8rem;
    font-style: italic;
}

/* line 625, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur h1, .content h1 {
    color: #ff6600;
}

/* line 628, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.card-body h5, .card-body h5 a,
.spur h5,
.spur h6 a,
.content h5 {
    color: #ff6600;
    font-style: italic;
}

/* line 632, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur h6, .content h6 {
    color: #ff6600;
    font-weight: 600;
}

/* line 635, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur a, .content a {
    color: #ff6600;
    font-weight: 600;
}

/* line 639, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur p.source, .content p.source {
    color: #ff6600;
    font-size: 0.8rem;
    font-style: italic;
    font-weight: 600;
}

/* line 645, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur .col ul, .content .col ul {
    padding-left: 1.25rem;
    list-style: disclosure-closed;
}

/* line 649, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
.spur #configuration, .content #configuration {
    margin-top: -5px;
}

.map_preview {
    min-height: 100px;
}

@media (min-width: 576px) {
    /* line 660, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .nav .nav-item {
        width: auto;
    }

    /* line 663, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .nav .nav-item:first-child .nav-icon {
        padding-left: 1rem;
    }

    /* line 668, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .nav .nav-item:last-child .nav-icon {
        padding-right: 1rem;
    }

    /* line 677, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .wrapper-header .icon-nav .nav-item .nav-icon {
        padding: 5px;
    }

    /* line 683, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .wrapper-header h2 {
        color: #FFF;
        font-size: 1.25rem;
        font-weight: bold;
        margin: 0;
    }

    /* line 689, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .wrapper-header h2 a {
        color: #FFF;
        display: block;
        padding: 10px 20px 15px;
    }

}

@media (min-width: 768px) {
    /* line 700, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    html {
        font-size: 15px;
    }

    /* line 703, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .navbar-brand {
        top: 25px;
    }

    /* line 707, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .navbar-collapse {
        width: 100%;
    }

    /* line 711, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #search {
        margin-left: 1em;
        margin-top: 0 !important;
    }

    /* line 716, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #main-menu {
        background-color: transparent;
        border-bottom-left-radius: 0;
        flex-wrap: wrap;
        justify-content: flex-end;
        overflow: visible;
    }

    /* line 723, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .navbar {
        position: fixed;
        max-width: calc(100% - 10px);
    }

    /* line 727, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #first-menu {
        background-color: #696e73;
        border-bottom-left-radius: 30px;
        display: flex;
        width: 100%;
    }

    /* line 733, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #second-menu {
        background-color: #FFF;
        border-bottom-left-radius: 30px;
        flex-wrap: wrap;
        min-width: 50%;
        overflow: hidden;
        width: auto;
    }

    /* line 741, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #footer-menu {
        display: none;
    }

    /* line 744, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #outer-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        max-width: 1200px;
        max-width: 1500px;
        min-height: calc(100vh - 145px);
        padding-top: 225px;
        width: 100%;
    }

    /* line 754, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .wrapper {
        flex-grow: 1;
        margin: 0;
    }

    /* line 757, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .wrapper.spuren {
        width: 66.6667%;
    }

    /* line 760, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .wrapper.news {
        width: 33.3333%;
    }

    /* line 764, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .col {
        padding: 0 10px;
    }

    /* line 767, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .col:first-child {
        padding-left: 0;
    }

    /* line 771, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .col:last-child {
        padding-right: 0;
    }

    /* line 776, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .col.first .card:last-child {
        border-bottom-left-radius: 30px;
    }

    /* line 781, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .col.second .card:last-child {
        border-bottom-left-radius: 0;
    }

    /* line 786, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    footer {
        margin-top: 75px;
        min-height: 70px;
        min-width: 768px;
        width: 75%;
    }

    /* line 792, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #inner-footer-wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    /* line 797, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #inner-footer-wrapper .icon-nav .nav-item {
        padding-top: 0.25rem;
    }

    /* line 803, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .card .card-text {
        max-height: 7.5em;
        overflow: hidden;
    }

    .card .card-text.no_max_height {
        height: 7.5em;
        max-height: none !important;
    }

    /* line 811, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .spur .row:first-child .col,
    .content .row:first-child .col {
        padding-top: 30px;
    }

    .content .row:first-child .col.content-list {
        padding-top: 0px;
    }

    /* line 817, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .spur .col > div, .content .col > div {
        padding: 0;
    }

    /* line 822, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .spur .col:first-child > div, .content .col:first-child > div {
        padding-left: 10px;
    }

    /* line 828, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .spur .col:last-child > div, .content .col:last-child > div {
        padding-right: 10px;
    }

    /* line 835, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .content .row:last-child {
        border-bottom-left-radius: 30px;
        overflow: hidden;
    }

    /* line 838, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .content .row:last-child .col {
        padding-bottom: 30px;
    }

    #region h6 {
        float: left;
        display: inline;
    }

    #region ul {
        width: calc(100% - 130px);
    }

}

@media (min-width: 992px) {
    /* line 848, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    html {
        font-size: 20px;
    }

    /* line 851, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .navbar {
        max-width: 75%;
    }

    /* line 854, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #second-menu {
        min-width: 75%;
    }

    /* line 857, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    .spuren-menu {
        padding: 0 30px 10px;
    }

    /* line 860, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #search {
        margin-top: 0.25em !important;
    }
}

@media (min-width: 1200px) {
    /* line 867, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #outer-wrapper {
        padding: 250px 50px 0;
    }

    /* line 870, ../../Projekte/Web/spurensuche-bremen-2019/scss/page.scss */
    #second-menu {
        min-width: 50%;
    }
}

/*# sourceMappingURL=page.css.map */

.comment .comment-author {
    margin-bottom: 5px;
}

.comment .comment-author img {
    float: left;
}

.comment .comment-author cite {
    display: block;
    float: left;
    margin-left: 7px;
    margin-top: 6px;
}

.comment .comment-author cite a,
.comment .comment-author cite a:hover,
.comment .comment-author cite a:active
{
    color: #ff6600;
}