#breadcrumb ul {
	margin: 0 0 30px 0;
	list-style-type: none;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	color: #919599;
	padding: 10px 0;
}

#breadcrumb ul li {
	display: inline-block;
}

#breadcrumb ul li:not(:first-child):before {
	content: '>';
	display: inline-block;
	padding: 0 5px;
}

#terms-menu {
	display: inline-block;
	vertical-align: top;
	width: 345px;
	letter-spacing: 0;
}

#terms-main {
	display: inline-block;
	width: 730px;
	box-sizing: border-box;
	padding-left: 50px;
	border-left: 1px solid #ddd;
	letter-spacing: 0;
}

.terms-version {
	font-size: 0.8em;
	padding-right: 30px;
}

#terms-main h1 {
	line-height: 1.4;
	margin-bottom: 5px;
	color: #d30535;
}

#terms-main h2 {
	margin-top: 60px;
	margin-bottom: 0;
	outline: none;
	font-size: 18px;
	color: #d30535;
	font-weight: 600;
}

#terms-main h3 {
	font-size: 15px;
	font-weight: 700;
	margin: 2px 0 2px 0;
}

#terms-main h4 {
	font-size: 13px;
	font-weight: 500;
	color: #505559;
	margin: 2px 0 2px 0;
}

#terms-main p {
	line-height: 1.4;
	margin-bottom: 16px;
}

#terms-main table {
	margin-left: 45px;
	width: auto;
}

#terms-main table tr:hover {
	background: none;
}

#terms-main th {
	padding: 16px 12px;
	text-align: left;
	vertical-align: bottom;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
}

#terms-main td {
	width: 33%;
	font-size: 14px;
	padding: 16px 12px;
	vertical-align: top;
}

#terms-main tr.subheader {
	border-top: none;
}

#terms-main tr.subheader th {
	font-size: 13px;
	font-weight: 600;
	color: #505559;
}

#terms-main table>:first-child>tr.subheader:not(:first-child) th {
	padding-top: 60px;
}

table>tr:not(:first-child), table>:not(:first-child)>tr, table>:first-child>tr:not(:first-child) {
	border-top: 1px solid #e5e5e5;
}

#terms-main h2, #terms-main p, #terms-main h3, #terms-main h4, #terms-main table {
	margin-left: 45px;
	width: auto;
}

#terms-main h2 span, #terms-main p span, #terms-main h3 span {
	margin-left: -45px;
	width: 45px;
	display: inline-block;
}

#terms-main p.terms-subdot {
	margin-left: 75px;
	margin-bottom: 3px;
}
#terms-main p.terms-subdot-last {
	margin-bottom: 1em;
}

#terms-main ul {
	margin-top: 0;
	margin-left: 24px;
}

#terms-main p + ul {
	margin-top: -1em;
}





#terms-main p.terms-subdot span {
	margin-left: -30px;
	width: 30px;
}

.terms-menu-item {
	padding: 10px 10px;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
}

.terms-menu-item:hover {
	background-color: #f7f7f7;
}

.terms-menu-item span {
	width: 30px;
	display: inline-block;
}

.terms-scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	background-color: #d30535;
	line-height: 30px;
	border-radius: 15px;
	color: #fff;
	padding: 0 15px;
	cursor: pointer;
	border: 1px solid #fff;
	z-index: 99999;
}

.terms-scroll-top i {
	margin-right: 6px;
}

#terms-main .terms-intro, #terms-main p.copyright {
	margin: 30px 0 0 0;
}

#terms-main p.copyright {
	margin-bottom: 60px;
}

#terms-main.no-paragraph p, #terms-main.no-paragraph ul, #terms-main.no-paragraph h2, #terms-main.no-paragraph h3 {
	margin-left: 0;
}

#terms-main p.copyright {
	font-size: 11px;
}

#terms-main a {
	color: #222;
	text-decoration: underline;
}


#kundsidor #column-container {
	width: 100%;
}

#kundsidor #column-container .column-wrapper.full {
	width: 75%;
	float: left;
}

#kundsidor #column-container .column-wrapper.left {
	width: 35%;
	float: left;
}

#kundsidor #column-container .column-wrapper.right {
	width: 35%;
	float: left;
	margin-left: 45px;
}

.card {
	display: block;
	/*border: 1px solid #aaabac;*/
	padding: 30px;
	border-radius: 3px;
	text-align: center;
	margin-bottom: 45px;
	background-color: #f7f7f7;
	cursor: pointer;
}

.menu h3 {
	margin-bottom: 0;
	font-size: 20px;
	text-align: left;
}

.menu p {
	text-align: left;
}

.card:hover {
	background-color: #f3f3f3;
	color: #d30535
}


.card .fal {
	color: #555759;
}

.card p {
	margin-bottom: 0;
}

@media only screen and (max-width: 1200px) /* 660 */
{
	#terms-menu {
		display: none;
	}

	#terms-main {
		max-width: 1000px;
		width: 100%;
		padding-left: 0;
		border-left: none;
	}
}