html {
	min-height: 100%;
	background-color: #000;
}

body {
    margin: 0px;  
    width: 100%;
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-weight: regular;
	font-style: normal;
	overflow-x: hidden;
	background-color: #000;
	color: #fff;
	height: 100dvh; 
	min-height: -webkit-fill-available;
	padding: 0;
	padding-bottom: env(safe-area-inset-bottom);
}

table {
    margin: 0px;  
	color: #fff;
    width: 100%;	
	height: 100%;
	font-family: "Montserrat", serif;
	font-optical-sizing: auto;
	font-weight: regular;
	font-style: normal;
	border-collapse: collapse;
}
   
div {
	margin: auto;
	font-weight: normal;
	box-sizing: border-box;
}

p {
	box-sizing: border-box;
}

.mainbody {
	display: table;
	width: 100%;
	border-spacing: 0px;
	height: 100dvh;
	text-align: left;
}
.mainbodyrow {
	display: table-row;
}

.mainbodyheader {
	display: table-cell;
	height: 100%;
	width: 120px;
	min-width: 120px;
	padding: 15px 0px 15px 10px;
	align-content: center;
}
.mainbodyheader_mobile {
	display: table-cell;
	height: 60px;
	width: 100%;
	padding: 5px 10px 0px 10px;
}
.mainbodyheaderinner {
	width: 100%;
	height: 100%;
	background-color: #131313;
	border-radius: 10px;
	padding: 8px 10px;
	/*border: 3px solid #900300;*/
	transition: 0.3s;
}
.mainbodyheaderinner:hover {
	background-color: #262525;
}

.mainbodycontent {
	display: table-cell;
	height: 100%;
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	border: 0px;
}
.mainbodycontent::-webkit-scrollbar { 
	display: none; 
}
.mainbodycontent_mobile {
	display: table-cell;
	height: auto;
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	border: 0px;
}
.mainbodycontent_mobile::-webkit-scrollbar { 
	display: none; 
}

.contentblock {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: sticky;
    left: 0;
	top: 0;
	padding: 15px 15px 15px 15px;
	overflow: hidden;
}
.contentblockframe {
	width: 100%;
    position: relative;
    height: 100%;
}
.contentblockinner {
	border-radius: 30px;
	background-color: #131313;
	height: 100%;
	width: 100%;
	position: absolute;
	overflow: hidden;
	/*border: 3px solid #900300;*/
	box-shadow: -2px 0px 6px 0px #00000052;
}

.contentblockinner[background_1]:before{
    z-index: 0;
    position: absolute;
    left: 45%;
    bottom: 35%;
    content: url(/images/element_white_solo.png);
    opacity: 0.1;
}
.contentblockinner[background_2]:before{
    z-index: 0;
    position: absolute;
    left: 45%;
    bottom: -2%;
    content: url(/images/element_solo.png);
    opacity: 0.1;
}
.contentblockinner[background_3]:before{
    z-index: 0;
    position: absolute;
    left: 45%;
    bottom: 35%;
    content: url(/images/element_white_solo.png);
    opacity: 0.3;
}
.contentblockinner[background_4]:before{
    z-index: 0;
    position: absolute;
    left: 45%;
    bottom: 35%;
    content: url(/images/element_lined_solo.png);
    opacity: 0.1;
}

.simpletable1 {
	width: 100%;
}
.simpletable1 tr:not(:last-child){
	border-bottom: 1px solid #ffffff;
}
.simpletable1 tr td:first-child {
	text-align: left;
	padding: 10px 5px 10px 10px;
	font-weight: 500;
	font-size: 17px;
}
.simpletable1 tr td:last-child {
	text-align: right;
	padding: 10px 10px 10px 5px;
	vertical-align: middle;
	font-size: 12px;
}

.simpletable2 {
	width: auto;
	border-spacing: 15px 0px;
    border-collapse: separate;
}
.simpletable2 tr td {
	border: 2px solid #fff;
    border-radius: 8px;
    padding: 10px 15px;
    min-width: 50px;
    text-align: center;
    font-size: 15px;
}

.simpletable3 {
	width: 100%;
	border-spacing: 15px 0px;
    border-collapse: separate;
}
.simpletable3 tr td {
	border-radius: 8px;
    padding: 20px 15px;
    min-width: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    width: 30%;
	min-width: 280px;
    white-space: break-spaces;
    background: #ffffff52;
    border: 0px;
}

.hinter1 {
	color: #000;
    margin-left: 15px;
    background-color: #fff;
    padding: 20px;
    border-radius: 18px;
    font-weight: 500;
    max-width: 80%;
    font-size: 14px;
    white-space: break-spaces;
    box-shadow: 0px 0px 3px 0px #75757559;
}

.logoline {
	white-space: nowrap;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.logoline::-webkit-scrollbar { 
	display: none; 
}
.logoline img {
	height: 65px; 
	margin: 0px 10px;
	filter: grayscale(1);
    opacity: 0.3;
	transition: 0.3s;
}
.logoline img:first-child {
	margin: 0px 10px 0px 20px;
}
.logoline img:hover {
	filter: grayscale(0);
    opacity: 1;
}

.font2 {
	font-size: 25px; 
	font-weight: 400; 
	color: #000;
}

@media screen and (max-width: 960px) {
	.contentblockinner {
		box-shadow: 0px -2px 6px 0px #00000052;
	}
	.simpletable3 tr td {
		font-size: 12px;
	}
	.font2 {
		font-size: 18px; 
	}
}