@import url('https://fonts.googleapis.com/css?family=Amiri|Cinzel+Decorative|Cinzel');

/* Grundlayout */



body {
    margin: 0;
    padding: 0;
    font-family: "Amiri", serif;
    background: url("lububack.jpg") repeat; /* gekacheltes Hintergrundbild */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
}

/* Container für Logo und Links */
.container {
    margin-top: 5vh;
    text-align: center;
    width: 90%;
    max-width: 400px;
	min-width: 200px;
	
}

/* Logo */
#logodiv {
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


#logocaption{
    margin: 0;
    padding: 0;
    font-family: "Cinzel Decorative", serif;
	font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	color: #ddd;
	margin-bottom: -26px;
}

#footercaption{
    margin: 0;
    padding: 0;
    font-family: "Cinzel", serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	color: #ddd;
}

/* Logo */
.logo {
    width: 70vw;
    margin-bottom: 2rem;
}


.icon{
    width: 2.0rem;
    margin-right: 1rem;
}


/* Link-Buttons */
.linkname{
    display: block;
    background-color: rgba(0, 0, 0, 0.00);
    color: #ddd;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    transition: all 0.3s ease;
	padding-top: 6px;
}



a{
    color: #ddd;
    text-decoration: none;
	height:inherit;
	display: flex;
    justify-content: center;
    align-items: center;	
}




.link{
    display: flex;
    justify-content: left;
    align-items: center;	
	padding-left:50px;
}





.linksline {
    width:100%; 
	height: 2px; 
	background: linear-gradient(-90deg, rgba(0,0,0,0) 0%, #fff 40%, #fff 60%, rgba(0,0,0,0) 100%); 
	opacity:1.0; 
	margin-top: 5px;
    margin-bottom: 14px;}
}



/* Hover-Effekt */
.links a:hover {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.05);
}


/* Logo */
#footer {
	display:none;
	margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #ddd;
    background-color: rgba(0, 0, 0, 0.00);
	margin-bottom:10px;
}

#footercaption{
    margin: 0;
    padding: 0;
    font-family: "Cinzel", serif;
    display: flex;
    justify-content: center;
    align-items: flex-start;
	color: #ddd;
    margin-top:120px;
}



/* Responsive Design */
@media (max-width: 1000px) {
	
#logocaption{
    margin-bottom: -3vw;
	font-size: 2.6vw;
}

}


@media (max-width: 400px) {
	
.link{
   padding-left: 5vw;

}


}
