html {
	font-family: sans-serif;
}
a {
	text-decoration: none;}
h1 {
	font-size: clamp(5px, 3vw, 40px);
	margin-left:3%;
}
body {  background-color: #e0e0e0;   
		background-image: url("/images/Hintergrund.jpg");
        background-repeat: no-repeat;
		background-size: cover;  
	} 
p {
    font-size: font-size: clamp(5px, 2vw, 36px);
}
p1 {
    font-size: clamp(5px, 2vw, 16px); font-weight:600; 
	
}
.home {
    width: 30%;
	position: relative;
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: bottom;
    -webkit-box-align: bottom;
    -ms-flex-align: bottom;
    align-items: bottom;
	position: relative; top: 5vh;
	margin: 7%;
	border-style: ridge;
	border-width: 0.7vh;
	}
.home img {
    width: 100%;
	}
.home span {
    background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.6);
    position: absolute;
	bottom: 0vh;
    width: 100%;
    line-height: 1.5em;
	text-align: right;
	}
@font-face 	{
	font-family: "HandTextur"; 
	src: url("FetteTrumpDeutsch.ttf")
	format("TrueType")
	}
		
.box {

	background-color: hsla(0, 0%, 100%, 0.6);
	position: absolute;
	width: -webkit-max-content;
	width: max-content;
	left: 45%;
	top: 10vh;
   	height: auto;
	border-style: ridge;
	border-width: 0.7vh;
    font-size: 100%;
	font-family: HandTextur;
	}
.box1 {

	background-color: hsla(0, 0%, 100%, 0.5);
	position: absolute;
	width: -webkit-max-content;
	width: max-content;
	left: 3%;
	top: 25vh;
   	height: auto;
	border-style: ridge;
	border-width: 0.7vh;
    font-size: 250%;
	font-family: HandTextur;
	}

.fixed {
   
   
	font-size: 90%;
	border: thin solid #eee
	}

.seite1 {
    width: 73%;
	position: relative;
	display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: auto;
	border-style: ridge;
	border-width: 1.1vh;
	}

.seite1 img {
    width: 100%;
	}

.seite1 span {
    background-color: silver;
    background-color: hsla(0, 0%, 100%, 0.6);
    position: absolute;
	bottom: 0vh;
    width: 100%;
    line-height: 1.5em;
	text-align: right;
	}
	
button {
    margin-top: 50px;
    padding: 20px 10px 20px 10px;
    width: 200px;
    height: 100px;
    background-color: skyblue;
    color: blue;
    font-family: sans-serif; 
    font-size: 20px;
    box-shadow: 5px 5px lightgray; 
    border-radius: 10px;
}