/*=================Header Bereich=====================*/

header{
  
    position: fixed;
    display: flex;
    background-color: #000000;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 10px;
    box-shadow: 1px 1px 5px 1px rgb(18, 15, 184);


}

                .logo-img{

                    margin-left: 20px;
                }
                
                .headerlist {
                    
                    list-style: none;
                    padding: 0px 0px;
                    margin-left:auto;
                    margin-right: 10%;
                    display: flex;
                    gap: 16px;
                    
                }

                .headerlist li {
                    
                    font-size: 26px;
                    color: white;
                    z-index: 100;
                    
                }

                .headerlist li:hover {
                    cursor: pointer;
                    font-size: 20px;
                    color: rgb(255, 251, 251);
                }

               

                #start-scroll {

                    display: block;
                    font-size: 3rem;
                    height: 45px;
                    background-color: #000000;
                    color: #4caf50;
                    position: fixed;
                    bottom: 150px;
                    right: -100px;
                    transition: right 0.5s ease;
                    z-index: 99; 
                    
                }

                #start-scroll:hover {

                    height: 45px;
                    background-color: #4caf50;
                    color: #000000;
                    bottom: 160px;
                    cursor: pointer;
                }
                
#webdesign-anker,
#content-anker,
#grafik-anker,
#video-anker,
#management-anker,
#marketing-anker {
    scroll-margin-top: 200px; 
}

 

/*==============Standartś===============*/

*::-webkit-scrollbar        {display: none;}
*div                        {width: 50%;}



html {

    scroll-behavior: smooth;
    scroll-padding: 2rem;
    margin: 0px;
    padding: 0px;
}

body{

    margin: 0px;
    padding: 0px;
}

a:link {
    color: rgb(48, 252, 7);
    text-shadow: 2px 2px 4px rgba(1, 2, 3, 05);
    text-decoration: none;
    font-size: 20px;
  }
  
  a:visited {
    color:  rgb(48, 252, 7);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
  }
  
  a:hover {
    color: rgba(224, 18, 18, 0.527);
  }

  a:active {
    color:  rgb(48, 252, 7);
    text-shadow: 2px 2px 4px rgba(1, 2, 3, 05);
  }





.background-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 1500px) {

    .background-video {
        position: fixed;
        left: 60%;
    }
}
@media (max-width: 1300px) {

    .background-video {
        position: fixed;
        left: 70%;
    }
}
@media (max-width: 1116px) {

    .background-video {
        position: fixed;
        left: 75%;
    }
}
@media (max-width: 900px) {

    .background-video {
        position: fixed;
        left: 105%;
        top: 60%;
    }
}
@media (max-width: 500px) {

    .background-video {
        position: fixed;
        left: 190%;
        top: 60%;
    }
}

.row{

    width: 90%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

#button-1 {
	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;

}

/*==============Abschnit 1===============*/

.begrüßung{

    font-size: 30px;
    color: transparent;
    text-shadow: -4px 4px rgb(250, 244, 244), -3px 3px rgba(153,153,153,.2), -2px 2px rgba(179,179,179,.2), -1px 1px rgba(179,179,179,.2), 0px 0px rgba(128,128,128,.5), 1px -1px rgba(77,77,77,.6), 2px -2px rgba(77,77,77,.7), 3px -3px rgba(82,82,82,.8), 4px -4px rgba(77,77,77,.9), 5px -5px rgba(77,77,77,1);
    text-align: center;
    margin-top: 120px;
    margin-bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
}

.linke-navigation{

    
    width: 45%;
    margin-right: 15%;
    

}

@keyframes bewegungLinksRechts {
    0% {
        transform: translateX(-500px);
    }
    50% {
        transform: translateX(1000px); 
    }
    100% {
        transform: translateX(-500px);
    }
}

@media (max-width: 500px) {

    @keyframes bewegungLinksRechts {
        0% {
            transform: translateX(-500px);
        }
        50% {
            transform: translateX(500px); 
        }
        100% {
            transform: translateX(-500px);
        }
    }
    

}

.img-bewegung {
    animation: bewegungLinksRechts 20s infinite; 
}

.chatbot-img {

    background-image: url(../img/chatbot-1.png);
    background-repeat: no-repeat;
    border-radius: 40%;
    margin:2px;
    margin-top: 30px;
    margin-left: 20%;

}

.chatbot-img:hover{

    background-image: url(../img/chatbot-2.png);
    background-repeat: no-repeat;
}
           

#abs-1-1 {

    left: 5%;
    top: 50px;
}
#abs-1-2 {

    left: 20%;
    top: 50px;
}
#abs-1-3 {

    left: 35%;
    top: 50px;
}

@media (max-width: 500px) {

    #abs-1-1 {

        left: -5%;
        top: 50px;
    }
    #abs-1-2 {
    
        left: 11%;
        top: 50px;
    }
    #abs-1-3 {
    
        left: 27%;
        top: 50px;
    }
    
}


.index-h1{

    font-size: 40px;
    text-align: center;
    margin-top: 40px;
    color: transparent;
    text-shadow: -4px 4px rgb(250, 244, 244), -3px 3px rgba(153,153,153,.2), -2px 2px rgba(179,179,179,.2), -1px 1px rgba(179,179,179,.2), 0px 0px rgba(128,128,128,.5), 1px -1px rgba(77,77,77,.6), 2px -2px rgba(77,77,77,.7), 3px -3px rgba(82,82,82,.8), 4px -4px rgba(77,77,77,.9), 5px -5px rgba(77,77,77,1);

}

.index-h2{

    font-size: 40px;
    color: transparent;
    text-shadow: -4px 4px rgb(255, 239, 239), -3px 3px rgba(153,153,153,.2), -2px 2px rgba(179,179,179,.2), -1px 1px rgba(179,179,179,.2), 0px 0px rgba(128,128,128,.5), 1px -1px rgba(77,77,77,.6), 2px -2px rgba(77,77,77,.7), 3px -3px rgba(82,82,82,.8), 4px -4px rgba(77,77,77,.9), 5px -5px rgba(77,77,77,1);
    text-align: center;
}
.index-p {

    background-color: #0000003d;
    border-radius: 15px;
    font-size: 30px;
    text-align: justify;
    color: white;
    text-shadow: -4px 4px rgba(2, 2, 2, 0.692), -3px 3px rgba(3, 3, 3, 0.2), -2px 2px rgba(179,179,179,.2), -1px 1px rgba(179,179,179,.2), 0px 0px rgba(128,128,128,.5), 1px -1px rgba(77,77,77,.6), 2px -2px rgba(77,77,77,.7), 3px -3px rgba(82,82,82,.8), 4px -4px rgba(77,77,77,.9), 5px -5px rgba(77,77,77,1);
    padding: 5px;
    padding-left: 50px;
    padding-right: 50px;

}
.index-button {

    width: 50%;
    height: 45px;
    margin-bottom: 10px;
    margin-left: 27%;
    font-size: 24px;
    box-shadow: 3px 4px 0px 0px #f4f4f87e;
	background:linear-gradient(to bottom, #00000046 5%, #1329f0 100%);
	background-color:#000000;
	border-radius:5px;
	border:1px solid #fafafabe;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;


}
.thema {


    background: url(../img/Unbenannt.png) no-repeat;
    background-size: contain;
    padding-top: 25%;
    width: 95%;
    position: relative;
    left: 15%;
    top: 82px;
    margin-top: 20px;
    

}
.thema-button{

    width: 60%;
    height: 60px;
    position: absolute;
    padding-top: 5%;
    bottom: 99%;
    right: 13.6%;
	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;
}

.info-box{

  width: 95%;
  
}


.info-box p{

    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

    
}
.info-box p:hover{

    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: #00000093;
    color: rgb(255, 251, 251);
    cursor: wait; 

    
}

/*=========Login Section=========*/

.login-section-style{

    width: 60%;
    margin-left: auto;   
}


/*=========Login Section=========*/
/*=========Infobox=========*/

.abstand-halter {

    margin-top: 150px;
}
.infobox-1 {

    width: 60%;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 50px;



}
@media (max-width: 900px) {

    .infobox-1 {

        width: 100%;
    }
}

.box-style {

    text-align: center;
    width: 80%;
    color: #ccc;
    box-shadow: 0 0 10px rgba(250, 250, 250, 0.836);
    border-radius: 15px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    background:transparent;
    backdrop-filter: blur(10px);
}

.box-img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.box-img:hover {
    transform: scale(1.02);
}


/*=========Infobox=========*/
/*==============Abschnit 2===============*/

#abschnit-2{

    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.dl-div{

    display: inline-block;
    margin-top: 5%;
    margin-right: 2%;
    margin-left: 2%;
    

}

.dienstleistungen {

    width: 100%;
    text-align: center;
    
}

.dienstleistungen h1{

    font-size: 80px;
    color: #ccc;
    background-color: transparent;
    backdrop-filter: blur(10px);
}

@media (max-width: 900px) {

    .dienstleistungen h1{

        font-size: 60px;
    }
}
@media (max-width: 500px) {

    .dienstleistungen h1{

        font-size: 40px;
    }
}

.dl-button{

    background-color: rgba(255, 255, 255, 0.13);
    color: rgba(2, 2, 19, 0.76);
    text-shadow: 2px 2px 4px rgba(19, 231, 0, 0.815);
    align-items: center;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border-bottom: 5px;
    border-color: #be1616;
    font-size: 32px;
}
#leistung-beschreibung{

    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: flex;
    border-radius: 20px;
    align-items: center;
}



.lb-1{

    width: 39%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    text-align: center;
    
}

.lb-1 img{

    width: 80%;
    height: 80%;
}

.lb-2 {

	background:transparent;
    backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
    width: 59%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

.lb-2 > h2{

    font-size: 3rem;
    margin-top: 2px;
    margin-bottom: 20px;
}
.lb-2 > p{

    font-size: 1.5rem;
    margin-top: 2px;
    margin-bottom: 2px;
}
.lb-2 > ul{

    font-size: 1.2rem;
    list-style: none;
}

#leistung-beschreibung .lb-2:hover{

    color: #000000;
    background-color: #fff;
}

/*=========Abschnit-3=========*/
#abschnit-3 >p {

    margin-right: 11%;
    margin-left: 11%;
    margin-top: 100px;
}
.Preise {
    display: flex;
    justify-content: center; 
}

.dienstleistung-angebot {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-around;
}

.package {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
    width: 350px; 
    height: 490px;
    text-align: center;
    transition: background-color 0.3s ease, width 0.3s ease, color 0.3s ease;
}

.package h2 {
    color: #007bff;
}
.package p{

    font-size: 25px;
}

.package ul{

    height: 100px;
}
.package li{

    text-align: left;
    font-size: 16px;
    text-decoration: darkblue;
    text-decoration: underline;
}


.package:hover {
    background-color: #000000;
    width: 400px; 
    color: #ccc;
}

.socialmedia-package {

    width: 15%;
    height: 15%;
}

.package button {

    position: relative;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    bottom: -50px;
    cursor: pointer;
}

#pricing-anker{

    color: #000000;
}

.package button:hover {

    border: 2px solid #fff;

    #pricing-anker{

        color: #fff;
    }

    
}

@media (max-width: 1190px) {

    .Preise {

        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        width: 100%;
        
    }

    .pricing-table{


        margin-top: 10px;
    }

}

/*=========Abschnit 4=================*/  


/*==============Footer===============*/

footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1 1 200px; 
  min-width: 180px;
}

.footer-column h3 {
  margin-bottom: 15px;
  font-size: 20px;
  border-bottom: 2px solid rgb(18, 15, 184);;
  padding-bottom: 8px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column ul li a:hover {
  color: #ff6600;
}

.socialmedia-button-liste {
  display: flex;
  gap: 15px;
  align-items: center;
}

.socialmedia-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.socialmedia-icon:hover {
  transform: scale(1.2);
  cursor: pointer;
}

/* Mobile Anpassung */
@media (max-width: 600px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .footer-column {
    min-width: auto;
  }

  .socialmedia-button-liste {
    justify-content: center;
  }
}





/*=========Mobile Ansicht 900px=========*/

@media (max-width: 900px){
/*=========Abschnit 1=========*/

    .login-section-style {

        width: 95%;
        margin-right: auto;
    }
    #animation2-title{

        font-size: 24px;
        font-weight: bold;
    }
    h1{

        font-size: 24px;
        font-weight: bold;
    }

    .index-h2{

        font-size: 32px;
    }

    .row{

        display: block;
    }
    .linke-navigation{

        width: 100%;
    }
    .rechte-navigation{

        width: 98%;
        padding: 0;
    
    }


    .dl-button{

        background-color: transparent;
        color: rgba(0, 0, 0, 0.76);
        align-items: center;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border-bottom: 5px;
        border-color: #be1616;
        font-size: 20px;
    }

    .thema{

        position: absolute;
        width: 72.5%;
        top: 0;
        margin-top: 0;
        background: none;
    }

    .thema-button{

        margin-bottom: 57px;
        font-size: 14px;
        width: 40%;
        height: 60px;
        text-align: left;
    }


    .info-box p {

        font-size: 16px;
        
    }
/*=========Abschnit 2=========*/
    #leistung-beschreibung{

        display: block;
    }

    #leistung-beschreibung > div {

        width: 90%;
        height: auto;
        margin-top: 20px;
        overflow: hidden;
    }



/*=========Abschnit 3=========*/    
    .Preise{

        display: block;
       
    }
    .dienstleistung-angebot{

        margin-bottom: 50px;
    }


}

/*=========Mobile Ansicht 500px=========*/

@media (max-width: 500px) { 
    header{
  
        position: fixed;
        display: flex;
        background-color: #000000;
        height: 60px;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        padding-top: 10px;
        box-shadow: 1px 1px 5px 1px rgb(18, 15, 184);
    
    
    }
    
                    .headerlist {
                        
                        list-style: none;
                        padding: 0px 0px;
                        margin-left: auto;
                        display: flex;
                        gap: 6px;
                        
                    }
    
                    .headerlist li {
                        
                        font-size: 26px;
                        color: white;
                        z-index: 100;
                        
                    }
    
                    .headerlist li:hover {
                        cursor: pointer;
                        font-size: 20px;
                        color: rgb(255, 251, 251);
                    }

                    .logo-img{

                        height: 49px;
                        width: 49px;
                        margin-left: 10px;
                    }

                    .headerlist img {

                        height: 49px;
                        width: 49px;
                    }

.index-h1{

    font-size: 28px;
    margin-top: 40px;

}

.index-h2{

    font-size: 20px;
}
.index-p {

    font-size: 14px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
}

.dl-button{

    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-bottom: 5px;
    border-color: #be1616;
    font-size: 16px;
}


/*=========Abschnit 2=========*/
#leistung-beschreibung{

    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;

    border-radius: 20px;
    align-items: center;
}

#abschnit-2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}


.lb-1{

    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    text-align: center;
    
}

.lb-1 img{

    width: 90%;
    height: 40%;
}

.lb-2 {

	background:transparent;
    backdrop-filter: blur(10px);
    color: #fff;
    text-align: center;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

.lb-2 > h2{

    font-size: 2rem;
    margin-top: 2px;
    margin-bottom: 20px;
}
.lb-2 > p{

    font-size: 1.2rem;
    margin-top: 2px;
    margin-bottom: 2px;
}
.lb-2 > ul{

    font-size: 0.8rem;
    list-style: none;
}

/*=========Abschnit 3=========*/
#abschnit-3 >p {

    margin-right: 0%;
    margin-left: 0%;
    margin-top: 50px;
}

.package {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 90%; 
    height: auto;
    text-align: center;
    transition: background-color 0.3s ease, width 0.3s ease, color 0.3s ease;
}

.package h2 {
    color: #007bff;
}
.package p{

    font-size: 25px;
}

.package ul{

    height: 100px;
}
.package li{

    text-align: left;
    font-size: 16px;
    text-decoration: darkblue;
    text-decoration: underline;
}


.package:hover {
    background-color: #000000;
    width: 95%; 
    color: #ccc;
}

.socialmedia-package {

    width: 15%;
    height: 15%;
}

.package button {

    position: relative;
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    bottom: -10px;
    cursor: pointer;
}

}

/*=========Abschnit Referenzen=========*/

.referenzen-h2 {

    font-size: 16px;
}

