html, body {
    height: 100%;
    padding: 0;
    margin: 0;
    background:#000 url("/img/berlin.jpg") no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed;
    width: 100vw;
    height: 100vh;
    font-family: lato;
    overflow-x: hidden;
    transition: background-image 0.5s ease-in-out;
    
   }
   .display_none{
    display:none;
   }
   .site {
    height: auto; 
    min-height: 100%;
   }
   .info_box{
    position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0, 0.5);
  z-index: 1000;
   display: none;
  }
.info_box_in{
  width: 600px;
  min-height:400px ;
  position: fixed;
  left: calc(50% - 300px);
  top: calc(50% - 300px);
  background: #fff;

  border: 1px solid #000;

}
#info_box_text div{
  overflow: auto;
  max-height: 400px;
  margin-bottom: 10px;
}
   .info_box_in img{
    width: 150px;
   }

.closed_info{
  background: url("/img/not_ok.png");
  background-size: cover;
  width: 24px;
  height: 24px;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
   header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*padding: 0.5em;*/
    height: 71.5px;
    font-family:Lato;
    font-size: 2em;
    color: #FFF;
    background: rgb(0,0,0, 0.5);
    text-align: center;
    text-shadow: #000 1px 1px 0px, #000 0px 0px 1px;
   }
   header .menu{
    width: 25px;
    height: 25px;
    background: url("/img/m2i8G6G6b1m2A0G6.png");
    background-repeat: no-repeat;
    background-size: 25px, 25px;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
    cursor: pointer;
   }
   
   main {
    padding-bottom:20px; /* Höhe des Footers */
    display: flex;
    height: calc(100vH - 60px) !important;
   } 
   main .menu{
    position: fixed;
    top: 0;
    left: 0;
    float:left;
    width: 200px;
    background-color: rgb(0,0,0, 0.5);
    height: calc(100vH - 117px);
    color: #FFF;
    margin-top: 71.5px;
    padding-left: 15px;
    padding-top: 15px;
    margin-left:-215px;
    z-index: 1000;
  }
  main .main_body{
    width: 100%;
    margin-top: 60px; /* Platz für den Header */
    padding: 2em;
    padding-bottom:100px;
    max-height: calc(100vH - 150px) !important;
  }
  main .menu ul{
    list-style: none;
  }
  main .menu ul li{
    cursor: pointer;
    margin-left:-50px;
    padding-left: 10px;
    line-height: 40px;
  }
main .menu .back{
    cursor: pointer;
    margin-left:-20px;
    padding-left: 20px;
    line-height: 40px;
}

  main .menu ul li:hover, main .menu .back:hover{
    background-color: rgb(0,206,209,.5);
  }
  
  main .main_container{
    border: 1px solid;
  min-height: 50px;
  width: 1024px;
  margin:10px auto 10px;
  padding:1px;
  background-color: rgb(0,0,0, 0.5);
  

  }
  main .main_container .inner_main{
    border:1px solid #FFF;
    min-height: 50px;
    overflow-x:auto;
   /* background-color: rgb(0,206,209,.5);*/
   background-color: rgba(255, 255, 255, 0.9);
   box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset,rgba(0, 0, 0, 0.55) 0px 5px 15px;

    color:#000;
    padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
    
  }
  main .main_container .inner_main .note{
    width: 70px;
  font-size: 0.6em;
  float: left;
  margin-top: 5px;
  }
  main .main_container .inner_main .name{
    width: 70px;
  float: left;
  }
  main .main_container .inner_main .image_mail{
    background: url("/img/mail.png") no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    float: left;
  }
  main .main_container .inner_main .mail{
    font-size: 1.3em;
    margin-top:25px;
    text-shadow: #000 1px 1px 0px, #000 1px 1px 1px;
  }
  main .main_container .inner_main .mail td:nth-child(2){
    color: rgb(178, 178, 251);
    text-shadow: #000 1px 1px 0px, #000 1px 1px 1px;
  }
   footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    background-color: rgb(0,0,0, 0.5);
    text-shadow: #ccc 1px 0px 1px, #ccc 0px 1px 1px;
}
footer img{
    vertical-align:middle;
}
.round {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;

}

.shadow {
    -moz-box-shadow: 1px 5px 10px #000;
    -webkit-box-shadow: 1px 5px 10px #000;
    box-shadow: 1px 2px 10px #000;

}
.site_edit_main{
    background-color:rgb(255,255,255, .4) ;
    height: 100%;
    display: flex;
}
.site_edit_nav{
    width: 300px;
    border: 1px solid #e4e4e4;
    background-color: #f9f9f9;
    color: #38375d;
}
.site_edit_nav_menu{
    width: 300px;
    line-height: 30px;
}
.site_edit_nav_top{
    width: 98px;
    float: left;
    background-color: #FFF;
    border: 1px solid #e4e4e4;
    text-align: center;
    cursor: pointer;
    
}
.site_edit_nav_option_box{
    /* display: flex; */
    width: 300px;
    height: 100%;
    float: left;
    padding-top:10px;
    font-size: 14px;
    
}
.site_edit_nav_option_box .edit_box:hover{
    box-shadow: #CCC 0px 6px 10px;
    cursor: pointer;
}
.edit_box{
    /* display: flex; */
  width: 80px;
  height: 80px;
  border: 1px solid #cccccc;
  float: left;
  margin: 7px;
  /* box-shadow: #ccc 0px 6px 10px; */
  border-radius: 3px;
  text-align: center;
  background-color:#FFF;

}
.edit_box svg{
    margin-top:15px;
}
.edit_line{
  margin-left: 3px;
  width: 295px;
  margin-top:7px;
  border: 1px solid #cccccc;
  /* padding-left: 5px; */
   padding-top: 5px;
   border-radius: 3px;
}
.edit_line:hover{
    box-shadow: #CCC 0px 6px 10px;
}
.edit_line svg{
    margin-left: 5px;
    margin-right: 5px;
    width: 284px;
}
.schubser{
  width: 290px;
            height: 48px;
            line-height: 20px;
            border-radius: 3px;
            background-color: #f9f9f9;
            display: none;
            padding-top: 5px;
            margin-left:-100px;
  padding-left: 5px;
}
.site_edit_content{
  width: 100%;
}
.site_edit_content_static{
  border:1px solid blue;
  height: 1px;
  /* width: 99.9%; */
  min-width: 500px;
  padding-left:50%;
  position: relative;
}
.site_edit_content_before_text,.site_edit_content_after_text{
  font-size: 0.6em;
  background-color: blue;
  width: 55px;
  padding-left: 5px;
  color: #FFF;

}
.content_box .line{
  min-height: 50px;
  /* background-color:rgb(255, 255, 255, .5); */
  
  width: 99.9%;
  text-align: center;
}
.content_box .line:hover{
  background-color:rgb(255, 255, 255, .5);
  border:dotted 1px;
}
.content_box .line .line_content{
  display: inline-block;
  width: 500px;
  min-height: 50px;
  display: inline-flex;
}
.content_box .line .line_content .insert_co{
  background-color:rgb(0,0,0, .5);
}
.content_box .line .line_content .oneline{
  width: 100%;
}
.content_box .line .line_content .twoline{
  width: 50%;
}
.content_box .line .line_content .threeline{
  width: 33.3%;
}
.content_box .line .line_content .fourline{
  width: 25%;
}
.content_box .line .line_content div:hover{
  background-color:rgb(255, 255, 255, .5);
}
.input_line {
  line-height: 35px;
  width: 400px;
  height: 35px;
  border: 1px solid;
}
.prufe {
  width: 150px;
  height: 30px;
  color: #000;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  border: 1px solid;
  text-shadow: rgb(255, 255, 255) -1px 1px 0px, rgb(255, 255, 255) 1px 1px 1px;
  font-weight: bold;
  background: linear-gradient(rgb(180, 227, 145) 0%, rgb(97, 196, 25) 50%, rgb(180, 227, 145) 100%);
}
.first_table th, #domaincheck_root th, .info_box_in th,#job_main th{
  background-color: rgb(0,0,0, 0.5);
  line-height: 25px;
  color: #FFF;
  font-size: 1.2em;
  text-shadow: #000 -1px -1px 0px, #000 1px 1px 1px;
}
.first_table td:nth-child(1),#job_main td:nth-child(1){
  padding-left: 5px;
  cursor: pointer;
}
.first_table td:nth-child(1):hover{
 text-decoration: underline;
}
#domaincheck_root img {
  width: 18px;
}
#domaincheck_root td{
  font-size: .8em;
}
#domaincheck_root td:nth-child(2){
  width: 334px;
  vertical-align: middle;
}
#domaincheck_root td:nth-child(3){
width: 200px;
}
#domaincheck_root table{
  border-collapse: collapse;
}
#domaincheck_root table tr{
  border-bottom: #CCC 1px solid;
}
#domaincheck_root td:nth-child(4){
  width: 426px;
  vertical-align: middle;
}
#domaincheck_root td:nth-child(1){
  width: 25px;
  vertical-align: middle;
}
#domaincheck_root{
  /* max-height: 690px; */
  /* overflow: auto; */
  padding-bottom: 30px;

}
#job_main th{
  padding-left: 5px;
}
.tooltip{
 
  width: 700px;
  margin:10px auto 10px;
  padding:10px;
  /*background-color: rgb(0,0,0, 0.5);*/
  display: none;
  
}
.tooltip .inner_main{
  background:yellow;
  padding-left:5px;
  
  border: 1px solid rgb(0,0,0, 0.5);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset,rgba(0, 0, 0, 0.55) 0px 5px 15px;
}
.tooltip .inner_main td{
  vertical-align: inherit !important;
  font-size: 1em !important;
  text-shadow: #CCC 1px 1px 0px, #CCC 0px 0px 1px;
}
.tooltip .inner_main td:nth-child(1){
  text-align: center !important;
  width: 50px !important;
}
.tooltip .inner_main td:nth-child(2){
padding: 5px;
}
.tooltip .inner_main td img{
  width: 48px !important;
 
}
.clear{
  clear: left;
}
.optillama_main_input{
  position: fixed;
    bottom: 25px;
    width: 100%;
    border: 1px solid;
}
.ollama_text{
  padding:10px;
}
.quest_input{
min-height: 25px !important;
  background: #FFF;
  line-height: 20px;
  width: 400px;
  border: 1px solid;
  text-align: left !important;
  padding:5px;
  max-height: 200px;
  overflow: auto;
}
#audio_lang{
  display: none;
}
.loading{
  background-color: rgba(255, 255, 255, 0.5);
  height: 154px;
  position: fixed;
  width: 500px;
  display: none;
}
.loading img{
  height: 100px;
  margin-left: 40%;
  margin-top: 20px;
}

.llama_container{
  max-width: 500px;
}
.site_container{
  max-width: 900px;
}
.codeBlock{
  width: 990px;
  background: rgb(74, 74, 74);
  padding: 5px;
  box-shadow: inset #000 1px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) inset;
  color:#FFF;
  
}
.jobdetails{
  margin-bottom:5px;
}
.prop_desc{
  font-size: 1em;
}
.prop_title{
  font-weight: bold;
  font-size: 0.8em;
  vertical-align: top;
}
.prop_value{
  font-size: 0.7em;
}
.job_table{
  display: none;
}
.job_option img, .job_temp img{
  vertical-align: middle;
}
.job_option, .job_temp{
  cursor: pointer;
}
.job_template_show {
  display: none;
  font-size: 0.8em;
}
.domain_info{
  display: none;
}
.domain_info td{
  padding-left:10px;
}
.domain_option{
  font-size: 1.1em;
  font-weight: bold;
  float: left;
  cursor: pointer;

}
.domain_option img{
  vertical-align: middle;
}
.copy_button{
  float: right;
  border: 1px solid aliceblue;
  padding: 5px;
  cursor: pointer;
  border-radius: 5px;
  display: none;
}
.login-box{
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(10px);
  /* background-image: linear-gradient(45deg,#9fbaa8,#31354c); */
  transition: 1s;
  z-index: 10000;
}
.login-form{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  text-align: center;
}
.login-form h1{
  font-weight: 400;
  margin-top: 0;
}
.txtb{
  display: block;
  box-sizing: border-box;
  width: 240px;
  background: #ffffff70;
  border: 1px solid white;
  padding: 10px 20px;
  color: black;
  outline: none;
  margin: 10px 0;
  border-radius: 6px;
  text-align: center;
}
.login-btn{
  width: 240px;
  background: #2c3e50;
  border: 0;
  color: white;
  padding: 10px;
  border-radius: 6px;
  cursor: pointer;
}
.hide-login-btn{
  color: #FFFF;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  font-size: 24px;
  opacity: .7;
}
.show-login-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
  border: 2px solid;
  padding: 10px;
  cursor: pointer;
}
.showed{
  left: 0;
}
.on{
  background: url("/img/on.png");
width: 50px;
height: 18px;
cursor: pointer;
margin-left: 20px;
background-size: 50px;
}
.off{
  background: url("/img/off.png");
  width: 50px;
  height: 18px;
  cursor: pointer;
  margin-left: 20px;
  background-size: 50px;
}
.login_message{
  display: none;
  color: RED;
}
.placer{
  height: 35px;
}
.none{
  display:none;
}
.user_akt{
  background: rgb(74, 74, 74);
  padding: 5px;
  box-shadow: inset #000 1px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) inset;
  color: #FFF;
  font-size: 0.8em;
}