/* Stylesheet für die RPG Charakter Seite */

input[type="file"] {
   display: none;
}

input[type="text"].about {
  display: inline-block;
  position:absolute;
  border-radius: 5px;  
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  width: 50%;
  height: 595px;
  padding-top:5px;
  background-color:lightgray;
  line-height:100px;
}

input[type="text"].info {
  display: inline-block;
  position:absolute;
  outline: none;
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: hidden;
  width: 135px;
  height: 20px;
  padding:5px;
  background-color:transparent;
  line-height:10px; 
  font-size:12px;
}


input[type="color"] {
   display: inline-block;
   height: 0px;
   width: 0px;
   position:absolute;
   right: 0%;
   margin-right: 50px;
   opacity: 0.0;
}

input[type="color"].color_custom_left {
   display: inline-block;
   height: 0px;
   width: 0px;
   position:absolute;
   left: 0%;
   margin-left: 180px;
   opacity: 0.0;
}


. skills_window {
  display: inline-block;
  border-radius: 5px;  
  object-fit: cover;
  border: 2px solid #333;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  background: #5ca1e1;
}



.profile_button {
  
  border-radius: 50%;
  border: none;
  left: 50%;
  display: inline-block;
  cursor: pointer;
  transform: translate(11%, 0%);
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  width:160px;
  height:160px;
  margin-left:10px;
  margin-bottom: 17px;
  margin-top: 10px;
}

.profile_image {
  object-fit: none;
  position:relative;
  width:160px;
  height:160px;
  background: #ffffff;
  border-radius: 50%;
  border: none;
  cursor: pointer; 
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  margin-bottom: 17px;
  margin-top: 0px; 
}

.img_round {
  object-fit: contain;
  background: #ffffff;
  border-radius: 50%;
  width:80px;
  height:80px;   
}

.img_round_menue {
  display:block;
  object-fit: contain;
  background: #ffffff;
  border-radius: 50%;
  transform: translate(-50%, 0%);
  position: relative;
  width:40px;
  height:40px;  
  margin-top:25px;
  left:50%;
  background: #ffffff;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

.img_roundcorner {
  object-fit: contain;
  resize: both;
  overflow: auto;
  background:#ffffff;
  width:300px;
  height:576px;
  border-radius: 5px;  
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  margin-right: 15px;
}


.label_custom {
  display: inline-block;
  width: 30px;
  height: 30px;
  position:absolute;
  right: 0%;
  top 10px;
  margin-right: 10px;
  margin-bottom: 5px;
}

.label_custom_left {
  width: 30px;
  height: 30px;
  position:absolute;
  left: 0%;
  top 10px;
  margin-left: 190px;
  margin-bottom: 5px;
}


.box_colored_background {
   text-align: center;
   background: #5ca1e1;
   color: #fff;
   padding: 10px;
   border: none;
   border-radius: 5px;  
   font-size: 16px;
   font-family: Georgia, 'Times New Roman', serif;
   box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
   margin-bottom: 25px;
}

.box_colored_background_left { 
   height: 600px;
   background: #5ca1e1;
   color: #fff;  
   border: none;
   border-radius: 5px;  
   font-size: 16px;
   font-family: Georgia, 'Arial', serif;
   box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
   margin-bottom: 25px;
}

.box_colored_background_right {
   height: 577px;   
   color: #fff;
   padding: 10px;
   border: 2px solid #333;
   border-radius: 5px;  
   font-size: 16px;
   font-family: Georgia, 'Arial', serif;
   box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);  
}

.box_transparent_background { 
   color: #000000;
   padding: 10px; 
   border: 2px solid #000000;
   border-radius: 5px;
   font-size: 16px;
   font-family: Georgia, 'Arial', serif;
   box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
   margin-bottom: 25px;
}

.box_transparent_background_footer {
   text-align: center;
   color: #000000;
   padding: 10px;
   border: 2px solid #000000;
   border-radius: 5px;
   font-size: 12px;
   font-family: Georgia, 'Arial', serif;
   box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
   margin-top: 200px;
}

.center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}

.eingabefeld {
  display: block;
  width: 180px;
  height: 35px;
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: 40px;
  font-size: 18px;
  font-family: sans-serif;
  text-decoration: none;
  color: #333;
  border: 2px solid #333;
  letter-spacing: 2px;
  text-align: center;
  position: relative;
  transition: all .35s;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

.eingabefeld_links { 
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

.menue_button {
  left:50%;
  transform: translate(-50%, 0%);
  width:60;
  height:60;
}

.custom_button1 {
  left: 50%; 
  transform: translate(-50%, -50%);
  border-radius: 4px;
  background-color: #5ca1e1;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: sans-serif;
  width: 250px;
  height: 40px;
  transition: all 0.5s;
  cursor: pointer;
  margin-top: 50px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
}

.custom_button1{
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.custom_button1:after {
  font-family: sans-serif;
  content: "\21DD";
  position: absolute;
  opacity: 0;  
  top: 8px;
  right: -20px;
  transition: 0.5s;
}

.custom_button1:hover{
  padding-right: 24px;
  padding-left:8px;
}

.custom_button1:hover:after {
  opacity: 1;
  right: 10px;
}










.container .gallery a img {
  float: left;
  
  object-fit: cover;
  width: 160px;
  height: 160px;
  
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
  margin-top: 60px;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}












div.scrollmenu {
  background-color: #5ca1e1;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 5px;  
  padding: 10px;
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  margin-bottom: 25px;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  opacity: 0.4;
}






.button_plus {
  width: 35px;
  height: 35px;
  background: #fff;
  cursor: pointer;
  border: 2px solid #095776;

  /* Mittig */
  Right: 10px;
  Bottom: 5px;
  transform: translate(0%, 0%);
  float: right;
}

.button_plus:after {
  content: '';
  position: absolute;
  height: 4px;
  width: 50%;
  background: #095776;
  margin-top: 19px;
  left: 50%;
  transform: translate(-50%, -110%);

}

.button_plus:before {
  content: '';
  position: absolute;
  background: #095776;
  height: 50%;
  width: 4px;
  left: 50%;
  margin-top: 27px;
  transform: translate(-50%, -110%);

}

.button_plus:hover:before,
.button_plus:hover:after {
  background: #fff;
  transition: 0.2s;
}

.button_plus:hover {
  background-color: #095776;
  transition: 0.2s;
}








/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #000000;
  border-radius: 5px;  
  box-shadow: 0 10px 20px -8px rgba(0, 0, 0,.7);
  margin-bottom: 25px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #ffffff;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #00FF7F;
  text-decoration: underline;
}

.grid-container {  
    display: grid; 
    width: 100%;
    grid-gap: 20px;
    
    grid-template-columns:  220px 1fr;
 
  
}