html, body { background:#515151; }
body {
	margin: 0;
  	padding-top: env(safe-area-inset-top); /* damit Inhalt nicht unter der Uhr klebt */
}

.rssarticle{
}

.artikelliste{
	
}


#empfehlen{
	
}

#weatherplacer{
	float: right;
    display: block;
    position: absolute;
    right: 10px;
    top: -15px;
}

.rssarticle p{
	font-weight: 400 !important;
    color: #3AAAE1;
    position: relative;
    font-size: 1.75vh !important;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    line-height: 1.25;
    z-index: 1;
    margin: 0;
}

.rssarticle a{
    font-weight: 400 !important;
    color: #253756 !important;
    position: relative;
    font-size: 1.75vh !important;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block !important;
    line-height: 1.25;
    z-index: 1;
    text-align: center !important;
    margin: 5px 0 10px 0;
    background: #7c9099;
    padding: 5px 20px;
    border-radius: 10px;
    text-decoration: none;
	width: fit-content;
}

.rssarticle h3{
    font-weight: 400;
    color: #7c9099;
    position: relative;
    font-size: 1.75vh !important;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    line-height: 1.25;
    z-index: 1;
    margin: 15px 10px 10px 10px;
    text-align: center;
}

.rssarticle img{
    width: 75%;
    height: auto;
    border-radius: 10px !important;
    aspect-ratio: 4 / 3;
}

.rssartImg{
	margin: 0;
}

#wrapper{
    width: 100vw;
    height: 100vh;
    overflow: hidden;
	background: #515151;
	top: 0;
}

#ehrenamt{
	display: none;
	position: absolute;
    right: 0;
    top: 0;
}

#output{
	display: none;
}

.a2a_default_style{
    text-align: center;
    width: 100%;
    display: block;
    position: relative;
}

.a2a_default_style a{
    float: unset !important;
    display: inline-block;
	
}

.a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg, .a2a_menu .a2a_svg, .a2a_vertical_style .a2a_count, .a2a_vertical_style .a2a_svg {
    border-radius: 14px !important;
}

.a2a_svg {
    height: 52px !important;
    line-height: 52px !important;
    padding: 1px;
    width: 52px !important;
}


h1{
    color: #3aaae1;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-weight: 500;
	text-align: center;
	font-size: 150%;
}

.quader{
	display: inline-block;
    width: 28%;
    border-color: #FFFFFF;
    border: 0;
    border-radius: 15px 15px 15px 15px;
    background-color: #2f414b;
    transition: all 0.3s;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    text-decoration: none;
    line-height: 2;
    font-size: 2vh;
    text-align: left;
    position: relative;
    margin: 1%;
}

.quader:hover{
	 background-color: #000000;
}

.quader a{
    text-decoration: none;
    color: #3aaae0;
}

.quader button{
    text-decoration: none;
    color: #3aaae0;
}

#hideit{
	display: none;
}


.icontext{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quader img{
    width: 30px;
    height: auto;
    float: left;
    margin: 5px 7px 5px 10px;
}

#date{
    margin-left: 5%;
    color: #3aaae1;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 2.5vh;
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
}

.weather-wrapper{
	color: #3aaae1;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 2.5vh;
    text-align: right;
    display: inline-block;
    position: relative;
    margin-right: 5%;
}

.weather-wrapper img{
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    height: 5vh;
}

.weather-temperature{
}

#apper{
    background: #252525;
    height: 90vh;
    top: 5vh;
    position: relative;
    display: inline-block;
    width: 50vh;
    left: calc( 50vw - 25vh );
	border-radius: 2.5vh;
	overflow: hidden;
}

#topper{
    width: 50vh;
    height: 10vh;
    background-color: #252525 !important;
    display: inline-block;
    position: fixed;
    background: url(../images/skyline-23.png);
    background-size: contain;
    transition: all 0.3s;
    border-top-left-radius: 2.5vh;
    border-top-right-radius: 2.5vh;
    z-index: 2;
	background-repeat: no-repeat;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

#topper.shrink{
	height: 10vh;
    background-color: rgb(0 0 0 / 70%) !important;
}


#skyline{
}

#skyline img{
	width: 100%;
    height: auto;
}

#content{
    width: 100%;
    padding-top: 10vh;
    display: inline-block;
    height: 81vh;
    border-radius: 2.5vh;
    text-align: justify;
    line-height: 1.5;
    color: #CCC;
	overflow-y: scroll;
  	scrollbar-width: none; /* Firefox */
  	-ms-overflow-style: none;  /* IE 10+ */
}

#content::-webkit-scrollbar { /* WebKit */
  width: 0px;
}

#content p{
    width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
	text-align: center;
}

#content p img{
	border-radius: 2.5vh;	
	transition: all 0.3s;
}

#content p img:hover{
	border-radius: 3.25vh;	
}

.rund a {
	width: 100%;
    border-radius: 25px;
    background-color: #2f414b;
    transition: all 0.3s;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.rund a:hover{
    background-color: #000000;
}

.rund {
    display: inline-block;
    text-align: center;
}

.rund img{
	width: 65%;
	height: auto;	
}


.doublerund a {
    width: 100%;
    border-radius: 25px;
    background-color: #2f414b;
    transition: all 0.3s;
    aspect-ratio: 2 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.doublerund a:hover{
    background-color: #000000;
}

.doublerund {
    display: inline-block;
    text-align: center;
	width: 100%;
}

.doublerund img{
	width: 70%;
	height: auto;
}



.zweirund {
    display: inline-block;
    text-align: center;
}

.zweirund img{
	width: 100%;
    border-radius: 25px;
    transition: all 0.3s;
}

.zweirund img:hover{
    border-radius: 3.5vh;
}

.zweirundback {
    border-radius: 25px;
}

.zweirundback .morerss{
	margin-right: 15px;
    margin-bottom: 5px;
}

.zweiback .rssarticle{
    padding-left: 15px;
}


.dreirund {
    display: inline-block;
    text-align: center;
}

.dreirund img{
	width: 100%;
    height: auto;
    border-radius: 2.5vh;
    transition: all 0.3s;
}

.dreirund img:hover{
    border-radius: 25px;
}

.small{
	display: inline-block;  /* Oder 'block', falls nötig */
    /* white-space: nowrap;    Verhindert Zeilenumbrüche */
    /* overflow: hidden;       Versteckt überstehenden Text */
    /* text-overflow: ellipsis; Fügt "..." hinzu */
	
	font-weight: 400;
    color: #3AAAE1;
    font-size: 1.6vh !important;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin-top: 5px;
}

.iconblock{
    display: inline-block;
    text-align: center;
    aspect-ratio: 1 / 1.25;
	grid-column: span 1;
}

.doubleblock{
    display: inline-block;
    text-align: center;
    aspect-ratio: 2 / 1.25;
	grid-column: span 2;
}

.zweiconblock {
    display: inline-block;
    text-align: center;
    aspect-ratio: 1 / 1.25;
	grid-column: span 2;
}

.dreiconblock {
    display: inline-block;
    text-align: center;
    margin: 1%;
    float: left;
	grid-column: span 2;
}

#iconarea {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(16, auto);
    gap: 1% 2%;
    width: 94%;
    padding-left: 3%;
    margin-bottom: 30%;
    padding-bottom: 30%;
    box-sizing: border-box;
}

.grid-item {
    text-align: center;
    aspect-ratio: 1 / 1.25;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    width: 96%;
}

.item-3A-4B {
    grid-column: 3 / 5; /* Bleibt in den Spalten 3 und 4 */
    grid-row: 3 / 5; /* Verschiebt das Element in die Zeilen 3 und 4 */
    background-color: #12161f;
    border-radius: 25px;
    display: inline-block;
}


.item-foodie {
    grid-column: 3 / 5; /* Bleibt in den Spalten 3 und 4 */
    grid-row: 10 / 12; /* Verschiebt das Element in die Zeilen 10 und 11 */
    background-color: #212745; /* Hintergrundfarbe */
    border-radius: 25px; /* Abgerundete Ecken */
    display: inline-block;
}

.doubleleft-large {
    grid-column: 1 / 3; /* Überspannt die Spalten 1 und 2 */
    grid-row: 7 / 9; /* Startet in Zeile 7 und geht bis Zeile 9 */
    border-radius: 25px; /* Abgerundete Ecken (optional) */
    justify-content: center;
    align-items: center;
}


.doubleleft {
	grid-column: 1 / 3;
    grid-row: auto;
    aspect-ratio: 2 / 1;
    justify-content: center;
    align-items: center;
}

.doubleright {
    grid-column: 3 / 5; /* Überspannt die Spalten 3 und 4 */
    grid-row: auto; /* Automatisch in die nächste verfügbare Zeile */
    aspect-ratio: 2 / 1; /* Optional: Rechteckiges Seitenverhältnis */
    justify-content: center;
    align-items: center;
}


.icontrenner {
    grid-column: 1 / -1; /* Überspannt alle Spalten */
    justify-self: center; /* Zentriert den Inhalt horizontal */
    align-self: center; /* Zentriert den Inhalt vertikal */
}

.icontrenner img {
    width: 100%; /* Bild nimmt die gesamte Breite des Containers ein */
    height: auto; /* Bewahrt das Seitenverhältnis */
}

.socialinks {
    grid-column: 1 / -1;
    justify-self: center;
    align-self: center;
    text-align: center;
    font-weight: 400;
    color: #3aaae1;
    font-size: 1.6vh !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.socialinks img {
    width: 40%; /* Bild nimmt die gesamte Breite des Containers ein */
    height: auto; /* Bewahrt das Seitenverhältnis */
}

#cityad {
    grid-column: 1 / -1; /* Überspannt alle Spalten des Grids */
    justify-self: center; /* Zentriert den Inhalt horizontal (optional) */
    align-self: center; /* Zentriert den Inhalt vertikal (optional) */
}

#cityad img {
    width: 100%; /* Bild füllt die gesamte Breite des Containers */
    height: auto; /* Bewahrt das Seitenverhältnis */
    display: block; /* Entfernt unnötige Lücken unter dem Bild */
	border-radius: 15px;
    margin-bottom: 10px;
}


#footer{
	width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    background: #3A3A3A;
    padding: 20px 0 20px 0;
}

#footer p{
	color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    font-weight: 500;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
    transition: all 0.3s;
}

#footer a:hover{
	color: #3AAAE1;
}

#logolove{
    width: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    background: #000000;
    padding: 20px 0 20px 0;
    margin-bottom: 75px;
}

#logolove img{
    width: 200px;
    height: auto;
    transition: all 0.3s;
}

#logolove img:hover{
    width: 210px;
}

#fopper {
    position: fixed;
    bottom: 5vh;
    width: 50vh;
	border-bottom-left-radius: 2.5vh;
    border-bottom-right-radius: 2.5vh;
    max-height: 70px;
    background: rgb(0 0 0 / 80%);
    z-index: 3;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 5px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

}

#fopper .iconblock {
	width: 98%;
    text-align: center;
}

#talker {
	height: 30px;
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 10vh;
    right: 0;
    margin-right: 20px;
    margin-top: -10px;
}
