/* barlow-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('/wp-content/themes/begeno16-wp-theme/assets/barlow/barlow-v5-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/wp-content/themes/begeno16-wp-theme/assets/barlow/barlow-v5-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: local(''),
        url('/wp-content/themes/begeno16-wp-theme/assets/barlow/barlow-v5-latin-500.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/wp-content/themes/begeno16-wp-theme/assets/barlow/barlow-v5-latin-500.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: local(''),
        url('/wp-content/themes/begeno16-wp-theme/assets/barlow/barlow-v5-latin-600.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/wp-content/themes/begeno16-wp-theme/assets/barlow/barlow-v5-latin-600.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* barlow-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('/wp-content/themes/begeno16-wp-theme/assets/barlow/barlow-v5-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/wp-content/themes/begeno16-wp-theme/assets/barlow/barlow-v5-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-display: swap;
    font-family: "Calibri W01 Regular";
    src: url("/wp-content/themes/begeno16-wp-theme/assets/Fonts/Fonts/6018051/dbcfebeb-81b6-4dd3-912a-c4fc1bb8b8dc.woff2") format("woff2"), url("/wp-content/themes/begeno16-wp-theme/assets/Fonts/Fonts/6018051/e7769402-c907-4b00-b07b-719187adf68a.woff") format("woff");
}

@font-face {
    font-display: swap;
    font-family: "Calibri W01 Bold";
    src: url("/wp-content/themes/begeno16-wp-theme/assets/Fonts/Fonts/6018059/3ca076a2-34ad-4c48-a029-02536a509f22.woff2") format("woff2"), url("/wp-content/themes/begeno16-wp-theme/assets/Fonts/Fonts/6018059/bc67b9af-646e-4b42-854e-ff3981151dea.woff") format("woff");
}

/*********************/

@media screen and (min-width: 1300px) {

 #menu-neu {
      list-style: none;
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
    }

    #menu-neu > li {
      position: relative;
    }

    #menu-neu > li > a {
      display: block;
      padding: 15px 20px;
      text-decoration: none;
    }

    /* Untermenüs */
    #menu-neu li ul.sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      list-style: none;
      padding: 0;
      margin: 0;
      background-color: #fff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      min-width: 220px;
      z-index: 1000;
		bottom: unset;
    }

    #menu-neu li:hover > ul.sub-menu {
      display: block;
    }

    #menu-neu li ul.sub-menu li{
	   height: auto;
    }

    #menu-neu li ul.sub-menu li a {
      padding: 12px 16px;
      display: block;
      color: #333;
      text-decoration: none;
      background: #fff;
    }

    #menu-neu li ul.sub-menu li a:hover {
      background-color: #f0f0f0;
    }

    /* Dritte Ebene */
    #menu-neu li ul.sub-menu li {
      position: relative;
    }

    #menu-neu li ul.sub-menu li ul.sub-menu {
      top: 0;
      left: 100%;
    }

}

@media (max-width: 1300px) {

  #menu-neu {
    flex-direction: column;
    display: none;
    width: 100%;
  }

  #menu-neu.open {
    display: flex;
  }

  #menu-neu > li > a {
    padding: 15px;
    border-top: 1px solid #ddd;
    display:block;
  }

  #menu-neu li ul.sub-menu {
    position: static;
    box-shadow: none;
  }


  #menu-neu li.open > ul.sub-menu {
    display: block;
  }

  #menu-neu li ul.sub-menu li ul.sub-menu {
    left: 0;
  }
  nav ul li ul li a {
    padding: 7px 7px 7px 20px;
  }

  nav ul li ul li ul li a {
    padding-left: 30px;
  }
}
/************************************************/

body,
button {
    margin: 0;
    font-family: 'Barlow', sans-serif;
    color: #405A67;
}

img {
    width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0
}

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

ul.wp-block-list {
    margin: 5px 0 15px;
}

h2,
.page-title {
    font-size: 39px;
    margin-top: 35px;
    margin-bottom: 25px;
    margin-top: 0;
    font-weight: 700;
}

.ohne-subhead {
    margin-bottom: 30px;
}

.main-head-after-p {
    margin-top: 45px
}

.sub-head-after-p {
    margin-top: 25px
}

.main-head-ohne-sub {
    margin-bottom: 30px
}

h3 {
    font-size: 21px;
    margin: 0 0 20px 0;
    font-weight: 500;
}

p,
h4,
figcaption,
label,
li,
td {
    font-family: "Calibri W01 Regular";
    font-weight: normal;
    font-size: 17px;
    margin: 0;
    line-height: 23px;
}

a {
    font-size: 17px;
    text-decoration: none;
    color: #405A67
}

.underline {
    text-decoration: underline;
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block
}

a:visited {
    color: #052C3E
}

.content-wrapper a, .content-wrapper a:hover, .content-wrapper a:visited {
    color: #a1232b;
}

h4 {
    cursor: pointer;
    margin-bottom: 25px
}

h1 {
    margin: 0 40px 0 0;
    display: grid;
    align-items: center;
}

h1 img {
    width: 80%
}

.desktop-anzeigen {
    display: none
}

.mobil-anzeigen {
    display: inline-block
}

.label-dis-none {
    display: none
}

.schlagworte {
    font-size: 18px;
    color: #8c9da5
}

button,
input[type='submit'],
#cookie-informations a {
    background-color: #405A67;
    font-size: 14px;
    color: white;
    border-radius: 45px;
    padding: 15px;
    border: none;
    width: 100%;
    margin: 25px 0;
    cursor: pointer;
}

header {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0 40px;
    background-color: white;
    z-index: 5;
}

@media screen and (max-width: 940px) {
    header {
        padding: 20px 40px;
    }
}

@media screen and (min-width: 940px) {
    header {
        padding: 35px 40px;
    }
}

@media screen and (min-width: 1980px) {
    header {
        padding: 60px 40px;
    }
    footer .landing-claim-home-desktop {
        /*top: 235px;*/
    }
}



.content-wrapper {
    margin: 0 40px;
}

.content-wrapper p {
    max-width: 550px;
    margin: 5px 0 15px;
}

.main-wrapper {
    padding: 10px 0 40px 0;
    position: relative;
    z-index: 3;
}

#menuicon {
    width: 35px;
    display: block;
    cursor: pointer;
    align-self: center;
    margin-top: 13px;
}

#menuicon div {
    height: 5px;
    background-color: #405A67;
    margin: 5px 0;
    border-radius: 30px;
}

nav {
    display: none;
    text-transform: lowercase;
}

nav#navbar {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    overflow-x: hidden;
    transition: 0.3s;
    background-color: #405A67;
    margin: 0;
}

nav#navbar ul {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.close-main {
    background: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/Close-X.svg) no-repeat 50% 50%;
    text-indent: 9999999px;
    overflow: hidden;
}

.close-main {
    cursor: pointer;
    width: 30px;
    border: none;
    position: absolute;
    top: 0;
    right: 10%;
}

nav a {
    text-decoration: none;
    color: white;
}

nav a:visited {
    color: white
}

nav ul {
    margin: 30px;
}

nav li:nth-of-type(8),
nav li:nth-of-type(9) {
    font-weight: normal;
}

nav li:nth-of-type(8) a,
nav li:nth-of-type(9) a {
    font-size: 18px;
}

nav ul li {
    list-style: none;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 30px;
    /*
    height: 36px;
    overflow: hidden;*/
}

#search {
    width: 85%;
    display: none
}

#search form {
    background-color: transparent;
    padding-left: 0
}

#search td {
    width: 100%
}

#search input[type='text'] {
    line-height: 20px
}

#search button {
    margin: 0;
    padding: 13px 27px;
    border-radius: 0 !important;
}

#search td {
    line-height: 22px
}

.gsc-control-cse {
    background-color: #405b67 !important;
    border-color: #405A67 !important;
    padding-left: 0 !important;
}

.gsc-input-box {
    border-radius: 0 !important;
}


/*
nav ul li:hover{
    height: auto;
}*/

nav .sub-menu {
    margin: 0
}

nav ul li a {
    font-size: 22px;
}

nav ul li ul li a {
    font-size: 18px;
}

nav .sub-menu li {
    padding: 5px 0 0 0;
    list-style: none;
    font-weight: 400;
}

input[type='text'] {
    line-height: 50px;
    font-size: 14px;
    width: 70%;
    border-radius: 30px;
    border: none;
    padding-left: 20px;
}

/* Main */

figure {
    margin: 40px 0;
    text-align: center;
    cursor: zoom-in;
}

.image-slider {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

.tns-controls {
    display: none;
}

.tns-outer {
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tns-liveregion {
    color: white;
    margin-bottom: 20px
}


.slider-container {
    display: none;
    background-image: url(/wp-content/themes/begeno16-wp-theme/assets/Fotos/Gartenfeld_Bild2.webp);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.slider-container .second-layer {
    background-color: rgba(64, 90, 103, 0.95);
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

.tns-visually-hidden {
    position: relative;
    !important;
    left: 0;
    !important;
}

[class^="berlin-"] .main-wrapper img {
    width: 60%;
    object-fit: contain
}

/* Satzung */
.satzung .content-wrapper div {
    display: flex
}

.satzung .content-wrapper div img {
    width: 20%
}

.satzung .content-wrapper div a {
    font-size: 22px;
    margin-left: 20px
}

/* greifswald */

/*.content-wrapper ul {
    padding-left: 20px;
}
.content-wrapper ul li {
    list-style: inherit;
    max-width:  530px;
}

.greifswald .content-wrapper ul, .faq .content-wrapper ul{padding-left: 20px}

.greifswald .content-wrapper ul>li, .faq .content-wrapper ul>li{
    list-style: initial;
    margin-bottom: 10px;
}

.greifswald .content-wrapper ul>li>ul>li, .faq .content-wrapper ul>li>ul>li{
    list-style: circle;
    margin: 0;
}

.greifswald table {width: 100%}
.greifswald td:nth-of-type(even){width: 30%;}
.greifswald td:nth-of-type(odd){width: 70%;}
.aufsichtsrat table td {padding-right: 20px;vertical-align: top;}
*/
.margin-bottom {
    margin-bottom: 20px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.landing-bg-slider {
    display: none
}

/*@media (max-width: 1079px) {
    .greifswald .main-wrapper {
        position: absolute;
        width: 100%;
        height: calc(100% - 110px);
        !*
        background: url('Fotos/Greifswald-Hintergrund_1-neu-skaliert.jpg') no-repeat center;
        *!
        background-size: cover;
        background-attachment: fixed;
        top: 0;
    }
    .greifswald .content-wrapper {
        position: absolute;
        top: 100%;
        width: 100%;
        height: 100px;
        margin: -140px 0;

    }
    .greifswald h1 {
        background: #fff;
        width: 66.66%;
        float: right;
        padding: 10px 20px;
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
        margin: 0
        !*
        margin: -30px 0;
        *!
    }

    .greifswald .fs-slider-btns {
        float: left;
        width: 25%; !* margin: auto; *!
        display: flex;
        justify-content: center;
        margin: 5px 0 0;
    }
    .greifswald .fs-slider-btns button {
        width: fit-content;
        background-color: #fff;
        opacity: .5;
        height: 27px;
        width: 27px;
        padding: 0;
        margin: 10px 5px 0 0;
    }
    .greifswald .fs-slider-btns button:hover {
        opacity: 1;
    }
    .greifswald .fs-slider-btns button:first-of-type:after {
        color: #000;
        content: "<";
    }
    .greifswald .fs-slider-btns button:last-of-type:after {
        color: #000;
        content: ">";
    }
    .greifswald .landing-main {
        margin:10px;
    }
    .greifswald h2:first-of-type {
        padding-top: 150px;
    }

    .greifswald h2 {
        position: relative;
        width: fit-content;
        margin: auto auto 20px;
    }
    .greifswald h2:after  {
        content: ' ';
        display: block;
        border-bottom: 1px #425C6B solid;
        position: absolute;
        margin-top: 10px;
        left: 20px;
        right: 20px;
    }
    .greifswald .map {
        width: 100%;
        border-radius: 5px;
        box-shadow: -8px 10px 20px #425C6B1A;
    }
    .greifswald footer {
        display: none;
    }
}*/
@media screen and (min-width: 740px) {
    .greifswald header {
        position: fixed;
        width: 100%;
    }
}

.greifswald.bottom .overlay::after {
    content: ' ';
}

.greifswald .main-wrapper {
    top: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    border-top-left-radius: 6px;
    margin: 0;
}

@media screen and (min-width: 940px) {
    .greifswald .main-wrapper {
        width: calc(100% - 245px);
        left: 245px;

    }
}

/*    .greifswald .content-wrapper h1 {
        width: min-content;
        font-size: 30px;
        margin: 0;
    }
    @media screen and (min-width: 940px) {
        .greifswald .content-wrapper h1 {
            width: auto;
            font-size: 50px;

        }
    }*/



.landing-slider-ctrl {
    margin: -220px -40px 0 0;
    display: flex;
    background: #fff;
    float: right;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding: 10px 0 10px 40px;
    flex-direction: row-reverse;

}

@media screen and (min-width: 940px) {
    .landing-slider-ctrl {
        flex-direction: row;
        margin: -280px -40px 0 0;

    }
}

.landing-slider-headings {
    width: 100%
}

.landing-slider-ctrl h1 {
    margin: 0;
    width: min-content;
}

.landing-slider-ctrl h2 {
    margin: 0;
    font-size: 17px;
}

@media screen and (min-width: 940px) {
    .landing-slider-ctrl {
        padding: 20px 0 20px 60px;
    }

    .landing-slider-ctrl h1 {
        width: 100%;
        font-size: 40px;
    }

    .landing-slider-ctrl h2 {
        width: 100%;
        font-size: 24px;
    }
}



.fs-slider-btns {
    display: flex;
    align-items: center;
    margin-left: -200px;
    padding-right: 70px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.fs-slider-btns div {
    display: flex;
    flex-direction: row;
}

.fs-slider-btns.desktop {
    display: none;
}



@media screen and (min-width: 940px) {
    .fs-slider-btns {
        margin-left: unset;
        padding-right: unset;
    }

    .fs-slider-btns.mobile {
        display: none;
    }

    .fs-slider-btns.desktop {
        display: flex;
        margin: 0 40px;
    }


}

.fs-slider-btns button,
.fs-slider-btns a {
    height: 26px;
    width: 26px;
    margin: 0 5px;
    background-color: transparent;
    padding: 0;
    opacity: .5;
}

.fs-slider-btns a:hover,
.fs-slider-btns button:hover,
#bgPlusSlidesBtn.hover-sim,
#bgPlusSlidesBtnDesk.hover-sim {
    opacity: 1;
}

.landing-claim {
    display: none;
}


/*.greifswald .landing-claim.landing-claim-home-desktop,
.greifswald .landing-claim.landing-claim-home-mobile {
    display: none;
}*/

.greifswald .landing-claim,
.landing-claim-home-desktop,
.landing-claim-home-mobile {
    position: absolute;
    z-index: 4;
    top: 0px;
    right: 30px;
    display: flex;
    align-items: center;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.705' height='65.504' viewBox='0 0 30.705 31.504'%3E%3Cpath id='Icon_awesome-arrow-down' data-name='Icon awesome-arrow-down' d='M29.046,15.645l1.561,1.561a1.681,1.681,0,0,1,0,2.384L16.945,33.258a1.681,1.681,0,0,1-2.384,0L.893,19.589a1.681,1.681,0,0,1,0-2.384l1.561-1.561a1.689,1.689,0,0,1,2.412.028l8.072,8.473V3.938A1.683,1.683,0,0,1,14.625,2.25h2.25a1.683,1.683,0,0,1,1.688,1.688V24.145l8.072-8.473a1.677,1.677,0,0,1,2.412-.028Z' transform='translate(-0.397 -2.25)' fill='%23fff'/%3E%3C/svg%3E%0A") #a1232b no-repeat bottom;
    height: 130px;
    width: 130px;
    padding: 20px;
    text-align: center;
    border-radius: 135px;
}

.greifswald .landing-claim div,
.landing-claim-home-desktop div,
.landing-claim-home-mobile div {
    width: 100%;
    margin-top: -30px;
    font-size: 25px;
    color: #fff;
}

.landing-claim-home-mobile {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20.705' height='65.504' version='1.1' viewBox='0 0 30.705 31.504' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Icon_awesome-arrow-down' d='m12.996 2.4559 1.561-1.561a1.681 1.681 0 0 1 2.384 0l13.668 13.662a1.681 1.681 0 0 1 0 2.384l-13.669 13.668a1.681 1.681 0 0 1-2.384 0l-1.561-1.561a1.689 1.689 0 0 1 0.028-2.412l8.473-8.072h-20.207a1.683 1.683 0 0 1-1.688-1.687v-2.25a1.683 1.683 0 0 1 1.688-1.688h20.207l-8.473-8.072a1.677 1.677 0 0 1-0.028-2.412z' fill='%23fff' data-name='Icon awesome-arrow-down'/%3E%3C/svg%3E%0A") #a1232b no-repeat bottom;
}

.landing-claim-home-mobile {
    top: 0;
}

.landing-claim-home-mobile div {
    font-size: 22px;
}

.landing-claim-home-desktop {
    display: none;
}

/* Content wrapper runter für neues Badge */
@media screen and (max-width: 660px) {
    .content-wrapper {
        margin-top: 200px;
    }
}





@media screen and (min-width: 940px) {

    .greifswald .landing-claim,
    .landing-claim-home-desktop {
        top: 160px;
        width: 250px;
        height: 230px;
        font-size: 35px;
        font-weight: bolder;
        padding: 0 0 20px 0;
        border-radius: 230px;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.705' height='75.504' viewBox='0 0 30.705 31.504'%3E%3Cpath id='Icon_awesome-arrow-down' data-name='Icon awesome-arrow-down' d='M29.046,15.645l1.561,1.561a1.681,1.681,0,0,1,0,2.384L16.945,33.258a1.681,1.681,0,0,1-2.384,0L.893,19.589a1.681,1.681,0,0,1,0-2.384l1.561-1.561a1.689,1.689,0,0,1,2.412.028l8.072,8.473V3.938A1.683,1.683,0,0,1,14.625,2.25h2.25a1.683,1.683,0,0,1,1.688,1.688V24.145l8.072-8.473a1.677,1.677,0,0,1,2.412-.028Z' transform='translate(-0.397 -2.25)' fill='%23fff'/%3E%3C/svg%3E%0A") #a1232b no-repeat bottom;

    }

    .landing-claim-home-desktop {
        top:0;
    }

    .greifswald .landing-claim div,
    .landing-claim-home-desktop div {
        margin-top: -10px;
        font-size: 35px;
    }

    .landing-claim-home-desktop {
        background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='30.705' height='75.504' version='1.1' viewBox='0 0 30.705 31.504' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Icon_awesome-arrow-down' d='m12.996 2.4559 1.561-1.561a1.681 1.681 0 0 1 2.384 0l13.668 13.662a1.681 1.681 0 0 1 0 2.384l-13.669 13.668a1.681 1.681 0 0 1-2.384 0l-1.561-1.561a1.689 1.689 0 0 1 0.028-2.412l8.473-8.072h-20.207a1.683 1.683 0 0 1-1.688-1.687v-2.25a1.683 1.683 0 0 1 1.688-1.688h20.207l-8.473-8.072a1.677 1.677 0 0 1-0.028-2.412z' fill='%23fff' data-name='Icon awesome-arrow-down'/%3E%3C/svg%3E%0A") #a1232b no-repeat bottom;
    }
}


/*@media screen and (min-width: 1360px) {
    .landing-claim-home-mobile {
        display: none;
    }
*/
    .landing-claim-home-desktop {
        display: flex;
        top: 0px;
        right: -80px;
    }
/*}*/

@media screen and (max-width: 1170px) {
    .landing-claim-home-desktop { 
        right: 0;
    }
    .content-wrapper {
        margin-top: 200px;
    }
}

@media screen and (min-width: 1500px) {
    .greifswald .landing-claim {
        bottom: 10%;
    }
}

.greifswald .landing-contact {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 9999;

}


.greifswald .landing-contact label {
    display: block;
    margin: 0 0 20px 10px;
    height: 100px;
    width: 100px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.greifswald .landing-contact label:hover {
    background: silver;
}

.landing-contact-open-box {
    display: none
}

#landingContactCheck:checked~label {
    transform: rotate(0);
    position: relative;
    font-size: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: fit-content;
    padding: 0 40px;
    margin: 0;
}

@media screen and (min-width: 940px) {
    #landingContactCheck:checked~label {
        padding: 30px 50px 20px;

    }
}

#landingContactCheck:checked~label:hover {
    background: #fff;
}

#landingContactCheck:checked~label:hover::after {
    opacity: .5;
}

#landingContactCheck:checked~label:after {
    content: '×';
    position: absolute;
    top: 0;
    right: 10px;
}

#landingContactCheck:checked~.landing-contact-open-box {
    background: #fff;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 35px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    clip-path: inset(0px -15px -15px -15px);
    margin-top: -2px;
    margin-bottom: 20px;
}

@media screen and (min-width: 940px) {
    #landingContactCheck:checked~.landing-contact-open-box {
        clip-path: none;
        margin-top: unset;
        margin-bottom: unset;
        box-shadow: none;
    }
}

#landingContactCheck:checked~.landing-contact-open-box img {
    width: 153px;
    height: 153px;
    border-radius: 77px;
    margin: auto auto 30px;
}

#landingContactCheck:checked~.landing-contact-open-box strong,
#landingContactCheck:checked~.landing-contact-open-box a {
    display: block;
    text-align: center;
    font-size: 20px;
}

#landingContactCheck:checked~.landing-contact-open-box strong {
    font-family: 'Calibri W01 Bold';
}

#landingContactCheck:checked~.landing-contact-open-box a {
    font-family: "Calibri W01 Regular";
}

@media screen and (min-width: 940px) {
    .greifswald .landing-contact {
        bottom: 50%;
        right: 25px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 10px;

    }

    .greifswald .landing-contact label {
        margin: 0 -120px 0;
        width: auto;
        height: auto;
        transform: rotate(-90deg);
        line-height: 60px;
        font-size: 27px;
        padding: 0 20px;
        border-radius: 5px;


    }

    #landingContactCheck:checked~label {
        box-shadow: none;
        margin: 0;

    }

    #landingContactCheck:checked~label:after {
        top: -15px;
    }

    .greifswald .landing-contact.bottom-open {
        bottom: 2rem;
    }

    .greifswald .landing-contact.bottom-open label {
        pointer-events: none;
    }

    .landing-contact.bottom-open #landingContactCheck:checked~label:after {
        content: ' ';
    }

    .landing-contact.bottom-open #landingContactCheck~.landing-contact-open-box {
        background: #fff;
        display: flex;
        flex-direction: column;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding-bottom: 35px;
        clip-path: inset(0px -15px -15px -15px);
        margin-top: -2px;
    }


    .landing-contact.bottom-open #landingContactCheck~.landing-contact-open-box img {
        width: 153px;
        height: 153px;
        border-radius: 77px;
        margin: auto auto 30px;
    }

    .landing-contact.bottom-open #landingContactCheck~.landing-contact-open-box strong,
    .landing-contact.bottom-open #landingContactCheck~.landing-contact-open-box a {
        display: block;
        text-align: center;
        font-size: 20px;
    }

    .landing-contact.bottom-open #landingContactCheck~.landing-contact-open-box strong {
        font-family: 'Calibri W01 Bold';
    }

    .landing-contact.bottom-open #landingContactCheck~.landing-contact-open-box a {
        font-family: "Calibri W01 Regular";
    }

    .landing-contact.bottom-open #landingContactCheck~label {
        transform: rotate(0);
        position: relative;
        font-size: 25px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: fit-content;
        padding: 0 40px;
        margin: 0;
        box-shadow: none;
    }
}

.landing-container {
    margin: auto;

}

@media screen and (min-width: 940px) {
    .landing-container {
        padding: 20px 70px;
        max-width: 1600px;
    }
}

.mb-0 {
    margin: 0 0 0 !important;
}

.mb-40 {
    margin: 0 0 40px 0 !important;
}

.mb-87 {
    margin: 0 0 87px 0 !important;
}

.mb-48 {
    margin: 0 0 48px 0 !important;
}

.mb-125 {
    margin: 0 0 125px 0 !important;
}

@media screen and (min-width: 940px) {
    .mb-d-0 {
        margin: 0 !important;
    }

    .mt-md-68 {
        margin-top: 68px !important;
    }
}

.landing-row {
    margin: 0 0 40px 0;
}

.greifswald .content-wrapper p {
    max-width: unset;
}

@media screen and (min-width: 940px) {
    .landing-row {
        display: flex;
        margin: 0 0 165px 0;
    }

    .landing-col-l {
        width: 100%;
        margin: 0 70px 0 0;
    }

    .landing-col-r {
        width: 100%;
        margin: 0 0 0 70px;
    }

    .landing-col-full {
        width: 100%;
    }
}


h2.landing-h2 {
    position: relative;
    text-align: center;
    font-size: 32px;
}

@media screen and (min-width: 940px) {
    h2.landing-h2 {
        text-align: left;
        font-size: 43px;
    }
}

h2.landing-h2:after {
    content: ' ';
    position: absolute;
    border-bottom: 1px #425C6B solid;
    left: 33%;
    right: 33%;
    bottom: -15px;
}

@media screen and (min-width: 940px) {
    h2.landing-h2:after {
        border-bottom: 4px #425C6B solid;
        left: -50px;
        right: -50px;
        bottom: -20px;

    }
}

.landing-benefits-container div {
    display: flex;
    flex-direction: column;
    margin: 0 0 50px;
    padding: 25px 40px 40px;
    box-shadow: 0px 3px 12px #425C6B26;
}

.landing-benefits-container img {
    order: -1;
    height: 32px;
}

.landing-benefits-container h2 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    margin: 0.5rem 0 1.5rem;
}

.landing-benefits-container li {
    font-size: 18px;
    margin: 0 0 1.5rem 1em;
}

.landing-benefits-container li:before {

    content: '• ';
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.landing-benefits-container span {
    display: block;
}

@media screen and (min-width: 1200px) {
    .landing-benefits-container {
        display: flex;
        gap: 27px;
        width: 100%;
    }

    .landing-benefits-container div {
        width: 33.3333%;
        margin: 0;
        transition: transform .2s;
    }

    .landing-benefits-container div:hover {
        transform: scale(1.1);
    }

}

@media screen and (min-width: 1600px) {
    .landing-benefits-container div {
        padding: 25px 55px 50px;
    }
}


.map {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.landing-video {
    margin: 0 -40px;
    width: calc(100% + 80px);
    height: auto;
    background: #000;
}

@media screen and (min-width: 940px) {
    .landing-video {
        margin: unset;
        width: 100%;
    }
}

@media screen and (min-width: 940px) {
    .landing-zimmer {
        display: flex;
        /* justify-content: space-between; */
        justify-content: flex-start;
        gap: 2rem;
    }
}

.landing-zimmer a {

    display: block;
    transition: transform .2s;

}

.landing-zimmer a:hover {

    transform: scale(1.025);

}

.landing-zimmer figure {
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
}

@media screen and (min-width: 940px) {
    .landing-zimmer figure {
        display: block
    }
}

.landing-zimmer img {

    height: auto;
    transform: none;
    box-shadow: 0px 3px 10px #3C4E5840;

}

.landing-zimmer figcaption {
    font-size: 22px;
    margin: 1rem 0;
}

.landing-quartiersplan {
    margin: 0;
}

.landing-quartiersplan img {
    margin-top: 20px;
    box-shadow: 0px 3px 14px rgba(48, 62, 70, 0.15);
    border-radius: 5px;
}

.height-auto {
    height: auto;
}



.landing-btn,
button.landing-btn {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 15px 30px;
    box-shadow: 0px 2px 10px rgba(47, 61, 70, 0.14);
    border-radius: 100px;
    transition: transform .2s;
    background-color: #fff;
    color: #425C6B;
}

.landing-btn-sm,
button.landing-btn-sm {
    font-size: 17px;
    padding: 3px 15px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.landing-btn:hover {
    transform: scale(1.025);
    color: #fff;
    background: #425C6B;
}

.landing-btn-inverted {
    background: #425C6B !important;
    color: #fff !important;
}

.landing-btn-inverted:hover {
    background: #fff !important;
    color: #425C6B !important;
}

.landing-btn-darkred {
    background-color: #a1232b !important;
    color: #fff !important;
}

.landing-btn-darkred:hover {
    background-color: #891d23 !important;
}

/* Slideshow container */
.landing-slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    height: 550px;
    box-shadow: 0px 3px 14px rgba(48, 62, 70, 0.15);
}

/* Hide the images by default */
.landing-slideshow-container .mySlides {
    display: none;
}

/* Next & previous buttons */
.landing-slideshow-container .prev,
.landing-slideshow-container .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 0 60px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.landing-slideshow-container .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.landing-slideshow-container .prev:hover,
.landing-slideshow-container .next:hover {
    opacity: 0.4;
}

/* Caption text */
.landing-slideshow-container .text {
    color: #000;
    font-size: 15px;
    position: absolute;
    text-align: center;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;
}

.landing-slideshow-container .text div {
    padding: 60px 120px;
}

.landing-slideshow-container p {
    max-width: unset;
}

/* Number text (1/3 etc) */
.landing-slideshow-container .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.landing-dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.landing-dot.active,
.landing-dot:hover {
    background-color: #717171;
}

/* Fading animation */
.landing-slideshow-container .fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.landing-features {
    margin: 2rem 0;
}

@media screen and (min-width: 940px) {
    .landing-features {
        display: grid;
        grid-template-columns: auto auto;
        gap: 2rem;
    }
}

.landing-features strong {
    display: block;
    font-size: 25px;
    line-height: 1.1;
    hyphens: auto;
    font-family: Barlow, "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: .25rem;
    font-weight: 600;
}

.landing-features li {
    font-size: 18px;
    line-height: 23px;
    font-family: "Calibri W01 Regular";
    margin-bottom: 1rem;
}

@media screen and (min-width: 940px) {
    .landing-features li {
        margin-bottom: 0;
    }
}

.landing-features-4 li,
.landing-features-4 div {
    width: calc(50% - 10px);
}

@media screen and (min-width: 940px) {

    .landing-features-4 li,
    .landing-features-4 div {
        width: calc(25% - 10px);
    }
}

.landing-img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

@media screen and (min-width: 940px) {
    .landing-katalog {
        box-shadow: 0px 3px 14px #303E4626;
        padding: 30px;
    }
}

.landing-katalog h3 {
    text-align: center;
}

.landing-table-sort {
    display: flex;
    overflow-x: auto;
}

@media screen and (min-width: 1200px) {
    .landing-table-sort {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.landing-table-sort div {
    display: flex;
    flex-direction: column;
    margin: 25px;
}

.landing-table-sort label {
    text-align: center;
    padding: 0 0 5px;
}

.landing-table-sort select {
    -webkit-appearance: none;
    -moz-appearance: none;
    min-width: 170px;
    padding: 0 5px;
    border: 0;
    box-shadow: 0px 1px 4px #425C6B30;
    border-radius: 3px;
    line-height: 30px;
    font-family: "Calibri W01 Regular";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='7' viewBox='0 0 10 7'%3E%3Cpath id='Polygon_12' data-name='Polygon 12' d='M5,0l5,7H0Z' transform='translate(10 7) rotate(180)' fill='%23425c6b' opacity='0.8'/%3E%3C/svg%3E%0A") no-repeat right center;
}

.landing-table-sort input:focus-visible {
    box-shadow: 0px 3px 14px rgba(48, 62, 70, 0.25);
    outline: 0;
}

label[for='togglefilter'] {
    width: 100%;
    cursor: pointer;
    padding-bottom: 1rem;
    padding-top: 2rem;
}

@media screen and (min-width: 1200px) {
    label[for='togglefilter'] {
        padding-top: 0;
    }
}

label[for='togglefilter']:before {
    content: ' Mehr ';
}

label[for='togglefilter']:after {
    content: ' ▸';
    display: inline-block;
}

.landing-toggle-filter:checked~label[for='togglefilter']:after {
    transform: rotate(180deg);
}

.landing-toggle-filter:checked~label[for='togglefilter']:before {
    content: ' Weniger ';
}

@media screen and (min-width: 1200px) {

    label[for='togglefilter']:after {
        content: ' ▾';
    }

    .landing-toggle-filter:checked~label[for='togglefilter']:after {
        transform: rotate(180deg);
    }
}

label[for='togglefilter']:hover {
    text-decoration: underline;
}

.landing-toggle-filter:checked~div.landing-page-toggle-filter-container {
    display: flex;
}


div.landing-page-toggle-filter-container {
    display: none;
    flex-direction: row;
    margin-top: 0;
}

.landing-table-sort-morefilter {
    text-align: center;
    line-height: 50px;
    color: silver;
}

@media screen and (min-width: 1200px) {
    .landing-table-sort-morefilter {
        display: none;
    }
}

.landing-table-container {
    margin-left: -40px;
    width: calc(100% + 80px);
    overflow-x: auto;
}

@media screen and (min-width: 940px) {
    .landing-table-container {
        margin-left: unset;
        width: unset;
    }
}

.landing-table {
    border-spacing: 0;
    background: #fff;
}

@media screen and (min-width: 940px) {
    .landing-table {
        margin-left: 0;
        width: 100% !important;
    }
}

.landing-table tr:first-of-type {
    background: #425C6B;
}

.landing-table tr:nth-child(even) {
    background: rgba(66, 92, 107, 0.05);
}

.landing-table tr.filtered.odd {
    background: #fff;
}

.landing-table tr.filtered.even {
    background: rgba(66, 92, 107, 0.05);
}

.landing-table tr {
    position: relative;
}

.landing-table th {
    color: #fff;
    font-weight: normal;
    line-height: 20px;
    padding: 10px;
    margin: 0 0 20px;
    /*border-bottom: 30px #fff solid;*/
}

.th-verfuegbar {
    display: none;
}

.th-bearb {
    display: none;
}

@media screen and (min-width: 940px) {
    .th-verfuegbar {
        display: table-cell;
    }

    .th-bearb {
        display: table-cell;
    }

    .landing-table th {
        padding: 10px;
    }

    .landing-table th:first-of-type {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .landing-table th:last-of-type {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }
}

.landing-table td {
    text-align: center;
    border-bottom: 100px solid transparent;
    padding: 10px;

}

.landing-table td.sr-only,
.landing-table th.sr-only {
    display: none;
}

@media screen and (min-width: 940px) {

    .landing-table td.sr-only,
    .landing-table th.sr-only {
        padding: 0;
        width: 1px !important;
        margin: -1px !important;
    }
}

.landing-table .td-abwann,
.landing-table .td-edit {
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: none;
}

.landing-table .td-abwann {
    padding-top: 50px;
}

.landing-table .td-abwann-1:before {
    content: 'ab: '
}

.landing-table .td-edit {
    padding-top: 90px;
}


@media screen and (min-width: 940px) {
    .landing-table td {
        border-bottom: none;
    }

    .landing-table .td-abwann,
    .landing-table .td-edit {
        position: relative;
    }

    .landing-table .td-abwann {
        padding-top: 10px;
    }

    .landing-table .td-abwann:before {
        content: ' '
    }

    .landing-table .td-edit {
        padding-top: 10px;
    }

    .landing-table-spacing {
        height: 30px;
    }

    .landing-table td:first-of-type {
        border-left: 15px #fff solid;
    }

    .landing-table td:last-of-type {
        border-right: 15px #fff solid;
    }
}

.landing-table-buttons {
    display: flex;
    justify-content: center;
}

.landing-table-buttons button {
    margin: 0 5px;
}

.landing-table-buttons-disabled {
    opacity: .5;
}

.landing-table-buttons-disabled .landing-btn:hover {
    transform: unset;
    color: unset;
    background: unset;
    cursor: not-allowed;
}

.landing-table-buttons-disabled .landing-btn-inverted:hover {
    color: #fff !important;
    background: #425C6B !important;
}

@media screen and (min-width: 940px) {
    .landing-table-buttons {
        justify-content: unset;
    }
}

.landing-table-buttons * {
    margin: 0 5px;
}

.landing-big {
    display: block;
    text-align: center;
    font-size: 43px;
    margin: 0 0 20px;
}

.greifswald .main-wrapper {
    background-image: none !important;
}

.greifswald footer {
    background-image: none !important;
}

.greifswald footer ul {
    display: none;
}

/* @media screen and (min-width: 940px) {
        .greifswald footer ul {
            display: flex;
        }
    }*/
.greifswald .landing-bg-slider,
.greifswald .landing-bg-slideshow-container,
.mySlidesBg img {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.greifswald .landing-bg-slider .fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.landing-table tr.hiddenStyle {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.landing-squared-gallery a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: #000;
}

.landing-squared-gallery a::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.landing-squared-gallery img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    transition: all .5s;
    /* Animation */
    border-radius: 5px;
    opacity: 1;
}

.landing-squared-gallery a:hover img {
    transform: scale(1.03);
    opacity: .8;
}

@media screen and (min-width: 940px) {
    .landing-squared-gallery a {
        width: calc(50% - 2rem);
        margin: 0 2rem 2rem 0;
        float: left;
    }
}

.w-100 {
    width: 100%;
}

.mw-5 {
    min-width: 5rem;
}

.landing-downloads figcaption {
    font-size: 22px;
    padding-top: 1rem;
}

@media screen and (min-width: 940px) {
    .landing-downloads {
        width: 75%;
        display: flex;
        gap: 15px;
    }

    .landing-downloads div {
        margin: 0 .5rem 0;
    }

}

.greifswald-footer {
    margin-top: 5rem;
    display: flex;
    gap: 1.5rem;
}

.glightbox-clean .gclose svg {
    min-height: 17px;
}

@media screen and (min-width: 740px) {

    a[name="wohnungskatalog"],
    a[name="aufeinenblick"] {
        display: block;
        position: relative;
        top: -150px;
        visibility: hidden;
    }
}

@media screen and (min-width: 1980px) {

    a[name="wohnungskatalog"],
    a[name="aufeinenblick"] {

        top: -200px;

    }
}

/* Vermietung */

.detail-grid {
    display: grid;
    grid-template-columns: auto auto;
}

.detail-grid li:nth-of-type(2) {
    grid-area: 2/1
}

.detail-grid li:nth-of-type(3) {
    grid-area: 3/1
}

.detail-grid li:nth-of-type(4) {
    grid-row: 1/3;
    font-size: 14px;
    text-align: end;
}

.detail-grid li:nth-of-type(5) {
    text-align: end
}

.vermietung #suchen-button {
    background-color: #405A67;
    color: white;
    width: 100%;
    margin-top: 25px;
    cursor: pointer;
    line-height: 45px;
    border-radius: 50px;
}

.vermietung #suchen-button::placeholder {
    color: white
}

.vermietung section {
    padding: 25px 0;
    position: relative;
}

.vermietung section ul {
    padding-left: 0
}

.vermietung section li {
    list-style-type: none
}

.vermietung section:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    border: 5px solid #405A67;
    border-radius: 20px;
    margin-top: 25px;
}

.vermietung form {
    background-color: #405A67;
    padding: 15px;
    border-radius: 25px;
}

.vermietung .interessenform input[type="checkbox"] {
    width: 0;
    background-position-x: 0;
    background-position-y: 0;
}

#result {
    margin-top: 25px
}

.objektart {
    text-transform: capitalize
}

#versand {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    font-size: 22px;
}

.vermietung form label {
    color: white
}

.vermietung form label:last-of-type {
    margin: 0
}

.vermietung input[type="text"],
.wohnungsangebote-button input[type='number'] {
    width: 48%;
    line-height: 30px;
    border-radius: 20px;
    border: none;
    margin: 0;
    text-align: center;
    font-size: 14px;
    padding: 0;
}

/* Vermietung full width */

.vermietung-fw .main-wrapper {
    width: 75%;
}

.vermietung-fw table td {
    width: unset;
}

.vermietung-fw form {
    background: transparent;
}

.vermietung-fw input[type='submit'] {
    padding: 5px;
    width: unset;
    margin: 10px 0 0;
}

.vermietung-fw input[type='submit']:hover {
    opacity: 0.5;
}

.vermietung-fw .landing-table {
    position: relative;
}

.vermietung-fw .landing-table tr {
    vertical-align: top;
}

.vermietung-fw .full-row-edit {
    display: none;
}

.vermietung-fw .full-row-editform {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
}

.vermietung-fw .full-row-editform {
    padding: 40px;

}

.vermietung-fw .full-row-editform label {
    color: #000;
}

.vermietung-fw .showedit:checked~.full-row-edit {
    display: block;
    height: 480px;
}

.vermietung-fw .checkboxes {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}


.wohnungsangebote-button div:last-of-type form {
    display: flex;
    justify-content: space-between;
}

.wohnungsangebote-button button {
    text-align: left;
    position: relative
}

.wohnungsangebote-button button:after {
    content: "";
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 13.3px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
    right: 10%;
    top: 40%;
    position: absolute;
}

.wohnungsangebote-button div {
    height: 75px;
    overflow: hidden;
}

.tags {
    display: flex;
    justify-content: space-between;
    margin-right: 20%;
    margin-bottom: 25px;
}

.tags li {
    color: gray;
}

/* Verietung custom radio Buttons*/
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
}

/* When the radio button is checked, add a blue background */
.container input:checked~.checkmark {
    background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #405A67;
}

.custom-checkbox .checkmark:after {
    top: -2px;
    left: -2px;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/checkbox-voll.svg);
}

/* Vermietung Detail */
.vermietung table {
    width: 100%
}

.vermietung td {
    width: 50%;
}

.greifswald.vermietung td {
    width: unset;
}

.vermietung td:nth-of-type(odd) {
    font-weight: 600
}

.interessenform {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(64, 90, 103, 0.95);
    z-index: 10;
    overflow: scroll;
}

.anfragen-info {
    top: 50%;
    margin: 0 auto 0 auto;
    transform: translateY(-50%);
    width: 75%;
    height: 300px;
    overflow: hidden;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.40);
    border-radius: 20px;
}

.anfragen-info p {
    font-size: 17px !important;
}

.anfragen-info>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

#close-anfragen-info {
    right: 5%;
    margin: 0;
    padding: 0;
    font-size: 70px;
}

.anfragen-info p {
    line-height: 30px;
}

/* Chrome, Safari, Edge, Opera */
.vermietung .interessenform input::-webkit-outer-spin-button,
.vermietung .interessenform input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.interessenform.dropdown form .g-recaptcha {
    margin-top: 1rem;
    margin-bottom: 1rem;
    grid-area: 9/1;
}

.interessenform.dropdown form input[type=submit] {
 
    grid-area: 9/2;
    height: fit-content;
}
.interessenform.dropdown form input[type=submit]:disabled {
    opacity: .5;
    cursor: not-allowed;
}

 
.interessenform.unverb form .g-recaptcha {
    margin-top: 1rem;
    margin-bottom: 1rem;
    grid-area:8/1;
}



.interessenform.unverb form input[type=submit] {
    grid-area: 8/2;
    height: fit-content; 
}
.interessenform.unverb form input[type=submit]:disabled {
    opacity: .5;
    cursor: not-allowed;
}



/* Firefox */
.vermietung .interessenform input[type=number] {
    -moz-appearance: textfield;
}

.vermietung .interessenform input,
.vermietung .interessenform select {
    margin: 5px 0;
    width: 96%;
    text-align: left;
    line-height: 44px;
    font-size: 14px;
    border-radius: 50px;
    border: none;
    padding: 0 0 0 20px;
    background-color: #FFFFFF;
    background-image: none;
    background-position-x: 95%;
    background-position-y: 16px;
    background-size: 14px;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.vermietung .interessenform input:required,
.vermietung .interessenform select:required {
    background-image: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/sternchen.png);
}

.vermietung .interessenform select {
    height: 44px;
}

.vermietung .interessenform select:invalid {
    color: #747474
}

.vermietung .interessenform select option:first-of-type {
    color: #747474
}

.vermietung .interessenform select option {
    color: #000000
}


.interessenform h3 {
    color: white
}

.interessenform label,
.interessenform p {
    color: white;
    font-size: 14px;
}

.interessenform label span {
    padding: 0
}

.interessenform form {
    width: 80%;
    padding: 0;
    margin: 24% auto 15% auto;
    background-color: transparent;
}

.interessenform form p:last-of-type {
    text-align: right;
    margin-bottom: 10px
}

.interessenform input[type='submit'] {
    color: #405A67;
    background-color: white;
    font-weight: 600;
    width: 60%;
    margin: 0 20%;
    text-align: center;
    line-height: 45px;
    padding: 0;
    background-image: none;
}

#pflichtfeld {
    display: none
}

#dont-show .dont-show {
    display: none
}

/* News */

a.anchor-news {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}


/* Das Team */

#team-liste #team-kontakt {
    display:none;
}

#team-kontakt {
    max-width:330px;
    margin-left: auto;
    margin-right: auto;
}


#team-liste>li>img,
#team-liste>li>a>img {
    border-radius: 100%;
    width: 100%;
}

.linked-in-container {
    display: flex;
    flex-direction: column-reverse;
    margin: auto
}

.linked-in-p {
    text-align: center
}

body.kontakt .linked-in-p, body.kontakt .linked-in-p ~ a {
    display:none;
}

.linked-in {
    width: 47px;
    position: relative;
    left: 52%;
    transform: translateX(-52%);
    margin-bottom: 10px;
}

.team h4 {
    font-weight: 500
}

.team h4 span {
    font-weight: normal
}

#team-liste h4 {
    font-weight: 600;
    font-size: 20px;
    cursor: default
}

#team-liste h4 span {
    font-weight: 500;
    font-size: 17px;
}

#team-liste {
    padding-left: 0
}

#team-liste li {
    margin-bottom: 40px;
    text-align: center;
    list-style-type: none;
}

#team-liste>li:last-of-type {
    /* margin-top: 300px*/
}

.team li a {
    display: block
}

#team-kontakt {
    padding: 0
}

#team-kontakt img {
    width: 40px;
    margin-bottom: 10px;
    border-radius: 0
}

#team-kontakt li {
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

#team-kontakt a {
    display: block;
}

/* Design Elemente */
#design-element-li {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0;
}

.design-element {
    position: relative;
    overflow: hidden;
    margin: 40px 0;
}

.design-element-diagonalen:after {
    content: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/LogoDiagonalen.svg);
    position: absolute;
    top: 23%;
    display: block;
    width: 100%;
    left: -20%;
}

.genossenschaft .design-element::after {
    content: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/Grafik-Mobil.svg);
    position: absolute;
    top: 5%;
    display: block;
    width: 175%;
    left: 50%;
    transform: translateX(-50%);
}

.genossenschaft .design-element {
    height: 840px
}

.genossenschaft .design-element-genossenschaft {
    display: none
}

.genossenschaft .content-wrapper {
    padding-bottom: 40px
}

.genossenschaft .main-wrapper {
    padding-bottom: 0
}

.design-element img {
    width: 100%;
    height: auto;
}

.design-element div {
    background-color: #405A67;
    opacity: 95%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* FAQ */

.faq section {
    margin-bottom: 25px;
}

.faq section>div {
    display: none;
    padding-bottom: 25px;
}

.faq section.open>div {
    display: block
}

.faq h4 {
    text-decoration: underline;
}


/* Footer */
footer {
    background: linear-gradient(#405B67, #2B4048);
}

.greifswald footer {
    background: none;
}

footer .overlay {
    display: none;
}

footer a {
    color: white;
    text-decoration: none;
    font-size: 18px
}

footer a:visited {
    color: white
}

footer ul {
    display: flex;
    height: 100px;
    margin: 0;
    padding: 0 0 40px 0;
    align-items: flex-end;
    justify-content: space-around;
}

.datenschutz h3 {
    text-decoration: underline
}

.datenschutz h4 {
    font-size: 21px;
}

/* cookie konsent banner*/

#cookie-informations {
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    padding: 28px 0;
    background-color: rgba(64, 90, 103, 0.95);
    overflow: scroll;
}

#cookie-informations .wrap {
    width: 60%;
    background-color: white;
    border-radius: 20px;
    padding: 30px;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#cookie-informations-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 45px
}

#cookie-informations img {
    width: 70px;
    margin: auto
}

#cookie-informations h2 {
    margin: auto
}

#cookie-informations p {
    margin-bottom: 45px
}

#cookie-informations a,
#cookie-informations button {
    display: block;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
    width: 100%;
    padding: 15px 0;
}

.floor-plan {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.floor-plan li {
    padding: 15px 10px;
    border-radius: 55px;
    width: 230px;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center
}

.floor-plan li a {
    color: white;
    display: block
}

.floor-plan li:hover {
    opacity: 0.5;
    cursor: pointer;
}

.floor-plan li:nth-of-type(1) {
    background-color: #3e5863
}

.floor-plan li:nth-of-type(2) {
    background-color: #971f28
}

.floor-plan li:nth-of-type(3) {
    background-color: #f7be14
}

.floor-plan li.disabled {
    background-color: #3e5863 !important;
    pointer-events: none;
    opacity: .5;
}

.floor-plan li.disabled a {
    pointer-events: none;
    opacity: .5;
}

.floor-plan li.disabled small {
    display: inline-block;
}

@media screen and (min-width: 280px) {
    #team-liste>li:last-of-type {
        /*margin-top: 400px*/
    }
}

@media screen and (min-width: 400px) {
    #team-liste>li:last-of-type {
        /* margin-top: 480px */
    }
}


@media screen and (min-width: 560px) {

    /*einspaltig, aber Layout Tablet*/
    .main-wrapper {
        padding: 10px 0 55px 0
    }

    h2,
    .page-title {
        font-size: 43px;
        margin-bottom: 35px;
        marbin-top: 45px;
    }

    .ohne-subhead {
        margin-bottom: 40px
    }

    .main-head-after-p {
        margin-top: 60px
    }

    .sub-head-after-p {
        margin-top: 35px
    }

    h3 {
        font-size: 23px;
        margin: 0 0 30px 0;
    }

    p,
    h4,
    figcaption,
    label,
    li,
    a {
        font-size: 17px
    }

    nav ul li a {
        font-size: 30px;
    }

    nav .sub-menu li a {
        font-size: 20px;
    }

    header {
        padding-left: 0;
        padding-right: 0
    }

    h1 {
        width: 25%;
        margin: 0
    }

    h1 img {
        width: 89%;
        padding-left: 5%;
    }

    .nav-wrapper {
        width: 75%
    }

    #menuicon {
        margin: 0 20px 0 auto
    }

    .main-head-ohne-sub {
        margin-bottom: 40px
    }

    .mobil-anzeigen {
        display: none
    }

    .desktop-anzeigen {
        display: inline-block
    }

    nav ul li {
        padding-bottom: 30px
    }

    nav .sub-menu li {
        padding-top: 10px
    }

    nav ul {
        width: 75%;
        margin-left: auto
    }

    nav li:nth-of-type(8) a,
    nav li:nth-of-type(9) a {
        font-size: 20px;
        font-weight: 700
    }

    .nav-wrapper {
        width: calc(100% - 285px);
        display: grid;
        align-items: center
    }

    .main-wrapper {
        width: 75%;
        margin-left: auto;
        background-color: white;
    }

    #cookie-informations .wrap {
        width: 60%;
        margin: 0;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #cookie-informations a,
    #cookie-informations button {
        width: 40%
    }

    #cookie-informations-header {
        flex-direction: row
    }

    #cookie-informations h2 {
        align-self: center;
        margin: 0 0 0 20px
    }

    #cookie-informations img {
        width: 85px;
        margin: 0
    }

    .wohnungsangebote-button {
        display: flex;
        justify-content: space-between
    }

    .wohnungsangebote-button div {
        width: 30%
    }

    .vermietung section {
        display: grid;
        grid-template-columns: 49% 50%;
        grid-template-rows: auto auto auto;
        justify-content: space-between;
    }

    .vermietung section h3 {
        grid-area: 1/2
    }

    .vermietung section .tags {
        grid-area: 2/2;
        flex-wrap: wrap
    }

    .vermietung section img {
        grid-row: 1/3
    }

    .vermietung section .detail-grid {
        grid-column: 1/3
    }

    .wohnungsangebote-button div:last-of-type form {
        flex-direction: column;
        justify-content: space-between;
    }

    .vermietung input[type="text"],
    .wohnungsangebote-button input[type='number'] {
        width: 98%;
    }

    .wohnungsangebote-button input[type="number"]:first-of-type {
        margin-bottom: 10px
    }

    .tags {
        margin-right: 50%
    }

    section::after {
        bottom: 0
    }

    .interessenform form {
        width: 65%;
        margin: 20% 5% 20% auto;
    }

    .anfragen-info {
        width: 55%;
        margin-left: 36%
    }

    .interessenform p,
    .interessenform label {
        font-size: 21px
    }

    .vermietung .interessenform form {
        position: relative
    }

    .vermietung .interessenform input[type='submit'] {
        margin-bottom: 0
    }

    .vermietung .interessenform input,
    .vermietung .interessenform select {
        width: 96%;
        margin: 10px 0;
        background-position-y: 25px;
        line-height: 65px;
    }

    .vermietung .interessenform select {
        height: 65px
    }

    /*    @media screen and (min-width: 940px) {
        .greifswald td:nth-of-type(even) {
            width: 40%;
        }

        .greifswald td:nth-of-type(odd) {
            width: 60%;
        }
    }*/
    .vermietung .interessenform input::placeholder {
        font-size: 14px
    }

    #pflichtfeld {
        display: block;
        width: 100%;
        position: absolute;
        bottom: 0;
        margin-bottom: 0;
    }

    .vermietung .interessenform input[type="submit"] {
        width: 40%;
        padding: 0
    }

    .detail-grid {
        grid-template-columns: auto auto auto;
    }

    .detail-grid li:nth-of-type(4) {
        grid-area: 3/3;
        font-size: 20px
    }

    .detail-grid li:nth-of-type(5) {
        grid-area: 3/2
    }

    .parken {
        grid-template-rows: 1fr 1fr 1fr
    }

    /*
    .grid-parken {
        grid-area: 3/2;
        display: grid;
        grid-template-columns: 70% 30%;
    }
    .grid-parken li{text-align: right;font-size: 20px}
    .grid-parken li:first-of-type{grid-area: 1/3}
    .grid-parken li:last-of-type{grid-area: 1/2}
*/
    /* Team */

    #team-liste>li>img {
        width: 100%
    }

    #team-liste>li>a>img {
        width: 100%
    }

    #team-liste {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-left: 0
    }

    #team-liste li {
        width: 100%;
        margin-bottom: 20px;
        list-style-type: none
    }

    #team-liste>li:last-of-type {
        margin: 0;
        text-align: left
    }

    #team-liste>li:last-of-type a {
        margin: 0;
        text-align: center
    }

    #team-kontakt {
        display: flex;
        flex-direction: column;
    }

    #team-kontakt {
        padding-left: 0;
    }

    #team-kontakt li {
        text-align: center;
    }

    .design-element {
        display: none
    }

    .teaser {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .teaser div {
        width: 48%
    }

    .teaser a h3 {
        margin-bottom: 20px;
        color: #405A67
    }

    footer {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        background-image: url("/wp-content/themes/begeno16-wp-theme/assets/Fotos/Gartenfeld_Bild1.webp");
        z-index: 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    footer .overlay {
        display: block;
        background-image: linear-gradient(to top, rgba(43, 64, 72, 0.95) 0%, rgba(64, 91, 103, 0.95) 50%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .greifswald footer .overlay {
        background-image: none;
    }

    footer ul {
        bottom: 0;
        position: absolute;
        width: 25%;
        flex-direction: column;
        padding-bottom: 10px;

    }


    footer ul li {
        margin: 0px auto
    }


    footer ul li a {
        font-size: 14px
    }

    .bottom .overlay::after {
        content: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/3Diagonalen.svg);
        position: absolute;
        bottom: 147px;
        display: block;
        width: 474px;
        left: -299px;
    }

    .top .overlay::after {
        content: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/3Diagonalen.svg);
        position: absolute;
        top: -48px;
        display: block;
        width: 474px;
        left: -299px;
    }


    .genossenschaft .design-element-genossenschaft {
        display: block;
        background-color: transparent;
    }

    /* verschiedene Footer Hintergründe */
    .quartier footer {
        background-image: url("/wp-content/themes/begeno16-wp-theme/assets/Fotos/Weissensee.webp");
    }

    .quartier .overlay {
        background-image: linear-gradient(to top, rgba(43, 64, 72, 0.6) 0%, rgba(255, 255, 255, 0) 90%)
    }

    .team footer {
        background-image: url("/wp-content/themes/begeno16-wp-theme/assets/Fotos/Hintergrund_dasteam.webp");
    }

    .stellenangebote footer {
        background-image: url("/wp-content/themes/begeno16-wp-theme/assets/Fotos/Hintergrund_dasteam.webp");
    }

    .satzung footer {
        background-image: url("/wp-content/themes/begeno16-wp-theme/assets/Fotos/hintergrund_satzung.webp");
    }

    .organe footer {
        background-image: url("/wp-content/themes/begeno16-wp-theme/assets/Fotos/Hintergund_aufsichtsrat.webp");
    }

    .start footer,
    .faq footer,
    .vermietung footer,
    .mitglied footer,
    .impressum footer,
    .quartier footer {
        background-image: url("/wp-content/themes/begeno16-wp-theme/assets/Fotos/startseite-neuer-hintergrund.webp");
    }

    .greifswald footer {
        background-image: url("/wp-content/themes/begeno16-wp-theme/assets/Fotos/Greifswald-Hintergrund_1-neu-skaliert.jpg");
        background-position-y: bottom;
    }

    .gartenfeld footer {
        background-image: url("/wp-content/themes/begeno16-wp-theme/assets/Fotos/Gartenfeld_Hintergrund.webp");
    }

    .start .overlay::after {
        content: none;
    }

    .genossenschaft footer {
        background-image: url("/wp-content/themes/begeno16-wp-theme/assets/Fotos/Hintergrund_genossenschaft.webp")
    }

    .genossenschaft .main-wrapper {
        padding: 55px 0
    }

    .datenschutz h4 {
        font-size: 23px;
    }

    [class^="berlin-"] .main-wrapper img {
        height: 340px
    }

    #search {
        width: 65%
    }
}

@media screen and (min-width: 740px) {

    /*Layout(+Raster) vom Tablet (rechts weiß)*/
    #team-liste li {
        width: 42%;
        margin-bottom: 40px
    }

    #team-kontakt li {
        width: 100%;
    }

    .linked-in-container {
        flex-direction: column-reverse;
        vertical-align: middle;
        align-items: center;
        justify-content: center;
        width: 42%;
    }

    .linked-in-container img {
        margin-bottom: 10px
    }

    .linked-in {
        position: unset;
        left: unset;
        transform: unset;
        margin-bottom: 0;
    }

    /*    .greifswald td:nth-of-type(even){width: 60%;}
    .greifswald td:nth-of-type(odd){width: 40%;}*/
}



@media screen and (min-width: 1080px) {

    /*Menü Burger, Desktop layout*/
    .main-wrapper {
        padding: 30px 0 75px 0
    }

    h2,
    .page-title {
        font-size: 43px;
        margin-bottom: 35px;
        margin-top: 45px;
    }

    .ohne-subhead {
        margin-bottom: 65px
    }

    .main-head-after-p {
        margin-top: 100px
    }

    .sub-head-after-p {
        margin-top: 45px
    }

    h3 {
        font-size: 25px;
        margin: 50px 0 30px 0;
    }

    p,
    h4,
    figcaption,
    label,
    li,
    a {
        font-size: 17px
    }

    nav ul li a {
        font-size: 22px;
    }

    nav .sub-menu li a {
        font-size: 22px;
    }

    nav li:nth-of-type(8) a,
    nav li:nth-of-type(9) a {
        font-size: 22px;
        font-weight: 700
    }

    .genossenschaft .main-wrapper {
        padding: 75px 0;
    }

    .main-head-ohne-sub {
        margin-bottom: 65px
    }

    header {
        padding-left: 0;
        padding-right: 0
    }

    h1 {
        width: 245px;
        margin: 0
    }

    /*h1 img{width: 89%;padding-left: 20px;}*/
    /* temp fix */
    h1 img {
        width: 90%;
        padding-left: 5%;
    }

    .nav-wrapper {
        width: calc(100% - 285px);
        display: grid;
        align-items: center
    }

    #menuicon {
        margin: 0 20px 0 auto
    }


    nav .sub-menu li {
        padding-top: 20px
    }

    .main-wrapper {
        width: 825px;
        margin: 0 auto 0 245px;
    }

    .teaser div {
        width: 30%
    }

    .anfragen-info {
        width: 545px;
        margin-left: 385px
    }

    #team-liste li {
        width: 29%
    }

    #team-kontakt li {
        width: 100%
    }

    .linked-in-container {
        width: 29%;
    }

    #cookie-informations .wrap {
        width: 765px;
        margin: 0 auto 0 245px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    #cookie-informations a,
    #cookie-informations button {
        width: 30%
    }

    #cookie-informations img {
        width: 100px
    }

    footer {
        background-position: 0 125px;
    }

    footer ul {
        width: 245px;
    }

    .start .overlay,
    .impressum .overlay {
        background-image: none
    }

    /*.genossenschaft .overlay::after{
        content: url("SVGs/Grafik-Desktop+Tablet.svg");
        position: absolute;
        width: 30%;
        right: 80px;
        bottom: unset;
        top: 50%;
        transform: translateY(-50%);
    }*/
    .genossenschaft .design-element-genossenschaft {
        display: none
    }

    .start .overlay::after {
        content: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/LogoDiagonalen.svg);
        position: absolute;
        bottom: -9em;
        display: block;
        width: 50%;
        left: 27em;
    }

    /*.team footer, .aufsichtsrat footer, .satzung footer{
        background-position-x: -75em;
        background-position-y: -11em;
        background-repeat: repeat;
    }*/

    .bottom .overlay::after {
        content: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/LogoDiagonalen.svg);
        bottom: -17em;
        width: 45%;
        left: 51em;
    }

    .top .overlay::after {
        content: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/LogoDiagonalen.svg);
        top: 13em;
        width: 60%;
        left: 24em;
    }

    .tns-outer {
        width: 50%;
        margin-right: 25%;
        margin-left: 25%;
    }

    .tns-outer [aria-controls] {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 10%;
        z-index: 2;
        background: transparent;
        border: 0;
        outline: 0;
        text-indent: -9999px;
        padding: 0;
        margin: 0;
    }

    .tns-controls {
        display: block;
    }

    .tns-controls button::before {
        position: absolute;
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        -webkit-transform: rotate(360deg);
        border-style: solid;
    }

    .tns-controls button:first-of-type {
        left: -140px
    }

    .tns-controls button:last-of-type {
        right: -140px
    }

    .tns-controls button:first-of-type::before {
        content: url(/wp-content/themes/begeno16-wp-theme/assets/SVGs/Weiterpfeil_abgerundet.svg);
        left: 30px;
        width: 100%;
        height: auto;
        border: 0;
        text-indent: 0;
        transform: rotate(180deg);
    }

    .tns-controls button:last-of-type::before {
        content: url(SVGs/Weiterpfeil_abgerundet.svg);
        right: 30px;
        width: 100%;
        height: auto;
        border: 0;
        text-indent: 0;
    }

    .slider-container {
        background-image: none
    }

    .interessenform form {
        margin: 10% auto;
        display: grid;
        grid-template-columns: 47% 47%;
        justify-content: space-between;
    }

    footer ul {
        flex-direction: row;
        height: 40px;
        padding-bottom: 20px;
    }

    .vermietung .interessenform input,
    .vermietung .interessenform select {
        margin: 20px 0
    }

    .interessenform form h3 {
        grid-column: 1/3;
        font-size: 54px;
        font-weight: 700
    }

    .interessenform form label {
        grid-column: 1/3
    }

    .interessenform form label:last-of-type {
        grid-area: 7/1/span 1/span 2
    }

    .interessenform input[type="submit"] {
        grid-area: 7/1
    }

    .vermietung .interessenform input,
    .vermietung .interessenform select {
        background-position-y: 26px;
    }

    .close-main {
        top: 2%;
        font-size: 70px
    }

    .vermietung section {
        grid-template-columns: 35% 64%;
        grid-template-rows: auto auto;
        justify-content: space-between;
    }

    .vermietung section .detail-grid {
        grid-column: 2/3;
        grid-area: 3/2;
    }

    .vermietung section .detail-grid li {
        font-size: 20px
    }

    .vermietung section .detail-grid li:nth-of-type(4) {
        font-size: 20px;
    }

    .vermietung section img {
        grid-row: 1/4
    }

    .vermietung section h3 {
        margin: 0
    }

    .vermietung section .tags {
        margin: 0;
        justify-content: start
    }

    .vermietung section .tags li {
        margin-right: 15px;
    }

    /*    .greifswald td:nth-of-type(even){width: 65%;}
    .greifswald td:nth-of-type(odd){width: 35%;}*/

    [class^="berlin-"] .main-wrapper img {
        height: 525px;
        object-fit: contain;
    }

    .datenschutz h4 {
        font-size: 25px;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 1300px) {
    /*Desktop Layout*/

    nav {
        display: block;
        z-index: 10
    }

    #menuicon,
    nav li:nth-of-type(8),
    nav li:nth-of-type(9) {
        display: none
    }

    #search {
        width: 100%
    }

    #search td {
        line-height: 29px
    }

    .gsc-control-cse {
        background-color: #ffffff !important;
        border-color: #ffffff !important;
        padding-left: 0 !important;
    }

    nav ul li a {
        color: #405A67 !important;
        font-size: 20px;
    }

    nav>ul {
        display: grid;
        grid-template-columns: repeat(5, auto) 0%;
        grid-template-rows: auto;
        margin: 0;
        width: 98%;
        justify-content: space-between;
        align-items: center;
    }

    .sub-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: -50px;
        display: none;
        width: 120px;
        top: 20px;
    }

    nav .sub-menu li {
        padding: 0;
        height: 20px;
        overflow: visible
    }

    nav .sub-menu li a {
        font-size: 15px
    }

    .a-stellenangebote {
        background: #fff;
        padding: 3px;
        margin-left: -3px
    }

    /* nav li:nth-of-type(1){grid-area: 1/7} */

    nav ul li {
        padding: 0;
        position: relative;
    }

    nav>ul>li:hover .sub-menu {
        display: block;
    }

    /*
    .tns-outer{
        width: 40%;
        margin-right: 30%;
        margin-left: 30%;
    }*/
}

@media (min-width: 1440px) {
    nav>ul {
        display: grid;
        grid-template-columns: repeat(5, auto) 20%;
    }
}

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

h1.page-title {
    width: unset;
}

.wp-block-latest-posts__post-title {
    margin-bottom: 20px;
    color: #405A67 !important;
    font-size: 25px;
    margin: 0 0 40px 0;
}

@media screen and (min-width: 560px) {
    .wp-block-latest-posts__post-title {
        margin-top: 35px;
    }
}

@media screen and (min-width: 1080px) {
    .wp-block-latest-posts__post-title {
        margin-top: 45px;
    }
}

.wp-block-heading~p {
    margin-bottom: 20px !important;
}

figure.wp-block-table {
    margin: unset;
    text-align: unset;
    cursor: unset;
}

.wp-block-table td,
.wp-block-table th {
    border: none !important;
    padding: 0 !important;
}

.wp-block-table td:nth-of-type(odd) {
    font-weight: 600;
}

.wp-block-table td {
    width: 50%;
}

.faq section p {
    margin-bottom: 20px;
}

.wp-block-video video {
    width: 100%;
    height: auto;
}

.content-wrapper iframe {
    width: 100% !important;
    height: auto;
}
