#searchInput {
    padding: 10px;
    width: 50%;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}


.Beiträge{

    display: block;
    text-align: center;
}

.neuer-beitrag-vorschau-inline {

    position: relative;
    bottom: 110px;
    text-align: center;
}

.neuer-beitrag-vorschau-inline button{

    width: 16%;
    height: 150px;
}

.neuer-beitrag-vorschau{

    margin-left: 10%;
    width: 80%;
    height: 500px;
    border-radius: 20px;
    margin-top: 150px;
}

.neuer-beitrag-vorschau img{

    width: 75%;
    height: 300px;
    border-radius: 10px;
    position: relative;
    top: -70px;
    
}

.neuer-beitrag-vorschau h1{

    width: 100%;
    height: 3.5rem;
    text-align: center;
    overflow: hidden;
}

.neuer-beitrag-vorschau p {

    width: 100%;
    font-size: 20px;
    max-height: 2.9rem;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

.neuer-beitrag-vorschau ul{

    list-style: none;
    text-align: left;

}

.neuer-beitrag-vorschau a {

    background-color: aqua;
    padding: 10px;
    font-size: 1.5rem;
    border-radius: 15px;
    position: relative;
    float: left;  
    cursor: pointer; 
}

/* Beitrags Abschnit*/

.begrüßung {

    margin: 0;
    margin-bottom: 50px;

}

.beitrag-vorschau {
    width: 400px;
    height: 470px;
    margin: 20px;
    text-align: center;
    border-radius: 20px;
    background-color: black;
    color: white;
    position: relative;
    overflow: hidden;
}

.button-content {
    position: relative;
    top: 180px;
    left: 190px;
    height: 380px;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
    transition: opacity 1.5 s ease;
}

.beitrag-vorschau::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(5, 3, 3, 0.329), rgb(224, 221, 221)); 
    opacity: 0;
    transition: opacity 1.5s ease;
}

.beitrag-vorschau:hover::before {
    opacity: 1;
}

.beitrag-vorschau:hover {
    color: rgb(0, 0, 0);
    margin: 20px;
    border-radius: 50px; 
}



.beitrag-vorschau  h3{

    width: 100%;
    height: 2rem;
    text-align: center;
    overflow: hidden;
}

.beitrag-vorschau  p{

    width: 100%;
    max-height: 4.5rem;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 1rem;

}

.beitrag-vorschau ul{

    list-style: none;
    text-align: left;
}

.beitrag-vorschau  a{

    background-color: rgb(17, 0, 255);
    padding: 10px;
    font-size: 1.5rem;
    border-radius: 15px;
    position: relative;
    bottom: -20px;
    cursor: pointer;
}

.beitrag-vorschau img {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    border-radius: 10px;
}
/*========Blog Post Style========*/
.bp-main {
    background-color: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(5px);
    text-align: left;
    border-radius: 20px;
    overflow: auto;
    width: 70%;
    margin-right: auto;
    margin-top: 150px;
}


.zurück-button-mobile{

    position: fixed;
    right: 10px;
    top: 110px;
    box-shadow: 3px 4px 0px 0px #f4f4f87e;
	background:linear-gradient(to bottom, #000000 5%, #1329f0 100%);
	background-color:#000000;
	border-radius:5px;
    border:1px solid #fafafabe;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
    z-index: 1000;

}


.bp-artikle{
    
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
}

.bp-header {

    align-items: center;
}
.bp-img{
    width: 100%;
    height: 350px;
    margin-right: auto;
    border-radius: 25px;
}

.bp-ul {
    list-style: none;
    font-size: 22px;
    color: rgb(255, 255, 255);
    text-align: justify;
}
.bp-footer {
    color: #fff;
    padding: 20px 40px;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.footer-email {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    margin-bottom: 10px;
}

.footer-email:hover {
    text-decoration: underline;
}

.socialmedia-button-liste {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
       border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

.socialmedia-button-liste li a img {
    width: 36px;
    height: 36px;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.socialmedia-button-liste li a img:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}


.bp-p {
        font-size: 20px;
        text-align: justify;
        color: rgb(255, 255, 255); 
    }
.bp-h1 {
    font-size: 40px;
    color: rgb(255, 255, 255); 
    text-shadow: 2px 2px 4px rgb(79, 83, 80);
}
.bp-h2{
    font-size: 30px;
    color: rgb(255, 255, 255); 
    margin: 10px;
    text-shadow: 2px 2px 4px rgb(79, 83, 80);

}
.bp-h3{
    font-size: 30px; color: rgb(255, 255, 255); 
    margin: 10px;
    text-shadow: 2px 2px 4px rgb(79, 83, 80);

}
.socialmedia-button-liste{
     display: inline-block; 
     text-align: center;
     padding: 0;
    }
.socialmedia-button-liste>li{
     display: inline;
    }

    @media (max-width: 900px) {

        .neuer-beitrag-vorschau p {


            font-size: 16px;
            max-height: 2rem;
        }

        .neuer-beitrag-vorschau img{

            width: 50%;
            height: 40%;
            margin-top: 20px;
            top: -50px;
        }
        .neuer-beitrag-vorschau a{

            margin-top: -10px;
            float: right;
        }
        .zurück-button{
    
            display: none;
        }
    
        .zurück-button-mobile{
    
            display: block;
            
        }
        .bp-main {
    
            text-align: center;
            border-radius: 20px;
            overflow: auto;
            width: 90%;
            margin-right: auto;
            margin-left: auto;
        }

        .bp-artikle{
        
            width: 95%;
        }
    
        .bp-p {
            font-size: 22px;
        }
    
        .bp-ul {
            font-size: 20px;
        }

        .bp-h1{
            font-size: 25px;
            text-shadow: 2px 2px 4px rgb(201, 207, 203);
        }

        .bp-h2{
            font-size: 25px;
            color: rgb(218, 218, 218);
            margin: 10px;
        }
    
    }

    
@media(max-width: 500px) {

    .neuer-beitrag-vorschau-inline button{

        width: 12%;
        height: 80px;
        bottom: -50px;
    }

    .neuer-beitrag-vorschau{

        height: auto;
    }

    .neuer-beitrag-vorschau p {


        font-size: 12px;
        max-height: 1.7rem;
    }

    .neuer-beitrag-vorschau img{

        width: 95%;
        height: 150px;
        margin-top: 20px;
        top: -0px;
    }


    .beitrag-vorschau {
        width: 80%;
        height: auto;
        margin: 10px;
        text-align: center;
        border-radius: 20px;
        background-color: black;
        color: white;
        position: relative;
        overflow: hidden;
    }
    .button-content {
        position: relative;
        top: 0px;
        left: 0px;
        height: auto;
        border-radius: 20px;
        background-size: cover;
        background-position: center;
        transform: translate(-0%, -0%);
        transition: opacity 1.5 s ease;
    }
    .beitrag-vorschau img {

        left: 0px;
        top: 0px;
        height: 150px;
        border-radius: 10px;
    }
    .beitrag-vorschau  a{

        position: relative;
        bottom: 2px;
        cursor: pointer;
    }

}
/*========Inhaltsverzeichnis========*/

.inhaltsverzeichnis {
  position: fixed;
  top: 250px;
  right: 30px;
  width: 30%;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  text-align: center;
  font-family: Arial, sans-serif;
  border-left: 4px solid #0073e6;
}

.inhaltsverzeichnis h2,
.inhaltsverzeichnis h3 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 10px;
}

.inhaltsverzeichnis p {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

.inhaltsverzeichnis ul {
  list-style: none;
  padding-left: 0;
}

.inhaltsverzeichnis li {
  margin-bottom: 8px;
}

.inhaltsverzeichnis a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.inhaltsverzeichnis a:hover {
  text-decoration: underline;
}

.abo-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3f2cee;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.3s;
}

.abo-btn:hover {
  background-color: #555;
}

@media (max-width: 500px) {
  .inhaltsverzeichnis {
    position: static;
    width: 90%;
    margin: 100px auto;
    padding: 15px;
    top: auto;
    right: auto;
    text-align: center;
  }
}

