﻿.akordeon
{
    width:100%; 
    color: #000; 
    /*font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px; 
	border-radius: 0px; */
    behavior: url(PIE.htc);
}
.akordeon-item
{
    position: relative;
}
.akordeon-item .akordeon-item-head
{
    height: 50px; 
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#303030',GradientType=0 );
   border-bottom: 1px #e2e2e2 solid;*/
}
.akordeon-item .akordeon-item-body
{
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#303030',GradientType=0 );
    border-bottom: none;
    overflow: hidden;
}
.akordeon-icon
{
    width: 20px; 
    height: 20px;
    background: url(../img/contact/accordion-plus.png);
    background-size: cover;
    padding: 0;
    margin-top: -6px;
	margin-right: 10px;
    float: left;
    cursor: pointer;
    behavior: url(PIE.htc);
}
.akordeon-heading
{
	/*font-size: 18px;
    font-weight: 500;
	color: #878787;*/
	margin-bottom: 0px;
	margin-top: -7px;
}

.akordeon-icon span
{
   display: none;
}
.akordeon-item.expanded .akordeon-icon {
	width: 20px; 
    height: 20px;
    background-image: url(../img/contact/accordion-minus.png);
    background-size: cover;
    padding: 0;
	margin-top: -6px;
	margin-right: 10px;
    float: left;
    cursor: pointer;
    behavior: url(PIE.htc);
}

.akordeon-item-head-container
{
	width: 100%;
	position: absolute;
	left: -11px;
	cursor: pointer;
	padding-left: 10px;
	padding-top: 8px;
	top: 2px;
}

.akordeon-item.expanded .akordeon-heading
{
    color: #000;
}

.akordeon-item.expanded .akordeon-item-head
{
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#303030',GradientType=0 ) !important;*/
}

.akordeon-item-content
{
	/*padding-left: 40px;*/
}

.akordeon-item-content a {
	/*color: #7f7f7f;*/
}

.akordeon-border-top
{
    border-top: solid 1px black;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom
{
	height: auto !important;
}
.akordeon-item.akordeon-item-first .akordeon-item-head
{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom: none;
    behavior: url(PIE.htc);
}

.akordeon-item.akordeon-item-last.expanded .akordeon-item-head
{
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    behavior: url(PIE.htc);
	
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body
{
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    behavior: url(PIE.htc);
}


@media screen and (max-width: 870px) {
.akordeon-heading {
	float: none;
}
}


@media screen and (max-width: 820px) { 
.akordeon-item .akordeon-item-head {
	height: 37px;
}
}

@media screen and (max-width: 470px) {
.akordeon-item.expanded .akordeon-heading, 
.akordeon-heading {
	/*float: left;
	width: 88%;*/
}
}

@media screen and (max-width: 320px) {
.akordeon-item.expanded .akordeon-heading, 
.akordeon-heading {
	/*width: 85%;*/
}
}
