@media ( min-width: 1200px) {}

@media ( min-width: 992px) {}

@media ( min-width: 769px) {}

@media ( max-width: 768px) {}

@media ( max-width: 768px) {
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0;
    }
}

@font-face {
    font-family: 'CeraBielefeld';
    src: url('../fonts/CeraBielefeldWeb-Regular.eot');
    src: url('../fonts/CeraBielefeldWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraBielefeldWeb-Regular.woff2') format('woff2'), url('../fonts/CeraBielefeldWeb-Regular.woff') format('woff');
}

@font-face {
    font-family: 'CeraBielefeld-Italic';
    src: url('../fonts/CeraBielefeldWeb-RegularItalic.eot');
    src: url('../fonts/CeraBielefeldWeb-RegularItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraBielefeldWeb-RegularItalic.woff2') format('woff2'), url('../fonts/CeraBielefeldWeb-RegularItalic.woff') format('woff');
}

@font-face {
    font-family: 'CeraBielefeld-Light';
    src: url('../fonts/CeraBielefeldWeb-Light.eot');
    src: url('../fonts/CeraBielefeldWeb-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraBielefeldWeb-Light.woff2') format('woff2'), url('../fonts/CeraBielefeldWeb-Light.woff') format('woff');
}

@font-face {
    font-family: 'CeraBielefeld-Bold';
    src: url('../fonts/CeraBielefeldWeb-Bold.eot');
    src: url('../fonts/CeraBielefeldWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/CeraBielefeldWeb-Bold.woff2') format('woff2'), url('../fonts/CeraBielefeldWeb-Bold.woff') format('woff');
}

@font-face {
    font-family: 'CeraBielefeld-Black';
    src: url('../fonts/CeraBielefeldWeb-Black.woff2') format('woff2'), url('../fonts/CeraBielefeldWeb-Black.woff') format('woff');
}


body {
    --color1: #3f3f3f;
    --color2: #235A5A;
    --color3: #618E87;
    --color4: #2ADCB0;
    --color5: #dee7e6;
}

.color3{
    color:var(--color3);
}

.color4{
    color:var(--color4);
}

.bg_gruen{
    background-color: var(--color3)
}

.bg_dunkelgruen, .bgcolor2{
    background-color: var(--color2)
}

.bg_blau, .bgcolor3{
    background-color: var(--color3);
}

.bgcolor5{
    background-color: var(--color5);
}


h1 {
    color: var(--color1);
}

@media only screen and (min-width: 993px) {
    .container {
        width: 90%;
    }
}

.container{
    padding-left: 20px;
    padding-right: 20px;
}

a:focus {
    outline: none !important;
}

* {
    border: 0px;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
}

ul, ol{
    padding-left: 0;
}

*::selection {
    background: #ccc;
    color: #fff;
}

html,
body {
    height: 100%;
}

body {
    background: #fff;
    color: var(--color1);
    font-family: 'CeraBielefeld', Arial, Verdana, sans-serif;
    font-size: 18px;
    -webkit-text-size-adjust: none;
    font-weight: 400;
}

div {
    position: relative;
}

img,
iframe,
video {
    vertical-align: bottom;
}

img {
    max-width: 100%;
    height: auto;
}

.image-fitted {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .6s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 10%;
}

a{text-decoration: none;} 

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px 0;
    -webkit-hyphens: manual;
    hyphens: manual;
    word-wrap: break-word;
}

h1 {
    font-size: 60px;
    font-family: 'CeraBielefeld-Black';
    line-height: 1.2em;
}

h2 {
    font-size: 46px;
    font-family: 'CeraBielefeld-Black';
    hyphens: auto;
}

h3 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'CeraBielefeld-Black';

}

h4 {
    font-size: 24px;
    font-family: 'CeraBielefeld-Black';
    line-height: 1.35em;
    hyphens: auto;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 18px;
    text-transform: uppercase;
}


@media ( max-width: 768px) {
    h1 { font-size: 30px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
    h5 { font-size: 16px; }
    h6 { font-size: 16px; }
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
    color:var(--color1);
}

p {
    margin: 0 0 10px 0;
    line-height: 1.45em;
    letter-spacing: 0.02em;
    -webkit-hyphens: auto;
    hyphens: auto;
}

p a {
    color: #666;
}

p a:hover {
    color: #888;
}

p b, p strong{
    font-family: 'CeraBielefeld-Bold';
    font-family: 'CeraBielefeld-Black';
}

a.readmore{
    color:#111;
}

a.readmore:hover{
    color:var(--color2);
}

a.readmore:after {
    font-family: 'bootstrap-icons';
    content: '\F138';
    margin: 0 0 0 5px;
    transform: translate(0, 4px);
    color: var(--color2);
    display: inline-block;
    transition: .1s;
}

a.readmore:hover:after {
    transform: translate(3px, 4px);
}

.no-hyphens {
    -webkit-hyphens: none;
    hyphens: none;
    word-wrap: break-word;
}

strong, b{
    font-weight: 700;
}

.is-style-lead{
    font-size: 1.3em;
    hyphens: none;
}

/*
.btn{
background:#d30000;
color:#fff;
padding:10px 15px;
transition:all .2s;
display:inline-block;
letter-spacing:1px;
position:relative;
font-weight:700;
text-transform:uppercase;
}


.btn:hover{
background:#fff;
color:#d30000;
transition:all .15s;
border:0;
}
*/

.wp-block-separator {
    border: unset;
    border-left: none;
    border-right: none;
    height: unset;
}

hr {
    height: 0;
    margin: 70px 0;
    border-bottom: 1px solid #111 !important; 
    opacity: 1;
}

.shaded {
    display: inline;
    color: #fff!important;
    background: none repeat scroll 0px 0px #285e7a;
    box-shadow: 5px 0 0 #285e7a, -5px 0 0 #285e7a;
    background-origin: border-box;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}





/* LAYOUT */

.bodywrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.innerwrap {
    min-height: calc(100vh - 187px);
}

.section {
    width: 100%;
    padding: 0;
}

.bgimg {
    background-size: cover;
    background-position: center;
}


/*  <video autoplay muted loop playsinline class="bgvideo"> */

.bgvideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    z-index: 0;
    object-fit: cover;
}

.row {
    margin-bottom: 0;
}

/*.col{outline: 1px dotted #ccc;}*/

.padding30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingbottom20 {
    padding-bottom: 20px;
}

.spacer10 {
    height: 10px;
}

.spacer20 {
    height: 20px;
}

.spacer30 {
    height: 30px;
}

.spacer50 {
    height: 50px;
}

.spacer100 {
    height: 50px;
}

@media ( max-width: 768px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .wrap {
        width: 100%;
    }
    .padding30 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padding50 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padding70 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .spacer10 {
        height: 5px;
    }
    
    .spacer20 {
        height: 10px;
    }
    
    .spacer30 {
        height: 15px;
    }
    
    .spacer50 {
        height: 25px;
    }

    .spacer100 {
        height: 25px;
    }
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* width100 for Gutenberg-Blocks */
.width100 {
    position: relative;
    left: 50%;
    right: 50%;
    width:calc(100vw);   
    margin-left: calc(-50vw);
    margin-right:calc(-50vw);
}

 
.newsimagewrap{
    float:right; 
    width:45%;
    margin:10px 0 15px 20px;
 }
 
 .newsimagewrap p{
     font-size:14px;
     margin: 3px 0 5px 0;
     max-width: 100%;
  }


  @media ( max-width: 769px) {
     .newspost p{
         max-width: 100%;
      }
       
      .newsimagewrap{
         float:none; 
         width:100%;
         margin:10px 0 15px 0;
      }
      
      .newsimagewrap p{
          font-size:14px;
          margin: 3px 0 5px 0;
       }
 }

.partnerprofil p:has(+ h3){
    margin-bottom: 30px;
}

.partnerprofil h3{
    font-family: 'CeraBielefeld-Bold';
    margin-bottom: 10px;
}


.content img {}

.image_right {
    float: right;
    margin: 0 !important;
    padding: 7px 0 10px 20px;
    width: 45%;
}

.image_left {
    float: left;
    margin: 0 !important;
    padding: 7px 20px 10px 0;
    width: 45%;
}

@media ( max-width: 768px) {
    .image_right,
    .image_left {
        float: none;
        width: 100%;
        padding: 5px 0 15px 0;
    }
}

.bgimgteaser {
    text-align: center;
    min-height: 200px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    overflow: hidden;
    transition: .2s;
    position: relative;
}

.bgimgteaser .text {
    opacity: 0;
    transition: .4s;
}

.bgimgteaser .image,
.blackoverlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    transition: .6s;
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 50%;
}

.blackoverlay {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: .2s;
    z-index: 5;
}

.bgimgteaser *,
.bgimgteaser:hover {
    color: #fff;
    text-decoration: none !important;
}

.bgimgteaser:hover>.image {
    transform: scale(1.1);
}

.bgimgteaser:hover>.text,
.bgimgteaser:hover>.blackoverlay {
    opacity: 1;
}

.half-width-image-left {
    width: calc(50vw - 7.5px);
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

.half-width-image-right {
    width: calc(50vw - 7.5px);
    height: 100%;
    position: absolute;
    right: 0;
    object-fit: cover;
    object-position: 50% 50%;
}

@media ( max-width: 768px) {
    .half-width-image-left,
    .half-width-image-right {
        float: none;
        width: 100%;
        max-height: 40vw;
        position: relative;
    }
}

.bodywrap {
    margin: 0 auto 0;
}

.footer {
    background: #3f3f3e;
    margin: 0 auto;
    width: 100%;
    padding: 60px 0 100px 0;
    transition: transform .15s;
    color: #fff;
    text-align: left; 
}

.footer a {
    color: #fff;

}

.footer a:hover {
}

.footer p{
    margin-bottom: 30px;
}

.footerlogo{
    width: 130px;
    margin-bottom: 30px;
}

.wegelogo{
    width: 200px;
    margin-bottom: 30px;
}

@media ( max-width: 768px) {
    .footer {
        height: auto;
    }
    .bodywrap {
        margin: 0 auto;
        min-height: auto;
        height: auto;
    }
    .push {
        height: auto;
        display: none;
    }
}

.footer .icons{
    font-size: 36px;
}

/* NAVIGATION */ 

.searchicon {
    position: absolute;
    right: 15px;
    top: 60px;
    color: #fff;
    width: 18px;
}




/* Allgemeine Navigationseinstellungen */
.navigation {
    position: absolute;
    right: 50px;
    top: 60px;
    z-index: 100;
}

.navigation ul {
    list-style: none;
    margin-bottom: 0;
}

/* Navigationsebene 1 */
.navigation ul li {
    margin: 0 0 0 20px;
    float: left;
    position: relative;
}

.navigation ul li.menu-item-has-children {
    padding-right: 25px;
} 

.navigation ul li.menu-item-has-children:after {
    font-family: 'bootstrap-icons';
    content: '\F282';
    color: #fff;
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 15px;
} 

.navigation ul ul li:after {
    content: '' !important;
} 

.navigation ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .2s;
}



.navigation ul li a:hover, .navigation ul li a:focus {
    background-size: 100% 2px;
}

/* Aktueller Menüpunkt in Ebene 1 */
.navigation ul li a.current, .navigation ul li a.current-menu-item {
    color: #fff;
    font-weight: bold;
    font-family: 'CeraBielefeld-Bold';

}

/* Aktive Menüpunkte in Ebene 2 oder darunter */
.navigation ul li ul li a.current {
    font-weight: normal !important; /* Ebene 2 nicht fett */
    font-family: 'CeraBielefeld' !important;

}

.navigation ul li a.current, .navigation ul li a.current-menu-item {
    font-weight: bold; /* Ebene 1 bleibt fett */
    font-family: 'CeraBielefeld-Bold';

}

.navigation ul li a.current:hover {
    opacity: 1;
}

/* Navigationsebene 2 */
.navigation ul li ul {
    position: absolute;
    z-index: 100;
    left: 0px;
    padding-top: 10px;
    display: none;
    padding-bottom: 20px;
    width: auto; /* Breite automatisch an den Inhalt anpassen */
    min-width: unset; /* Mindestbreite entfernen */
    white-space: nowrap; /* Verhindert Umbrüche innerhalb der Unterpunkte */
}

/* Unterpunkte in Ebene 2 */
.navigation ul li ul li {
    float: none;
    padding: 5px 0 6px 0px;
    margin-left: 0;
    width: auto; /* Breite automatisch anpassen */
    min-width: unset; /* Mindestbreite entfernen */
}

/* Unterpunkte in Ebene 3 */
.navigation ul li ul li ul {
    position: absolute;
    left: 100%; /* Ebene 3 rechts von Ebene 2 */
    top: 0;
    width: auto; /* Breite automatisch anpassen */
    min-width: unset; /* Mindestbreite entfernen */
    white-space: nowrap; /* Verhindert Umbrüche */
}

/* Anpassungen für Untermenüs */
.navigation ul li ul li {
    float: none;
    border-left: 0;
    padding: 5px 0 6px 0px;
    margin-left: 0;
}

.navigation ul li ul li a {
    text-transform: none;
    font-weight: inherit;
    background-image: none;
}

/* Aktiver Menüpunkt Logik */
.navigation ul li a.current, 
.current-menu-item > a, 
.current-page-parent > a:not(.sub-menu a) {
    font-weight: bold !important; /* Eltern-Menüpunkte fett */
    font-family: 'CeraBielefeld-Bold' !important;
}

/* Kinder von aktiven Menüpunkten nicht fett */
.current-menu-item ul li a { 
    font-weight: 300 !important;
    font-family: 'CeraBielefeld' !important;
}

.navigation ul ul ul{
   padding-top:0 !important;
}

.navigation ul li ul li a:hover {
text-decoration: underline;

}


.navoverlay {
    background: #fff;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    transition: 0.15s;
    opacity: 0.4;
    display: block !important;
    z-index: 99;

}


.searchcontainer {
    padding: 30px 0 30px 0;
    display: none;
    background: none;
    position: absolute;
    z-index: 100;
    top: 150px
}

.big-search-field {
    background-color: #fff !important;
    padding: 15px 18px !important;
    height: auto !important;
    border: 0px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    /* width: calc(100% - 105px) !important; */
    /* height: 44px; */
}

.big-search-submit {
    width: 100px !important;
    height: 44px;
    font-size: 15px !important;
    color: #fff !important;
    background: var(--color1) !important;
    border: 0 !important;
    border-radius: 0 !important;
    position: absolute;
    right: 15px;
    top: 0;
}

/* CUSTOM */

.header {
    padding-top: 30px;
    padding-bottom: 30px;
    position:fixed;
    top:0;
    z-index:9999;
    transition:.4s;
}

.headerinvisible{
    transform: translateY(-200px);
}

.header:hover .headerinvisible{
    transform: translateY(0);
}

.header.background, 
.single-post .header, 
.page-id-304018 .header,
.page-id-722256 .header,
.page-id-776896 .header,
.single-produkte-dl .header,
.single-partner .header,
.search-results .header,
.error404 .header{
    background: rgba(255,255,255,1);
    height: 150px;
}

.header.background a, 
.single-post .header a, 
.single-video .header a, 
.page-id-304018 .header a,
.page-id-722256 .header a,
.page-id-776379 .header a,
.page-id-723387 .header a,
.single-produkte-dl .header a,
.single-partner .header a,
.search-results .header a,
.error404 .header a{
    color:#111 !important;
}

.logo {
    width: 150px;
    position: absolute;
    top:30px;
    left: 30px;
    z-index: 999999;
}

@media ( max-width: 768px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .logo {
        top:20px;
        width: 100px;
        transform: translateX(-20px);
    }
}

.imgbgheader{
    height: 40vh;
}


.content ul {
    margin: 10px 0;
    list-style: none;
}

.content ol {
    margin: 10px 0;
}

.content li {
    margin: 0 0 10px 25px;
    line-height: 1.45em;
    letter-spacing: 0.02em;
}

.content ol li {
    margin: 0 0 10px 18px;
    padding-left: 3px;
}

.content ul li:before {
    font-family: 'bootstrap-icons';
    content: '\F138';
    margin: 0 10px 0 -25px;
    color: var(--color4);
    position: absolute;
}

.content li a {
    color: #666;
}

.content li a:hover {
    opacity: .7;
}


/* VIDEO / YOUTUBE */
/*
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
*/
.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-embed-aspect-16-9 iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wp-embed-aspect-16-9 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

iframe[src*="youtube.com"]{
    width: 100% !important;
}


/* ACC */

.acc_item {
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    font-size: 16px;
    line-height: 22px;
}

.acc_btn {
    font-weight: 500;
    cursor: pointer;
    padding-top: 15px;
    padding-right: 15px;
}
   
.acc_btn h3 {
    font-family: 'CeraBielefeld';
    font-size: 21px;
}

.acc_btn p {
    margin: 0;
}

.acc_btn:after {
    font-family: 'bootstrap-icons';
    content: '\F282';
    z-index: 100;
    color: #fff;
    position: absolute;
    top: 16px;
    right: 5px;
    transition: all .2s;
}

.acc_btn.active:after {
    transform: rotate(-180deg);
}

.acc_btn:hover {

}

.acc_content {
    padding-top: 12px;
    display: none;
}

.cms .acc_content {
    display: block;
}


/* MAP */

.map {
    height: 400px;
    background: #f9f8f8;
    width: 100%;
}

@media ( max-width: 750px) {
    .map {
        height: 250px;
    }
}


/* *** */

.arrow_up_section {
    position: fixed;
    z-index: 15;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.arrow_up_section .row {
    margin-bottom: 0;
}

.arrow_up {
    position: absolute;
    right: 15px;
    bottom: -200px;
    z-index: 10;
    transition: .5s;
    background: #ccc;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
}

.arrow_up.visible {
    bottom: 0;
}

.arrow_up i {
    color: #fff;
}


/* GALLERY */

/*
object-fit: cover;
object-position: 50% 50%;
*/

.gallerywrap a img {
    float: left;
    position: relative;
}

.gallerywrap:hover img {
    opacity: .5;
    z-index: 900;
}

.gallerywrap a img {
    transition: all .4s;
}

.gallerywrap a:hover img {
    transform: scale(1.07);
    transition: all .1s;
    opacity: 1;
    z-index: 1000;
}


/* MARQUEE */

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-1800px, 0);
    }
}

.marqueesection {
    background: #eee;
}

.marqueewrap {
    width: 100000px;
}

.marquee.animated {
    animation: marquee 80s linear infinite
}

.marquee a {
    transition: .1s;
    display: inline-block;
    color: #c0392b
}

.marquee h3 {
    font-size: 20px;
    display: inline;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--color1);
}

.marquee h3 a:hover {
    color: var(--color1);
}

.marquee h3 strong {
    font-size: 22px;
    display: inline;
    font-weight: 300;
    letter-spacing: 1px;
    color: var(--color1);
}

@media (max-width:800px) {
    .marquee h3 {
        font-size: 18px;
        display: inline;
    }
}


/*  * * * *  */

.fadeInOnLoad {
    opacity: 0;
    transition: .15s;
}

.clearer {
    clear: both;
}

.overflowhidden {
    overflow: hidden;
}

@media ( min-width: 769px) {
    .mobile {
        display: none !important;
    }
}

.navicon {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    display: block;
    z-index: 100;
}

.navicon .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #fff;
}

.navicon .line:nth-child(1) {
    top: 10px;
}

.navicon .line:nth-child(2) {
    top: 20px;
}


/* MOBILE  NAVIGATION * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media ( max-width: 768px) {
    .navigation {
        display: none;
    }

    .outerwrap {
        transition: transform .15s;
    }

    .shifted {
        transition: transform .15s;
        transform: translateX(-270px);
    }

    .subnav_mobile {
        background: var(--color1);
        position: fixed;
        width: 270px;
        top: 0;
        bottom: 0;
        right: -270px;
        transition: transform .15s;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 20px 0;
    }

    .subnav_mobile ul {
        list-style: none;
        margin:0;
        padding-left: 0;
    }

    .subnav_mobile ul ul {
        margin-left:10px;
    }

    .subnav_mobile ul li {
        margin: 0 0 0 0;
        text-transform: uppercase;
    }

    .subnav_mobile ul li ul li {
        text-transform: none;
    }

    .subnav_mobile ul li a {
        padding: 10px 5px 10px 20px;
        display: block;
        font-weight: 300;
        color: #fff !important;
        letter-spacing: 1px;
        word-wrap: break-word;
        hyphens: auto;
    }

    .subnav_mobile ul li a:hover {
        opacity: .8;
    }

    .subnav_mobile ul li a.current {
        color: #fff;
        font-weight: bold;
    }

    .subnav_mobile ul li ul {
        padding: 0 0 0 20px;
    }

    .subnav_mobile ul li ul li {}
    .subnav_mobile ul li ul li a {
        padding: 7px 0;
        color: #fff;
    }

    .subnav_mobile ul li ul li:last-child a {
        margin-bottom: 10px;
    }

    .subnav_mobile.shifted {
        /*box-shadow: 0 0 6px rgba(0, 0, 0, .3) !important;*/
    }

    .subnav_mobile_overlay {
        background: rgba(255, 255, 255, .7);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        transition: transform .15s;
    }

    .bodywrap {
        transition: transform .15s;
    }

}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #111 !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    transition: background-color 5000s ease-in-out 0s;
}


@keyframes wobble {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


.stage{
    min-height: 90vh;
    overflow: hidden;
    padding-top: 180px;
    padding-bottom: 100px;
}

.stage *{
    color:#fff;
}

.height70{
    min-height: 70vh;
}

.stage .bgimg{
    animation: wobble 90s linear infinite;
    width: 100%;
    position: absolute;
    top:0;
    bottom:0;
}

.stage .container{
    z-index:100;
}

.stage h2{
    font-size:60px;
    font-family: 'CeraBielefeld-Black';
}

@media ( max-width: 768px) {
    .stage h2{
        font-size:34px;
        font-family: 'CeraBielefeld-Black';
    }
}

.breadcrumb{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 50px;
}


.slick-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -30px !important;
    z-index: 100;
}

.slick-dots li {
    margin: 0 1px;
}

.slick-dots button {
    height: 15px !important;
    width: 15px !important;
    margin: 0 4px !important;
    background: rgba(255,255,255,0.5) !important;
    border-radius: 20px;
}

.slick-dots .slick-active button {
    background: #fff !important;
}

.slick-dots li button:before{
    content: '';
}


.slick-prev, .slick-next{
    left: 0;
    content:'';
    z-index: 1000;
    opacity: .6;
}

.slick-next{
    right: 0;
    left: unset;
}

.slick-next:before{
    content:'';
}

.slick-next:after, .slick-prev:after{
    font-family: 'bootstrap-icons';
    content:'\F133';
    position: absolute;
    top:-20px;
    right: 0;
    font-size: 30px;
    color: var(--color3);

}

.slick-prev:after{
    content:'\F129';
    right: unset;
    left: 0;
}

/*
.owl-nav {
    position: absolute !important;
    top:50% !important;
    width: 100%;
}

.owl-prev, .owl-next{
    color:#eee !important;
    position: absolute !important;
    top: calc(50% - 35px) !important;
    font-size: 50px !important;
}

.owl-prev{
    left:-30px;
}

.owl-prev:before{
    font-family: 'bootstrap-icons';
    content:'\F27A';
}

.owl-next{
    right:-30px;
}

.owl-next:after{
    font-family: 'bootstrap-icons';
    content:'\F27B';
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -40px !important;
    z-index: 100;
}

.owl-dots button {
    height: 10px;
    width: 10px;
    margin: 0 4px;
    background: #eee !important;
    border-radius: 20px;
}

.owl-dot.active {
    background: var(--color2) !important;
}
*/

.embed-responsive {
    margin-bottom: 20px;
}

.wp-block-image .alignright, .wp-block-image .alignleft {
    max-width: 40%;
}

@media ( max-width: 768px) {
    :where(.wp-block-columns.is-layout-flex) {
        gap: 0;
    }
}

.wp-block-button__link, .button{
    margin: 20px 0;
    color:#fff;
    background: var(--color2);
    font-size: 18px;    
    border-radius: 0;
    transition: .15s;
    padding: 15px 75px 15px 25px;
    border:1px solid #fff;
    position: relative;
    display: inline-block;
    font-family: 'CeraBielefeld';
    text-align: left;
}

.wp-block-button__link:after, .button:after{
    font-family: 'bootstrap-icons';
    content: '\F135';
    position: absolute;
    right: 10px;
    top: -8px;
    font-size: 50px;
    transform: rotate(-45deg);
    transition: .15s;
}

.wp-block-button__link:hover, .button:hover{
    color:var(--color2);
    background: #eee;
}

.wp-block-button__link:hover:after, .button:hover:after{
    transform: rotate(0deg);
}

.bg_gruen .wp-block-button__link{
    background: var(--color3);
    border:1px solid #fff;
}

.bg_gruen .wp-block-button__link:hover{
    color: var(--color3);
    background: #fff;
    border:1px solid #fff;
}


.wpcf7 label {
    display: unset;
}

.wp-block-table a{
    color:#111;
}

.wp-block-table a:hover{
   text-decoration: underline;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 5px 0;
}

.wpcf7-list-item-label{
    padding-left: 5px;
}

.kapitelheadline{
    font-family: 'CeraBielefeld-Light';
    text-transform: uppercase;
    border-top: 1px solid #111;
    letter-spacing: 1px;
    font-size: 18px;
    margin-top: 100px;
    padding-top: 10px;
    margin-bottom: 50px;
}

.bg_gruen .kapitelheadline{
    border-top: 1px solid #fff;
    margin-top: 30px;
    margin-bottom: 50px;
}

.teaser-box{
     min-height: 600px;
     overflow: hidden;
     cursor: pointer;   
     margin-bottom: 30px;
     display: flex;
}

/* .teaser-box.withicon{
    min-height: 500px;
    overflow: hidden;
    cursor: pointer;   
} */

/*.page-id-854 .teaser-box{
    min-height: 100px;
}*/


.teaser-box-2{
    cursor: unset !important;   
}

.teaser-box .icon{
    height: 80px;
    margin-bottom: 20px

}

.teaser-box h3{
    hyphens: auto;
}

.teaser-box .contentwrap{
    display: flex;
    align-items: flex-end;
}

.teaser-box .content{
    align-self: self-end;
    /* bottom:0; */
    width: 90%;
    width: 100%;
    /* transform: translateY(calc(100% - 130px)); */
    transition: .3s;
    background: var(--color2);
    min-height: 600px;
    top:100%;
}



.teaser-box .content .paragraph{
    opacity: 0;
    transition: .2s;
}


.teaser-box.withicon .content{
    width: 100%;
    /* transform: translateY(calc(100% - 230px)); */
}

.teaser-box:hover .content{
    /* transform: translateY(0) !important;  */

  
}


.teaser-box:hover .content .paragraph{
    opacity: 1;
}

.teaser-box-2 .content{
    transform: translateY(0) !important;
}

.teaser-box-2 .image{
    height: 300px;
    width: 100%;
    position: absolute;
}

.teaser-box-2 .content{
    position: relative;
    top:unset;
    bottom:0;
    width: 90%;
    transform: unset;
    transition: .3s;
    background: var(--color2);
}

.wp-block-column:has(.teaser-box-2){
    background-color: var(--color2);
}

.teaser-box .content-text{
    padding:30px;
    padding-top: 5px;
    
}

.teaser-box-2 .content-text{
    padding-bottom: 0;
    
}

.teaser-box .content-text *, .teaser-box .content-text p{
    color: #fff !important;
}

.teaser-box .content-text h3{
    font-family: 'CeraBielefeld-Black';
    margin-bottom: 20px;
    min-height: unset;
    font-size: 26px;
}

.teaser-box .button:hover{
    color: var(--color2) !important;
}

.content-top{
    background: var(--color2);
    height:25px;
    clip-path: polygon(30px 0, 50px  99%, 70px 0, 100% 0, 100% 100%, 0 100%, 0 0);
    transform: translateY(-24px);
}

.teaser-box .button{
    /* position: absolute;
    bottom: 35px;
    left: 25px; */
}

.bg_gruen *, .bg_blau, .bg_dunkelgruen *, .bgcolor3 *, .bgcolor2 *{
    color:#fff
}

.teaser-text-bottom, .teaser-text-right, .teaser-text-left{
    background-color:  var(--color2);
    color:#fff;   
}

.teaser-text-bottom h4 a{
    color:#fff;
}

.imagecontainer{
    min-height:300px;
    min-width: 50%;
}

@media ( max-width: 768px) {
    .imagecontainer{
        min-width: 100%;
        max-height: 300px;
        display: block;
    }
}

.person .imagecontainer{
    min-height: unset;
    min-width: unset;
}

.textcontainer{
    padding: 30px;
}

.teaser-text-right .imagecontainer{
    width: 50%;
    left: unset;
}

.teaser-text-left .imagecontainer{
    width: 50%;
    right: unset;
}

.person{
    margin-bottom: 30px;
}



.bgvideo-right, .bgvideo-left  {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 50%;
    min-height: 100%;
    width: 50%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    z-index: 0;
    object-fit: cover;
}

.bgvideo-left  {
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 50%;
    min-height: 100%;
    width: 50%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    z-index: 0;
    object-fit: cover;
}

@media ( max-width: 768px) {
    .bgvideo-right, .bgvideo-left  {
        position: relative;
        min-width: 100%;
        width: 100%;
    }
}

.zitat{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    color: var(--color2);
    max-width: 70%;
    font-size:24px;
    margin: auto;
    margin-bottom: 15px;
    hyphens: none;
}

.quote-slider img{
 width:160px;
 border-radius: 50%;
 aspect-ratio: 1;
 margin: 0 auto 30px auto;
}

.logogrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr); 
    gap: 20px;
  }
  
  .logogrid img, .partnerprofil .partnerlogo{
    object-fit: contain;     
    padding:10px;
    background-color: #fff;
    aspect-ratio: 16 / 9;
    width:100%;
  }



 

  .logobandwrap {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .logoband-track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    font-size: 0;
  }
  
  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
  .logoband-track a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    white-space: nowrap;

  }
  
  .logoband-track img {
    width: 200px;
    height: auto;
    object-fit: contain;
    padding: 10px;
    background-color: #fff;
    aspect-ratio: 16 / 9;
  }
  

  
  
  
  


/* .logobandwrap{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.logoband{
    width: 99999999px;
}

  .logoband img{
    object-fit: contain;     
    padding:10px;
    background-color: #fff;
    aspect-ratio: 16 / 9;
    width:100%;
    width: 200px;
    margin-right: 20px;
  }

  .logoband {
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
}


@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(calc(-50% + 110px));
    }
}

.logoband {
    animation: scroll 10s linear infinite;
 
}

.innerlogos{
    float:left;
} */

  
  .post-tags{
    padding-bottom:50px;
  }

  .post-tags a{
    color:var(--color2);
  }

  .post-tags a:hover{
    text-decoration: underline;
  }

  .box-with-arrow-top{
    background: #f7f7f7;
    clip-path: polygon(30px 0, 50px 25px, 70px 0, 100% 0, 100% 100%, 0 100%, 0 0);
    padding: 35px;
    padding-top: 70px;
  }

.article{
    padding-top: 200px;
}


.more-info-partner{
    background: var(--color2);
    padding-top: 70px;
    padding-bottom: 70px;
}

.more-info-partner *{
    color:#fff;
}

.related_posts{
    background: #f7f7f7;
    padding-bottom: 80px;
}

h4 a {
    text-decoration: none;
    background-image: linear-gradient(var(--color3), var(--color3));
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 3px;
    transition: background-size .3s;
}

h4 a:hover, h4 a:focus {
    background-size: 100% 3px;
}

.person .linkedin{
   position: absolute;
   bottom: 25px;
   right: 25px;
   color: var(--color4);
   font-size: 40px;
}

.invisible{
    display: none;
}

.visible{
    display: block;
}

.reallyinvisible{
    display: none !important;
}


.job_search{
    width: 100%;
    color:#111;
    padding:14px 20px;
}

.job-posting{
    background: #fff;
    padding: 14px 20px;
    margin-bottom: 10px;
    transition: .15s;
}

a .job-posting p{
    color: var(--color1);
}

a .job-posting b{
    color: var(--color2);
}

.job-posting:hover{
    background: var(--color2);
    transition: .15s;
}

.job-posting:hover *, .job-posting:hover:after{
    color:#fff !important;
}

.job-posting:after{
    font-family: 'bootstrap-icons';
    content: '\F135';
    position: absolute;
    right: 10px;
    top: -8px;
    font-size: 50px;
    transform: rotate(-45deg);
    transition: .15s;
    color: var(--color2);
}

.wp-block-button__link:hover, .button:hover{
    color:var(--color2);
    background: #eee;
}

.job-posting:hover:after{
    transform: rotate(0deg);
}

.job_filter{
    background: var(--color2);
    padding: 17px 10px;
    color:#fff;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
}

.job_filter:hover{
    background: #194040;
}

.job_filter.active{
    background: var(--color4);
    color: var(--color2);
}

.pagination, .nachberichtePagination{
    text-align: center;
    display: block;
}

.page-link{
    background: none;
    display: inline-block;
    border: 0;
    cursor: pointer;
}

.page-link:hover{
    background: none;
    border: 0;
    color: var(--color2);
}

.nachberichtePagination .page-link{
    color:#111 !important;
}


.page-link.active{
    font-family: 'CeraBielefeld-Bold';
    color:var(--color4) !important;
}


.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
}

@media ( max-width: 768px) {
    .grid { grid-template-columns: repeat(1, 1fr);}
}

.job-der-woche{
    padding: 35px;
    background: var(--color2);
    display: flex;
    flex-direction: column;
    padding-bottom: 90px;
    margin-bottom: 25px;
    margin-top: 25px;
    min-width: 33%;
}

.job-der-woche::before{
    background: var(--color2);
    height:25px;
    width: 100%;
    clip-path: polygon(30px 0, 50px  99%, 70px 0, 100% 0, 100% 100%, 0 100%, 0 0);
    content:' ';
    z-index: 1000;
    position: absolute;
    top:-24px;
    left: 0;
}

.job-der-woche *, .job-der-woche *:hover{
    color:#fff;
}

.job-der-woche .button{
    border:1px solid var(--color4);
    color:var(--color4);
    position: relative;
    margin-top: auto;
    position: absolute;
    bottom:15px;
}

.job-der-woche .button:after{
    right: 10px;
    top: 15px;
}

.job-der-woche h6, .job-der-woche h6:hover{
    text-transform: none;
    color: var(--color4);
}

.job-der-woche h4 a {
    background-image: linear-gradient(var(--color4), var(--color4));
}

.teaser-event{
    background: var(--color2);
    padding: 25px;
    margin-bottom: 20px;
}



.teaser-event h4 a{
    color:#fff;
    background: none !important;
}

@media ( max-width: 768px) {
    .teaser-event h4{
        font-size: 24px;
    }
    
}

.teaser-event p{
    color:var(--color4);
    margin-bottom: 0;
}

.teaser-event .button{
    margin: 0;
    border-color: var(--color4);
    color: var(--color4);
    position: absolute;
    bottom: 0;
    right: 10px;
}

@media ( max-width: 768px) {
    .teaser-event .button{
        margin-top: 15px;
        position: relative;
        bottom: unset;
        right: unset;
    }
}

.form-group .form-text{
    display: block;
    margin-bottom: 20px;
}

.teaser-nachbericht{
    margin-bottom: 25px;
}

.teaser-nachbericht .textcontainer:before{
    background: var(--color2);
    height:25px;
    width: 100%;
    clip-path: polygon(30px 0, 50px  99%, 70px 0, 100% 0, 100% 100%, 0 100%, 0 0);
    content:' ';
    z-index: 1000;
    position: absolute;
    top:-24px;
    left: 0;
    z-index: 5;
}

.teaser-nachbericht .button{
    border-color: var(--color4);
    color: var(--color4);
}

.nav-links{
	margin: auto;
}

.page-numbers{
	display: inline-block;
	padding: 5px 10px;
	margin: 0 1px 0 1px;

	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 500;
	background: #fff;
    color:#111;
}

.page-numbers.current{
	font-weight: 700;
    color:var(--color3);
}

a.page-numbers:hover {
    color:var(--color2);
}

.type-post p{
    
}

.text-end p{
    max-width: 100%;
}

.type-post h4:has(+ p){
    margin-bottom:10px;
    margin-top: 35px;
}

.type-post h2{
    font-family: 'CeraBielefeld';
    font-size: 26px;
    line-height: 1.5;
}

.type-post h3:has(+ p){
    margin-bottom:10px;
    margin-top: 35px;
}

.type-post .newsimagewrap + h3 {
    font-family: 'CeraBielefeld';
    font-size: 26px;
    line-height: 1.5;
}

@media ( max-width: 768px) {
    .type-post .newsimagewrap + h3 {
        font-size: 18px;
    }  
}

.wp-block-image figcaption{
    font-size: .8em;
}


blockquote {
    padding: 25px 15px 25px 0;
    border-left: 0;
}

blockquote:before {
    display: inline-block;
    float: left;
    margin-right: 25px;
    width: 100px;
    height: 100px;
    content: '';
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-image: url(../img/message-square.svg);
}

blockquote img {
    float: left;
    margin-right: 25px;
}

blockquote p {
    font-size: 28px;
    line-height: 32px;
    font-family: 'pt serif', serif;
    font-style: italic;
}

@media ( max-width: 768px) {
    blockquote:before {
        display: inline-block;
        float: left;
        margin-right: 20px;
        width: 80px;
        height: 80px;
        content: '';
        background-size: 80px 80px;
        background-repeat: no-repeat;
        background-image: url(../img/message-square.svg);
    }
    blockquote p {
        font-size: 22px;
        line-height: 28px;
    }
}

blockquote cite {
    text-align: right;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #666;
}

.newsteaserimage{
    object-fit: cover;     
    object-position: center 25%;
    aspect-ratio: 16 / 9;
    width:100%;
}

.countup{
    min-width: 110px;
    display: inline-block;

} 

.whitepage{
    padding-top: 160px;
    padding-bottom: 70px;
}

@media ( max-width: 768px) {
    .whitepage{
        padding-top: 100px;
        padding-bottom: 50px;
    }  
}

body:has(.whitepage) .header a{
    color:#111 !important;
}

.colorbox{
    padding:25px;
    height: 150px;
    margin-bottom: 10px;
}

.colorbox .text-bottom{ 
    position: absolute;
    bottom: 25px;
    left: 25px;
    color:#fff;
    font-size: 30px;
}

.categoryfilter{
padding-bottom: 30px;
}

.categorybutton{
    padding:4px 12px;
    border: 1px solid var(--color3);
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    margin: 0 6px 6px 0;
}

.categorybutton:hover{
    color:var(--color3);
}

.categorybutton.active{
    background: var(--color3);
    color:#fff;
}

#mwai-chatbot-default {
    background-color: #f1f1f1; /* hellgrau */
    color: rgb(63, 63, 63);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  #mwai-chatbot-default .mwai-header,
  #mwai-chatbot-default .mwai-input,
  #mwai-chatbot-default .mwai-reply {
    background-color: #f1f1f1;
    color: rgb(63, 63, 63);
  }

  #mwai-chatbot-default .mwai-header{
    background-color: #235a5a;
    color: rgb(63, 63, 63);
  }
  
  #mwai-chatbot-default .mwai-text span {
    color: rgb(63, 63, 63);
  }
  
  #mwai-chatbot-default textarea {
    background-color: #fff;
    color: rgb(63, 63, 63);
    border: 1px solid #ccc;
    padding: 6px;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
  }
  
  #mwai-chatbot-default .mwai-input-submit {
    background-color: #235a5a;
    color: #fff;
    border: none;


    cursor: pointer;
  }
  
  #mwai-chatbot-default .mwai-name-text {
    color: rgb(63, 63, 63);
  }

  #mwai-chatbot-default .mwai-reply.mwai-ai{
    background: rgba(255,255,255,1.2);
  }

  #mwai-chatbot-default .mwai-input .mwai-input-text {
    flex: auto;
    position: relative;
    background: none;
    border-radius: var(--mwai-borderRadius);
    overflow: hidden;
    display: flex;
    padding: calc(var(--mwai-spacing) / 2);
}
  
#mwai-chatbot-default .mwai-input-submit{

    padding: 5px 20px !important;

}

#mwai-chatbot-default .mwai-input .mwai-input-text{
    padding: 0 ;
}

.mwai-input-submit svg{
    margin-left: 0 !important;
}

#mwai-chatbot-default .mwai-input{
  border-top:0 !important;  
}

.df-loading-icon{
    display: none;
}

.df-container .df-loading-info {
    background: none;
    box-shadow: none;
    padding-top: 100px;
}

.podigee-podcast-player{
    margin-top: 20px;
    margin-bottom: 20px;
}

.laufzeit{
    position: absolute;
    bottom:25px;
    right: 20px;
    color:#fff;
    z-index: 2;
    font-size:15px
}

.laufzeit .bi{
    margin-right: 4px;
}

.posts-navigation{
    position: relative;
    right: unset;
    top:unset;
}


.nav-links{
    display: flex;
    flex-direction: row-reverse
}

.nav-previous{
    width: 50%;
    text-align: right;
}

.nav-next{
  width: 50%;
}


.nav-links a{
    color:var(--color3);
}

.nav-links a:hover{
    text-decoration: underline;
}

.page-id-854 .teaser-box .content{
    min-height: unset;
    transform: translateY(-50px) !important;
}


.mwai-text p, .mwai-text li {
    color: rgb(63, 63, 63) !important;
} 

.mwai-text li {
    margin-left: 20px;
    margin-bottom: 8px;
} 

.mwai-text a {
    color:#333 !important;
    text-decoration: underline;
} 

.mwai-name-text{
    width: 50px;
}