@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import "/STATIC/widgets/all.css";



html{
    overflow-x:hidden;
}

body {
    background-color: var(--main-bg-color);
    color: var(--main-color);
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

.bell{position: relative;}

.bell:hover{
    transform:scale(1.02);
    cursor:pointer;
    
  }

#bell_div{
    position:relative;
}

#bell_notificaton_text {
    position: absolute;
    top:0px;
    right: 0px;
    display: none;
    color: white;
    background-color: red;
    padding: 4px 8px; /* Adjust padding to suit your design */
    border-radius: 8px; /* Rounds the edges but no longer a perfect circle */
    font-weight: bold;
    font-size: 14px; /* Adjust the font size as needed */
    pointer-events:none;

  }
  
.bimage{
    filter: invert(var(--bimage-invert));
}

.bottom{
    position: absolute;
    bottom:10px;
}

.top_right{
    position: absolute;
    top:10px;
    right:10px;
}

#r2r{
    min-height: calc(100vh - 281px);
}

.container {
    box-sizing: border-box;
    max-width: 1100px;
    margin: auto;
    padding: 35px 10px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;   
    height: 140px;
}
.header-bg {
    background-color: rgba(0,0,0,0);
    position: fixed;
    width: 100%;
    z-index: 100;
   
}



#contextMenu {
    display: none;
    position: absolute;
    list-style-type: none;
    padding: 15px;
    border-radius: 7px;
    background-color: var(--rightclick-color);
    z-index: 99999;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
  }

  #contextMenu li{
    cursor: pointer;
    padding:3px;
    color: var(--rightclick-text) !important;
  }

  #contextMenu li:hover{
    filter: brightness(80%);
  }

.head-sub{
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links {
    /*margin-right: 20px;*/
    display: flex;
    justify-content: space-between;
    width: max(70%, 458px);
}


.nav-links a {
    color: var(--change-color);
    text-decoration: none;
    font-size: 28px;
    
}
.content {
    padding: 20px;
    min-height: 662px;
}

/*
#hb1{
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}*/

#bg1{
    background-color: var(--main-window-color);
    border-radius:15px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    position: relative;

    padding: calc(max(min(5vw, 35px), 5px));
    
}


.footer {
    background-color: var(--main-color);
    color: var(--details-color);
    padding: 20px 0;
    position:relative;
}
.container_foot {
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    max-width: 1100px;
    margin: auto;
    padding: 35px 10px;
}
.footer-links a {
    color: var(--details-color);
    margin-left: 20px;
    text-decoration: none;
}


#logo {
    position: relative;
    cursor: pointer;
    height: 115px;
    width: 115px;
    perspective: 500px;
    transform: rotate(var(--rotation)) scale(var(--scale));
}


#logo:hover {
    transform: rotate(var(--rotation)) scale(calc(var(--scale) * 1.03)) !important;
}

.square {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: var(--change-color);
    border-radius: 3px;
}

#logo:hover .square{
    background-color: var(--change-color-hover);
}

.user-icon{
    border-radius: 50%;
}

.menu-icon {
    display: inline-block;
    cursor: pointer;
  }
  
  .bar1, .bar2, .bar3 {
    width: 38px;
    height: 6px;
    background-color: var(--change-color);
    margin: 7px 0;
    border-radius: 3px;
}

.menu-icon:hover .bar1, .menu-icon:hover .bar2, .menu-icon:hover .bar3 {
    width: 40px;
    height: 7px;
    border-radius: 3px;
    margin: 6px 0;
    background-color: var(--change-color-hover);
}

  .dropdown-content {
    display: none;
    position: absolute;
    background-color:  var(--dropdown-bg-color);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top:100px;
  }
  

  
  .dropdown-content a:hover {background-color:  var(--dropdown-hover-color);}

  .menu-icon:hover a {
    color: var(--change-color-hover); /* Change this to the color you want on hover */
}

.menu-icon:hover svg polygon {
    fill: var(--change-color-hover);
     /* Change this to the color you want on hover */
}

#fa3{
    cursor: pointer;
}

#fa3:hover{
    color:var(--change-color-hover);
    transform:scale(1.03);
}

#os2:hover{
    color:var(--change-color-hover);
    transform:scale(1.03);
}

#ob2:hover{
    color:var(--change-color-hover);
    transform:scale(1.03);
}

#os2{
    cursor: pointer;
    color:var(--change-color);
}



.flipped {
    transform: rotate(180deg);
}

#bars {
    transition: transform 0.15s ease-in-out;
}

#bars.rotated {
    transform: rotate(-90deg);
}

#kk2 droptext{
    display:block;
}

#kk2:hover droptext{
    color:#444;
}

#unametext{
    font-size: 16px;
}

.dropdown-content droptext {
    color: var(--dropdown-text);
    text-decoration: none;
    font-size: 23px;
    cursor: pointer;
  }

  .dropdown-content droptext:hover {
    color: #333;
  }
  
  #kk0 {
    border-radius: 10px; /* Adjust as needed */
    /* Other styles... */
    width:230px;
    display: flex;
    justify-content: space-between;
    align-items: center;   
    height:220px;
}

.kk0 {
    position: relative;
    height:1px;
    width:230px;
    background-color: #aaa;
    left:-15px;
}

#kk1 {
   /* border: 15px solid transparent; /* Adjust as needed */
    margin: auto;
    width:200px;
    height:180px;
    /* Other styles... */
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}

#LogutText{
    color:#f00 !important;
}

#LogutText:hover{
    color: #c00 !important;
}

#kk2{
    cursor: pointer;
}


#kj0{
    border-radius: 10px; 
    width:230px;
    display: flex;
    justify-content: center;
    align-items: center;   
    height:293px;
}

.kk1{
    width:230px;/*same ass #kj0 width*/
    position: relative;
    height:1px;
    background-color: #bbb;
    left:-15px;
}

.kk2{
    width:230px;/*same ass #kj0 width*/
    position: relative;
    height:1px;
    background-color: #aaa;
    left:-14px;
}

#ki0{
    border-radius: 10px;
    width:210px;
    margin: auto;
    display: flex;
    flex-direction: column;    
    justify-content: space-between; 
    height:260px;
}


#kj1{
    border-radius: 10px; 
    width:240px;
    display: flex;
    justify-content: center;
    align-items: center;   
    height:293px;
}

#ki1{
    border-radius: 10px;
    width:210px;
    margin: auto;
    display: flex;
    flex-direction: column;    
    justify-content: space-between; 
    height:260px;
}

/*############################################################################################*/
#hp1{
    background-color: rgba(0,0,255,0) !important;
    border-radius:15px;
}

.options_menue table{
    border-spacing: 0px;
    padding: 12px;
border-radius: 15px 0 15px 15px; 
border:0px solid #ccc; /* jeg likte den ikke -mathias*/
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
cursor:pointer;
background-color:var(--dropdown-bg-color);
}

.options_menue td:not(:first-child) {
    border-left: 1px solid #ccc;
}

.options_menue tr:not(:last-child) td{
border-bottom: 1px solid #ccc;
}

.options_menue td{
    text-align: center;    
    padding: 0;
    margin: 0;
    height:55px;
    width:150px;
    color: var(--dropdown-text);
    font-size:16px;
    font-family: 'Roboto', sans-serif;
    }
    
.options_menue td:hover{
	color:#aaa;
}


.options_menue table tr:first-child td:first-child {
    border-top-left-radius: 10px;
}



.options_menue table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.options_menue table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}


#search_input {
    box-sizing: border-box;
    background-image: url('https://elektraio.ams3.digitaloceanspaces.com/images/icons/searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    width:334px;
    height:48px;
    border: none;
    border-bottom: 1px solid #ddd;
  }
  
  #search_input:focus {outline: 3px solid #ddd;}
  

  #search {
    position: absolute;
    background-color: #f6f6f6;
    min-width: 300px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
  }
  
  #search a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  #search a:hover {background-color: #ddd;}


  
  .show {display: block;}

  .item {
    background-color: #f1f2f3;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width:300px;  
    border-bottom: 1px solid #000000;
    border-left:1px solid #000000;
    border-right:1px solid #000000;
    cursor:pointer;
  }

  .item:hover{
    background-color: #ccc;
  }

  .dropdown-content .item:hover {background-color: #f1f1f1}
  
  .round-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 3px solid var(--main-color);
  }
  
 
  .text {
    margin-left: 10px;
 line-height: 1;
}

.tiny-text {
 font-size: 12px;
 margin-bottom:3px;
 margin-top:0px;
 
}

.big-text {
 font-size: 20px;
 margin:0px;
}



.left_footer{
    padding-top:20px;
}

.foot_img_back{
    position:absolute;
    bottom:0px;
    right: 0px;
    height:200px;
    min-width: 100%;
    opacity: 0.2;
    pointer-events: none;
}

@media (max-width: 1430px){
    .foot_img_back{
        right: calc(calc(100% - 1430px) * 0.33);
    }
    
  }

#org_nr{
    font-size:15px;
    color:white;
    position:absolute;
    bottom:-15px;
    width:100%;
    text-align: center;
    opacity:0.75;
    font-weight: bold;
}


.kontakt_div *{
    color:white;
    margin:8px;
    text-align: center;
}

.kontakt_div h2{
    font-size:25px;
}

.kontakt_div p{
    font-size:17px;
}


.social_row{
    padding:20px;
    padding-bottom:0px;
    display: flex;
    justify-content: space-between;
}


.social_row img{
    width:50px;
    height:50px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
    cursor: pointer;
}

.social_row img:hover{
    transform: scale(1.02);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


@media (min-width: 821px) {
    .eventer_dropdown{
        display:none;
    }

    #fa3{
        display:block;
    }
}

@media (max-width: 820px) {
    .eventer_dropdown{
        display:block;
    }
    #fa3{
        display:none;
    }
}

@media (min-width: 651px) {
    #mail_icon {
        display: none;
    }
    .kontakt_div {
        display: block;
    }
    .social_row{
        padding-left:60px;
        padding-right:60px;
    }
}

@media (max-width: 650px) {
    #mail_icon {
        display: block;  /* Show the div when screen width is under 650px */
    }
    .kontakt_div {
        display: none;
    }
    .social_row{
        padding-left:30px;
        padding-right:30px;
    }
}