* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    width: 100%;
    height: 100svh;
    min-height: 100vh;
    background-color: black;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* background-image: radial-gradient(18% 28% at 24% 50%,#cefAFFFF 7%,#073AFF00 100%),radial-gradient(18% 28% at 18% 71%,#fffFFF59 6%,#073AFF00 100%),radial-gradient(70% 53% at 36% 76%,#73f2FFFF 0,#073AFF00 100%),radial-gradient(42% 53% at 15% 94%,#fffFFFFF 7%,#073AFF00 100%),radial-gradient(42% 53% at 34% 72%,#fffFFFFF 7%,#073AFF00 100%),radial-gradient(18% 28% at 35% 87%,#fffFFFFF 7%,#073AFF00 100%),radial-gradient(31% 43% at 7% 98%,#fffFFFFF 24%,#073AFF00 100%),radial-gradient(21% 37% at 72% 23%,#d3fF6D9C 24%,#073AFF00 100%),radial-gradient(35% 56% at 91% 74%,#8a4FFFF5 9%,#073AFF00 100%),radial-gradient(74% 86% at 67% 38%,#6dfFAEF5 24%,#073AFF00 100%),linear-gradient(125deg,#4eb5FFFF 1%,#4c00FCFF 100%);
    background-repeat:repeat; */
	background-image:  url("https://bitterlin.info/img/RootImdexBackground.jpg");
    background-size: cover;
}


div {
    margin: 20px;
    box-sizing: border-box;
}


p {
    width: 100%;
    color: white;
    font-family: "Roboto";
    font-size: 3vh;
    font-weight: 500;
    background-color: rgb(97, 155, 230);
    border-radius: 0.5rem;
    padding:1.5rem; 
    margin-top:20px;
}

a:any-link {
    text-decoration: none;
    text-align: left;
    color: white;
}


h1 {
    color: darkblue;
    font-family: "Roboto";
    font-size: 3vh;
    text-shadow: 1px 1px 2px white;
    margin-top: 2rem;
    }

.container {
    margin: 0;
    width: 100vw;
    max-width: 100vw;
    min-height: 100svh;
	max-height: 100svh
    text-align: center;
    font-family: "Roboto";
}

#menu {
    font-family: "Roboto";
    font-size: 1.5rem;
    font-weight: 800;
    z-index: 99;
    position: fixed;
    top: 25px;
    right: 40px;
    color: darkblue;
    border-top: 5px solid;
    border-bottom: 5px solid;
    cursor: pointer;
    border-color: darkblue;
    transition-duration: 1.5s;
	border-radius: 8px;

}

#menu:hover {
    transform: scaleY(1.5) translateY(5px);    
}



#logo {
    position: fixed;
    margin: 0;
    top: 0;
    left: 0;
    width: 250px;
    height: 250px;
    width: min-content;
    height: min-content;
    cursor: pointer;
    z-index: 50;
}


#menu-sidebar {
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    font-family: "Roboto";
    font-size: 1.2rem;
    font-weight: 700;
    width: 0;
    color: rebeccapurple;
    background-image: linear-gradient(to right, lightblue, white);
    display: flex;
    display:-webkit-flex;
    flex-direction: column;
    align-items:start;
    justify-content: center;
    opacity: 0;
    z-index: 99;
    border-left: 6px solid darkblue;
    text-transform: uppercase;
    padding-left: 40px;
}

#menu-sidebar > a:-webkit-any-link {
    color: rebeccapurple;
    margin-bottom: 7%;
}

#menu-sidebar > a:hover {
    text-decoration: overline;
    color: white;
    text-shadow: 2px 2px 3px black;
    transition-duration: smooth;

}

#menu-sidebar > #btnCloseSidebar {
    position: absolute;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    padding: 5px;
    color: darkred;
    top: 5px;
    right: 5px;
    cursor: pointer;
    z-index: 99;
    box-shadow: 2px 2px 4px darkgray ;
}


#contact {
    margin-top: 8%;
    position: relative;
    height: 70vh;
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: rgba( 255, 255, 255, 0.25 );
    box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
    backdrop-filter: blur( 0.5px );
    -webkit-backdrop-filter: blur( 0.5px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );    
}

#innerContact {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    text-align: left;

    > p > a:any-link {
        width: 100%;
        font-family: "Roboto";
        font-size: 1.8rem;
        font-weight: 700;
        background-color: rgb(97, 155, 230);
        border-radius: 0.5rem;
        text-decoration: none;
    }

}

#impressum {
    margin-right: 4px;
    
    position: fixed;
    position: -webkit-sticky;
    bottom: 0;
    left: 50px;
    width: max-content;
    height: max-content;
    padding: 0.5rem;
    z-index: 99;
    background-color: darkblue;
    color: white;
    border: 1px solid white;
    border-radius: 1rem 1rem 0 0;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px grey;
    box-shadow: -2px -2px 5px white;
    transform: translate(0, 3px);
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    font-family: "Roboto";
    
} 
#impressum:hover {
    box-shadow: -1px -1px 1px 3px yellowgreen;
    background-color: rebeccapurple;
    filter: brightness(1.5);
    transform: scale(1.1);
}

#whatsapp {
    margin-right: 4px;
    position: fixed;
    position: -webkit-sticky;
    bottom: 0;
    left: 170px;
    width: max-content;
    height: max-content;
    padding: 0.5rem;
    background-color: darkolivegreen;
    color: white;
    border: 1px solid white;
    border-radius: 1rem 1rem 0 0;
    text-shadow: 1px 1px 1px grey;
    box-shadow: -2px -2px 5px white;
    transform: translate(0, 3px);
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    z-index: 98;
    font-family: "Roboto";
}

#whatsapp:hover {
    box-shadow: -1px -1px 1px 3px lightgreen;
    background-color: darkgreen;
    filter: brightness(1.5);
    transform: scale(1.1);
}



#linkedin {
    margin-right: 4px;
    position: fixed;
    position: -webkit-sticky;
    bottom: 0;
    left: 267px;
    width: max-content;
    height: max-content;
    padding: 0.5rem;
    background-color: blue;
    color: white;
    border: 1px solid white;
    border-radius: 1rem 1rem 0 0;
    text-shadow: 1px 1px 1px grey;
    box-shadow: -2px -2px 5px white;
    transform: translate(0, 3px);
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    z-index: 98;
    font-family: "Roboto";
}

#linkedin:hover {
    box-shadow: -1px -1px 1px 3px lightblue;
    background-color: darkblue;
    filter: brightness(1.5);
    transform: scale(1.1);
}


#bild {
			display: block;
    		position: fixed;
    		bottom: 0px;
    		right: 1px;
    		margin: 1rem 2rem;		  
}


#bild > :any-link {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: "Roboto";
}