/* CSS Document */

@import url("fonts.css");
@import url("styles.css");
@import url("header.css");
@import url("footer.css");
@import url("misc.css");


#logo-text {
	margin-left: -13px;
}


body{
	overflow: visible;
}

footer {
  background-color: #e9ecf2;
}
.scrollsections{
	padding-bottom: var(--header-height);
}

.center-text {
	padding: var(--header-height) 7.5% 0 7.5%;
	font-size: 14px;
}

#section-3{
	background-color: white;
	padding-top: 0;
}

#section-2{
	background-color: #f4f5f7;
}

#section-2, #section-3{
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

.center-column{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto 0 auto;
	height: auto; 
	position: relative;
}

.center-content{
	position: relative;
}

.companyinfo {
	text-align: left;
}

.disclaimer-block {
	text-align: justify;
	
}

.privacy-policy-block {
	text-align: justify;
}

.listed-points {
	padding-left: 0px;
}

#section-3 a {word-break: break-all;}


#agb-subline {
	padding: 0;
}

#dbmara-logo {
	position: absolute; top: var(--header-height); right: 10%;
}

#top-text {
	width: 85%;
	padding-bottom: 0;
	padding-top: 0;
	margin-left: calc(2 * env(safe-area-inset-left));
}


/*responsive for Tablet portrait (below is phone)*/
@media only screen and (min-width: 931px) and (min-height: 500px){
	
	.center-column{
		width: 70vw;
	}

	.disclaimer-block, .privacy-policy-block{
		text-align: justify;
	}
	
	.center-text {
		margin: var(--header-height) 0 0 0;
		padding: 0 10% 0 10%;
		font-size: 16px;
	}
	
	.listed-points {
		padding-left: 30px;
	}
	

}

/*responsive for Tablet landscape*/
@media only screen and (min-width: 1024px){

}

/*responsive for Laptop*/
@media only screen and (min-width: 1025px){
	#section-3 .center-column {width: inherit;}
	
	#top-text {width: 80%;}
	
}

/*respnsive for Desktop*/    
@media only screen and (min-width: 1601px){
	.center-column{
		width: 100vw;
	}
}


