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

.breadcrumb{
  display: none;
}

#topL{
  max-width: 150px;
}

.my_extra_menu_class_header .menu-item{
  padding-right: 20px;
}

.my_extra_menu_class_footer ul{
  display: flex;
  justify-content: start;
  padding-left: 0px;
}

.my_extra_menu_class_footer ul li{
  list-style-type: none;
}

#mainheader{
  background-color: #9b9794;

}

#mainfooter{
  background-color: #8e1f31;
}
/*
#positionnav{
  padding-left: 0px;
  position: fixed;
  top: 130px;
  right: 185px
}
*/
.holder-toggler{
  width: 305px;
}

.navbar-toggler{
  background-color: #8e1f31; ;
}

.menutext{
  margin-left: 7px;
  margin-top: 4px;
  padding-top: 3px;
  color: white;
  font-weight: bold;
}

.bi-list{
fill: white;
}
.my_extra_menu_class_header{
  background-color: #f7f0ec;
}
.navbar-toggler-icon{
  background-image: none !important;
}

.hero-image{
	max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  background-color: #9b9794;
}

.container-rezise{
max-width: 950px;
padding-left: 0px;
padding-right: 0px;
}

#positionnav{
  display: flex;
  justify-content: end;
}
#mainheader{
  margin-bottom: -60px;
}

.holder-toggler .menu-item a{
//background-color: #981a32;
  color: black;
  text-decoration: none;
  padding: 5px;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
}

.holder-toggler .menu-item{

padding-right: 0px;
  //padding-top: 10px;
  //padding-bottom: 10px;
  padding-left: 10px;
}

.holder-toggler .menu-item:hover{
  background-color: #981a32;
}

.holder-toggler .menu-item a:hover{
  color:white;
}

#menu-footer li{
margin-right: 10px;
}

.my_extra_menu_class_footer a{
color: white;
text-decoration: none;
font-weight: bold;
}

.heading-txt{
color: #93142D;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
  font-size: 160%;
  margin-top: 31px;
  margin-bottom: 40px;

}

.teaser-one-hdl{
background: linear-gradient(to bottom, #b2344d 0%,#95172f 100%);

  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 1.1em;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
}

.wp-block-lazyblock-zwei,
.wp-block-lazyblock-teaser-one{

	border: none;
  background: none;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
  margin-bottom: 2em;

}

.wp-block-lazyblock-teaser-one a{
	text-decoration: none;
}

.wp-block-lazyblock-teaser-one a:hover{
	text-decoration: underline ;
}

#navbarNav{
position: absolute;
  z-index: 100000;
  height: 520px;
}
.stlink{

color: #93142d;
  text-decoration: none;
  font-weight: bold;
}

.stlink:hover{

color: #93142d;
  //text-decoration: none;
  font-weight: bold;
}


.paraTitle{
color: #93142D;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
  font-size: 160%;
  margin-top: 31px;
  margin-bottom: 40px;
}

.paragraphOuter{
margin-bottom: 100px;
}

.backlinkst{
color: #93142d;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 50px;
}

.backlinkst:hover{
color: #93142d;
  text-decoration: none;
  font-weight: bold;
}


.st-detail h3 b{
	margin-top:25px;
color: #93142d;
margin-bottom: 25px;


}


.st-detail{
		margin-top:25px;

margin-bottom: 25px;
}


/*ac*/

body {
  background-image: url('images/steuerconbackground.png');
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
}

html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.cccontainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: auto;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  /*margin-top: 4px;*/
}

h2, .h2c{font-size: 26px;}
h3, .h3c{font-size: 22px;}
h4, .h4c{font-size: 20px;}
h5, .h5c{font-size: 19px;}

h4, h2,
.h2c, .h3c, .h4c, .h5c
{
  color: #93142D;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
}

.qoute{
  font-size:25.0pt;
  line-height:115%;
  font-family: "Monotype Corsiva";
}

.mb-3{margin-bottom: 30px;}
.mb-4{margin-bottom: 40px;}
.mb-5{margin-bottom: 50px;}
.mb-6{margin-bottom: 60px;}

.link a{
  color: #93142D;
  text-decoration: none;
}

.link a:hover{
  text-decoration: underline;
}

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


.graybox{
  padding: 10px 20px;
  background: linear-gradient(to bottom, #eeeeee 0%,#dedede 98%);
  margin-bottom: 16px;
  border: 2px solid #555555;
}

.border{
  border: solid 1px black;
}

.inseratebox{
  box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
}


.inserateheader p::before {
  content: "";
  display: inline-block;
  background-image: url('images/kaufgesuch.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 25px;
  margin-right: 10px;
  transform: translateY(10px);
}
.inserateheader2 p::before{
  background-image: url('images/verkauf.png');
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  transform: translateY(10px);
}

.kaufgesucht::before {
  content: "";
  display: inline-block;
  background-image: url('images/csm_kaufgesuch_rot_19284bf1cc.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 20px;
  margin-right: 10px;
  transform: translateY(5px);

}

.steuerberaterkanzlei::before {
  content: "";
  display: inline-block;
  background-image: url('images/csm_verkauf_rot_ab5b8a5505.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 29px;
  margin-right: 10px;
  transform: translateY(5px);
}

.inserateheader p,
.inserateheader a{
  color: white;
  margin: 0;
  text-decoration: none;
}
.inserateheader{
  background-color: #ab2d45;
  padding: 10px 20px 20px 20px;
  margin-bottom: 0;
  color: white;
  font-size: 20px;
}

.btn-red a:hover{
  text-decoration: underline;
}
.btn-red a{
  background-color: #ab2d45;
  padding: 10px 30px;
  border-radius: 3px;
  color: white;
  text-decoration: none;


}

.btn-redinput:hover{
  color: white;
}

.btn-redinput{
  background-color: #ab2d45;
  padding: 5px 30px;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  width: 100% !important;
}

.formkontakt{
  box-shadow: 1px 1px 5px 0 rgba(30, 30, 30, 0.5);
  padding: 18px;
}

.padding-form{
  padding: 20px;
}

.adressetable table {
  width: 100%;
  table-layout: auto;
}

.adressetable table td {
  border: none;
}

.adressetable table td:first-child {
  white-space: nowrap;
  width: 1%;
}

.linkunderline{
  padding-bottom: 7px;
  margin-bottom: 7px;
  margin-top: 30px;
  border-bottom: solid black 1px;
}

.smallboxtextnonborder{
  font-weight: bold;
  font-size: 60%;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.smallboldtext{
  font-weight: bold;
  font-size: 60%;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px black ;
}

.borderlesstable table td:nth-child(1) {
  width: 110px!important;
}
.borderlesstable table td{
  border: none !important;
}

.cardzentrale figure{
  margin-bottom: 0;
}
.cardzentrale{
  box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
  padding: 20px;
  max-width: 500px;
  margin-right: auto;

  gap: 16px;
}

.cardzentrale .wp-block-column:first-child {
  max-width: 120px;
}

.punderborder{
  border-bottom: 1px solid lightgray;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.mb-impressum{
  margin-bottom: 49px;
}

.underline-impressum{
  text-decoration: underline;
}

.borderlesstable-with-header table td
{
  border: none !important;
}



.bi-search{
  color: #8e1f31;
  font-weight: bold;
}

.btn-gray{
  background-color: white;
}

.boockimg{
  font-weight: bold;
  margin-bottom: 30px;
}
.boockimg::before {
  content: "";
  display: inline-block;
  background-image: url('images/pages.gif');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transform: translateY(5px);
}




/* Entferne Listendekoration */
#navbarNav ul li {
  list-style-type: none !important;
}

/* Basis-Navigation */
.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  flex-wrap: wrap;
  /**overflow-x: hidden;**/
}

.navbar-nav > li {
  position: relative;
}

/* Menü-Links */
.navbar-nav a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  background-color: transparent;
  white-space: nowrap;
}

/* Sub-Menüs Desktop (Standardzustand) */
.navbar-nav .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%; /* Submenü rechts vom Parent */
  background: #f7f0ec;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 200px;
}

/* Sub-Menü anzeigen bei Hover (nur Desktop) */
.navbar-nav li:hover > .sub-menu {
  display: block;
}

/* Mobile Ansicht */
@media (max-width: 992px) {
  .navbar-nav li {
    position: static;
    width: 100%;
  }

  .navbar-nav .sub-menu {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background: transparent;
    padding-left: 15px;
    margin-top: 5px;
  }

  .navbar-nav a {
    white-space: normal;
    word-break: break-word;
  }

  .navbar-nav li:hover > .sub-menu {
    display: block; /* optional redundant */
  }


  /*home suche*/
  #radiussearchform input{
    margin-top: 5px;
  }
  #radiussearchform .input-group-text{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: 5px;
  }
  #radiussearchform{
    padding-left: 5px;
  }
  #radiussearchform .input-group {
    flex-wrap: wrap;
  }

  #radiussearchform .input-group-text,
  #radiussearchform .form-control {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #radiussearchform .input-group-text:nth-child(1),
  #radiussearchform .form-control:nth-child(2) {
    flex: 1 1 50%;
    max-width: 50%;
  }

  #radiussearchform .input-group-text:nth-child(3),
  #radiussearchform .form-control:nth-child(4) {
    flex: 1 1 50%;
    max-width: 50%;
  }

  .steuertippsiteclass .col-sm-8{
    border-bottom: solid 1px gray;
    margin-bottom: 16px;
  }

}


/*banner*/
col-mid{
  width: auto;
}
.col-left, .col-right{
  max-width: 160px;
}


/* end of banner*/



.headerkontakt{
  background-color: #8e1f31;
  color: white;
  font-size: 24px;
}

.mt-c30{
  margin-top: 50px;
  display: block;
}

.my_extra_menu_class_footer ul {
  display: flex;
  flex-wrap: wrap; /* wichtig für den Umbruch */
  justify-content: start;
  padding-left: 0px;
  margin: 0;
  gap: 10px; /* Abstand zwischen den Items */
}

.my_extra_menu_class_footer ul li {
  list-style-type: none;
  margin: 5px 10px 5px 0;
}

#mainfooter .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

#mainfooter form {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
  min-width: 200px;
}

@media (max-width: 768px) {
  #mainfooter .container {
    flex-direction: column;
    align-items: stretch;
  }

  #mainfooter form {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .col-left, .col-right{
    display: none;
  }

}

.headerkontakt{
  width: 100%;
  display: block;
  padding: 20px;
}
/*ac*/


