@font-face {
  font-family: 'Premier Free Style DB'; 
  font-style: normal; 
  font-weight: normal;
  src: local('Premier Free Style DB'), url('/images/font/PremierFreeStyleDB.woff') format('woff'), url('/images/font/PremierFreeStyleDB.ttf') format('truetype');
}
 /* .blog-item .item-image img {
   max-width: 80%;
 } */
 #mod-custom110 .overlay {
   background: none;
 }
 figure {
   margin: 0 2em 2em 0;
 }
 .com-content-article img {
   border-radius: 10px;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
 }
 .image-left .blog-item .item-image {
   flex: 1 0 5%; 
 }
 .my_termin li::before {
   content: url('/images/icons/kalender0.png');
 }
 .my_nachricht li::before {
   content: url('/images/icons/news3.png');
 }
 .my_termin li::before,.my_nachricht li::before {
   display: grid;
   margin-left: -60px;
   float: left;
 }
 .my_termin li, .my_nachricht li {
   padding-left: 60px;
   border-bottom: 1px solid #dfe3e7;
 }
 .my_termin li li::before, .my_nachricht li li::before {
   content: none;
   display: none;
 }
 .my_termin li li, .my_nachricht li li {
   padding-left: 0;
   border: none;
 }
 .my_termin li h1, .my_nachricht li h1 {
   display:none;
 }
 .my_termin .article-separator, .my_nachricht .article-separator {
   display: none;
 }
 .metismenu .level-1 {
   text-transform: uppercase;
 }
 .metismenu .level-2, .metismenu .level-3 {
   text-transform: none;
 }
 

 
 /* =============== TYPOGRAPHY - TABLE STYLES =============== */
table.table-style {
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	color: #404040;
}
table.table-style caption {
	padding: 6px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table.table-style td,
table.table-style th {
	padding: 14px 20px;
	border-bottom: 1px solid #DEDEDE;
}
table.table-style th {
	text-align: left;
}
table.table-style .highlight {
	color: #fff;
}
table.table-style thead th {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 400;
}
table.table-style thead th.highlight {
	border-top: none;
}
table.table-style tbody th,
table.table-style tbody td {
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	font-weight: 400;
}
table.table-style tbody .highlight {
	background-color: #999;
}
table.table-style tbody tr.odd {
	background: #f2f2f2;
}
table.table-style tbody tr.odd .highlight {
	background-color: #7E7E7E;
}
table.table-style tbody tr:hover th,
table.table-style tbody tr:hover td {
	background: #E4E4E4;
}
table.table-style tbody tr:hover .highlight {
	background: #737373;
}
table.table-style tfoot {
	border: 1px solid #DEDEDE;
}
table.table-style tfoot th,
table.table-style tfoot td {
	border: none;
	padding: 12px 20px;
	background-color: #d9d9d9;
}
table.table-style tfoot td {
	text-align: right;
}
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th.highlight {
	background-color: #484848;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes {
	color: #fff;
}
table.style-colorstripes thead,
table.style-colorstripes tfoot {
	border: none;
}
table.style-colorstripes tbody .highlight {
	color: #333;
	border-bottom: none;
	border-top: 1px solid #fff;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th {
	background: #404040;
	border-right: 1px groove #999999;
}


/* =============== TYPOGRAPHY - TABLE STYLES (blue.css) =============== */
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th {
	background-color: #366999;
	border-right: 1px groove #5A93C5;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes td,
table.style-colorstripes th {
	border-bottom: 1px solid #366999;
	border-right: 1px groove #366999;
}
table.style-colorstripes thead th {
	background-color: #162c40;
}
table.style-colorstripes thead th.highlight {
	background-color: #284C72;
}
table.style-colorstripes tbody tr {
	background-color: #284D73;
}
table.style-colorstripes tbody .highlight {
	background-color: #DEE9F3;
}
table.style-colorstripes tbody tr.odd {
	background-color: #224161;
}
table.style-colorstripes tbody tr.odd .highlight {
	background-color: #CBDBED;
}
table.style-colorstripes tbody tr:hover th,
table.style-colorstripes tbody tr:hover td {
	background-color: #1D3752;
}
table.style-colorstripes tbody tr:hover .highlight {
	background-color: #BBD0E8;
}
table.style-colorstripes tbody td,
table.style-colorstripes tbody th {
	border-left: none;
	border-right: 1px solid #366999;
}
table.style-colorstripes tfoot th,
table.style-colorstripes tfoot td {
	background-color: #1f3d59;
}
.sectiontableheader {
	background-color: #366999;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th.highlight {
	background-color: #4786BE;
}


.link-button {
  cursor: pointer;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 8px 25px;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
}
.link-button.button-blue {
  background-color: #6b95e7;
}
.link-button.button-blue:hover {
  background-color: #0066aa;
}
a.link-button, .link-button a {
  font-weight: 600;
  color: #fff;
}

/* Based on extension */
a[href^="aim:"] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right 0;
}
body.jsn-direction-rtl a[href^="aim:"] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left 0;
}
a[href$='.zip'],
a[href$='.rar'],
a[href$='.gzip'],
a[href$='.bzip'],
a[href$='.ace'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -86px;
}
body.jsn-direction-rtl a[href$='.zip'],
body.jsn-direction-rtl a[href$='.rar'],
body.jsn-direction-rtl a[href$='.gzip'],
body.jsn-direction-rtl a[href$='.bzip'],
body.jsn-direction-rtl a[href$='.ace'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -86px;
}
a[href^="callto:"] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -172px;
}
body.jsn-direction-rtl a[href^="callto:"] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -172px;
}
a[href$='.css'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -258px;
}
body.jsn-direction-rtl a[href$='.css'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -258px;
}
a[href$='.dmg'],
a[href$='.app'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -344px;
}
body.jsn-direction-rtl a[href$='.dmg'],
body.jsn-direction-rtl a[href$='.app'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -344px;
}
a[href$='.doc'],
a[href$='.rtf'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -430px;
}
body.jsn-direction-rtl a[href$='.doc'],
body.jsn-direction-rtl a[href$='.rtf'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -430px;
}
a[href$='.rss'],
a[href$='.atom'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -516px;
}
body.jsn-direction-rtl a[href$='.rss'],
body.jsn-direction-rtl a[href$='.atom'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -516px;
}
a[href$='.mp4'],
a[href$='.avi'],
a[href$='.mpg'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -602px;
}
body.jsn-direction-rtl a[href$='.mp4'],
body.jsn-direction-rtl a[href$='.avi'],
body.jsn-direction-rtl a[href$='.mpg'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -602px;
}
a[href$='.fla'],
a[href$='.swf'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -688px;
}
body.jsn-direction-rtl a[href$='.fla'],
body.jsn-direction-rtl a[href$='.swf'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -688px;
}
a[href$='.ical'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -774px;
}
body.jsn-direction-rtl a[href$='.ical'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -774px;
}
a[href^="mailto:"] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -860px;
}
body.jsn-direction-rtl a[href^="mailto:"] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -860px;
}
a[href$=".mov"] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -946px;
}
body.jsn-direction-rtl a[href$=".mov"] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -946px;
}
a[href^="msnim:"] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1032px;
}
body.jsn-direction-rtl a[href^="msnim:"] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1032px;
}
a[href$='.mp3'],
a[href$='.wav'],
a[href$='.ogg'],
a[href$='.wma'],
a[href$='.m4a'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1118px;
}
body.jsn-direction-rtl a[href$='.mp3'],
body.jsn-direction-rtl a[href$='.wav'],
body.jsn-direction-rtl a[href$='.ogg'],
body.jsn-direction-rtl a[href$='.wma'],
body.jsn-direction-rtl a[href$='.m4a'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1118px;
}
a[href$='.pdf'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1204px;
}
body.jsn-direction-rtl a[href$='.pdf'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1204px;
}
a[href$='.pps'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1290px;
}
body.jsn-direction-rtl a[href$='.pps'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1290px;
}
a[href^="skype:"] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1376px;
}
body.jsn-direction-rtl a[href^="skype:"] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1376px;
}
a[href$='.torrent'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1462px;
}
body.jsn-direction-rtl a[href$='.torrent'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1462px;
}
a[href$='.ttf'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1548px;
}
body.jsn-direction-rtl a[href$='.ttf'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1548px;
}
a[href$='.txt'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1634px;
}
body.jsn-direction-rtl a[href$='.txt'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1634px;
}
a[href$='.vcard'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1720px;
}
body.jsn-direction-rtl a[href$='.vcard'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1720px;
}
a[href$=".wmv"] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1806px;
}
body.jsn-direction-rtl a[href$=".wmv"] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1806px;
}
a[href$='.xls'] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1892px;
}
body.jsn-direction-rtl a[href$='.xls'] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1892px;
}
a[href*="ymsgr:sendIM"] {
	padding-right: 20px;
	padding-bottom: 8px;
	background: url(/images/icons/icons-ext.png) no-repeat right -1978px;
}
body.jsn-direction-rtl a[href*="ymsgr:sendIM"] {
	padding-right: 0;
	padding-left: 20px;
	background-position: left -1978px;
}