/* smazat na produkci */
  .tablist-land .nav-item .nav-link img, .tablist-land .card-header img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
  
.h5 img {
    margin-right: 7px;
    width: 15px;
max-width: 100%;
    height: auto;
    padding: 0 !important;
    background-color: transparent;
    border: none;
    border-radius: .0;  
}
/* smazat na produkci */

  	.atabs .card {background-color: inherit;}
    /*.card-body {padding: 1rem 0;}*/
    .atabs .tab-content .card-header {
        color: var(--gray-color);
        /*
        border-top: 1px solid var(--graylight-color);
        border-right: 1px solid var(--graylight-color);
        border-left: 1px solid var(--graylight-color);
        border-bottom: 1px solid var(--graylight-color);
        border-radius: 0;
        */
        text-transform: uppercase;
        background-color: #fff;
        padding: 0;
    }

    .atabs .accordion-button:not(.collapsed) {
        color: inherit;
        background-color: inherit;
    }

    .atabs .tab-content .card {
        border: none;
    }

    .atabs .tab-content .card-header a {
        display: block;
    }

    .atabs .nav-pills {
        display: none;
    }

    .atabs .accordion-button {
        padding: 0.75rem 0.9375rem;
    }

    @media (min-width: 992px) {
        .atabs .nav-pills {
            display: flex;
        }

        .atabs .tab-content .card {
            border: none;
        }

        .atabs .tab-content .card .card-header {
            display: none;
        }

        .atabs .tab-content .card .collapse {
            display: block;
        }
    }

    @media (max-width: 991px) {
		.atabs .card-body > .row {margin: 0 1rem !important;}
		.atabs .card-body {padding: 1rem 0;}
		
        .atabs .tab-content .tab-pane {
            display: block !important;
            opacity: 1;
            padding-top: 0;
        }

        .atabs .tab-content .row>* {
            padding-left: 0;
            padding-right: 0;
        }
    }
	
/*
a[href^="tel:"], a[href^="skype:"] {
  color: inherit;
  cursor: auto;
}	

a[href^="tel:"]:hover, a[href^="skype:"]:hover {
  color: inherit;
  cursor: auto;
  text-decoration: none;
}
 */
	
	
	