/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* =============================================================================
 * ce_hyperlink
 * ========================================================================== */
 
.ce_hyperlink a:hover,
a.btn:hover {
	opacity: 0.8!important; 
}

/* =============================================================================
 * ce_hyperlink
 * ========================================================================== */

.ce_hyperlink a,
a.btn {
	padding: 10px 18px!important;
	margin-bottom: 12px!important;
    font-size: 0.9rem!important;
}

.ce_form .formicon-wrapper input {
	border-radius: 0 3px 3px 0;
}

/* =============================================================================
 * Unterstreichung Menü aktiv
 * ========================================================================== */

.smartmenu-content .mod_navigation a.active, .smartmenu-content .mod_navigation a.trail {
  border-bottom: 1px solid rgb(0,0,0) !important;
}


/* =============================================================================
 * linie Kontaktboxen
 * ========================================================================== */

.red-lines-kontakt {
  border-top: 2px solid rgb(169,32,33) !important;
  border-bottom: 2px solid rgb(169,32,33) !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-top: 23px !important;
  margin-bottom: 40px !important;
}

/* =============================================================================
 * Formularfelder eckiger
 * ========================================================================== */

input, textarea, button.submit {
	border-radius: 3px !important;
}


form fieldset {
  padding: 10px 10px 5px 0px !important;
}

/* =============================================================================
 * Newsteaser eckig
 * ========================================================================== */

.newslist-v4 .image_container, .newsteaser .image_container {
  margin-bottom: 0;
  min-height: 112px;
  background: rgb(255,255,255);
  border-radius: 3px 3px 0 !important;
  overflow: hidden;
    padding: 20px 20px 0 20px !important;
}

.newslist-v4 .content, .newsteaser .content {
padding: 20px !important;
  border: 1px solid rgb(242,242,242, 0);
  background: rgba(255,255,255,0.95);
  border-radius: 0 0 3px 3px !important;
}

.newslist-v4 .info, .newsteaser .info {
  font-size: 0rem !important;
  padding-top: 0px !important;
  line-height: 0px !important;
  font-size: 0em !important;
  border-top: 0px solid rgba(0,0,0,0.08) !important;
  color: rgba(0,0,0,0.5) !important;
  margin-top: 0px !important;
}


/* =============================================================================
 * Iconbox V3 Animation (nicht vergrößern)
 * ========================================================================== */


.ce_iconbox_v3:hover {
	transform: scale(1)!important;
	transition: All 1s ease!important;
}

/* =============================================================================
 * Artikelabstände Mobil kleiner
 * ========================================================================== */

@media only screen and (max-width: 768px) {
  .mod_article {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }}

/* =============================================================================
 * Grauen Balken über Newsreader ausblenden
 * ========================================================================== */
  
.newsreader .info {
  display: none;
}