@font-face {
    font-family: 'Asap';
    src: url('fonts/Asap-VariableFont_wdth,wght.ttf');
    font-style: normal;
}
/* @font-face {
    font-family: 'Fira';
    font-style: bold;
    src: url('fonts/FiraSans-ExtraBold.tff');
} */

html { 
        background-color: #f0f0f0; 
        background-image: url('https://static.ksp.sk/images/textura.4deda2faea45.png'); 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        height: 100vh; 
        overflow: hidden;
} 
 
body, body > * { 
        max-width: 100%; 
        max-height: 100%; 
        object-fit: contain; 
} 
 
body { 
        overflow-x: hidden; 
        background-color: white; 
        margin: 0; 
        height: 100vh; 
        object-fit: contain; 
        width: 100vw; 
 
        -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); 
        -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); 
        box-shadow: 0 0 30px 0 rgba(0,0,0,0.2); 
} 
 
@media (min-width: 600px) { 
        body { 
                width: 600px; 
                height: 100vh; 
        } 
}

#start {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F47F39;
    width: 100%;
    height: 100%;
}

.start_wrapper img {
    width: auto;
    height: 20vh;
    margin-bottom: 40%;
}

#menu{
    height: 92vh;
    width: 100%;
    overflow-x: hidden;
}

#welcome{
    display: flex;
    height: 8%;
    justify-content: center;
    align-items: center;
    font-size: 2rem; 
    background-color: #F47F39;
    font-weight: 550;
    padding-top: 1.5rem;
}


#next{
    font-size: 2.2rem;
    margin: 2.5rem 4rem 2.5rem 4rem;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4rem;
    padding-top:1.5rem;
    padding-bottom: 3.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.bold{
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    font-size: 2.6rem;
}

#functions{
    padding: 1.5rem 4rem;
    font-size: 2.8rem;
    font-family: 'Fire', sans-serif;
    font-weight: bolder;
    height: 40%;
}

.fn{
    height: 95%;
    width: 47%;
    border-radius: 4rem;
    background-color: rgba(244, 127, 57, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.zeile{
    height: 50%;
    margin: 3rem 0rem;
    display: flex;
    justify-content: space-between;
}

.help{
    font-size: 300%;
}

functions p{
    display: flex;
    width: 100%;
    text-align: center;
}

footer {
    /* border-top: 5px solid #151b24; */
    z-index: 999;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
    font-size: 25px;
    width: auto;
    background-color:#1f2937;
    /* position: absolute; */
    width: 100%;
    height: 8vh;
    margin: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.icon{
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 500%; */
}

.icon-active {
    border-bottom: 3px solid #F47F39;
    /* box-shadow: 0px 0px 30px -10px rgb(244, 127, 57); */
}

.icon-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper:hover {
    background: rgb(55 65 81 / var(--tw-bg-opacity, 1))
}

#kalender{
    display: none;
}

#chat{        
    display: none;
}

#chatname{
    display: flex;
    height: 20%;
    justify-content: center;
    align-items: center;
    font-size: 3rem; 
    background-color: #F47F39;
    font-weight: 550;
    padding-top: 3.5rem;
    padding-bottom: 2.5rem;
}

#text1{
    height: 15rem;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4rem;
    margin-top: 5rem;
    margin-right: 2rem;
    margin-left: 12rem;
    position: relative;
}
#text2{
    height: 10rem;
    width: 70%;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3rem;
    margin-top: 3rem;
    margin-left: 2rem;
    position: relative;
}

#textfeld{
    width: 100%;
    height: 8rem;
    background-color: rgba(244, 127, 57, 0.8);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:2.2rem;
    position:fixed;
    bottom:10rem;
}

#map{
    margin-top: 10%;
}

@media (min-width: 900px) {
	body {
		width: 600px;
		height: 100vh;
	}
}

.scrollable {
	overflow-x:hidden;
	overflow-y:auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

/* For Chrome, Safari and Opera */
.scrollable::webkit-scrollbar {
	display:none;
}

.sticky-bottom-bar {
	position: fixed;
  	bottom: 0;
  	width: inherit;
}

.sticky-upper-bar {
	position: fixed;
  	top: 0;
  	width: inherit;
}

.message-wrapper {
    width: 100%;
    margin-bottom: 30px;
    flex-direction: row;
    display: inline-block;
    text-align: left;
}

.message-header {
    display: flex;
    padding-bottom: 4px;
    align-items: center;
}

.message-box {
    display: flex;
    padding: 10px 15px;
    text-align: inherit;
}

.user-message {
    text-align: right;
    float: inline-end;
}

.welcome-h {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: white;
}

.welcome-p {
    font-family: 'Asap', sans-serif;
    font-size: 18px;
    color: #9ca3af;
}