/*  MICROTHEMER STYLES  */

/*= Animations ================ */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}


/*= General =================== */

/** General >> Searchsubmit **/
#searchsubmit {
	background-color: rgb(210, 20, 43) !important;
}

/** General >> Home Servicekacheln: Td custom title link **/
.mt-194 .td-custom-title a {
	font-size: 12px !important;
	text-align: center !important;
	white-space: nowrap !important;
	padding: 5px !important;
}

/** General >> Home Servicekacheln: Td custom div **/
.mt-194 .td-custom div {
	top: 142px !important;
}

/** General >> Aside span **/
aside span {
	background-color: rgb(163, 163, 163) !important;
}

/** General >> Widget block title **/
.widget .block-title {
	border-bottom-color: rgb(163, 163, 163) !important;
}

/** General >> Drts map map **/
.drts-map-map {
	z-index: 1 !important;
}

/** General >> Überschrift Listing Heading 3 link:(1) **/
.td-post-title > h3 > a:nth-of-type(1) {
	font-size: 28px !important;
}

/** General >> Home Servicekacheln: Mt 194 td custom image **/
.mt-194 .td-custom-image {
	
}
.mt-194 .td-custom-image:hover, 
.mt-hover {
	/* MT [ sub: 1 | group: animation | event: 1 ] */
	-webkit-animation-name: pulse !important;
	animation-name: pulse !important;
	-webkit-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
}

/** General >> Widget Tägliche Nachrichten - Item details entry title **/
.item-details .entry-title {
	font-size: 14px !important;
	line-height: 20px !important;
	margin-bottom: 0px !important;
}

/** General >> Widget Tägliche Nachrichten - Item details td module meta info **/
.item-details .td-module-meta-info {
	margin-bottom: -30px !important;
}

/** General >> Widget Behörden - Text 3 **/
#text-3 {
	margin-bottom: 15px !important;
}

/** General >> Widget Schnell auf dem... - Text 2 **/
#text-2 {
	margin-bottom: 15px !important;
}

/** General >> Td block 9 **/
.td_block_9 {
	margin-bottom: 100px !important;
}

/** General >> Paragraph strong **/
p > strong {
	font-weight: 400 !important;
}

/** General >> Text 7 **/
#text-7 {
	margin-bottom: 20px !important;
}

