﻿html {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: Roboto, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, 微軟正黑體, Microsoft JhengHei, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.5px;
	font-weight: 400;
	color: #000;
	background-color: #ffffff;
	width: 100%;
	/*min-height: 100%;*/
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;

}

body.cn {
	font-family: Arial, Helvetica, tahoma, verdana, 宋体, SimSun, 华文细黑, STXihei, sans-serif;
}

body.notiniframe {
	min-height: 100%;
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background-color: rgba(178, 178, 178, 1);
}

::-webkit-scrollbar-thumb {
	background: rgb(255, 255, 255);
	border: 1px solid rgba(178, 178, 178, 1);
}

::-webkit-scrollbar-thumb:hover {
	background: rgb(255, 255, 255);
	border: 1px solid rgba(178, 178, 178, 1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

div {
	box-sizing: border-box;
}

ul {
	margin-left: 0px;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
}

li {
	margin: 7px 0px;
	padding: 0px;
	padding-left: 15px;
	background-image: url(../img/pfeil_grau.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-size: 0.5em auto;
	background-position: left 2px;
}

#xmldaten {
	display: none;
}

img {
	width: 100%;
	height: auto;
	margin: auto;
	user-drag: none;
	-webkit-user-drag: none;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.img-flex {}

h1,
h2,
h3,
h4 {

	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 0.25px;
}

h1 {
	line-height: 50px;
	font-size: 40px;
}

h1 {
	padding-left: 0.75em;
	background-image: url(../img/pfeil_gelb.png);
	background-repeat: no-repeat;
	background-size: auto 1.1em;
	background-position: top left;
	padding-bottom: 1em;
}

h1,
h2 {
	font-family: Arsenal, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, 微軟正黑體, Microsoft JhengHei, Segoe, Segoe UI, Candara, Calibri, Arial, sans-serif;
	margin-bottom: 14px;

}


h2 {
	line-height: 50px;
	font-size: 31px;
}

h2.head_finger,
h2.head_body {
	margin-bottom: 0;
}

h3 {
	font-size: 1em;
	font-weight: 700;
	padding: 0.5em 0em 0.25em 0em;





}

.h4,
h4 {
	font-size: 12px;
	line-height: 16px;
	color: #868686;
	text-transform: uppercase
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a,
.btn-href {
	color: #000000;
	cursor: pointer;
	display: inline;
	text-decoration: underline;

}

a:hover,
.btn-href:hover {
	color: #29a8c7;
}

.btn-href.right {
	float: right;
}

.container {
	width: 100% !important;
	max-width: 1300px !important;
	padding: 0px 80px;
	margin: auto;

	height: auto;

}

.container.wide {
	max-width: 100%;
	padding: 0;
}

.header {
	position: fixed;

	width: 100%;
	border-top: 24px solid #fbb900;
	height: 100px;
	z-index: 6;
	display: none;
	top: 0px;
	pointer-events: none;

}

.notiniframe .header {

	display: block;

}

.header .container {
	padding-top: 0;

}



.logo {
	position: absolute;
	width: auto;
	height: 6em;
	top: -24px;
	cursor: pointer;
	pointer-events: auto;
}

.content {
	width: 100%;
	z-index: 5;
	height: 100vh;
	position: absolute;


	padding: 2em 0em;
	display: none;
	background-size: 99% auto !important;
	background-repeat: no-repeat !important;
	background-position: center top 50px;
	background-attachment: fixed;
	overflow-y: auto;

}

.languagecontainer {
	margin-bottom: 7em;
}

.content_start {
	background-image: url(../img/halletransparent.png);

	display: block;
}

.flexcol {
	display: flex;
}

.right {
	text-align: right;
	align-items: end;
	justify-content: end;
}

.content.notiniframe {
	padding-top: 100px;
}

.grey {
	background-color: #e9e9e9 !important;
}

.lightgrey {
	background-color: #ffffff;
	padding-bottom: 4em;
}

.content.notiniframe {
	height: -webkit-fill-available;

	overflow-y: auto;

}

.col {
	position: relative;
}

.col-inner {
	background-color: #ffffff;
	padding: 20px;
	/*cursor: pointer;*/
	margin-bottom: 20px;
	height: calc(100% - 20px);
	display: block;
	position: relative;

	background-repeat: no-repeat;
	background-position: bottom 1em right 1em;
	background-size: 3em 3em;
}

.row {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.panelcontainer {
	margin-top: 30em;
	opacity: 0;
	transition: all 0.5s ease;
	transition-delay: 0.4s;

}

.panelcontainer.up {
	opacity: 1;
	margin-top: 0em;


}

.panelrow {
	margin-left: -5px;
	margin-right: -5px;
}

.row.result {
	margin-top: 0em;
	margin-bottom: 0em;
}

.row.result.resultfinal {
	font-size: 2em;
}

.header .row {
	margin-top: 0em;
	margin-bottom: 0em;
}

.col.white {
	color: #ffffff;
}

.normbtn {
	font-weight: 400;
	padding: 8px 16px 8px 16px;

	background-color: #fddf8c;
	color: #000000;
	position: relative;
	margin-bottom: 8px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
	max-width: 25em;
	text-align: center;
	margin: 1em 1em 1em 0em;
	line-height: 1.2em;
}

.normbtn.start {
	color: #000000;
	background-color: #fbb900;

}

.normbtn.start:hover {
	color: #000000;
	background-color: #fddf8c;

}

.normbtn.active {

	background-color: #fbb900;
	color: #000000;
}

.normbtn span {
	white-space: nowrap;
}

.normhead {
	font-weight: bold;
	font-size: 1.2em;

}

.startbtn {
	background-color: #ffffff;
	padding: 20px;
	cursor: pointer;
	margin-bottom: 20px;
	height: calc(100% - 20px);
	display: block;
	position: relative;
	padding-bottom: 2em;
	background-repeat: no-repeat;
	background-position: bottom 1em right 1em;
	background-size: 3em 3em;
	display: none;
}

.startbtn img {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-top: -20px;
	margin-bottom: 1em;
	border: 1px solid #ffffff;
}

.btn-back {

	font-weight: 700;
	padding: 8px 16px 8px 16px;
	border-color: #fbb900;
	background-color: #fbb900;
	position: relative;
	margin-bottom: 8px;
	text-decoration: none;
	color: #000000;
	border-radius: 2px;
	display: inline-block;
	outline: none !important;
	cursor: pointer;
	margin-top: 1em;

}

.btn-back:hover {
	color: #000;
	background-color: #fddf8c;
	border-color: #fddf8c;
	text-decoration: none;
	outline: none !important;

}

.btn-back.bottom {
	position: fixed;
	bottom: 0vh;
	transform: translate(-100%, 0);
	white-space: nowrap;
	margin-bottom: 0px;
}

.btn-link {
	background: url(../img/img_link-arrow.svg);
	background-size: 1em;
	background-position: top 0.65em left;
	background-repeat: no-repeat;
	padding: 0.5em 0em 0.5em 1.5em;
	text-align: left;

	text-decoration: none;
	white-space: normal;
	color: #000000;

	border-radius: 0;
	display: inline-block;
	cursor: pointer;
}

.btn-link:hover {
	background: url(../img/img_link-arrow-blau.svg);
	background-size: 1em;
	background-position: top 0.75em left;
	background-repeat: no-repeat;
	color: #000000;
	cursor: pointer;

}


.btn-export {
	padding: 0.5em 1em 0.5em 1em;
	text-align: left;
	border-radius: 2px;
	text-decoration: none;
	white-space: normal;
	color: #000000;
	font-weight: bold;
	border-radius: 0;
	display: inline-block;
	cursor: pointer;
	background-color: #fbb900;
	margin: 1em 0em;
}

.btn-export:hover {
	background-color: #fddf8c;
}

.maxbox {
	overflow: hidden;
	transition: max-height 0.25s ease;
	position: relative;
}

.maxbtn img {
	width: 2.5em;
	cursor: pointer;
	margin-bottom: 1em;
}

.maxbox.disclaimer {
	/*display: flex*/
}

.maxbox.disclaimer .maxbox-inner {
	padding-left: 2em;

}

.maxbox .listing {
	font-size: 0.875em;
	line-height: 1.2em;
}

.magnific-img img {
	border: 1px solid #000000;
	width: 90%;
	margin: 0.5em 0;
}

.accept {
	position: absolute;
	left: 0px;
	top: 0.55em;
	width: 1.25em;
	height: 1.25em;
	background-image: url(../img/check.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.accept.warninghint {
	border: 2px solid #e3000f;
}

.accept.checked {
	background-image: url(../img/check_active.png);
	border: none;
}


.menu a {
	font-size: 0.875em;
	margin-left: 1em;
	text-decoration: none;
}

.content_start .menu a {
	color: #000000;
}

.language {
	position: absolute;
	text-align: left;

	right: 19px;
	z-index: 2;



}

.language.open {
	background-color: #e9e9e9;
}

.languagecurrent {
	width: 10em;
	background: url(../img/global.svg);
	background-size: 1.25em;
	background-position: top 0.55em left 0.25em;
	background-repeat: no-repeat;
	padding: 0.5em 0em 0.5em 2em;
	cursor: pointer;

}

.content_start .languagecurrent {
	color: #000000;

}

.language.open .languagecurrent {
	color: #000000;
}

.languagelist {
	position: absolute;
	left: 0;
	top: 2em;
	display: none;
	background-color: #e9e9e9;
	width: 10em;
	padding: 0 0.5em;
}

.language.open .languagelist {

	display: block;
}

.calccontent h2 {
	background-image: url(../img/aufloesung_fingerschutz.jpg);
	background-repeat: no-repeat;
	background-size: 1.5em;
	background-position: right center;
	padding-right: 2em;
	position: relative;
	display: inline-block;
}

.calccontent {
	/*display: block;*/
	background-color: #ffffff;
}

.calccontent.kcontent h2 {
	background-image: url(../img/aufloesung_koerperschutz.jpg);

}

.panelhead {
	background-color: #727274;
	color: #fbb900;
	padding: 10px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 2px;
	border-radius: 2px;
	background-size: 2.5em;
	background-repeat: no-repeat;

	background-position: right;
}

.panelhead.inactive {
	background-color: #727274;
	color: #ffffff;
	pointer-events: none;
}

.fhico {
	background-image: url('../img/icon_fingerschutz.png');

}

.kico {
	background-image: url('../img/icon_koerperschutz.png');

}


.panelhead {
	padding-right: 60px;
}

.panelhead.open {
	background-color: #727274;
	color: #fbb900;
	padding: 10px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 2px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-right: 60px;
}


.panelcontent {
	display: block;
	max-height: 0px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	transition: max-height 0.3s ease;
}

.panelcontent_inner {
	padding: 20px;
	position: relative;
}

.btn-primary {
	font-weight: 700;
	padding: 8px 36px 8px 16px;
	border-color: #fbb900;
	background-color: #fbb900;
	position: relative;
	margin-bottom: 8px;
	text-decoration: none;
	color: #000000;
	border-radius: 2px;
	display: inline-block;
	outline: none !important;
	cursor: pointer;
}

.btn-primary:after {
	position: absolute;
	top: 10px;
	right: 8px;
	content: "";
	width: 19px;
	height: 18px;
	background: transparent url(../img/img_link-arrow-schwarz.svg) 0 0 no-repeat;
}

.btn-primary:focus,
.btn-primary:hover {
	color: #000;
	background-color: #fddf8c;
	border-color: #fddf8c;
	text-decoration: none;
	outline: none !important;
}

.radio {
	padding-left: 30px;
	background-image: url(../img/radio.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: top 2px left;
	cursor: pointer;
	clear: both;
}

.radio.active {
	background-image: url(../img/radio_active.png);
}

.radio .selectinfo {
	display: none;
}

.radio.active .selectinfo {
	display: block;
}

.radiocheck {
	padding-left: 30px;
	background-image: url(../img/check.png);
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: top 0px left;
	cursor: pointer;
	clear: both;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.radiocheck.active {

	background-image: url(../img/check_active.png);

}

.col.inactive {

	opacity: 0.6;

}

.thumb {
	width: 50px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

input {
	width: 100%;
	border: 1px solid #fbb900;
	border-radius: 2px;
	text-align: right;
	padding: 2px 22px;
	outline: none;

}

input:focus {

	border: 1px solid #000000;
}

.result {
	font-weight: bold;
}

.select {
	position: relative;
}

.selecthead {
	width: 100%;
	border: 1px solid #fbb900;
	border-radius: 2px;
	margin-top: 0.5em;
	background-color: #ffffff;
	text-align: right;
	padding: 2px 22px;
	background-image: url(../img/arrow_select.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: left 10px center;
	cursor: pointer;
}

.selectoptions {
	position: absolute;
	max-height: 150px;
	overflow-y: auto;
	background-color: #ffffff;
	width: 100%;
	z-index: 10;
	display: none;
}

.selectoption {
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	text-align: right;
	padding: 2px 10px;
	cursor: pointer;
}

.imglayering {
	position: relative;
}

.imglayering .firstlayer {
	position: absolute;
}

.hint {
	font-size: 0.875em;
	line-height: 1.2em;
	font-weight: normal;


}

.hintico,
.selectinfo,
.selectinfo-2024 {
	background-image: url(../img/warning.png);
	background-repeat: no-repeat;
	background-size: auto 1.5em;
	background-position: top 10px left 10px;
	padding-bottom: 1em;

	background-color: #f3d1d3;
	border: 10px solid #ffffff;
	padding: 1em 1em 1em 3em;
	color: #c31924;
	max-width: 30em;
	text-align: left;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}

.hintico a {
	color: #c31924;
}

.yellowbox {
	background-color: #fbb900;
	padding: 0.5em 2em;
	font-size: 0.875em;
	line-height: 1.25em;
	position: relative;
}

.closingbox {
	position: absolute;
	width: 1.5em;
	right: 0.5em;
	top: 0.5em;
	cursor: pointer;
}

.warningmessages {
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none;
	display: none;
}

.warningmessage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #f3d1d3;
	border: 10px solid #ffffff;
	padding: 1em 2em 1em 1.5em;
	color: #c31924;
	pointer-events: auto;
	width: 80%;
	max-width: 30em;

	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	line-height: 1.4em;

}

.warningmessage_inner span {
	background-image: url(../img/warning.png);
	background-size: 1.25em;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 1.75em;
	display: block;
	margin-bottom: 0.5em;

}

.warningmessage .warning_close {
	position: absolute;
	top: 0em;
	right: 0em;
	padding: 0.25em;
	cursor: pointer;
	width: 2em;
	height: 2em;

}

.accept.warninghint {
	border: 2px solid #e3000f;
}

.selecthead.warninghint {
	border: 2px solid #e3000f;
}

.radio.warninghint {
	background-image: url(../img/radio_warning.png);
}

.radiocheck.warninghint {
	background-image: url(../img/check_warning.png);
}

input.warninghint {
	border: 2px solid #e3000f;
}


.radio.active.warninghint {
	background-image: url(../img/radio_warning_active.png);
}

.sticky-btns-grp {
	position: fixed;
	top: 98px;
	right: 0;
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	z-index: 10;
}

.sticky-btns-grp .sticky-btns {
	display: flex;
	transform: translate(calc(100% - 48px));
	transition: all .25s ease-in-out;
	margin-bottom: 2px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	border-top-left-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
}

.sticky-btns-grp .sticky-btns a {
	flex: 1;
	text-decoration: none;
	display: flex;
}

.sticky-btns-grp .sticky-btns .sticky-btn-action {
	flex: 1;
	display: flex;
	align-items: center;
	background: #868686;
	padding: 0 10px;
	color: #fff;
}

.sticky-btns-grp .sticky-btns .sticky-btn-action span {
	color: #ffffff;
	margin-right: 5px;
	white-space: nowrap;
}


.sticky-btns-grp .sticky-btns svg path.svg-button-bg {
	fill: #868686;
}

.sticky-btns-grp .sticky-btns svg path.svg-button-icon {
	fill: #ffffff;
}

.sticky-btns-grp .sticky-btns:hover {

	transform: translate(0);

}

/*
.sticky-btns-grp .sticky-btns:hover svg path.svg-button-bg {
	fill: #fbb900;
}

.sticky-btns-grp .sticky-btns:hover svg path.svg-button-icon {
	fill: #727274;
}*/

.info {
	position: fixed;
	top: 150px;
	right: 0px;
	width: calc(100% - 40px);
	max-width: 400px;

	max-height: calc(100% - 100px);
	transform: translate(100%, 0%);
	transition: transform 0.5s ease;
}

.info.in {

	transform: translate(0%, 0%);

}

.info_inner {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;

	overflow: hidden;
	font-size: 0.875em;
	padding: 12px 30px 20px 20px;
	line-height: 1.25em;
	max-height: 100%;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);

}

.info.in .info_inner {


	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);

}

.info_btns {
	font-weight: 700;
	position: absolute;
	transform: rotate(-90deg) translate(-100%, -100%);
	transform-origin: top left;
	white-space: nowrap !important;
	left: 0.5em;

}

.info_btn {

	padding: 16px 18px 16px 2.5em;
	border-color: #868686;
	background-color: #868686;
	color: #ffffff;


	border-radius: 2px;

	outline: none !important;
	display: inline-block;

	left: 0px;
	font-size: 1.15em;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	background-image: url(../img/icon_info_dark.png);
	background-size: 1.25em;
	background-position: left 0.75em center;
	background-repeat: no-repeat;
	max-width: calc(50vh - 80px);
	overflow: hidden;
	text-overflow: ellipsis;
	height: 48px;
	line-height: 1em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.info.out .info_btn {
	background-color: #868686;
	color: #ffffff;

	background-image: url(../img/icon_info_white.png);
}

.calc_btn {
	padding: 16px 18px 16px 2.5em;
	border-color: #868686;
	background-color: #868686;
	display: none;
	color: #ffffff;
	border-radius: 2px;
	outline: none !important;
	left: 0px;
	font-size: 1.15em;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	background-image: url(../img/icon_info_white.png);
	background-size: 1.25em;
	background-position: left 0.75em center;
	background-repeat: no-repeat;
	max-width: calc(50vh - 80px);
	overflow: hidden;
	text-overflow: ellipsis;
	height: 48px;
	line-height: 1em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}

.info_close_btn {
	background-image: url(../img/close.png);
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
	background-size: 1.5em;

	position: absolute;
	width: 2em;
	height: 2em;
	top: 0.5em;
	right: 0.5em;

	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}


.modal {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 0 auto;
	background-color: #ffffff;
	width: 85%;
	height: 85%;
	min-height: 20rem;
	padding: 1rem;
	border-radius: 2px;
	z-index: 1003;
	opacity: 0;
	overflow-y: auto;
	visibility: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: scale(1.2);
	transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal .close-modal {
	position: absolute;
	cursor: pointer;
	top: 5px;
	right: 15px;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	transition-delay: 0.3s;
}

.modal .close-modal svg {
	width: 1.75em;
	height: 1.75em;
}

.modal .modal-content {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
	transition-delay: 0.3s;
	padding-top: 1rem;
	border: unset;
}

.modal-content {
	width: 85%;
	height: 85%;
	margin: auto;
}

.modal.active {
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.modal.active .modal-content {
	opacity: 1;
}

.modal.active .close-modal {
	transform: translateY(10px);
	opacity: 1;
}

.modal .container {
	margin: 0;
	padding: 0;
}

.modal-overlay {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	background-color: rgb(0 0 0 / 36%);
	opacity: 0;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}


.head_calc {
	margin-bottom: 0;
	top: 0em;
	position: relative;
	display: inline-block;
	font-size: 1.75em;
	font-weight: bold;

	font-family: Roboto, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, メイリオ, Meiryo, 微軟正黑體, Microsoft JhengHei, Helvetica, Arial, sans-serif;
	margin-bottom: 1em;
	font-weight: 700;
	padding: 0;
	padding-right: 2em;

	background-image: url(../img/icon_info.png);
	background-size: auto 100%;
	background-position: right center;
	background-repeat: no-repeat;
}






.tabrow {
	background-color: #ffffff;
}

.tabrow img {
	max-width: 850px;
	display: block;
	margin: auto;
}

.tabbutton {
	background-color: #727274;
	color: #ffffff;
	padding: 10px;
	font-weight: 700;
	cursor: pointer;
	margin-top: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.tabbutton.active {
	color: #fbb900;
}

@media (max-width:1024px) {
	.row.result.resultfinal {
		font-size: 1.75em;

	}

	.logo {
		width: 200px;
		height: auto;
	}

}

@media (max-width:768px) {
	.row.result.resultfinal {
		font-size: 1.5em;

	}



}

@media (max-width:767px) {
	body {
		font-size: 14px;
		line-height: 20px;
	}

	.row.result.resultfinal {
		font-size: 1.25em;

	}

	.container {

		padding: 0px 60px;

	}

	h1 {
		font-size: 26px;
		line-height: 32px;

	}

	h2 {
		font-size: 20px;
		line-height: 28px;

	}

	.info_btn,
	.calc_btn {
		padding: 5px 10px 5px 2.5em;
		font-size: 15px;
		padding: 11px 10px 5px 2.5em;
		height: 36px;
	}


	.normbtns {
		flex-direction: column;
	}

	.normbtn {
		padding-bottom: 0;
	}

	.logo {
		width: 160px;
		height: auto;
	}

	.sticky-btns-grp {

		top: 50px;

	}

	.sticky-btns-grp .sticky-btns {

		transform: translate(calc(100% - 36px));

	}

	.sticky-btns svg {
		width: 36px;
		height: 36px;
	}

	.info {

		top: 90px;
		right: 0px;

	}

	.panelcontent_inner {

		padding: 10px;
	}
}

@media (max-width:576px) {

	.row.result.resultfinal {
		font-size: 1.1em;

	}

	.container {

		padding: 0px 40px;

	}

	.logo {
		width: 120px;
		height: auto;
	}

	.language {

		right: 0px;

	}


}