﻿/*ylimaaraisen brukanvisning sisältölohkon (class-name="bruk") css-tyylit*/
/*mind the gap*/
/*mind the gap*/


.product-accordion {
		padding-bottom: 1px;
}
.row.accordion-row {
	margin-bottom: 0;
	padding-bottom: 0px;
}
@media screen and (max-width: 612px) {
#brukanvisning {
	padding: 20px;
}
}

.square.bruk {
	background: white;
	padding-top: 0px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: -15px;
}


.square.bruk .card-header {
	background-color: white;
	border: 1px solid #009E98;
	margin: 1em 24px;
}



.square.bruk button {
	position: relative;
	border: none !important;
	width: 100%;
	background: white;
	color: #00549E;
	text-align: left;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
        padding: 12px 0 0 0; /*changed*/
}


@media screen and (max-width: 766px) {
.square.bruk {
	background: none !important;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.square.bruk .card-header {
	padding: 0;
        margin: 20px 16px;
}
.square.bruk button {
	padding-left: 12px;
}
}
@media screen and (max-width: 574px) {
.square.bruk .card-header {
	padding: 0;
	margin: 0;
}
.square.bruk button {
	font-size: 17px;
}
}

/*
.square.bruk .card-header {
	background-color: white;
	border: 1px solid #009E98;
	margin: 0;
        padding: 0;
}

*/



.square.bruk button::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-left: 2px solid #00549E;
	border-top: 2px solid #00549E;
	right: 24px;
	top: 4px;
	transform: rotate(225deg);
}

.square.bruk button[aria-expanded="true"]::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-left: 2px solid #00549E;
	border-top: 2px solid #00549E;
	right: 24px;
	top: 4px;
	transform: rotate(45deg);
}
@media screen and (max-width: 575px) {
.square.bruk button::after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border-left: 2px solid #00549E;
	border-top: 2px solid #00549E;
	right: 16px;
	top: 10px;
	transform: rotate(225deg);
}
.square.bruk button[aria-expanded="true"]::after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	border-left: 2px solid #00549E;
	border-top: 2px solid #00549E;
	right: 16px;
	top: 10px;
	transform: rotate(45deg);
}
}

.square.bruk .btn-info:focus, .square.bruk .btn-info:active {
	box-shadow: none;
        background: none;
}

.square.bruk .btn.btn-info:hover {
	color: #9DD9E3;
}