a {
    text-decoration: none;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}

#reader {
    width: 600px;
}

#result {
    text-align: center;
    font-size: 1.5rem;
}

#logo {
    
    width: 100px;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-shrink: 0;
}

.abstand{
    height: 20px;
    background-color: #0055a6;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
    text-align: center;
}

body {
    padding-left: 50px;
    padding-right: 50px;
    background-color: rgba(235, 133, 60, 0.506);
    font-family: "Comfortaa", sans-serif;
}

h1 {
    font-size: 300%;
}

.freeform {
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	background-color: #ee7002;
	width:200px;
	height:200px;
    text-align: center; 
    color: white;
}
#busfahrplan {
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	background-color: #ee7002;
	width:200px;
	height:200px;
    text-align: center; 
    color: white;
    background-image: url("../img/Busfahrplan.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ferienplan {
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	background-color: #ee7002;
	width:200px;
	height:200px;
    text-align: center; 
    color: white;
    background-image: url("../img/Ferien.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#ausweis {
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	background-color: #ee7002;
	width:200px;
	height:200px;
    text-align: center; 
    color: white;
    background-image: url("../img/Ausweis.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#essen {
	border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
	background-color: #ee7002;
	width:200px;
	height:200px;
    text-align: center; 
    color: white;
    background-image: url("../img/Essen.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.kacheln1{
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    grid-row-gap: 50px;
}

h2 {
    padding-top: 80px;
}