/*	-------------------------------------------------------------
	Portal kinder-heusenstamm.de
------------------------------------------------------------- */

/*	-------------------------------------------------------------
	HEADER
------------------------------------------------------------- */

@media screen and (min-width: 960px) {
	.tpl-kinder #header1
	{
		background-image: url('/portals/_default/skins/templates/img/header-kinder.png');
		background-size: contain !important;
		background-position: left bottom !important;
		background-repeat: no-repeat !important;
	}
}



/*	-------------------------------------------------------------
	MEGADROPDOWN
------------------------------------------------------------- */

.tpl-kinder .mega-dropdown-container
{
    background-color: #d58925 !important;
    background-color: rgba(215, 138, 36, 0.98) !important;
}

.tpl-kinder .mega-dropdown-top-menu ul li a
{
    color: #1a171b;
}

.tpl-kinder .mega-dropdown-top-menu ul li a:hover
{
    color: #ff00ff;
}

@media screen and (max-width: 1099px) {
	.tpl-kinder .mega-dropdown-top-menu ul li a {
	    font-size: 1.12rem !important;
	}
}

.tpl-kinder .mega-dropdown-container ul li a
{
    color: #fff;
}

.tpl-kinder .mega-dropdown-container ul li a:hover,
.tpl-kinder .mega-dropdown-container ul li a.active,
.tpl-kinder .mega-dropdown-container ul li a.activeSelected
{
    color: rgba(255,255,255,0.75);
}

.tpl-kinder .mega-dropdown-top-menu ul li span
{
    border: 10px solid #d58925;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}



/*	-------------------------------------------------------------
	LINKS
------------------------------------------------------------- */

.tpl-kinder a, .tpl-kinder a:visited, .tpl-kinder a:active
{
    color: #d58925;
}

.tpl-kinder a.mail
{
	overflow-wrap: break-word !important;
	word-wrap: break-word !important;
}

.tpl-kinder a:hover, .tpl-kinder .bl-hover:hover a
{
    color: #ff00ff;
}

/* Button Color */
.tpl-kinder .body-red
{
    -webkit-transition: all 0.25s ease-in-out !important;
    -moz-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
    border: solid 2px #d58925;
    background-color: #d58925;
}

.tpl-kinder .body-red:hover
{
    background-color: #ff00ff !important;
    border: solid 2px #ff00ff !important;
}



/*	-------------------------------------------------------------
	TEASER
------------------------------------------------------------- */

.tpl-kinder .teaser-box-heusenstamm .teaser-image .layer .table .cell
{
    background-color: #d58925 !important;
    background-color: rgba(213, 137, 37, 0.9) !important;
}



/*	-------------------------------------------------------------
	AKKORDION
------------------------------------------------------------- */

.tpl-kinder .article ul li,
.tpl-kinder .teaser-item ul li
{
    border-left: 2px solid #d58925;
}


/*	-------------------------------------------------------------
	AKKORDION NEWS STARTSEITE
------------------------------------------------------------- */

.tpl-kinder .news-kinder-startseite figure.specialimage
{
	display: none !important;
}




