body {
font-size: 1.1rem;
line-height: 1.5;
color: #000000;
text-align: left;
background-color: #fff;
/*text-transform: uppercase;*/
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/* keine Trennungen in diesem Element */
.noBreak {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.col-12 {
display: none !important;
}

.entry-title {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}


.bold {
font-weight: 700;
}

ul#menu-primary-navigation a {
color: #000;
font-size: 36px;
line-height: 30px;
}

article header h2 {
font-size: 1.4rem;
line-height: 1.0;
}

.bmk-f1ccc2 {
border-top: 0px solid #000000;
border-bottom: 0px solid #000000;
border-left: 0px;
border-right: 0px;
}

.bmk-f1ccc2:hover {
border-top: 0px solid #69949b;
border-bottom: 0px solid #69949b;
border-left: 0px;
border-right: 0px;
}

article.category-aktuelles header {
position: static;
margin: 15px 0;
}

article.category-aktuelles .excerpt {
padding: 0px;
}

.gs_logo_single {
background-color: #ffffff;
}

.bmk-c5e4d7 {
border: 0px solid #c5e4d7;
}

.bmk-c5e4d7:hover {
border: 0px solid #9bb1a9;
}

.bmk-191aa1 {
border: 0px solid #191aa1;
}

.bmk-191aa1:hover {
border: 0px solid #20276b;
}

.bmk-d4b456 {
border: 0px solid #d4b456;
}

.bmk-d4b456:hover {
border: 0px solid #a28b45;
}

.bmk-1a2f51 {
border: 0px solid #1a2f51;
}

.bmk-1a2f51:hover {
border: 0px solid #101c33;
}

article a {
    position: relative;
}

.shader {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  background: rgba(212, 255, 0, 0.8);
  transition: opacity 0.3s ease-in-out;
}
article a:hover .shader {
    opacity: 1;
    
}
article header {
    z-index: 101;
}
article header h2 {
  transition: color 0.3s ease-in-out;
}