body{
	min-width:900px;
}

html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}

body , div , ul, li, form, h1, h2{
	margin:0;
	-webkit-appearance: none;
	font-family:"Calibri","Candara","San Francisco","Arial";
	cursor: default;
}

input[type=checkbox] , input[type=radio]{display: none}

hr {
	margin:0;
	background-color:#870000;	
	height:2px;
	border:0;
}

.filterlistseperator{
	width:95%;
	margin:auto;
	height:1px;
}

input[type=text] , [type=number]{
	border: 0;
	outline: none;
	background-color:inherit;
	font:inherit;
	width:70px;
	margin-left:5px;
}

#backgrounddiv {
	background-color:#f5f5f5;
	margin:auto;	
	width:100%;
	box-shadow:none;
}

#scrollstatus{	
	z-index:100;
	position:sticky;
	bottom:0px;
	margin-left:0px;
	overflow:hidden;
	height:100px;
}

#scrollimg{
	position:absolute;
	height:100px;
	bottom:4px;
}

#scrollgleisimg{
	height:10px;
	position:absolute;
	bottom:0px;
	width:100%;
}

#grayclickbackground, #logingrayclickbackground{
			position:fixed;
			background-color:black;
			opacity:0.7;
			width:100%;
			height:100%;
			z-index:199;
			top:0;
			left:0;
			display:none;
}

.pictureintextwrapper{
	float:right;
	max-width:300px;
	margin: -30px 0px 20px 20px;
}

.pictureintext{
	max-height:300px;
	max-width:300px;
	object-fit:contain;
    min-width: 300px;
}

.picturesubtitle{
	font-size:0.5em;
}

.standartlink{
	color:#615f5f;
}

.vblp1{
	background-color:green;	
}

.vblp2{
	background-color:yellow;	
}

.vblp0, .vblp-1{
	background-color:red;	
}

.vblp3{
	background-color:lightgray;	
}

.neuheitsmall{	
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 14px 0px 0px 0px;
    left: 0px;
    top: 0px;
}

.neuheitsmall1{	
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 0px 14px 0px 0px;
    right: 0px;
    top: 0px;
}

.generallbutton{
	all: unset;
    background: #f0ba20;
    color: #870000;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px grey;
    position: relative;
    cursor: pointer;
    font-size: 1.5em;
    margin: 0px auto 0px auto;
	padding:8px 30px;
}

.generallbuttonwrapper{
	width: auto;
    margin: auto;
    text-align: center;
}

@media all and (min-width: 451px) {
	body{
		min-width:900px;
	}
	
	.generallbutton{
		font-size: 1.5em;
	}
	
	.generallbutton:hover {
        background: #870000;
        color: #f0ba20;
		cursor:pointer;
    }
	
	#scrollstatus{	
		height:50px;
	}
	
	.standartlink:hover{
		color:#870000;
	}

	#scrollimg{
		height:50px;
	}

	.picturesubtitle{
		font-size:0.7em;
	}	
	
	.pictureintext{
		min-width: 270px;
	}
}


@media all and (min-width: 1401px) {
		
	
		#backgrounddiv {			
			width:73%;
			box-shadow:0px 10px 30px 0px gray;
		}
		

}