body {
    font-family: Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    color: #696f75;
    background-color:white !important;
    line-height:1.7rem !important;
}


#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loading.gif) 50% 50% no-repeat black;
}



.footer30 {padding: 30px;}

.navbar-nav {
   

   font: 14px;
    /*display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;*/
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}


h1 {
    font-size: 4rem;
    line-height: 4rem;
}


.social-icons a {
    display: inline-block;
    height: 3rem;
    width: 3rem;
    background-color: #495057;
    color: #fff!important;
    border-radius: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
    margin-right: 0.5rem;
}

.cookie-banner {
  position: absolute;
    z-index: 999;
    color: #c0e2e6;
   
    right: 0px;
    right: 0px;
    bottom: 0px;
  
    padding: 5px;
    font-size: 14px;
    
    display: inline-block;
    align-items: center;
    
    background-color: #00000061;
   border-top-left-radius:0px;


}
.close, .close:hover {
 padding: 0; 
    background-color: transparent;
    /* border: 0; */
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    /* appearance: none; */
    position: relative;
    bottom: -20px;
    color: white;
    text-shadow: none;
    font-size: 16px;
    font-weight: normal;
    
}



.mb-3, .mb-5 {
    margin-bottom: 1rem!important;
    max-width: 1180px !important;
}


a {
    color: #407480;
}

.underlined {
    text-decoration:underline; }
}




.d-lg-block {
    display: none !important;
}


a:hover {
    color: #407480;
    text-decoration:underline;
}


#about {    height: 100vh; background: url(../img/profile_mobil4.jpg);
    /*background-position: 0px 0px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
}

 .bg-primary {
    background-color: black !important;
}

.subheading {
   
    color: #407480;
}


@media (min-width: 992px) {
#sideNav .navbar-brand .img-profile {
    max-width: 8rem;
    max-height: 8rem;
    border: none !important;
    display: none !important;
}

section.resume-section {
background-color: white;
}




#desktop {display:inline-block;} 
#mobile {display:none;} 
}




.bg-primary {
    /* background-color: #bd5d38!important; 
    background: #003a5d;
    background: -moz-linear-gradient(0deg,#003a5d 50%,#544975 100%);
    background: -webkit-linear-gradient(0deg,#003a5d 50%,#544975 100%);
    background: -o-linear-gradient(0deg,#003a5d 50%,#544975 100%);
    background: -ms-linear-gradient(0deg,#003a5d 50%,#544975 100%);
    background: linear-gradient(90deg,#011829 50%,#1E2E35 100%);
    background-color: #f8f9fa!important; */
    background: url(../img/blueb.jpg);
    background-position: 0px 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

footer {background-color: #F3EFEF!important;}

.bg-light {
    background-color: #E4E7EA!important;
}


.capit {font-size: 32px;
    
}

.text-primary {
    color: #DEE4E6!important;
    padding-top: 100px;
}

.georgia {
    font-family: Georgia, serif;
    text-transform: none !important;
}





@media (min-width: 768px) {
.text-md-right {
    text-align: right!important;
    padding-left: 50px;
}


}


@media (max-width: 990px) {
    
    .navbar-nav {
    height: 100vh;
    padding-top:50px;
    font-size: 20px;
    line-height: 40px;}

#desktop {display:none;}
#mobile {display:block;}

.footer30 {
    padding: 0px;
}

 .bg-primary {
  
    background-attachment: fixed;
}
    

}


/* CALENDAR CSS */

table{
border: 15px solid #739fa9;
    border-collapse: collapse;
    margin-bottom:50px;
}
td{
width: 70px;
height: 70px;
text-align: center;
border: 1px solid #e2e0e0;
font-size: 12px;
padding: 0px;
    line-height: 12px;
}
td a {
    background-color: #407480;
    color: white;
    padding: 11px;
}

td .actual {
  display: flex;
    align-items: center;
    justify-content: center;
    background-color: #407480;
    color: white;
    padding: 11px;
    height:70px;
    max-width: 70px;
    font-size: 12px;
}


td strong {
   font-weight: normal;
    /* color: #739fa9; */
    background-color: grey;
    color: white;
    padding: 27px;
}

th{
height: 50px;
    padding: 10px;
    background: #407480;
    color: white;
    font-size: 20px;
}

th a{
    
    color: white;
 
}

.prev_sign a, .next_sign a{
color:white;
text-decoration: none;
}
tr.week_name{
font-size: 16px;
font-weight:400;
color:red;
width: 10px;
background-color: #efe8e8;
}
.highlight{
background-color:#25BAE4;
color:white;
}

  