
@font-face {
 font-family: 'blenda_script';
 src: url('blenda_script.otf');           
 src: url('blenda_script.woff')
           format('woff'),           
      url('blenda_script.ttf')
           format('truetype');         
}


html, body{
	font-family: 'blenda_script', Arial, sans-serif;
	font-size: clamp(1rem, 0.8vw, 2rem);
	-webkit-font-smoothing: subpixel-antialiased!important;
	color: black;
	font-weight:400;
	height:99%;  
	background-color: #2b271f;
	text-align: center;
}

h1{
	font-family: 'blenda_script', Arial, sans-serif;
	font-size: clamp(1rem, 1.5vw, 2rem);
}

h2{
	font-family: 'blenda_script', Arial, sans-serif;
	font-size: clamp(1rem, 1.1vw, 2rem);
}

.schrift_blenda_script{
	font-family: 'blenda_script', Arial, sans-serif;
	font-size: clamp(1rem, 0.8vw, 2rem);
}

.container{
	width: 100%;
	height: 99%;
}

.content{
	width: 60%;
	min-height: 90%;
	text-align: center;
	margin: 0 auto;
	margin-top: -10px;
	background-image: url(/img/Papier-leer-hochkant-pokal.png);
	background-size: 100% 100%;
}

.content_text{
	width: 90%;
	text-align: center;
	margin-top: 8%;
	margin-left: 4%;
	padding-top: 10%;
}

.content_text a{
	color: black;
}

.table_insert{
	width: 30%;
}

input, textarea{
	width: 100%;
    border-radius: 10px;
    font-size: 1.1em; 
	background-color: #97885e;
	font-family: 'blenda_script', Arial, sans-serif;
}

.content_bottom{
	width: 100%;
	height: 70%;
	float: left;
	overflow: scroll;
    overflow-x: hidden;
}

.content_bottom::-webkit-scrollbar {
    width: 12px;
}

.content_bottom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

.content_bottom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

input, textarea, select{
	width: 30%;
    border-radius: 10px;
    font-size: 1.1em; 
    padding: 4px;
	background-color: #97885e;
	font-family: 'blenda_script', Arial, sans-serif;
}
