body
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    
}
/*----------------------------Header CSS----------------------------*/
#header
{
    height: 100vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(Bilder/Hintergrund.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.user-box
{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}
.user-box img
{
    border-radius: 50%;
    width: 250px;
    border: 2px solid #fff;
}
.user-box h1
{
    color:#fff;
    font-weight:bold
    margin:10px;
}
.user-box p
{
    color: #fff;
}
.scroll-btn
{
    bottom 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #fff;
    padding: 10px 10px 20px;
    border-radius: 30px;
}
.scroll-bar span
{
    border: 2px solid #fff;
    font-size: 10px;
    border-radius: 30px;
}
.scroll-bar
{
    animation: mover 1s infinite alternate;
}
@keyframes mover
{
    0%{transform: translateY(0);}
    100%{transform: translateY(10px);}
}

/*----------------------------About----------------------------*/
.about
{
    padding-top: 100px;
    padding-bottom: 50px;
    
}
.nav-bar
{
    top: 0;
    position: sticky;
    z-index:2;
}
.navbar
{
    background-color: #000;
}
.nav-bar .fa-bars
{
    font-size: 35px;
    color: #fff;
}
.navbar-toggler
{
    outline: none !important;
}
.navbar-nav
{
    float: right;
    text-align: right;
}
.nav-link
{
    color: #fff !important;
}
.profile-img
{
    padding-top: 100;
    height: 500px;
}
.about .col-md-6
{
    padding-right: 100px;
    /* padding: 100px; */
    
}
.about .description
{
    padding-right: 100px;
    background: #000;
}
.skills-bar p
{
    margin-bottom: 6px;
    font-weight: 600;
}
.progress
{
    border-radius:16px !important;
    margin-bottom: 10px;
}
.progress-bar
{
    border-radius: 16px;
    background: #000 !important;
}
/*----------------------------About----------------------------*/

.resume
{
    padding-top: 100px;
    padding-bottom: 30px;
    background: #F5F5F5;
    
}

.timeline
{
    list-style-type: none;
    position: relative;
}
.timeline:before
{   
    content: '';
    background: #555;
    display: inline-block;
    position: absolute;
    left: 29;
    width: 2px;
    height: 100%;
    z-index: 1;
    margin-top: 10px;             
}
.timeline li
{
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    background: #fafafa;
    border: 1px solid #ddd;     /* light border for clarity */
    border-radius: 8px;         /* slightly rounded corners */
}
.timeline li h4
{
    /* background-color: #000;
    padding: 5px 0 5px 20px;
    color: #fff;
    font-size: 15px; */
    margin-top: -20px;             
    margin-left: -20px;          
    margin-right: -20px;         
    margin-bottom: 10px;         
    padding: 10px 20px;          
    background-color: black;     
    color: white;                
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px;
    font-size: 15px;;
}

.timeline li h4 span
{
    font-weight: bold;
    color: #ccc;
}
.timeline li:before
{
    content: '';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #000;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 1;
    margin-top: -11px;              
}
/*----------------------------About----------------------------*/



/* .carousel{
    width: 80%;
    margin: auto;
}

.img-container {
  display: inline-block;
  position: relative;
}

.carousel-caption h5{
    color: black;
}
.carousel-indicators{
    filter: invert(1);
}

.carousel-caption h6{
    color: black;
} */



.projects
{
    padding-top: 100px;
}
.project-images
{
    height: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    text-align: center;
    
}
.projects .description
{
   height: 150px
}
.projects .facts
{
    padding-top: 20px;
}
.timeline-projects
{
    list-style-type: none;
    position: relative;
}
.timeline-projects li
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    background: #fff;
}
.timeline-projects li h4
{
    background-color: #000;
    padding: 5px 0 5px 20px;
    color: #fff;
    font-size: 15px;
}
.timeline-projects li h4 span
{
    font-weight: bold;
    color: #ccc;
}


/*----------------------------IBM Video------------------------*/
.ibm-capstone-video
{
    padding-top: 100px
}
/*----------------------------About----------------------------*/

.services
{
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.services h1
{
    margin-bottom: 15px;
}
.services-box
{
    background: #f5f5f5;
    padding: 10px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    
}
.services-box .fa
{
    margin: 0 10px;
    font-size: 20px;
}
.services-box span
{
    margin: 1px;
    font-size: 20px;
    font-weight: bold;
}
.services-box
{
    font-size: 15px;
    margin-top: 20px;
    color: #000;
}
.services-box:hover
{
    background: #000;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    transition: 0.5s;
}
/*----------------------------Kontakt----------------------------*/

.contact
{
    padding-top: 50px;
    padding-bottom: 50px;
    background: #000;
    color: #fff;    
}
.contact .btn
{
    padding: 10px 25px 10px 25px;
    margin: 10px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: transparent;
}
.contact btn:focus
{
    box-shadow: none !important;
}
.contact .btn:hover
{
    border: 2px solid #000 !important;
    background: #000 !important;
    transition: 0.6s;
}
.contact .btn .fa
{
    margin-right: 10
}
.footer
{
    background: #000;
    height: 50px;
    margin-top: 50px;
    color: #fff;
    padding-top: 10px;
}

:root {
    --bg: #0b0d10;
    --card: #12161b;
    --muted: #aab3bf;
    --text: #e8edf3;
    --ring: #3b82f6;
}

