@media (max-width: 768px) {
  #main-content {
    scroll-margin-top: 120px; /* Höhe des mobilen Menüs */
  }
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.com-content-article__body a:hover {
  color: #c91e35;
}
._info-h h1 {
  color: #c27f44;
  
}
._gruppen h1 {
  color: #e7743b;
}
._angebote-h h1 {
  color: #9cab4a;
}
/*Seite Über uns*/
._ueberuns .com-content-article__body a {
  text-decoration: underline !important;
}
.com-content-article__body a {
font-weight: bold;
color: #174a79;
text-decoration: none;
}
._aktuell h2 {
font-size: 1.6em;
line-height: 1.2;
color: #c91e35;
font-family: Arial, Helvetica;
  font-weight: 400;
padding-bottom: 0;
  margin-bottom: 3px;
}
/*Seite Aktuelles*/
._aktuell .item-content img {
width: 100%;
max-width: 350px;
float: left;
padding-right: 20px;
padding-bottom: 20px;
padding-top: 17px;
}
._aktuell h3 {
font-size: 1.1em;
line-height: 1.3em;
color: #174a79;
font-weight: 600;
  padding-bottom: 10px;
}
h4 {
  font-size: 1.1em;
  font-weight: normal;
  color: #c91e35;
}
._aktuell h6 {
color: #6c6a6a;
  font-family: Arial, Helvetica;
  font-weight: 400;
  font-size: 1.1em;
  font-weight: inherit;
}
.view-article .com-content-article__body img {
  width: 100%;
  max-width: 500px;
  float: left;
  padding-right: 20px;
}
.view-category .com-content-article__body img {
  width: 100%;
  max-width: 350px;
  float: left;
  padding-right: 20px;
}
.readmore {
  text-align: right;
}
._aktuell .btn-secondary {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
  background-color: #174a79 !important;
  border-color: #fff !important;
  padding: 7px;
  border-radius: 0px;
}

/*h3 {
font-size: 1.1em;
line-height: 1.3em;
color: #174a79;
padding-top: 0px;
margin-top: 0px;
}*/
._berate h1, ._home h1 {
font-size: 1.7em;
padding-bottom: 0;
color: #44a49e;
font-family: Arial, Helvetica;
  font-weight: 400;
}

.btn.btn-link.jmodedit {
  display: none;
}
._faq-h h1 {
  font-size: 1.7em;
  color: #8F9C8E;
  padding-bottom: 0;
}


.convertforms.cf-success .cf-response {
background-color: #03438B !important;
}
.convertforms {
  max-width: 80% !important;
  margin: 0 auto !important;
  padding-top: 30px !important;
}
.cf-label {
  font-size: 1.2em !important;
  font-weight: bold !important;
  padding-bottom: 10px;
  padding-top: 20px;
}

.sidebar-left.card img {
   width: 100%;
  max-width: 192px !important;
  padding-left: 20px;
  padding-top: 7px;
}
.card {border: none !important;}
.card-body {
padding-top: 0px;
}
/*mainmenu*/
.container-h a {
    text-decoration: none;
    color: #FFFFFF;
 
}
.container-h a:hover, a:active {
    font-weight: bold;
}
.container-h {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px 1px;
    grid-auto-flow: row;
}

.beratung-h {
    grid-column: 1/3;
    /*background: #9dad4a;*/
  background: #45aea7;

}
.aktuelles-h {
    grid-column: 3/5;
    background: #c91e35;
 
}
.ueberuns-h {
    grid-column: 5/6;
    background: #174a79;

}
.info-h {
    grid-column: 1/2;
	grid-row: 2/3;
    background: #c27f44;

}
.angebote-h {
    grid-column: 2/4;
	grid-row: 2/3;
    background: #9cab4a;

}
.gruppen-h {
    grid-column: 4/5;
	grid-row: 2/3;
    background: #e7743c;

}
.faq-h {
    grid-column: 4/6;
	grid-row: 2/3;
    background: #8f9c8e;

}
/*mainmenu-end*/
/*beratung-menu*/
.container-b a {
    text-decoration: none;
    color: #FFFFFF;

}
.container-b a:hover, a:active {
    font-weight: bold;
}
.container-b {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 0.25fr 1fr;
    gap: 1px 1px;
    grid-auto-flow: row;
}

.beratung {
    grid-column: 1/3;
    background: #4cc3ba;
}
.aktuelles {
    grid-column: 3/4;
    background: #8f9c8d;
}
.ueberuns {
    grid-column: 4/6;
    background: #e7743d;
}
.info-b {
    grid-column: 1/2;
    grid-row: 3/4;
    background: #c27f44;
}
.angebote-b {
    grid-column: 2/4;
    grid-row: 3/4;
    background: #9cab4a;
}
.gruppen-b {
    grid-column: 4/5;
    grid-row: 3/4;
    background: #e7743d;
}
.faq-b {
    grid-column: 4/6;
    grid-row: 3/4;
    background: #909c8e;
}
.mitte-b {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
     background: #44afa7;
   font-size: 1.2em;
  text-shadow: 1px 1px 0px black;
  text-align: center;
  padding: 10px;
}
.abgeld {
    grid-column: 1/3;
}
.online {
    grid-column: 3/4;
    
}

/*.arbeitskreis {
    grid-column: 4/6;
}*/
.mobil {
    grid-column: 4/6;
    
}
/*
.taxi {
    grid-column: 4/5;
    grid-row: 3/4;
}
.service {
    grid-column: 3/4;
}*/
/*beratung-menu-end*/
/*ueberuns-menu*/
.container-u a {
    text-decoration: none;
    color: #FFFFFF
}
.container-u a:hover, a:active {
    text-decoration: underline;
}
.container-u {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 0.25fr 0.25fr 1fr;
    gap: 1px 1px;
    grid-auto-flow: row;
}

.beratung {
    grid-column: 1/3;
    background: #4cc3ba;
}
/*.aktuelles {
    grid-column: 3/4;
    background: #8f9c8d;
}
.ueberuns {
    grid-column: 4/6;
    background: #e7743d;
}*/
.info-u {
    grid-column: 1/2;
	grid-row: 4/5;
    background: #c27f44;
}
.angebote-u {
    grid-column: 2/4;
	grid-row: 4/5;
    background: #9cab4a;
}
.gruppen-u {
    grid-column: 4/5;
	grid-row: 4/5;
    background: #e7743d;
}
.faq-u {
    grid-column: 4/6;
	grid-row: 4/5;
    background: #909c8e;
}
	.mitte-u {
      display: flex; 
      align-items: center; 
      color: #fff; 
      justify-content: center; 
      background: #174a79;  
      font-size: 1.2em;
  text-shadow: 1px 1px 0px black;
    padding: 10px;
      text-align: center;
    }
.stand {
    grid-column: 1/3;
	grid-row: 2/3;	
}
.transparenz {
    grid-column: 3/4;
	grid-row: 2/3;
}
.team {
    grid-column: 4/5;
	grid-row: 2/3;
}
.vorstand {
    grid-column: 5/6;
	grid-row: 2/3;
}
.satz {
    grid-column: 1/2;
	grid-row: 3/4;
}
.finanz {
   grid-column: 2/3;
	grid-row: 3/4;
}
.partner {
   grid-column: 3/4;
	grid-row: 3/4;
}
	.stimmen {
   grid-column: 4/6;
	grid-row: 3/4;	
}
	.berichte {
   grid-column: 5/6;
	grid-row: 3/4;	
}
/*ueberunsmenue-ende*/
/*gruppenmenu*/
.container-g a {
    text-decoration: none;
    color: #FFFFFF
}

.container-g {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 0.25fr 0.25fr 1fr;
    gap: 1px 1px;
    grid-auto-flow: row;
}
.box {
font-family: Arial, Helvetica, sans-serif;
     font-size: 1.2em;
  font-weight: 400;
  text-shadow: 1px 1px 0px black;
    color: #fff;
    text-align: center;
    height: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
  padding: 10px;
}
.box img {
    width: 100%;
    max-width: 130px;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.beratung {
    grid-column: 1/3;
    /*background: #4cc3ba;*/
  background: #45afa7;
}
.aktuelles {
    grid-column: 3/5;
    background: #c91e35;
}
.ueberuns {
    grid-column: 5/6;
    background: #174a79;
}
.info-g {
    grid-column: 1/2;
    grid-row: 4/5;
    background: #c27f44;
}
.angebote-g {
    grid-column: 2/4;
    grid-row: 4/5;
    background: #9cab4a;
}
.gruppen-g {
    grid-column: 4/5;
    grid-row: 4/5;
     background: #e7743c;
}
.faq-g {
    grid-column: 5/6;
    grid-row: 4/5;
    background: #8f9c8e;
}
.hilfen {
    grid-column: 3/6;
grid-row: 2/3;
}
.mitte-g {
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    background: #e7743b;
   font-size: 1.2em;
  text-shadow: 1px 1px 0px black;
  padding: 10px;
  text-align:center;
}
.schneidern {
    grid-column: 1/3;
    grid-row: 2/3;
}
.infogruppe {
    grid-column: 3/4;
    grid-row: 2/3;
}
.koch {
    grid-column: 4/6;
    grid-row: 2/3;
}
.computer {
    grid-column: 1/2;
    grid-row: 3/4;
}
.digital {
    grid-column: 4/6;
    grid-row: 3/4;
}
.malen {
    grid-column: 1/4;
    grid-row: 3/4;
}
/*gruppenmenu-end*/
.btn-secondary {
    color: #fff;
    background-color: #fff;
    border-color: #ced4da;
    color: blue;
    background-color: #adbbd5 !important;
    border-color: #fff !important;
    padding: 10px;
    border-radius: 0px;
}
a.btn.btn-secondary {
    color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus {
    color: #353b41;
}
.com-content-category-blog__items.blog-items.masonry-4 {
    padding-top: 30px;
}
div.jwts_content {
    padding: 4px 8px;
    margin-bottom: 1px;
    border: 1px solid #ccc;
    border-radius: 0 0 2px 2px;
    border-top: 0;
    border: 0px solid #ccc !important;
    border-radius: 0 !important;
    border-bottom: 1px solid red !important;
}
.flexibel h3 {
font-size: 1.1em;
line-height: 20px;
color: #D60234 !important;
}
		.flexibel {display: flex; gap: 20px}
		.flexi {flex: 30%;}
div.jwts_toggleControlContainer a.jwts_toggleControl {
    font-size: 14px;
    font-weight: normal;
    font-size: 1.1em !important;
    text-decoration: none;
    display: block;
    border: 0px solid #ccc !important;
    background: none !important;
    border-bottom: 1px solid red !important;
    border-radius: 0 !important;
    background-color: none !important;
    background-position-y: 40%;
    padding: 4px;
    padding-top: 4px;
    margin-bottom: 10px !important;
    line-height: normal;
    color: red;
}

#mod-finder-searchword116 {
  /* background: #04438b; */
  /* position: absolute; */
  /* right: 20px; */
  border: 1px solid #03438b5e;
  margin-bottom: 20px;
     width: 195px;
    /* margin-left: 20px; */
    margin-right: 20px;
}
}


/* .mod-finder.js-finder-searchform.form-search {
    float: right;
    background-color: rgb(142, 192, 236);
    width: 300px; 
}*/
._aktuell .readmore .btn-secondary {
  color: #fff;
  border: none;
  background-color: #8f9c8d;
}
._aktuell .readmore .btn-secondary a {
  color: #fff;
  border: none;
  background-color: #8f9c8d;
}
.icon-chevron-right {
    display: none;
}
.blog-items[class^="masonry-"], .blog-items[class*=" masonry-"] {
    column-gap: 1.5em;
    display: block;
}
.site-grid {
width: 100%;
max-width: 1670px;
margin: 0 auto;
}
h1 {font-size: 1.7em;
padding-bottom: 7px;
color: #03438B;}
h2 {
font-size: 1.2em;
line-height: 1.2;
 color: #03438B;
  padding-bottom: 10px;
}
h3 {
font-size: 1.1em;
line-height: 1.3em;
color: #D60234;
  font-weight: 600;
}
/*h4 {
font-size: 1em; font-weight:normal;
    color: #666;
  font-weight: bold;
}*/

.item-content img {
  width: 100%;
      max-width: 300px;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
header.header.container-header.full-width {
    background: #ffffff;
}
/*.beide img {margin-left: 20px;}*/
.beide img:first-child {width: 100%; max-width: 550px;}
.beide img:nth-child(2) a {float: right; margin-right: 20px; max-width: 250px; padding-top: 40px;}
.grid-child .container-below-top {
display: grid;
}
.sec {width: 100%; max-width: 250px;}
.hand {width: 100%; max-width: 250px;}

main {
    width: 100%;
    max-width: 1600px;
    max-width: 900px;
    /* margin: 0 auto; */
    padding-bottom: 50px;
}
#mod-custom118 {
padding: 20px; padding-bottom: 0;
}
._aktuell main {
width: 100% !important;
}
.container-b a:active {
text-decoration: none;
color: #000000;
}
/*.com-content-article__body img {
width: 100%;
max-width: 300px;
float: left;
padding-right: 20px;
}*/
.flexi {
flex: 1;
  padding-right: 10px;
}
.flexibel {
display: flex;
padding: 20px;
}
.boxes {
  background: goldenrod;
  width: 100%;
  height: 500px;
  margin: 30px auto;
  transition: all 2s linear;
  display: block;
}

.hidden {
  display: none;
  opacity: 0;
}

button {
  display: block;
  margin: 0 auto;
}
.jwts_toggleControl.jwts_toggleOff {
  background: #fff !important;
  border-bottom: 1px solid #c91e35 !important;
  border-left: 0px solid #fff !important;
}
.jwts_toggleControl.jwts_toggleOn {
  background: #fff !important;
  border-left: 0px solid #fff !important;
  
}
.jwts_content {
  border-bottom: 1px solid #c91e35 !important;
}
body.wrapper-fluid .grid-child {
  max-width: 1670px;
}
.grid-child.container-nav {
  width: 100%;
  max-width: 1670px;
  margin: 0 auto;
}
body.wrapper-fluid header > .grid-child, body.wrapper-fluid footer > .grid-child {
padding-right: 0em;
}
.item-content {
border-bottom: 2px solid #ccc;
padding-bottom: 11px;
}
/*ueberuns-menu aktiv*/

._ueberuns-wofu .stand {
border-style: dotted;
  font-weight: bold;
}

._ueberuns-trans .transparenz {
border-style: dotted;
  font-weight: bold;
}

._ueberuns-vors .vorstand {
border-style: dotted;
  font-weight: bold;
}
._ueberuns-satz .ueberuns {
border-style: dotted;
  font-weight: bold;
}

._ueberuns-part .partner {
border-style: dotted;
  font-weight: bold;
}

._ueberuns-team .team {
border-style: dotted;
  font-weight: bold;
}

._ueberuns-fina .finanz {
border-style: dotted;
 font-weight: bold;
}

._ueberuns-stim .stimmen {
border-style: dotted;
 font-weight: bold;
}

._ueberuns-satz .satzung {
border-style: dotted;
  font-weight: bold;

}
a:active {color: #aeb9f4 !important; text-shadow: none !important; }
._telefonberatung .abgeld {
font-weight: bold;
border: 3px dotted #fff;
border-top: none;
}
._telefonberatung .online {
font-weight: bold;
border: 3px dotted #fff;
border-top: none;
}
._telefonberatung .mobile {
font-weight: bold;
border: 3px dotted #fff;
border-top: none;
}
._malen .malen {
font-weight: bold;
border: 3px dotted #fff;

}
._digital .digital {
font-weight: bold;
border: 3px dotted #fff;
}
._schneidern .schneidern {
font-weight: bold;
border: 3px dotted #fff;
  border-buttom: none;
}
._hilfen .hilfen {
font-weight: bold;
border: 3px dotted #fff;
}
/*._schneidern .gruppen-g {
border-top: none !important;
}*/
._angebote-h .angebote-h {
font-weight: bold;
border: 3px dotted #fff;
}
._info-h {
font-weight: bold;
border: 3px dotted #fff;
}
._faq-h .faq-h {
font-weight: bold;
border: 3px dotted #fff;
}
._online .online {
font-weight: bold;
border: 3px dotted #fff;
  
}
.container-g a:hover, a:active {
font-weight: bold;
}
._telefonberatung .online {
font-weight: normal;
border: none;
}
._mobile .mobil {
  font-weight: bold;
border: 3px dotted #fff;
}
._schneidern .box.gruppen-g {
  font-weight: bold;
  border: 3px dotted #fff;
}
._ueberuns-vors .vorstand {
  border-top: none;
}
.mod-footer {
padding-right: 20px;
  padding-top: 20px;
}
.foot a {
  text-decoration: none;
  padding-right: 20px;
}
._gruppen .box.gruppen-g {
  border: 3px dotted #fff;
  font-weight: bold;
}
@media (min-width: 651px) and (max-width: 860px) {
  .beide img:nth-child(2) {
    float: left;
    padding-top: 10px;
margin-left: 15px;
}

  .beide img:first-child {
  display: block;
}
.grid-child.container-nav {
    display: inline;
}
}
  @media (min-width:320px) and (max-width: 535px) {
    /*.awesomplete {display:none;}*/
    .grid-child.container-nav {
    display: block;
      text-align: center;
}
  }
@media (min-width: 320px) and (max-width: 650px) {
    .beide img:nth-child(2) {
    float: left;
    padding-top: 10px;
margin-left: 15px;
}
  ._malen .malen {
  font-weight: bold;
  border-bottom: none;
}
  .beide img:first-child {
  display: block;
}
.grid-child.container-nav {
    display: inline;
}
._online .online {
  border-top: none;
}

.container-h {
    grid-template-rows: 1fr 1fr;
}
  .ueberuns-h {
    grid-column: 1/2;
    grid-row: 2/3;
}
  .beratung-h {
    grid-column: 1/4;
}
  .aktuelles-h {
    grid-column: 4/6;
}
  .faq-h {
    grid-column: 5/6;
    grid-row: 2/3;
}
  .gruppen-h {
    grid-column: 1/4;
    grid-row: 2/3;
}
  .info-h {
    grid-column: 2/3;
}
  .angebote-h {
    grid-column: 3/5;
}
  /*gruppen*/
  .container-g {
    grid-template-rows: 1fr 1fr 0.25fr 0.25fr 1fr;
}
    .ueberuns {
    grid-column: 1/3;
    grid-row: 2/3;
}
  .beratung {
    grid-column: 1/4;
}
  .aktuelles {
    grid-column: 4/6;
}
  .gruppen-g {
    grid-column: 1/4;
    grid-row: 5/6;
}
  .info-g {
    grid-column: 3/4;
    grid-row: 2/3;
}
  .angebote-g {
    grid-column: 4/6;
    grid-row: 2/3;
}
  .faq-g {
    grid-column: 4/6;
    grid-row: 5/6;
    background: #8f9c8e;
}
  .hilfen {
    grid-column: 4/6;
grid-row: 3/4;
}
  .digital {
    grid-column: 4/6;
grid-row: 4/5;

}
  .malen {
grid-column: 1/4;
grid-row: 4/5;
}
  .schneidern {
grid-column: 1/4;
grid-row: 3/4;
}
  /*beratung*/
  ._berate .beratung {
  grid-column: 1/5;
}
  ._berate .container-b {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 0.25fr 1fr;
}
   ._berate .aktuelles {
    grid-column: 5/8;
  }
   ._berate .ueberuns {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  ._berate .abgeld {
  grid-column: 1/3;
}
  ._berate .mitte-b.online {
  grid-column: 3/5;
}
  ._berate .mitte-b.mobil {
  grid-column: 5/8;
}
  ._berate .info-b {
  grid-column: 3/5;
  grid-row: 3/4;
}
  ._berate .angebote-b {
  grid-column: 5/7;
}
  ._berate .gruppen-b {
  grid-column: 1/5;
  grid-row: 4/5;
}
  ._berate .faq-b {
  grid-column: 7/8;
  grid-row: 3/4;
}
  /*ueberuns*/
  .container-u {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 0.25fr 0.25fr 0.25fr;
}
    ._ueberuns .beratung {
  grid-column: 1/5;
      grid-row: 1/2;
}
    ._ueberuns .aktuelles {
    grid-column: 5/8;
      grid-row: 1/2;
  }
  ._ueberuns .ueberuns {
    grid-column: 1/3;
    grid-row: 2/3;
    
  }
  ._ueberuns-wofu .ueberuns {
    border-bottom: none !important;
font-weight: bold !important;
  }
  ._ueberuns .info-u {
  grid-column: 3/5;
  grid-row: 2/3;
}
    ._ueberuns .angebote-u {
  grid-column: 5/7;
  grid-row: 2/3;
}
  ._ueberuns .stand {
  grid-column: 1/4;
  grid-row: 3/4;
}
  ._ueberuns .transparenz {
  grid-column: 4/6;
  grid-row: 3/4;
}
  ._ueberuns .team {
  grid-column: 6/8;
  grid-row: 3/4;
}
  ._ueberuns .vorstand {
  grid-column: 1/3;
  grid-row: 4/5;
}
    ._ueberuns .satzung {
  grid-column: 3/5;
  grid-row: 4/5;
}
    ._ueberuns .finanz {
  grid-column: 5/8;
  grid-row: 4/5;
}
    ._ueberuns .partner {
  grid-column: 1/4;
  grid-row: 5/6;
}
    ._ueberuns .stimmen {
  grid-column: 4/8;
  grid-row: 5/6;
}
  ._ueberuns .gruppen-u {
  grid-column: 1/5;
  grid-row: 6/7;
  background: #e7743d;
}
  ._ueberuns .faq-u {
  grid-column: 7/8;
  grid-row: 2/3;
  background: #909c8e;
}
.container-h a:hover, a:active {
    font-weight: normal;
  text-decoration: overline;
    text-decoration: underline;
}  
  .container-g a:hover, a:active {
font-weight: normal;
    text-decoration: overline;
    text-decoration: underline;
}
  .container-b a:hover, a:active {
    font-weight: normal;
    text-decoration: overline;
    text-decoration: underline;
}
  .container-u a:hover, a:active {
    font-weight: normal;
    text-decoration: overline;
    text-decoration: underline;
}  
}
@media (min-width: 320px) and (max-width: 876px) {
  .flexibel {
display: inline-block;
padding: 20px;
}
  .mod-finder.js-finder-searchform.form-search {
 /* text-align: right !important;
  padding-right: 10px !important;*/
  padding-bottom: 20px;
}
}
@media (max-width: 524px) {
  .awesomplete {
display: block;
position: relative;
text-align: center;
margin: 0 auto;
/*padding-left: 38px;*/
}
}
@media (max-width: 1006px) {
  .container-banner {
margin: 0 0 0rem;
display: block;
}
  .sidebar-left.card img {
width: 100%;
max-width: 200px !important;
display: none;
}
}
  ._berate .box.beratung {
  font-weight: bold;
}
._ueberuns .box.ueberuns {
  font-weight: bold;
}

@media (min-width: 651px) {

  ._ueberuns .box.ueberuns {
  font-weight: bold;
}
  ._naehen .box.gruppen-g {
  font-weight: bold;
  border-top: none;
}

}
@media (max-width: 860px){
    #mod-finder-searchword116 {
  margin-top: -20px;
      margin-left: 20px;
}
}
.logofoot {
 
  max-width: 480px;
}
.foot {
  padding-top: 20px;
  padding-left: 20px;
}
._umfrage .hand {
  display: none;
}
.hand {
width: 100% !important;
max-width: 300px !important;
float: right;
padding-top: 50px;
padding-right: 20px;
}
/* template.min.css | https://balz-relaunch.berliner-arbeitslosenzentrum.de/media/templates/site/cassiopeia/css/template.min.css?c9491f */
@media (max-width: 500px){
body.wrapper-fluid header > .grid-child, body.wrapper-fluid footer > .grid-child {
  /* padding-left: 2em; */
  padding-left: 10px;
}
}
@media (max-width: 860px){
    #mod-finder-searchword116 {
  margin-top: -20px;
      margin-left: 20px;
    }
      .hand {padding-top: 0;
}
}


._spende .sidebar-left.card img {
width: 100% !important;
max-width: 300px !important;
}
.fehler img {
width: 100%;
max-width: 500px;
display: block;
  margin: 0 auto;
  float: none !important;
}
._fehler .fehler {text-align: center;}
@media (min-width: 475px) and (max-width: 534px) {
  .hand {
width: 100% !important;
max-width: 260px !important;
float: right;
padding-right: 10px;
    padding-top: 0;
}
}
@media (min-width: 300px) and (max-width: 474px) {
  .hand {
width: 100% !important;
max-width: 260px !important;
float: none;
padding-right: 0px;
    margin: 0 auto;
}
    #mod-finder-searchword116 {
    margin-left: 0;
    margin: 0 auto;
  }
}
.mod-finder.js-finder-searchform.form-search {
margin-left: -10px;
}
h1 { font-family: Arial, Helvetica; font-weight: 400;}
@media (max-width: 1007px) {
  .foot {
padding-top: 20px;
padding-left: 0;
    display: block;
}
  .mod-finder.js-finder-searchform.form-search {
margin-left: 0px;
}
  .footer img {
    padding-right: 20px;
    width: 100%;
    max-width: 450px;
  }
  
}
.convertforms .cf-select select {
    color: #03438b !important;
}