/*
> 1400 px
_ 6-spaltig
_ width: calc((100vw - 90px) / 17 * 2)

> 1024 px < 1399 px
_ 3-spaltig
_ width: calc((100vw - 90px) / 17 * 5)

> 720 px < 1023 px
_ 2-spaltig
_ width: calc((100vw - 90px) / 17 * 5)

> 375 px < 719 px
_ 1-spaltig
_ width: calc((100vw - 90px) / 17 * 16)


Profil
> 720 px
_ 3-spaltig

> 375 px < 719 px
_ 2-spaltig
*/

.mobile #header {
    background-color: white;
    height: 96px;
    z-index: 10;
}

.mobile #header .container {
    width: calc(100% - 60px);
    margin: 30px;
    margin-top: 41px;
    display: block;
}

.mobile .logo img {
    /*width: 375px;*/
    width: 100%;
}

.mobile .page-wrapper {
    margin-top: -103px;
}

.mobile #main .container {
    margin: 30px;
}

.mobile .splide__arrow.sees-arrow.splide__arrow--prev.sees-prev {
    width: 60px;
    background-position: 30px 16px;
}

.mobile .splide__arrow.sees-arrow.splide__arrow--next.sees-next {
    width: 60px;
    background-position: 30px 14px;
}

.mobile .splide__track .title {
    width: calc(100% - 40px);
}


/* MENU */

.mobile .navbar {
    justify-content: right;
    margin-top: 60px;
}

.home.mobile #navbar.home {
    position: absolute;
    background-color: black;
    color: white;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
    text-align: right;
    padding-right: 30px;
    padding-top: 28px;
    padding-bottom: 28px;
}

.mobile .bha-back {
    padding-right: 10px;
    padding-left: 70px;
}

.mobile #dashboard .container {
    margin: 30px;
    margin-top: 175px;
}

.mobile #dashboard .list {
    overflow-wrap: unset;
}

.mobile #dashboard .menu-3col {
    display: flex;
    flex-direction: column;
}

.mobile #dashboard .menu-3col #c1-3-1 {
    display: none;
}

.mobile #dashboard .menu-3col #c1-3-2 {}

.mobile #dashboard #c1-3-2 .content {
    margin-top: 32px;
}

.mobile #dashboard #c1-3-2,
#c1-3-4 {
    margin-top: 42px;
}

.mobile #dashboard .menu-3col #c1-3-2 h3,
.mobile #dashboard .menu-3col #c1-2-1 h3 {
    font-size: 25px;
    line-height: 34px;
}

.mobile #dashboard #c2-1-1 h3 {
    font-size: 25px;
    line-height: 34px;
}

.mobile #dashboard #c2-1-1 .content {
    margin-top: 30px;
}

.mobile #dashboard #c1-2-2 .list li {
    width: 100%;
}

.mobile #dashboard .menu-1col {
    margin-top: 50px;
}

.mobile #dashboard .menu-1col .list {
    column-count: 2;
}

.mobile #dashboard .list.cat-0 .entry {
    font-size: 13px;
    line-height: 18px;
}

.mobile #dashboard .menu-3col .col {
    width: 100% !important;
}

.mobile #dashboard .menu-3col>div:nth-child(2) {
    width: 100% !important;
    order: 3;
}

.mobile #dashboard .menu-3col>div:nth-child(3) {
    margin-bottom: 50px;
}

.mobile #dashboard .typ-filter .list {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    align-content: space-between;
    justify-content: space-between;
}

.mobile #dashboard .typ-filter .filter.list>li {
    width: 49%;
}

.mobile #dashboard .fsel.subsel.menu-item {
    width: 100%;
}

.mobile #dashboard .subsel {
    margin-left: 30px;
}

.mobile #dashboard #c1-1-1 .menu-item {
    font-size: 58px;
    line-height: 58px;
}

.mobile #dashboard #c1-1-1 .menu-item {
    margin-bottom: 28px;
}

.mobile #dashboard .typ-filter .msel {
    font-size: 16px;
    line-height: 23px;
}

.mobile #dashboard .typ-filter .subsel p {
    font-size: 16px !important;
    line-height: 23px !important;
}

.mobile #dashboard #c1-3-2 .submenu {
    margin-top: 23px !important;
}

.mobile #dashboard .selected .submenu {
    max-height: 1200px;
}

.mobile #dashboard .list .entry {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 21px;
}

.mobile #dashboard #c1-2-3 .list .entry,
.mobile #dashboard #c1-2-2 .list .entry {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 28px;
}

.tablet #dashboard .container {
    margin: 45px;
    margin-top: 115px;
}

.tablet #c1-1-1 .menu-item {
    font-size: 34px;
    line-height: 34px;
}


/* AKTIVITÄTEN */

.mobile .titel-block,
.tablet .titel-block {
    font-size: 34px;
    line-height: 40px;
}

#dashboard #c2-1-2 ul.list {
    width: calc((100vw - 90px - var(--scrollbar-width)))
}

.mobile #dashboard #c2-1-2 ul.list, 
.mobile #dashboard #c2-1-1 ul.list {
    column-count: 1;
    column-gap: unset;
    width: calc((100vw - 60px - var(--scrollbar-width)))
}

.mobile #dashboard .list .pm-item {
    width: calc((100vw - 60px - var(--scrollbar-width)) / 17 * 16);
}

.tablet #dashboard #c2-1-1 ul.list,
.tablet #dashboard #c2-1-2 ul.list {
    column-count: 2;
    column-gap: calc((100vw - 90px - var(--scrollbar-width)) / 17);
}

.tablet #dashboard .list .pm-item {
    width: calc((100vw - 90px - var(--scrollbar-width)) / 17 * 8);
}

.desktop #dashboard #c2-1-1 ul.list,
.desktop #dashboard #c2-1-2 ul.list {
    column-count: 3;
    column-gap: calc((100vw - 90px - var(--scrollbar-width)) / 17);
}

.desktop #dashboard .list .pm-item {
    width: calc((100vw - 90px - var(--scrollbar-width)) / 17 * 5);
}

.huge #dashboard #c2-1-1 ul.list,
.huge #dashboard #c2-1-2 ul.list {
    column-count: 6;
    column-gap: calc((100vw - 90px - var(--scrollbar-width)) / 17);
}

.huge .menu-1col .list .pm-item {
    width: calc((100vw - 90px - var(--scrollbar-width)) / 17 * 5);
}

.mobile.single .activity h1 {
    font-size: 34px;
    line-height: 40px;
}

.mobile.single .activity h2 {
    font-size: 34px;
    line-height: 40px;
}

.mobile.single .activity .size-F43-34 {
    margin-top: 60px;
    margin-bottom: 0;
}

.mobile.single .activity .col {
    width: 100%;
}

.mobile.single .activity .text-1col.header {
    margin-top: 237px;
}

.mobile.single .activity .text-1col.content {
    margin-top: 0;
}


/* Team */

.mobile.single-team h1 {
    font-size: 34px;
    line-height: 40px;
}

.mobile.single-team h2 {
    font-size: 34px;
    line-height: 40px;
}

.mobile.single-team .size-F43-34 {
    margin-top: 60px;
}

.mobile.single-team .col {
    width: 100%;
}

.mobile.single-team .text-1col.header {
    margin-top: 237px;
}


/* Slider */

.mobile .splide__track .title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: white;
    color: black;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 100;
    top: 3px;
    padding-left: 0;
    padding-right: 0;
}

.mobile .splide__track .title a {
    color: black;
    text-decoration: none;
}

.mobile .splide__slide {
    position: relative;
}

.mobile .splide__arrows {
    display: none;
}

.home.mobile .cover-image {
    overflow: hidden;
    height: calc(100vw * 3/2);
    margin-top: 170px;
}

.home.mobile .cover-image img {
    height: calc(100vw * 3/2);
    object-fit: cover;
}

.pagenav__arrow.sees-arrow div {
    display: none;
}

.pagenav_title {
    display: none;
}


/* WERKE */


/*
#a3-content .wp-block-columns {
    flex-wrap: nowrap !important;
}
*/

.wp-block-columns.gallery-typ-b.bha-gallery-typ-b {
    flex-wrap: wrap;
}


/*
.mobile #a3-content .wp-block-columns {
    flex-wrap: wrap !important;
}
*/

.single-wettbewerb.mobile .cover,
.single-ausstellung.mobile .cover,
.single-projekt.mobile .cover {
    display: block;
    width: auto;
}

.single-wettbewerb.mobile .cover .col1,
.single-wettbewerb.mobile .cover .col3,
.single-ausstellung.mobile .cover .col1,
.single-ausstellung.mobile .cover .col3,
.single-projekt.mobile .cover .col1,
.single-projekt.mobile .cover .col3 {
    display: block;
    width: 100%;
}

.single-wettbewerb.mobile .cover .col2,
.single-ausstellung.mobile .cover .col2,
.single-projekt.mobile .cover .col2 {
    width: calc((100vw - 60px var(--bha-scroll-width)));
}

.single-wettbewerb.mobile .cover .col1 .info-block,
.single-ausstellung.mobile .cover .col1 .info-block,
.single-projekt.mobile .cover .col1 .info-block {
    display: none;
}

.mobile .titel-block {
    margin-top: 237px;
}

.mobile .col3 .info-block {
    margin-top: 27px;
    font-size: 18px;
    line-height: 25px;
}

.mobile #a3-content p {
    font-size: 18px;
    line-height: 25px;
}

.mobile #a3-content .is-style-3-cols-set .wp-block-column {
    padding-right: 0;
    margin: 0;
}

.single-wettbewerb.mobile .cover .col2 .image-block,
.single-ausstellung.mobile .cover .col2 .image-block,
.single-projekt.mobile .cover .col2 .image-block {
    margin-top: 90px;
}

.single-wettbewerb.mobile .cover .c2,
.single-ausstellung.mobile .cover .c2,
.single-projekt.mobile .cover .c2 {
    width: calc((100vw - 60px - var(--bha-scroll-width)));
    height: calc((100vw - 60px - var(--bha-scroll-width)) * 32/3);
    display: block;
}

.single-wettbewerb.mobile .cover .c2.a1 img,
.single-ausstellung.mobile .cover .c2.a1 img,
.single-projekt.mobile .cover .c2.a1 img {
    width: calc(100%) !important;
    position: relative !important;
}

.single-wettbewerb.mobile .cover .c2.a2 img,
.single-ausstellung.mobile .cover .c2.a2 img,
.single-projekt.mobile .cover .c2.a2 img {
    width: calc(100%) !important;
    position: relative !important;
}

.single-wettbewerb.mobile .cover .c2.a2 .frame,
.single-ausstellung.mobile .cover .c2.a2 .frame,
.single-projekt.mobile .cover .c2.a2 .frame {
    margin: 0;
}


/* SKIZZEN */


/*
.single-skizze .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
  margin-left: 0 !important;
}
*/