/*
    Theme Name: wordpress4you
    Description: theme by Markus Müllenborn-Pitzen ehemals entwickelt für Pitzborn IT
    Version: 1.0
*/

/* Farben Theme && Font */
:root {
  --red: #D30132;

}

@font-face {
  font-family: DroidSans;
  src: url('fonts/DroidSans.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: DroidSans;
  font-size: 100%;
  color: #444;
/*
  -ms-word-break: break-all!important;
  word-break: break-all!important;
  word-break: break-word!important;

  -ms-hyphens: auto!important;
  -moz-hyphens: auto!important;
  -webkit-hyphens: auto!important;
  hyphens: auto!important;*/
}
/*
body p,
body span{
  -ms-word-break: break-all!important;
  word-break: break-all!important; /* Non standard for WebKit
  word-break: break-word!important;

  -ms-hyphens: auto!important; /* ab IE10
  -moz-hyphens: auto!important; /* seit Firefox 6
  -webkit-hyphens: auto!important; /* seit Safari 5.1 (OS X), Safari 4.1 (iOS)
  hyphens: auto!important;
}*/

/*end of Farben Theme && Font*/

/* vordefinierte classen*/
.breadcrumb{
  display: none;
}
#topL{
  max-width: 150px;
}
.my_extra_menu_class_header .menu-item{
  padding-right: 20px;
}

.smallfs{
  font-size: 80% !important;
}

.my_extra_menu_class_footer ul{
  display: flex;
  padding: 0 !important;
}



.my_extra_menu_class_footer ul li{
  list-style-type: none;
  padding-right: 24px!important;
}

.content_footer a:visited,
.content_footer a{
  color: white!important;
}

/* end of vordefinierte classen*/

/*Generelle anpassungen*/
.custom_container{
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0!important;
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(200, 200, 200, 0.75);
  -moz-box-shadow: 0px 5px 25px 0px rgba(200, 200, 200, 0.75);
  box-shadow: 0px 5px 25px 0px rgba(200, 200, 200, 0.75);
}

@media (max-width: 992px) {
  /* remove box shadow if mobile menu is active */
  .custom_container {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.custom_container_footer{
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0!important;
  color: white;
}
footer{
  background-color: var(--red);;
}

footer a:hover{
  font-weight: bold;
  color: white;
  text-decoration: none;
}
footer a{
  color: white;
  text-decoration: none;
}

body{
  background: #efefef;
  line-height: 19px!important;
}
body .is-layout-flex > * {
  margin: auto;
}

.custom_container a{
  color: var(--red);
  text-decoration: none;
}
.custom_container a:hover{
  color: var(--red);
  text-decoration: underline;
}
.custom_container a:visited{
  color: var(--red);
  text-decoration: none;
}

.banner{
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

.banner figure{
  margin-bottom: 0;
}

.banner img{
  width: 100%;
  height: auto;
  border-top: 2px solid #e04244;
  border-bottom: 2px solid #e04244;
}
/*
.banner{
  border-top: 2px solid #e04244;
  border-bottom: 2px solid #e04244;
}

.banner{

}*/

.content,.content_footer{
  max-width: 1024px;
  padding: 32px;
  width: 100%;
  margin-right: auto!important;
  margin-left: auto!important;
}

.logo-search img{
  max-width: 416px!important;
  width: 100%;
  height: auto;
}

.ps-ul{
  padding-left: 16px!important;
}

.costum_hr{
  margin: 2em 0;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 1px solid #ddd;
}

/* end of Generelle anpassungen*/

/*überschriften*/
h1, h2, h3, h4, h5, h5, h6,
.costum_h1, .costum_h2, .costum_h3,
.costum_h4, .costum_h5, .costum_h6{
  color: var(--red) !important;
  font-weight: 700!important;
  line-height: 100%;
}
.costum_h1,h1{font-size: 190%;}
.costum_h2, h2{font-size: 160%;}
.costum_h3, h3{font-size: 145%;}
.costum_h4, h4{font-size: 130%;}
.costum_h5{font-size: 120%;}
.costum_h6{font-size: 110%;}
/*end of überschriften*/

/*margin und padding abstände*/
.mt-16{
  margin-top: 16px!important;
}
.mt-10{
  margin-top: 10px!important;
}
.mt-51{
  margin-top: 51px!important;
}
.mt-25{
  margin-top: 25px!important;
}
.mb-8{
  margin-bottom: 8px!important;
}
.mb-16{
  margin-bottom: 16px!important;
}
.mb-25{
  margin-bottom: 25px!important;
}
.mb-28{
  margin-bottom: 28px!important;
}
.mb-35{
  margin-bottom: 35px!important;
}
.mb-45{
  margin-bottom: 45px!important;
}
.mb-51{
  margin-bottom: 51px!important;
}
.mb-70{
  margin-bottom: 70px!important;
}
.mb-80{
  margin-bottom: 80px!important;
}
.mb-7{
  margin-bottom: 7.2px!important;
}
.pb-19{
  padding-bottom: 25.4px!important;
}
.mb-10{
  margin-bottom: 10px!important;
}
.pe-16{
  padding-right: 16px!important;
}
.ps-16{
  padding-left: 16px!important;
}

.pb-16{
  padding-bottom: 16px!important;
}

.pb-32{
  padding-bottom: 32px!important;
}

.pb-55{
  padding-bottom: 55px!important;
}

.pb-70{
  padding-bottom: 70px!important;
}
/*end of margin und padding abstände*/

/* Navbar */

.costum-col-logo{
  max-width: 26em;
  width: 100%;
}
.costum-col-search{
  flex: 1;
  align-content: center;
  justify-content: center;
  align-items: end;
  text-align: right;
}
.custom-search, .costum-col-logo, .costum-col-search{
  display: inline-block;
}

#navbarNav ul li ul{
  display: none;

}
#navbarNav ul li:hover ul{
  position: absolute;
  display: block;
  z-index: 2;
  background-color: #fff;
  padding: 0.3em 1em;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  margin-left: -1em;
  border-top: 3px solid #D30132;
  border-bottom: 3px solid #D30132;
  width: auto;

}

#navbarNav ul a{
  color: black;
}
#navbarNav ul a:hover{
  color: var(--red) !important;
  text-decoration: none;
}
#navbarNav ul li::marker{
  content: '';
  list-style: none!important;
}

#navbarNav ul li{

  padding: 12.8px;
  font-weight: bold;
}
#navbarNav ul{
  display: inline-flex;
  padding: 0;
  margin: 0;
}

#navbarNav ul li ul li{
  color: #747474!important;
  font-size: 80%;
  font-weight: normal;
  padding: 4.8px 16px;
}
.pnav{
  padding: 0 16px 16px 16px;
  display: flex;
}

.active{
  color: var(--red) !important;
}


.borderline-red{
  border-bottom: solid 4px var(--red);
}

.btn_login a{
  color: white!important;

}

#menu-my_extra_menu_class_header li{
  white-space: nowrap!important;
}

#navbarNav ul.sub-menu li.menu-item a {
   color: #747474;
}

/* end of Navbar */



/*Startseite*/
.karte_icon {
  padding-left: 35px;
  position: relative;
  margin-top: 16px;
}

.karte_icon::before {
  content: '';
  background: url('images/oeffentlich/minideutschland.png') no-repeat center center;
  background-size: auto;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 5px;
  margin-right: 5px;
}




.yt-size iframe,yt-size{
  height: 170px!important;
  width: 300px!important;
}

.clickable-image{
  cursor: pointer;
}
/*endo of Startseite*/

/*Unsere Leistungen*/

.unsereleistungenpage .specialboxheader .costum_h4{
  background-color: var(--red);
  color: white;
  padding: 1em;
  color: #fff!important;
  /*font-weight: normal !important;*/
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
}

.minuscolumns .wp-block-column{
  margin-right: -16px;
}

/*end of Unsere Leistungen*/

/*Steuercheckliste*/
.redcheck{
  padding-left: 24px;
  margin-left: 16px;
}
.redcheck li{
  list-style: url('images/oeffentlich/haken.png');
  padding-bottom: 4.4px;
  margin-bottom: 11.2px;
}
/*end of Steuercheckliste*/

/*Mitgliedschaft*/
.ytsize{
  width: 100%;
  height: 315px;
  max-width: 560px;
}

.mitgliedschaft .redcheck li{
  list-style: url('images/oeffentlich/haken.png');
}

.mitgliedschaft .beforeicon:before{
  content: url('images/oeffentlich/berater.png');
  display: inline-block;
}

.mitgliedschaft .icon img{
  width: 82px!important;
}
.mitgliedschaft .icon{
  max-width: 82px;!important;
  padding-right: 0;
}

.mitgliedschaft .costum_h3{
  margin-bottom: 11.6px;
}

.mitgliedschaft .iconbox .linkbtn a:hover{
  background: #7c001f;
  text-decoration: none;
}
.mitgliedschaft .iconbox .linkbtn a{
  background-color: var(--red);
  color: white !important;
  float: right;
  border: 0 none;
  padding: 0.5em 1em;
  margin-top: 1em;
  transition: color .1s ease-out, background 0.3s ease-in;
  border-radius: 5px;
}
.mitgliedschaft .iconbox .border{
  margin: 30px 0 30px 0;
}
/*end of Mitgliedschaft*/


/*Wer darf beraten werden ?*/

.wer-darf-beraten-werden .boxGrey {
  margin-bottom: 1em;
  background: #EEE none repeat scroll 0% 0%;
  padding: 1em 1em 0.5em 1em;
}

.wer-darf-beraten-werden ul li::marker{
  color: black;
}

.wer-darf-beraten-werden ul li{
  color: var(--red);
  font-size: 115%;
  font-weight: 700;
  margin-bottom: 15.6px;
}

.wer-darf-beraten-werden .mxw{
  max-width: 45.6px;
  margin-right: 16px;
}

.wer-darf-beraten-werden ul{
  padding-left: 16px;
}

/*end of Wer darf beraten werden ?*/

/* Beitragsordnung */

.Beitragsordnung .innerbox1,
.Beitragsordnung .innerbox2,
.Beitragsordnung .innerbox3{
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}
.Beitragsordnung .innerbox1{width: 160px!important;}
.Beitragsordnung .innerbox2{width: 65px!important;}
.Beitragsordnung .innerbox3{width: 67px!important; font-weight: 700!important;}

.Beitragsordnung .tablebox{
  hyphens: auto!important;
  overflow-x: scroll;!important;
}
.Beitragsordnung table thead tr .th4{
  width: 222px!important;
}
.Beitragsordnung table thead tr .th3{
  width: 213px!important;
}

.Beitragsordnung table thead tr .th2{
  width: 387px!important;
}
.Beitragsordnung table thead tr .th1{
  width: 135px!important;
}


.Beitragsordnung .table th{
  border: 3px solid #FFFFFF!important;
  font-weight: 700!important;
  padding: 8px;
  background: #D7D7D7;
  color: #444;;
}

.Beitragsordnung .table td{
  border: 3px solid #FFFFFF!important;
}
.Beitragsordnung .table .num{
  text-align: center!important;
}
.Beitragsordnung .tablebox .ristrline{
  margin-left: 21.96px;
}
.Beitragsordnung .tablebox .firstright{
  margin-left: 9px!important;
}

/* end of Beitragsordnung */

/*FAQ Mitgliedsschaft*/
.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faqmitglied .costum_h1{
  font-size: 260%;
  font-weight: 500!important;
}
.faqmitglied .costum_h2{
  font-size: 200%;
  font-weight: 500!important;
}
.faqmitglied .accordion .accordion-item{
  border: none;
  margin-top: 15px;
}
.faqmitglied .accordion-header .accordion-button{
  color: white !important;
  background-color: var(--red);
  font-size: 25px;
  font-weight: normal;
  line-height: 37.5px;
  border-bottom: var(--red) solid 1px;
  padding: 28px 10px 34px 10px;

}
.faqmitglied .accordion-header .collapsed{
  color: var(--red) !important;
  background-color: white!important;
  font-size: 160%;
  font-weight: normal;
  line-height: 150%;
}
.faqmitglied .accordion-body{
  font-size: 20px!important;
  padding: 20px!important;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 3px;
  background-color: #eeeeee;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.faqmitglied .accordion-button::after {
  flex-shrink: 0;
  width: 46px!important;
  height: 33px!important;
  margin-left: auto;
  content: "";
  background-image: url('images/oeffentlich/Icons_Menu_offnen.png') !important;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .2s ease-in-out;
}

.faqmitglied .accordion-button:not(.collapsed)::after {
  background-image: url('images/oeffentlich/Icons_Menu_schliessen_weiss.png') !important;
  transform: rotate(0deg) !important;
}

/*end of FAQ Mitgliedsschaft*/

/*Satzung*/
.satzung .costum_h5{
  margin-top: 51px;
}
/*end of Satzung*/

/*Karriere*/
.karriere .graybox{

  background: #EEE none repeat scroll 0% 0%;
  padding: 1em 1em 0.5em 1em;
}

.karriere ul li{
  padding-bottom: 6.4px!important;
}

.fleximg{
  width: 150px;
  height: 150px;
}

.karriere .accordion-header .collapsed{
  border-radius: 0.4em!important;
}

.karriere .graybottom{
  background: #F7F7F7;
  padding: 1em;
  border-bottom-left-radius: 1em;
  border-bottom-right-radius: 1em;
  margin-bottom: 0;
}
.karriere .accordion-item {
  background-color: transparent;
  border: none;
}

.karriere  .btnanker a:hover{
  text-decoration: none;
  background: #7c001f;
}
.karriere  .btnanker a{
  color: white !important;
  background: #CF0436;
  border: 0 none;
  padding: 0.5em 1em;
  margin-top: 1em;
  transition: color .1s ease-out, background 0.3s ease-in;
  border-radius: 5px;
}
.karriere #send{
  background: #CF0436;
  border-radius: 0.4em;
  font-weight: bold;
  border: medium none;
  color: #FFFFFF;
  padding: 0.6em 1em;
  margin-top: 20px;
}

.karriereform .accordion-body{
  border: none!important;
  background: #E9E9E9;
  padding: 1.5em;
  -moz-border-radius-topleft: 5px!important;
  -moz-border-radius-topright: 5px!important;
  border-bottom-right-radius: 0.4em!important;
  border-bottom-left-radius: 0.4em!important;
}
.karriereform .accordion-button{
  background-color: var(--red)!important;
  color: white!important;
  -moz-border-radius-topleft: 5px!important;
  -moz-border-radius-topright: 5px!important;
  border-top-right-radius: 0.4em!important;
  border-top-left-radius: 0.4em!important;
  font-size: 120%;
  padding: 15px;
  font-weight: bold;
}

.karriereform .accordion-button::before {
  flex-shrink: 0;
  width: 20px!important;
  height: 20px;
  margin-left: 0!important;
  margin-right: 5px!important;
  content: "";
  background-image: url('images/oeffentlich/pfeil_unten.png') !important;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .2s ease-in-out;
  transform: rotate(0deg);
}

.karriereform .accordion-button:not(.collapsed)::before {
  background-image: url('images/oeffentlich/pfeil_unten.png') !important;
  transform: rotate(90deg) !important;
}

.karriereform .accordion-button::after {
  content: "";
  background: none!important;
  flex-shrink: 0;
  width: 0;
  height: 0;
  margin-left: 0;
  background-repeat: no-repeat;
  background-size: 0;
  transition: none;
}


.karriereform .accordion-button:not(.collapsed)::after {
  content: "";
  background: none!important;
}

.karriere .redhead p,.karriere .redhead .costum_h5{
  color: white!important;
  margin: 0;
}
.karriere .redhead{
  background-color: #D30132!important;
  padding: 16px;
  color: #fff;
  border-top-left-radius: 0.4em;
  border-top-right-radius: 0.4em;
}

/*end of Karriere*/

/*Mitarbeiter suche*/
.mitarbeitergesucht ul li{
  margin-bottom: 6.4px;
}
/*end of Mitarbeiter suche*/

/*Karriere FAQ*/

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.faqkarriere .costum_h1{
  font-size: 260%;
  font-weight: 500!important;
}
.faqkarriere .costum_h2{
  font-size: 200%;
  font-weight: 500!important;
}
.faqkarriere .accordion .accordion-item{
  border: none;
  margin-top: 15px;
}
.faqkarriere .accordion-header .accordion-button{
  color: white !important;
  background-color: var(--red);
  font-size: 25px;
  font-weight: normal;
  line-height: 37.5px;
  border-bottom: var(--red) solid 1px;
  padding: 28px 10px 34px 10px;

}
.faqkarriere .accordion-header .collapsed{
  color: var(--red) !important;
  background-color: white!important;
  font-size: 160%;
  font-weight: normal;
  line-height: 150%;
}
.faqkarriere .accordion-body{
  font-size: 20px!important;
  padding: 20px!important;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 3px;
  background-color: #eeeeee;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


.faqkarriere .accordion-button::after {
  flex-shrink: 0;
  width: 46px!important;
  height: 33px!important;
  margin-left: auto;
  content: "";
  background-image: url('images/oeffentlich/Icons_Menu_offnen.png') !important;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .2s ease-in-out;
}

.faqkarriere .accordion-button:not(.collapsed)::after {
  background-image: url('images/oeffentlich/Icons_Menu_schliessen_weiss.png') !important;
  transform: rotate(0deg) !important;
}

/*end of Karriere FAQ*/

/*Verein*/
.verein .content img{
  width: 190px;
  height: 190px;
  border: var(--red) 1px solid;
}
.verein .content p{
  font-size: 13px;
  line-height: 13px;
}
.verein .content .costum_h1{
  font-size: 35px;
}

.verein .content .costum_h3{
  font-size: 23.2px;
  margin-bottom: 27.6px;
  line-height: normal;
}
/*end of Verein*/

/*Unterseite Kontakt*/

.color-red{
  color: var(--red);
}

.bewerbungcall a{
  background-color: #e04445;
  color: white !important;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  border-radius: 5px;
}

/*end of Unterseite Kontakt*/

/*Kontakt*/
.kontakt .linkbtn{
  background: #7c001f;
  text-decoration: none;
}
.kontakt .linkbtn{
  background-color: var(--red);
  color: white !important;
  width: 100%;
  border: 0 none;
  padding: 0.5em 1em;
  margin-top: 1em;
  transition: color .1s ease-out, background 0.3s ease-in;
  border-radius: 5px;
}
/*end of Kontakt*/

/*Beiträge aufbau*/

.mb-51{
  margin-bottom: 51px;
}

.beitragh5{
  color: #D30132;
  font-size: 18.4px;
  line-height: normal;
  font-weight: 700;
}

.beitragh4{
  color: #D30132;
  font-size: 20.8px;
  line-height: normal;
  font-weight: 700;
}

.beitragh3{
  color: #D30132;
  font-size: 24px;
  line-height: normal;
  font-weight: 700;
}

.beitragh2{
  color: #D30132;
  font-size: 30.4px;
  line-height: normal;
  font-weight: 700;
}
.beitragh1{
  color: #D30132;
  font-size: 32px;
  line-height: normal;
  font-weight: 700;
}

.smallprintbeitrag{
  font-size: 10px;
  margin-top: 40px;
}

.smalltxtimgbeitrag{
  font-size: 12.8px;
}

.btnbackbeitrag a:hover{
  background: #7c001f;
}
.btnbackbeitrag a{
  color: #fff!important;
  background: #E04143;
  padding: 8px 16px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: color .1s ease-out, background 0.3s ease-in;
  border-radius: 5px;
}

.socialsbeitragul{
  display: none;
  list-style: none;
  padding-left: 0px;
  text-align: center;
}

.socialsbeitragul li{
  display: block;
  min-width: 110px;
  max-width: 160px;
}

.socialsbeitragul li a{
  color: white!important;
}

.socialsbeitragul .facebook,
.socialsbeitragul .xing,
.socialsbeitragul .twitter
{
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 100%;
  display: block;
}

.socialsbeitragul .facebook:hover a{
  background-color: #4273c8;
}
.socialsbeitragul .facebook a{
  background-color: #3b5998;
  display: block;
  width: 100%;
  height: 100%;
}

.socialsbeitragul .xing:hover a{
  background-color: #29888a;
}

.socialsbeitragul .xing a{
  background-color: #126567;
  display: block;
  width: 100%;
  height: 100%;
}

.socialsbeitragul .twitter:hover a{
  background-color: #32bbf5;
}
.socialsbeitragul .twitter a{
  background-color: #55acee;
  display: block;
  width: 100%;
  height: 100%;
}

.socialsbeitragul .twitter{
  height: 30px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.beitragsimg{
  width: 300px;
  height: auto;
}

.btn-weiterlesen{
  background: var(--red);
  color: #fff!important;
  margin-top: 1em;
  display: block;
  padding: 8px;
  border-radius: 6px;
  display: inline-block;
  width: auto;
}

.beitragssmallview{
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  padding: 1.5em;
  clear: both;
  margin: 2em 0.3em;
}

.beitragcategoryu{
  color: var(--red);
  font-weight: bold;
  margin-left: 5px;
}

.beitraglinkuberschrift{
  font-weight: bold;
  font-size: 21px;
  line-height: normal;
  margin-bottom: 20px;
  display: block;
}

.steuertippsauswahl{
  list-style: none;
  padding-left: 0;
}

.steuertippsauswahl li a:hover{
  background-color: var(--red);
  color: white!important;
  text-decoration: none;
}
.steuertippsauswahl .aktivebeitragcategory a{
  background-color: var(--red) !important;

}
.steuertippsauswahl li a{
  padding: 8px;
  background: #aaa;
  color: white!important;
  margin: 0 5px 13px 0;
  display: block;
}
.steuertippsauswahl li{
  display: inline-block;
}

.backgroundgraybeitrag{
  background-color: #eee;
}

.papierstift{
  background: url('images/oeffentlich/stiftblatt.png')no-repeat 0.3em 0.4em, #eee;
  margin-bottom: 1em;
  background-size: auto, auto;
  background-size: auto, auto;
  padding: 24px 24px 24px 115px;
  background-size: 100px;
}

.hinweisbeitrag{
  background: url('images/oeffentlich/Hinweis.png')no-repeat 0.3em 0.4em, #eee;
  margin-bottom: 1em;
  background-size: auto, auto;
  background-size: auto, auto;
  padding: 24px 24px 50px 115px;
  background-size: 100px;
  /*display: flex;*/
  align-items: center; /* Vertikale Zentrierung */
}

.Buchabisz{
  background: url('images/oeffentlich/begriff-icon.png')no-repeat 0.3em 0.4em, #eee;
  margin-bottom: 1em;
  background-size: auto, auto;
  background-size: auto, auto;
  padding: 24px 24px 50px 115px;
  background-size: 100px;
  /*display: flex;*/
  align-items: center; /* Vertikale Zentrierung */
}

.tablebeitrag table td:nth-child(2),
.tablebeitrag table td:nth-child(4){
  min-width: 100px;
}
.tablebeitrag .wp-block-table{
  width: 100% !important;
}
.tablebeitrag table td{
  border: 3px solid #FFFFFF!important;
  padding: 8px;
  background: #F2F2F2;
  min-height: 38px!important;
}
.tablebeitrag table{
  border: 3px solid #FFFFFF;
  width: 100% !important;
}
.tablebeitrag{
  padding: 24px;

}

.emptytd{
  min-height: 16px!important;
}

.min-heigt100{
  min-height: 110px;
}

.plusul li{
  list-style: '+ ';

}

.beitragsite .beitragstablehidden table td{
  background-color: transparent!important;
  border-color: transparent!important;
}
.beitragsite .beitragstablehidden table td:nth-child(1){
  width: 250px!important;

}

.beitragsite .beitragstablehidden table{
  width: auto!important;
}

.beitragstablehidden3 table tr{
  margin-bottom: 16px !important;
  display: block;
}
.beitragstablehidden3 table td{
  background-color: transparent!important;
  border-color: transparent!important;

}
.beitragstablehidden3 table td:nth-child(1){
  width: 250px!important;
}

.beitragstablehidden3 table{
  width: auto!important;
}

.beitragsite li{
  padding-bottom: 6px;
}

.tabellegraybackgroundwhiteborder table td{
  background: #F2F2F2!important;
  border: 3px solid #FFFFFF!important;
  padding: 8px!important;
}
.tabellegraybackgroundwhiteborder19 table th{
  background: #F2F2F2!important;
  border: 3px solid #FFFFFF!important;
  padding: 8px!important;
  color: #444444FF;
  font-size: 16px;
}
.tabellegraybackgroundwhiteborder19 table td{
  background: #F2F2F2!important;
  border: 3px solid #FFFFFF!important;
  padding: 27px 8px!important;
}

.site-ps-ul ul{
  padding-left: 16px!important;
}

.site-li-mb-6 ul li{
  margin-bottom: 6px;
}

.backgroundgraybeitragpd{
  background-color: #eee;
}

.backgroundcolor-D7D7D7{
  background-color: #D7D7D7;
}

.beitragstablehidden2 table td:nth-child(1){
  width: 225px!important;
}

.beitragstablehidden2 table td{
  background-color: transparent!important;
  border-color: transparent!important;
  padding: 0;
}

.beitragstablehidden3 table td:nth-child(1){
  width: 350px!important;
}

.beitragstablehidden3 table td{
  background-color: transparent!important;
  border-color: transparent!important;
  padding: 0;
}

.width80 table td:nth-child(1){
  width: 80%;
}

.li-mb-16 li{
  margin-bottom: 16px;
}

.li-mb-6 li{
  margin-bottom: 6px;
}

.p-table-td-20 table td{
  padding: 20px!important;
}

.second-li-content li ul li{
  list-style: inside!important;
}

.c-table-borderless table td{
  border: none!important;
}

.border{
  border-top: none!important;
  border-bottom: 1px solid #dee2e6 !important;
  margin-bottom: 32px!important;
  margin-top: 32px!important;
}

/*end of Beiträge aufbau*/



/*Intern */
/*Intern Dashboard*/

.dashboard{
  margin-top: 18.4px;
}

.dashboard .icon{
  min-width: 240px;
  min-height: 169px;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  text-align: center;
  padding: 1em;
  margin-bottom: 32px;

}

.dashboard .icon img{
  max-height: 100px;
  width: auto;

}
.dashboard span{
  font-weight: bold;
  margin-top: 10px;
}

.paddingrow{
  padding: 32px 8px 0 8px;
}

.paddingbox{
  padding: 0 16px;
}

.paddingrow .col-4{
  padding: 0 16px;
}


/*end of Intern Dashboard*/

/*End of Intern*/


/* Impressum */
.impressum_margin_top {
  margin-top: 45px;
}

/* end of Impressum */


/* Partner */

.partner-card-container {
  display: flex;
  margin: 0;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  /* Remove browser default outlines, if not needed: */
  /* outline: none; */
}

.partner-card {
  width: 33%;
  box-sizing: border-box;  /* Ensures padding does not break the layout width */
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 16px 16px 8px;
  background: #EEE;
}

.partner-card:last-child {
  margin-right: 0;
}

.partner-card-image {
  display: block;
  width: 100%;
  height: auto;
}

.partner-card-title {
  text-align: center;
  margin: 0 0 16px;
}

.partner-card-link {
  text-decoration: none;
  color: #d30132; /* Example brand color */
}

@media (max-width: 840px) {
  .partner-card-container {
    /* Statt horizontal nebeneinander nun vertikal untereinander */
    flex-direction: column;
  }

  .partner-card {
    width: 100%;
    margin-right: 0; /* Keine seitlichen Abstände mehr nötig */
  }
}


/* end of Partner */


/* Social Bar */
.social-bar-container {
  background-color: rgb(211, 211, 211);
  border-radius: 5px;
  position: fixed;
  right: 0;
  height: 194px;
  width: 40px;
  padding: 5px 3px 0 2px; /* top, right, bottom, left */
  margin: 120px 0 0 0; /* top, right, bottom, left */
  z-index: 10000000;
  font-family: 'Droid Sans', sans-serif;
  font-size: 16px;
  outline: none; /* originally: outline: rgb(68, 68, 68) none 0px; */
}

.social-bar-link {
  text-decoration: none;
  color: rgb(211, 1, 50);
  margin: 0;
  outline: none; /* originally: outline: rgb(211, 1, 50) none 0px; */
}

.social-bar-icon {
  width: 37px;
  height: 37px;
  max-width: 100%;
  transition: 0.5s;
  cursor: pointer;
  margin: 0;
  outline: none; /* originally: outline: rgb(211, 1, 50) none 0px; */
}

@media (max-width: 992px) {
  .social-bar-container {
    display: none !important;
  }
}

/* end of Social Bar */


/* änderungen 06.2025 & 07.2025*/

#umkreissucheform #umkreissuchebutton{
  margin-top: 20px;
  padding: 4px 24px;
  border-radius: 6.4px;
}

.ul-spaced li{
  margin-bottom: 6.4px;
}

.yt-button a:hover{
  color: white;
}
.yt-button a{
  background-color: #d30132;
  color: white !important;
  border-radius: 6.4px;
  padding: 8px 24px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.graybackground{
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #eeeeee;
}

.steuertippsstartseitecolumns .gabs{
  margin-bottom: 16px;
}
.steuertippsstartseitecolumns .gabs:where(.wp-block-columns.is-layout-flex) {
  gap: 16px;
}
.steuertippsstartseitecolumns .box{
  background-color: #eeeeee;
  padding: 16px;
}

.unsereleistungenpage ul{
  margin-top: 16px;
}
.ul-all ul li{
  margin-bottom: 6.4px;
}

.leistungenboxes{
  background-color: #f7f7f7;
  border-radius: 8.32px;
}

.jahresbeitragnew .table thead tr th{
  font-size: 16px!important;
  font-weight: bold!important;
  padding: 8px;
}
.jahresbeitragnew table .num,
.jahresbeitragnew table .tdbox1,
.jahresbeitragnew table .tdbox2,
.jahresbeitragnew table .tdbox3{
  background-color: #f2f2f2;
}


.tablegrayipressum table th,
.tablegrayipressum table td{
  background: #F2F2F2!important;
  border: 3px solid #FFFFFF!important;
  padding: 8px!important;
}

.tablegrayipressum table thead{
  background-color: #d7d7d7 !important;
}

.tablegrayipressum table th{
  font-weight: bold;
  color: #444444;
  font-size: 16px;
  background: #d7d7d7!important;
  text-align: center !important;
}

.tablegrayipressum table th:nth-child(1) {
  width: 15% !important;
}
.tablegrayipressum table th:nth-child(2) {
  width: 30% !important;
}

/*end of änderungen 06.2025 & 07.2025*/


/*änderungen 09.2025*/
#kontaktForm{
  padding: 24px;
  background-color: #f7f7f7;
  border-radius: 16px;
}

.costum-col-search{
  align-items: flex-end !important;
  display: flex !important;
  margin-bottom: 10px;
  justify-content: flex-end !important;
}

.vorteilebox .row{
  margin-bottom: 16px;
}

.pagination .page-numbers{
  margin-right: 5px;
}

.c-red{
  color: #D30132;
}

.cmb-9{
  margin-bottom: 9.2px;
}

/*end of änderungen 09-10.2025*/




/* Mobile nav */

#mobile-nav-wrapper {
  display: none;
}

#mobile-nav-header {
  background: #E04143; /* red background */
  margin: 0;
  padding: 0;
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
}

#mobile-nav-header .mobile-nav-toggle {
  width: 10em;
  margin: 0 auto;
  padding: 4.8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#mobile-nav-header .mobile-nav-icon {
  width: 32px;
  height: 32px;
}

#mobile-nav-header .mobile-nav-title {
  color: #FFF;
  font-weight: 700;
  font-size: 25.6px;
  margin-left: 12.8px;
}

#mobile-nav-menu {
  font-family: "Droid Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

#mobile-nav-menu .mobile-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobile-nav-menu .mobile-nav-list > li {
  position: relative;
  padding: 12.8px;
  border-bottom: 1px solid #AAA;
}

#mobile-nav-menu .mobile-nav-list li a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

#mobile-nav-menu .mobile-nav-list li.current-menu-item > a,
#mobile-nav-menu .mobile-nav-list li.current-menu-ancestor > a {
  color: #D30132;
}


#mobile-nav-menu .sub-menu {
  display: none; /* if you want collapsible submenus for mobile */
  list-style: none;
  margin: 0;
  padding: 0;
}

#mobile-nav-menu .sub-menu li a {
  color: #747474;
  font-size: 12.8px;
  font-weight: 400;
  display: block;
  padding: 4.8px 16px;
  text-decoration: none;
}

#mobile-nav-menu .menu-item-has-children.open > .sub-menu {
  display: block;
}

#mobile-nav-menu .submenu-toggle {
  float: right;            
  font-size: 24px;
  font-weight: bold;
  color: #D30132;         
  cursor: pointer;
  line-height: 1;          
  margin-top: -2px;        
  margin-right: 10px;
}

#mobile-nav-menu .submenu-toggle.minus {
  display: inline-block;    
  transform: scaleX(1.5);   
  transform-origin: center; 
}

/* end of Mobile nav */



/* Nav responsive settings */

/* Hide Mobile Menu & Show Desktop Nav on screens ≥ 993px */
@media (min-width: 993px) {
  #mobile-nav-wrapper {
    display: none !important; /* keep mobile hidden on large screens */
  }
  .navbar,
  .collapse.navbar-collapse,
  #navbarNav {
    display: block !important;
  }
}

/* Show Mobile Menu & Hide Desktop Nav on screens < 993px */
@media (max-width: 992px) {
  #mobile-nav-wrapper {
    display: block !important; /* show mobile nav */
  }
  .navbar,
  .collapse.navbar-collapse,
  #navbarNav {
    display: none !important;
  }
}

/* end of Nav responsive settings */

/*  */