/* by OBM-Media */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}  

h1, h2, .content-category h1, .registration h1 {
	font-size: 2rem;
}

hr {
  max-width: 120px;
  border-top: 4px solid var(--primary);
  opacity: 1;
  margin: 20px 0px 30px 0px;
}

.header_top {
color: #00537B;	
}

.header_top a {
color: #00537B;
text-decoration: none;	
}

.header_top a:hover, .header_top a:focus{
color: #046DA0;
}

.container_header {
   padding-top: 1rem;
}

.hornav ul.menu .active {
border-bottom: 3px solid #00537B;
}

.hornav ul.menu > li > a, .hornav ul.menu > li > span {
font-size: 15px;
letter-spacing: 0.5px;
font-weight: 400;
}

#container_base2_modules .module_surround {
  padding-bottom: 30px;
}

#base-2 .module_header {
  margin-bottom: 40px;
}

#base-2 .module_header h3 {
  font-weight: normal;
  color: #ddd;
}

#base-2 a, #base-2 li a {
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

#base-2 a:hover, #base-2 a:focus {
    color: #ddd;
}

.container_footer .wrapper960 {
 justify-content: center;
}

.copyright, .copyright a {
  color: #bbb;
  font-size: 12px;
  text-decoration: none;
}

.module.center {
  text-align: center;
}

ul.left {
  text-align: left;
  margin-top: 10px;
}


/* Modul Leistungen START */
h3.mod_standard.center.unterstrich {
	text-align: center;
	font-size: 36px;
	font-weight: 400;
}

h3.mod_standard.center.unterstrich::after {
  height: 4px;
  width: 120px;
  background: #00537b;
  content: "";
  display: block;
  margin: 20px auto;
}

/*
.j51_icon figure > img {
  text-align: center;
  flex: 0 0 auto;
  background: #046DA0;
  padding: 8px;
  border-radius: 50%;
}
*/

.j51_icon figure > img {
  padding: 8px; 
}


.j51_icons .j51_icon.boxed figure {
box-shadow: 0 0 20px #ddd;
transition: all .7s;
}

.j51_icons .j51_icon.boxed figure:hover {
box-shadow: 0 0 60px #ccc;
}

.j51_icon .j51_icon_title {
  font-size: 1.5em;
}

.leistungen-startseite .j51_icon_layout_col-i-t figcaption {
  min-height: 125px;
}

/* Modul Leistungen END */

/* Modul Vorstellung START */
.vorstellung-startseite .j51_icon_layout_col-i-t figcaption {
  min-height: 180px;
}
/* Modul Vorstellung END */
		

@media only screen and (min-width: 1010px) {
.header-1 {margin-left: 90px;}
.logo {padding-left: 90px;}
.hornav ul.menu {padding-right: 90px;}
}

@media (max-width: 766px) {
#base-2, #base-2 .module_header h3 {text-align: center;}
.module .mod-list li a::after, .module_menu .mod-list li a::after {display: none;}
}	
