.row-impressum {
    display: flex;
    flex-wrap: wrap;
    /*border:  1px solid black;*/
   
}
@media(max-width: 1000px) {
    .row-impressum{
        flex-direction: column;
    }
    .col-8{
        width: auto;
    }
    .col-4{
        width: 50%;
    }
}
.form-box{
    margin: 0% 2% 2% 1%;
    /*border:  1px solid #c7cacc;*/
}

.description{
    font-size: 0.75rem;
}



/* Start tab css */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 9px 16px;
    transition: 0.3s;
    color: #3385BE;
    font-size: 16px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }
/*End of tab css*/

/*Class for form*/
.form-required:after {
    color: #eb0000;
    font-family: sans-serif;
    content: " \002A ";
    line-height: 1;
}
.form-inner-margin{
    margin: 2% 2% 1% 1%;
    /*border:  1px solid #c7cacc;*/
}

label {
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    display: block;
}

.left-input-old input{
    line-height: 1;
    vertical-align: middle;
    height: 2rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid;
    border-color: #cce9e3;
    margin-bottom: 20px;
    width: 90%;
}
.left-input input{
    line-height: 2;
    vertical-align: middle;
    height: 2rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid;
    border-color: #cce9e3;
    margin-bottom: 5px;
    width: 90%;
}
.left-input input:focus {
    outline-color: #b3b1b1;
}

/*right side form*/
.form-box-right{
    margin: 0% 2% 2% 1%;
    padding: 1% 1% 1% 1%;
    border:  1px solid #cce9e3;
}
.form-inner-margin-right{
    margin: 0% 2% 1% 1%;
   /*border:  1px solid #c7cacc;*/
}
.form-inner-margin-right p{
    margin-bottom: 0px;
}

.protokoll-label{
    margin-top: 12px;
    font-weight: bold;
}
.protokoll-textarea{
    height: auto;
    min-height: 2em;
    width: 100%;
}

.form-box-right textarea{
    padding: 0 0.5rem;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid;
    border-color: #cce9e3;
    
}
.form-box-right textarea:focus{
    outline-color: #b3b1b1;
}
.description {
    font-size: 12px;
    color: #333333;
}
.institute-textarea{
    width: 90%;
    box-sizing: border-box;
    border-radius: 2px;
    
    
}
.layout-textarea{
    padding: 0 0.5rem;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid;
    border-color: #cce9e3;
    width: 100%;
}
.layout-textarea:focus{
    outline-color:#b3b1b1;
}

/* Submit and Preview button style*/
.button-inner-margin{
    margin-left: 0.5%;
    border-radius: 2px;
    display: inline-block;
}
.save-button{
    background-color: #3385be;
    color: #fbfbfb;
    border: 1px #3385be solid;
    font-weight: 400;
    font-size: 1rem;
    width: auto;
    border-radius: 2px;
    cursor: pointer; 
}
.save-button:hover{
    color: #fbfbfb;
    background-color: #1f6fa8;
    border-color: #1f6fa8;
}
.preview-button{
    background-color: #ffffff;
    color: #808080;
    box-sizing: border-box;
    border-radius: 2px;
    border-width: 1px;
    border-color: #82caba;
}













.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    transform: translateX(26px);
  }
  
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }


  .info-icon-old {
    position: relative;
    top: 2px;
    left: 2px;
    cursor: pointer;
  }

  .alert-info-transparent {
    --bs-alert-bg: transparent; /* Set the background to transparent */
  }


  
