:root {
  --hauptfarbe: #555;
  --akzentfarbe: #dadada;
  --hintergrundfarbe: #dadada;
  --ueberschriftfarbe: rgb(59,60,66);
  --linkfarbe: #E85A0C;
  --fehlerfarbe: #FF0040;
}


/* =============================================================================
 * Heikos Abschnitt
 * ========================================================================== */

a:link {
	color: var(--linkfarbe);
	text-decoration:none;
}
a:visited {
	color: var(--linkfarbe);
	text-decoration:none;
}
a:active {
	color: var(--uberschriftfarbe);
	text-decoration:none;
}
a:hover {
	color: var(--uberschriftfarbe);
	text-decoration:none;
}


/*Tabellen by Heiko*/
.table_with_border
{
border: 1px solid var(--akzentfarbe);
background: var(--hintergrundfarbe);
font-size:100%;
}

.table_without_border
{
#border: 0px solid var(--akzentfarbe);
#background: var(--hintergrundfarbe);
font-size:100%;
}
.head_left {
font-weight:bold;
border-bottom: 1px solid var(--akzentfarbe);
border-right: 1px solid var(--akzentfarbe);
padding: 3px 0px 5px 5px; /*top right bottom left*/
vertical-align:top;
}

.head_middle {
font-weight:bold;
vertical-align:top;
border-bottom: 1px solid var(--akzentfarbe);
border-right: 1px solid var(--akzentfarbe);
padding: 3px 0px 5px 5px; /*top right bottom left*/
}

.head_right {
font-weight:bold;
vertical-align:top;
border-bottom: 1px solid var(--akzentfarbe);
padding: 3px 5px 5px 5px; /*top right bottom left*/
}

.column_left {
border-right: 1px solid var(--akzentfarbe);
vertical-align:top;
padding: 7px 2px 7px 5px; /*top right bottom left*/
}
.column_left_bold {
font-weight:bold;
border-right: 1px solid var(--akzentfarbe);
vertical-align:top;
padding: 5px 2px 0px 5px; /*top right bottom left*/
}

.column_middle {
border-right: 1px solid var(--akzentfarbe);
vertical-align:top;
padding: 5px 2px 7px 5px; /*top right bottom left*/
}

.column_middle_bold {
font-weight:bold;
border-right: 1px solid var(--akzentfarbe);
vertical-align:top;
padding: 5px 2px 0px 5px; /*top right bottom left*/
}

.column_right {
vertical-align:top;
padding: 5px 2px 7px 5px; /*top right bottom left*/
}

.column_right_center {
padding: 5px 2px 7px 5px; /*top right bottom left*/
text-align:center;
vertical-align:top;
}
.unten {
background: var(--hintergrundfarbe);
border:solid var(--akzentfarbe) border-width: 0px 0px 1px 0px; /*top right bottom left*/
padding: 0px 0px 0px 0px; /*top right bottom left*/
}

/**
 * MHG customization
 * @author  Medienhaus Gersöne: Agentur für Neue Medien: Web, Design & Marketing
**/
.ce_revolutionslider_text.bold {
    font-size: 60px;
    font-weight: 700;
}

#main .mod_article {
    padding-bottom: 0;
}
.swiper-slide:not(.swiper-slide-active) {
    opacity: 1!important;
}

h1.fa, h2.fa, h3.fa, h4.fa, h5.fa, h6.fa {
  font-family: "Source Sans Pro";
}
h1.fa:before, h2.fa:before, h3.fa:before, h4.fa:before, h5.fa:before, h6.fa:before {
  font-family: FontAwesome;
  margin-right: 5px;
}
.newslist-v4 {
	transition: none;
}
