/*
Theme Name: Theme Einstellungen IKM
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
Text Domain: ikm
*/

@font-face {
font-family: 'Droid Sans Regular';
font-style: normal;
font-weight: normal;
src: local('Droid Sans Regular'), url('fonts/droid-sans/DroidSans.woff') format('woff');
}


@font-face {
font-family: 'Droid Sans Bold';
font-style: normal;
font-weight: normal;
src: local('Droid Sans Bold'), url('fonts/droid-sans/DroidSans-Bold.woff') format('woff');
}

/****************************
Übergeordnet
****************************/
body{
	font: 16px/1.35em "Droid Sans Regular", Helvetica, Arial, sans-serif;
	color: #444;
	font-weight:normal;
}
h1,h2,h3,h3.widgettitle,h4,h5{
	font-family:"Droid Sans Regular", Helvetica, Arial, sans-serif;
	font-weight:normal;
}
h1,h2,h3,.template-page .entry-content-wrapper h1,
#top #wrap_all .custom-color-heading .av-special-heading-tag{
	margin-bottom:0.5rem;
	letter-spacing: 0em;
	text-transform: uppercase;
}

.html_modern-blog #top .post-entry .post-title{
	font-family:"Droid Sans Bold", Helvetica, Arial, sans-serif;
	text-transform:unset;
	letter-spacing: 0em;
	font-size:28px;
}
#top #main h4, #top #main .av-subheading,#top #main .teaser-coloured h4{
	font-size:18px;
}

#top #main h2 {
	text-transform:none;
	font-family:"Droid Sans Bold", Helvetica, Arial, sans-serif;
	margin-bottom:15px;
	font-size:30px;
}

#top #main h3{
	font-family:"Droid Sans Bold", Helvetica, Arial, sans-serif;
	text-transform:none;
	font-size:22px;
}

#top #main .teaser-coloured .av-special-heading-tag,
#top #main .teaser-coloured h3 {
	font-size:32px;
}

#top #main h2.av-special-heading-tag {
	font-family:"Droid Sans Bold", Helvetica, Arial, sans-serif;
	font-size:22px;
	letter-spacing:0.05em;
	line-height:100%;
	padding-right: 10px;
	text-transform: uppercase;
	padding-bottom:20px;
}
#top #main .av-special-heading-h2 .special-heading-inner-border {
	border-top-width: 20px;
	border-color:#868674;
	top: 1px;
	opacity: 1;
	filter: alpha(opacity=100);
	max-width: 920px;
	right: 0;
	float: right;
}
#top #main .av-special-heading-h2.blue .special-heading-inner-border {
	border-color:#424863;
}
#top #main .av-special-heading-h2.red .special-heading-inner-border {
	border-color:#a91d1e;
}
#top #main b,#top #main strong{
	font-weight:normal;
	color:inherit;
	font-family:"Droid Sans Bold", Helvetica, Arial, sans-serif;
}
/* farben:
    ROT: #a91d1e
    BLAU: #424863
    GRAU: #868674
    GRAU HELL: #e2e2d5
*/
.red{ color:#a91d1e; }	.bgred{ background-color:#a91d1e; }
.blue{ color:#424863; }	.bgblue{ background-color:#424863; }
.grey{ color:#868674; }	.bggrey{ background-color:#868674; }
.light{ color:#e2e2d5; }	.bglight{ background-color:#e2e2d5; }

img, .avia-content-slider .slide-image img, #top #main img, #top .avia-content-slider .slide-image {
	border-radius: 0;
}
.avia-content-slider .slide-image img, #top .avia-content-slider .slide-image img {
	border-radius: 0;
	width: auto;
	display:block;
}
#top .avia-content-slider .slide-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.avia_transform a .image-overlay,
.avia_transform a:hover .image-overlay {
	display:none !important;
}

#top .main_color .avia-color-theme-color {
	color: #ffffff;
	border-color: #870b0b;
	border-radius: 0;
	font-size: 15px;
	font-family: 'Droid Sans Bold';
}

.more-link-arrow::after {
	content: "\e802";
	font-family: 'fontello';
	font-size: 14px;
	padding: 2px 8px;
	display: inline-block;
	margin-bottom: 2px;
}
#top #main .avia-section.avia-builder-el-last {
	margin-bottom: 30px;
}

.content, .sidebar {
	padding-top: 40px;
	padding-bottom: 40px;
}

/* menu */
#top #header .main_menu .menu-item a {
	color: black;
	font-size: 18px;
	font-weight: normal;
	font-family: 'Droid Sans Bold';
	line-height: 100% !important;
	height: auto !important;
	margin-top: 136px;
	padding-top:0;
}
#top #header.header-scrolled .main_menu .menu-item a {
	margin-top: 44px;
	padding-top:0;
}

#top #header .main_menu .current-menu-item a {
	color: #a91d1e;
}
#top #header .av-main-nav li:hover .avia-menu-fx, 
#top #header .current-menu-item > a > .avia-menu-fx, 
#top #header .av-main-nav li:hover .current_page_item > a > .avia-menu-fx {
	display:none;
}
#top #header .main_menu #menu-item-wpml-ls-9-de.menu-item a,
#top #header .main_menu #menu-item-wpml-ls-9-en.menu-item a{
	font-weight:400 !important;
	font-family:'Droid Sans Regular';
	padding-left:5px;padding-right:5px;
}
#top #header .main_menu #menu-item-wpml-ls-9-de.menu-item a{
	margin-left:20px;
	border-right:1px solid black;
}
#top #main .container_wrap {
	max-width: 1110px;
	margin: 0 30px;
}
#top.home #main .container_wrap {
	max-width: 100%;
	margin: 0;
}
#top #main .container_wrap {
	border-top-width: 0 !important;
	border-left: 1px solid white !important;
	border-right: 1px solid white !important;
}
/* submenu */
#top #main #submenu {
	min-height: 28px;
	border: 1px solid white !important;
}
#top .av-submenu-container {
	min-height: 28px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	line-height: 100%;
	background-color: #a91d1e;
}
#top #main .av-submenu-pos-center {
	text-align: left;
	padding-left: 50px;
}
#top .av-subnav-menu > li a {
	color: white;
	font-size: 16px;
	font-family: 'Droid sans bold';
	line-height: 100%;
	border: 0 none !important;
	background-color: transparent;
	padding-left: 0;
	padding-right: 20px;
}
#top .av-subnav-menu > li a::before {
	content: "\e802";
	font-family: 'fontello';
	font-size: 14px;
	padding: 0;
	display: inline-block;
	margin-right:5px;
	line-height:100%;
	color: white;
	float:left;
}
#top .av-subnav-menu > li a .avia-menu-text{
	line-height:100%;
}

#header_meta a{
	color:black;
}


/* header */
#top #header .container {
	padding: 0px 60px;
}
#top #header #header_main {
	border-bottom: 0 none;
	border-top:0 none;
}
#top #wrap_all #header.header-scrolled {
	border-top: 0 none;
	background-color: white !important;
	border-bottom: 1px solid #ebebeb;
}
#top #header_main > .container{
	height:215px !important;
}
#top #header.header-scrolled #header_main > .container{
	height:107.5px !important;
}
.html_header_top.html_header_sticky #header,
.responsive.html_boxed.html_header_sticky #header {
	/*width: 100% !important;
	max-width: 100% !important;
	left: 0;*/
}
.html_header_top.html_header_sticky #header.header-scrolled {
	box-shadow: 0 10px 10px rgba(0,0,0,0.1);
	width: 100%;
	max-width: 100%;
	left: 0;
}
#top #header.header-scrolled #header_main {
	background-color: rgba(255,255,255,0.7);
}
#header_meta {
	border-top: none;
	z-index: 10;
	height: 30px;
	border-bottom-style: none;
	border-bottom-width: 0;
	background: transparent;
	position: absolute;
	width:100%;
	z-index:9;
	display:none;
}
.html_header_top.html_header_sticky.responsive #top #wrap_all #main {
	padding-top: 215px;
}
.header_color .header_bg {
	margin-right: 30px;
	margin-left: 30px;
	width: 1110px;
	max-width: 100%;
	transition: unset;
}
.html_header_top.html_header_sticky #header.header-scrolled .header_bg{
	background:white;
}
/*
#top .mfp-wrap {
	min-height: 1200px;
}
#top .mfp-container {
	min-height: 1200px;
}
*/
#top img.mfp-img {
	min-height: 1100px !important;
	max-width: 90vW !important;
}
div.avia-popup .mfp-close {
	z-index: 99;
	top: 8%;
	background-color: #a91d1e;
	right: 10%;
	opacity: 0.9;
	width: 44px;
	height: 44px;
}
/********************************************/

#top #main .container_wrap {
	border-top-width: 0 !important;
}

#top #main .container {
	padding: 0px 30px;
}
#top.home #main .container {
	padding: 0px 60px;
}
#top #main .title_container .container {
	padding: 0;
}
#top #main .alternate_color.title_container h1.main-title {
	font-size: 30px;
	min-height: 10px;
	font-weight: normal;
	font-family: 'Droid Sans Bold', Helvetica, Arial, sans-serif;
	text-transform: none;
	color: white;
	line-height: 100%;
	padding: 20px;
	padding-left: 30px;
	background-color: #a91d1e;
	width: 1108px;
	max-width: 100%;
	margin: 0 auto;
}
#top #main .alternate_color.title_container h1.main-title a{
	font-weight: normal;
	font-family:'Droid Sans Bold', Helvetica, Arial, sans-serif;
	text-transform: none;
	color: white;
	line-height: 100%;
}
#top #main #linkback {
	color: #a91d1e !important;
	position: absolute;
	z-index: 1111;
	margin-left: 60px;
	margin-top: -60px;
}
#top.single-post #main #linkback,
#top.single-metropolregion #main #linkback {
	margin-top: 0;
	top: 0;
	position: relative;
	float: left;
	margin-left: 0;
	line-height: 100%;
	height: auto;
}
#top.single-metropolregion #main #linkback {
	margin-top: -30px;
}
#top.single-post #main #linkback .av-icon-char,
#top.single-metropolregion #main #linkback .av-icon-char{
	line-height:32px !important;
}


/*home*/
#top.home #main .container {
	padding: 0px 30px;
}
#top.home #main .teaser-coloured .container {
	padding: 0px 15px;
}
#top #main .teaser-coloured .flex_column {
	border-right: 15px solid white;
	border-left: 15px solid white;
	border-bottom: 30px solid white;
	padding: 30px;
	padding-top:2.5em;
	color:white !important;
}
#top #main .teaser-coloured .flex_column.av_one_third {	
	background-size:100% auto !important;
}
#top #main .teaser-coloured #featured-top-news.flex_column.av_one_third {
	background-size: auto 100% !important;
	height: 300px;
}
#top #main .nopadding,
#top #main .teaser-coloured .flex_column.nopadding {
	padding: 0;
}
#top #main .noborder,
#top #main .teaser-coloured .flex_column.noborder {
	border-right: 0 none;
}
#top #main .noborderleft,
#top #main .teaser-coloured .flex_column.noborderleft {
	border-left: 0 none;
}
#top #main .teaser-coloured .av_one_third .av-special-heading {
	min-height: 210px;
}
#top #main .av-subheading,#top #main .teaser-coloured h4{
	opacity:1;
	letter-spacing:0.05em;
	font-family:"Droid Sans Bold", Helvetica, Arial, sans-serif;
	margin-bottom:10px;
	color:white;
}

#top #main .teaser-coloured .av-special-heading-tag,
#top #main .teaser-coloured h3 {
	text-transform:none;
	font-family:"Droid Sans Bold", Helvetica, Arial, sans-serif;
	color:white;
	margin-bottom:15px;
}
#top #main .teaser-coloured a {
	text-decoration:underline;
}

/*single mr*/
.single-metropolregion .content {
	padding-top: 60px;
}
.single-metropolregion #main .image-karte img {
	margin: 4px 30px 15px 0px;
	/*border: 10px solid #ebebeb;*/
}

/*karte*/
#das-sind-wir .avia-icon-list-container {
	max-width: 100%;
	display: table-cell;
	margin-right: 5%;
	width: 180px;
	vertical-align:top;
}
#das-sind-wir .avia-icon-list-container.iconlist-center {
	width: 100%;
}
#das-sind-wir .avia-icon-list-container.iconlist-center ul {
	width: 122px;
	margin: 0 auto;
	display: block;
	/* margin: 0; */
	overflow: visible;
}
#das-sind-wir .av-image-hotspot {
	height: 18px;
	width: 18px;
	line-height: 18px;
	font-size: 11px;
}
#das-sind-wir .av-image-hotspot-pulse {
	height: 43px;
	width: 43px;
	top: -13px;
	left: -13px;
	animation: av_pulsate 4s linear infinite;
	-webkit-animation: av_pulsate 4s ease-out infinite;
}
#das-sind-wir .av-image-hotspot::before {
	content: '\e802';
	position: absolute;
	z-index: 111;
	font-family: fontello;
	color: #fff;
	width: 19px;
	text-align: center;
	left: 0;
	font-size: 16px;
	cursor: pointer;
}
#das-sind-wir .av-hotspot-blank .av-hotspot-container .av-image-hotspot_inner{
	background:transparent !important;
	z-index:112;
}
#top #das-sind-wir .av-iconlist-small li {
	padding: 0px;
	min-height: 30px;
}




#top .avia-icon-list-container.bggrey .av-iconlist-small article.article-icon-entry {
	border-bottom: 5px solid white;
}
#top .avia-icon-list-container.bggrey .av-iconlist-small .iconlist_icon,
#top .avia-icon-list-container.bggrey .av-iconlist-small .iconlist_title_small {
	line-height: 30px;
}
#top .avia-icon-list-container.bggrey .av-iconlist-small .iconlist_icon {
	margin-left:10px;
}
#top .avia-icon-list-container.bggrey .av-iconlist-small .iconlist_title_small a{
	text-decoration:none;
}
#top .avia-icon-list-container.bggrey{
	margin-bottom:10px;
	margin-top:8px;
}
#top #single-main-content{
	clear:both;
	padding-top:25px;
}


/*liste grau*/
#top #main .avia-content-slider h3.slide-entry-title.entry-title {
	font-size: 16px;
	font-family: 'Droid Sans Bold';
	text-transform: unset;
	letter-spacing: 0;
	padding-bottom:0;
}
#top #main .avia-content-slider .blog-categories,#top #main .avia-content-slider footer{
	display:none;
}

/* single post */
#top #main .fullsize .template-blog .big-preview {
	padding: 0 0 40px 0;
}
#top #main .fullsize .template-blog .post .entry-content-wrapper {
	text-align: left;
	font-size: 16px;
	line-height: 1.35em;
}

/****************************
Footer
****************************/
#footer {
	padding: 0;
	margin: 30px;
}
#top #main #socket .container {
	padding-top: 25px;
	padding-bottom: 22px;
	text-align: center;
}
#top #socket .sub_menu_socket {
	float: none;
	margin: 0 auto;
	display: inline-block;
}
#top #socket .menu {
	margin: 0;
}
#socket .sub_menu_socket li {
	line-height: 100%;
	font-size: 16px;
}

/****************************
max. 1450px
****************************/

@media screen and (max-width : 1450px) {

}


/****************************
max. 1300px
****************************/

@media screen and (max-width : 1300px) {
  
}


/****************************
max. 1150px
****************************/

@media screen and (max-width : 1150px) {
    
}


/****************************
max. 989px
****************************/

@media screen and (max-width : 989px) {
	#top #main h4, #top #main .av-subheading,#top #main .teaser-coloured h4{
		font-size:15px;
	}
	#top #main h3,
	#top #main .teaser-coloured .av-special-heading-tag,
	#top #main .teaser-coloured h3 {
		font-size:26px;
	}
	.header_color .header_bg {
		max-width: 100%;
		background-size: 70%auto;
		margin-right: 0;
		margin-left: 0;
	}
}


/****************************
max. 768px
****************************/

@media screen and (max-width : 768px) {
	#top #main .teaser-coloured .flex_column {
		border: 0 none;
		padding: 20px;
	}
	#top #main .teaser-coloured .flex_column.av_one_third {	
		background-size:auto auto !important;
	}
	#footer {
		margin: 0;
	}
	
	#top .avia-content-slider .slide-image img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
}

@media screen and (max-width : 600px) {
  
}

@media screen and (max-width : 500px) {
	  
}


@media screen and (max-width : 400px) {

}
