/* definitionen überschriften, linien */
h3 {
  margin-bottom: 0;
}
h1 {
  margin-bottom: 45px !important;
}
h2 {
  padding-bottom: 15px !important;
  position: relative;
}
/* linien blau weiss */
h1:before,
h2:before {
  content: "";
  border-bottom: 2px solid rgba(178, 179, 170, 0.2);
  bottom: 0;
  height: 2px;
  left: 0;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 0;
}
h1:after,
h2:after {
  content: "";
  border-right: 3px solid #ffffff;
  bottom: 0;
  height: 2px;
  left: 0;
  display: block;
  position: absolute;
  width: 32px;
  z-index: 1;
  background-color: #1e73be;
}
/* submenu-definitionen */
.untermenu li {
  border-top: 1px solid #e1e1e1 !important;
}
.untermenu li:first-child {
  border-top: 0px none !important;
}
.untermenu li:before {
  content: '';
  background: url(https://www.vinzenzpeter.ch/wp-content/uploads/2021/09/link_icon.svg) no-repeat;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 15px;
  right: 5px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.untermenu li:hover:before {
  background: url(https://www.vinzenzpeter.ch/wp-content/uploads/2021/09/link_icon_hover.svg) no-repeat;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.site-branding {
  position: relative;
}
#header:before {
  content: '';
  background: #b2b3aa;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  display: block;
  z-index: 5;
}
.site-branding:after {
  content: '';
  background: #1e73be;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  width: calc(100% + 20px);
  height: 8px;
  top: -25px;
  left: -10px;
  display: block;
  position: absolute;
  z-index: 99;
}
/* team abstände */
.uc_tmob_title {
  margin-bottom: 0 !important;
}
.uc_tmob_desc span {
  margin-top: 20px !important;
}
/* footer */
.ct-footer p {
  color: #8a8a8a;
}
.ct-footer a {
  color: #8a8a8a;
  text-decoration: none;
}
.ct-footer a:hover {
  color: #1e73be;
}
