.line{
    width: 6px;
    height: 50px;
    background-color: black;
    margin: auto;   
}

/*old red #ff4545*/

.mobile_line{
    width: 6px;
    height: 50px;
    background-color: black;
    margin: auto;   
}

.anchor{
    width: 20px;
    height: 20px;
    background-color: black;
    border: 3px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 25px;
}

.bulletpoint_left{
    margin-left: 20px; 
    margin-right: 20px;
    margin-bottom: -5px;
    background-color: rgba(236,240,241,0.9);
    border: 1.5px;
    border-color: black;
    border-style: solid;
    border-radius: 15px;    
}

.bulletpoint_right{
    margin-left: 20px; 
    margin-right: 20px;
    margin-bottom: -5px;
    background-color: rgba(236,240,241,0.9);
    border: 1.5px;
    border-color: black;
    border-style: solid;
    border-radius: 15px;  
}

.bulletpoint_left h2, .bulletpoint_right h2{
    color: black;
    font-family: BebasNeue-Bold;
    font-size: 30px;
    margin: 0px;
    margin-top: 5px;
}

.bulletpoint_left p, .bulletpoint_right p{
    font-size: 20px;
}

@media only screen and (min-width: 768px) {

.bulletpoint_left h2, .bulletpoint_right h2{
    font-size: 24px;
}  
   
.bulletpoint_left p, .bulletpoint_right p{
    font-size: 15px;
}

.anchor{
    width: 20px;
    height: 20px;
    background-color: #feebab;
    border: 3px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: -60px;
}

.bullet_anchor{
    height: 1px;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    margin: auto;
}

.bullet_right{
    width: 20px;
    height: 20px;
    background-color: #feebab;
    border: 3px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    margin: auto;
    margin-top: 25px  
}

.bullet_left{
    width: 20px;
    height: 20px;
    background-color: #feebab;
    border: 3px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    margin: auto;
    margin-top: 145px 
}

.line{
    height: 300px;
    position: relative;
    z-index: -1;
}
    
.mobile_line{
    visibility: hidden;
    }

.line_end{
    width: 2px;
    height: 40px;
    margin: auto;
    margin-top:-40px;
    border: 2px;
    border-color: black;
    border-style: dashed;
    position: relative;
    z-index: -1;
}

.line_upwards{
    width: 6px;
    height: 200px;
    background-color: black;
    margin: auto; 
    margin-top: -200px;
    position: relative;
    z-index: -1;
    }

.bulletpoint_left{
    
    margin-top: 20px;
    margin-left: 5vw;
    width: 30vw;
}

#child_bulletpoint{
    margin-top: 130px;
}
    
#child_bulletpoint_small{
    margin-top: 130px;
    margin-bottom: 70px;
}
  
    
.bulletpoint_right{
    margin-right: 5vw;
    margin-top: 10px;
    width: 30vw;
    float: right
}

.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid black;
    float: right;
    margin-right: -20px;
    margin-top: 10px
}

.arrow-left {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 20px solid black;
    float: left;
    margin-left: -20px;
    margin-top: 10px
}
}
#timeline p{
    color: black;
    font-family: Arial;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: inherit;
    max-width: none;
}