/*
Theme Name: Markin
Description: Markin-Design, based on Avada
Author: cnx gmbh
Template: avada
*/

/* pt-sans-regular - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/pt-sans-v9-latin-regular.eot');
	/* IE9 Compat Modes */

	src: local('PT Sans'),
	local('PTSans-Regular'),
	url('fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'),
	/* IE6-IE8 */

	url('fonts/pt-sans-v9-latin-regular.woff2') format('woff2'),
	/* Super Modern Browsers */

	url('fonts/pt-sans-v9-latin-regular.woff') format('woff'),
	/* Modern Browsers */

	url('fonts/pt-sans-v9-latin-regular.ttf') format('truetype'),
	/* Safari, Android, iOS */

	url('fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg');
	/* Legacy iOS */

}
/* pt-sans-regular - latin */
@font-face {
	font-family: 'PT Sans regular';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/pt-sans-v9-latin-regular.eot');
	/* IE9 Compat Modes */

	src: local('PT Sans'),
	local('PTSans-Regular'),
	url('fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'),
	/* IE6-IE8 */

	url('fonts/pt-sans-v9-latin-regular.woff2') format('woff2'),
	/* Super Modern Browsers */

	url('fonts/pt-sans-v9-latin-regular.woff') format('woff'),
	/* Modern Browsers */

	url('fonts/pt-sans-v9-latin-regular.ttf') format('truetype'),
	/* Safari, Android, iOS */

	url('fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg');
	/* Legacy iOS */

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

/* Seitenleiste */

.sidebar .widget .markin-monitor-box {
	font-size: 1.1em;
	line-height: 1.7em;
	background-color: rgb(248, 178, 24);
	padding: 15px;
	border-radius: 15px;
	text-align: center;
	color: #fff;
}

	.sidebar .widget .markin-monitor-box a,
	.sidebar .widget .markin-monitor-box a:link, 
	.sidebar .widget .markin-monitor-box a:visited, 
	.sidebar .widget .markin-monitor-box a:hover {
		font-weight: 800;
		color: #fff;
	} 
	.sidebar .widget .markin-monitor-box a:hover { text-decoration: underline; }


.sidebar .widget .markin-social-icons,
.sidebar .widget .markin-contact-box {
	margin-top: 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	background-color: #efefef;
}

.sidebar .widget .markin-social-icons li,
.sidebar .widget .markin-contact-box li {
		padding: 5px 0 5px 5px;
	}

.fusion-main-menu .current_page_item > a {
	border-top-color:#f8b218 !important;
	color:#ccc;
}
/* EoF */

/* fixes after upgrade ew */
.hesperiden.tparrows.tp-rightarrow:before {
	    content: "\e620";
} 
.hesperiden.tparrows.tp-leftarrow:before {
	    content: "\e61e" 
}
.fusion-page-title-bar h1 {
	font-size:34px !important;
}
.wpcf7-form input[type="submit"] {
	background-color:#f8b218;
}

#cookie-notice #cn-notice-text a:link,
#cookie-notice #cn-notice-text a:visited,
#cookie-notice #cn-notice-text a:hover,
#cookie-notice #cn-notice-text a:active
  {
	color:#f8b218;
}
#cookie-notice  #cn-accept-cookie {
	background-color:#f8b218;
	color:#fff;
	background-image:none;
}