/*Navbar intern oben*/
div.navbarintern > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #000;
  }
  
 .navbarintern li {
    float: left;
    /* border-right:1px solid #bbb; */
  }
  
 .navbarintern li:last-child {
    border-right: none;
  }
  
 .navbarintern li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  
 .navbarintern .active {
    background-color: #04AA6D;
  }

  .navbarintern .logout{
    background-color: #d2691e;
    float: inline-end;
  }

  .navbarintern li.logout a:hover{
    background-color: #04AA6D;
  }

  /*Navbar intern seite*/
  .sideintern ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #000;
  }
  
  .sideintern li {
    float: left;
  }
  
.sideintern li a {
    display: block;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  .sideintern li a:hover{
    color: #fff;
  }

/*Sprechblase*/
dl{
    margin: 30px;
}
dt.name {
    margin-left: 25px;
    margin-bottom: 20px;
   }
   dt.nameFrank {
   /* background-image: url(img_avatar.png);*/
    background-position: Center Center;
    border-radius: 50%;
    color: #FFFFFF;
    height: 100px;
    line-height: 60px;
    margin-bottom: 25px;
    margin-left: 5px;
    text-align: center;
    text-shadow: 1px 1px 0px #000000;
    width: 100px;
  }
  
   dd.sprechblase {
    position: Relative;
    margin: 0 Auto;
    padding: 1rem;
    border-radius: 15px;
    background-color: #EAF4FF;
    color: #000;
   }
   
   dd.sprechblase:before {
    content: ' ';
    position: Absolute;
    width: 0;
    height: 0;
    left: 38px;
    top: -17px;
    border-left: 14px Solid Transparent;
    border-right: 14px Solid Transparent;
    border-bottom: 17px Solid #EAF4FF;
   }
   .avatar {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }

/*Editierbereich*/
/* Logo */
fieldset legend>span#logo {
  font-size: 1.2rem;
}

#logo::before {
  content: Url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAPCAYAAADUFP50AAAAeElEQVR42mNggILs7OxmIP5PACcyIGm4Q4QGdFwL0viPDI3PQRo5gJgZiL8SoeE11JXqDEiCm4GYlQEHAMqxA/EzmHoGMpw5UBqh7l9BgqZsmKb/DEQAWMABaX5cTv0BxE+RNHwE4l+DIHCAxF0yNNYxkJg7kmDqAdPoi3MbPiehAAAAAElFTkSuQmCC");
  padding-right: 5px;
}
/* IMG */

legend.newsintern{
  padding: 10px;
  color: #00008b;
  margin-top: 10px;
}

/* IMG */
img {
  max-width: 100%;
  height: Auto;
  object-fit: scale-down;
}

input[type="file"] {
  width: 310px;
  padding: 20px;
  /*outline: Solid 1px var(--main-border-color);*/
}

input[type="checkbox"]:checked+label#bild_del {
  color: Red;
}

span.ok {
  color: #35B000;
}

span.ko {
  color: #FF0000;
}
span#formate {
  font-family: Tahoma, Arial, Sans-Serif;
  font-size: 0.80rem;
}
span#bildstatus {
  white-space: pre-line;
  font-family: Tahoma, Arial, Sans-Serif;
  font-size: 0.90rem;
}
/* Thumbnail */
img.thumbnail {
  width: 35%;
  background: linear-gradient(#FFFFFF, #EAEAEA);
  padding: 0.5rem;
  outline: Solid Thin Lightgrey;
  box-shadow: 1px 1px 10px #BEBEBE;
  display: Block;
  margin: 10px 0 5px 0;
  transition: all 1.5s;
}

img.thumbnail:hover {
  transform: scale(2.0, 2.0);
}

.resizer {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  cursor: col-resize;
  user-select: none;
}

fieldset.ideen{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 35px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 35px !important;
    border: Solid 1px #6B6B6B !important;
    padding: 0px 10px 7px 7px !important;
    color: #101010 !important;
    background-color: #FFFEF2 !important;
    font-size: 0.90rem !important;
    font-style: Oblique !important;
    width: -moz-fit-content;
    width: fit-content !important;
    margin-top: 25px !important;
    cursor: Default;
    }
    legend .infos{
      background-color: #effef2 !important;
      margin-left: 10px !important;
      /* padding: 1em; */
    }
    
    .questions{
      width: 20px;
      height: 20px;
      color: blue;
      background-color: #FFFFFF;
      border-radius: 50%;
      float: right;
    }
    
    .clear{
    clear: both;
    }
    div#urls{
      width: 150px;
      text-align: center;
      float: none;
    }
    
    label.imgbild .questions{
      width: 20px !important;
      float: none !important;
      
    }
/*Tabelle*/
.content{
  padding: 0;
}
/*Input felder einfärben*/
input[type=text],input[type=url],input[type=file], select, textarea {
  transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
  font-size: 1.1em;
}
input[type=button]{
  font-size: 1em;
}
input[type=text]:focus,input[type=url]:focus, select:focus,textarea:focus,input[type=file]:focus {
  box-shadow: 0 0 5px rgb(81, 203, 238);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgb(81, 203, 238);
} 

input[type="text"]:read-only{
  background: #BEBEBE;
}
  /*News ok btn*/
/* Set a style for the submit button */
.okbtn {
  background-color: #ff0000;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 20%;
  opacity: 0.9;
  font-size: 1em;
}

.okbtn:hover {
  background-color: #04AA6D;
  color: white;
  opacity: 1;
}

/* Full-width input fields */
.container{
  width:70%;
  margin: auto;
}
.container select, .container textarea,
.container input[type=text], 
.container input[type=email], 
.container input[type=password] {
   width: 100%;
   padding: 15px;
   margin: 5px 0 22px 0;
   display: inline-block;
   border: none;
   background: #fff;
 }
 .container textarea{
   height: 150px;
   margin-bottom: 2px;
 }
 .container input[type=text]:focus, 
 .container input[type=password]:focus {
   background-color: #ddd;
   outline: none;
 }

   /*Nur für schmale Bildschirme bis 1024px */
   @media only screen and (max-width: 620px) {
    body{
        min-width: 620px;
    }
   }