



.free-jobs {
position: fixed;
bottom: 110px;
right: 0px;
	margin-right: 50px;
}


.icon-sun-ani {
        
           background-image: url(icons/sunicon40x39.png);
           
           display: inline-block;
           width: 40px;
           height: 40px;
           background-size: cover;  
	margin-top: 30px;
	margin-right: 0px;
	
	animation-delay: 5s;
animation: bounce 5s 3;
	margin-right: 50px;
	
	
}

@keyframes pulse {
  0% {
    background-image: url(icons/sonne_24x24.svg);
           
           display: inline-block;
           width: 40px;
           height: 40px;
			  /* background-size: cover; */
	margin-top: 30px;
	margin-right: 0px;
  }
  100% {
    background-image: url(icons/sonne_24x24.svg);
           
           display: inline-block;
           width: 60px;
           height: 60px;
           background-size: cover;  
	margin-top: 30px;
	margin-right: 0px;
  }
}

.fixed-button {
position: fixed;
bottom: 50px;
right: 0;
background: rgba(16, 78, 139, 0.8);
padding: 10px 15px 10px 15px;
color: #fff !important;
}



.fixed-button {
display: inline-block;
  text-decoration: none;
  background: #00446A;
  color: #FFF;
  width: 100px;
  height: 100px;
	border: 2px solid #FFC900;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .4s;
	margin-top: 30px;
	margin-right:50px;
	
}

.fixed-button:hover{
    background: #00446A;
	text-decoration: none;
}


.sidebar-menu {
   
    width:100vw;
   
}


.sidebar-close-icon {
    font-size: 16px;
    position: absolute;
	
    left: 30px;
	top:auto;
	bottom: 10px;
    display: inline-block;
    cursor: pointer;
    color: inherit;
    z-index: 3;
}

.job-close-button {
display: inline-block;
  text-decoration: none;
  background: #00446A;
  color: #FFF;
  width: 100px;
  height: 100px;
	border: 2px solid #FFC900;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .4s;
	margin-left:-80px;
	margin-bottom: 40px;
}


.icon-job-close {
        
           background-image: url(icons/Schliessen_weiss.svg);
           
           display: inline-block;
           width: 40px;
           height: 40px;
           background-size: cover;  
	margin-top: 30px;
	margin-right: 0px;
}


.circle-content {
  
  text-align: center;
color: white;
text-transform: none;
}







.sidebar-menu {
    
    overflow-x: hidden;
	overflow-y: auto;
	background-color: inherit;
	 width: 100vw;
	
	box-shadow: inherit;
    -moz-box-shadow: inherit;
    -webkit-box-shadow: inherit;
	
    
}


.sidebar-menu-content {
	width:60vw;
    /* background-color: #00446A; */
	
	background: linear-gradient(150deg, rgba(0,68,106,1) 0%, rgba(20,26,33,1) 100%); 
	

}

.sidembar-menu-wrap {
    display: block;
    width: 60vw;
   
    position: absolute;
    right: 0px;
	background-color: #00446A;
	background-color: red;
	background: linear-gradient(150deg, rgba(0,68,106,1) 0%, rgba(20,26,33,1) 100%); 
}







@media (max-width: 767px) {
    .sidembar-menu-wrap {
		width: 100vw;
    }
 }



.footer {
    
    position: inherit;
    
}



@media (max-width: 767px) {

.job-close-button {

  background: rgba(0, 0, 0, 0.0);
  
	border: 0px solid #FFC900;
 
	margin-left:50px;
	
	
}
}

@media (max-width: 767px) {
.sidebar-close-icon {
    font-size: 16px;
    position: absolute;
    left: inherit;
    top: 0px;
    bottom: unset;
    display: inline-block;
    cursor: pointer;
    color: inherit;
    z-index: 3;
}
}

.sidebar-menu.sidebar-menu-open.active
 {
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100vw;
	background-color: red; 
	 z-index: 8000;
}

.sidebar-back
 {
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100vw;
	background-color: red; 
	 z-index: 8000;
}





/* Sidebar Menu Overlay */
.sidebar-overlay {
}

    .sidebar-overlay.sidebar-overlay-active {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(30, 30, 30, 0.9);
        cursor: pointer;
        z-index: 3030;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }



.modal {
   
    z-index: 950;
    
}

.modal-backdrop {
    
    z-index: 940;
   
}




.icon-edit-modal {
        
           background-image: url(icons/icon_edit_modal.svg);
           
           display: inline-block;
           width: 28px;
           height: 25px;
           background-size: cover;
           margin: 0px;
 
           
}
