a {
    text-decoration: none !important;
    color: #000000;
}

a.backToOffice {
    position: absolute;
    width: 198px;
    height: 80px;
    left: 23px;
    top: 730px;
    /* left: 30px;
    top: 737px; */
    background: url('/Images/UI__backbutton_bl.png');
    background-repeat: no-repeat;
    
}

a.disabled, input.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.btn, input.btn[type=submit] {
    background: #f0f0f0;
    border: 2px solid #000000;
}

a.book {
    position: absolute;
    width: 180px;
    height: 590px;
    
    background: url('/Images/Bookshelf__Book_bl.png');
    background-repeat: no-repeat;
    
}

a.book:hover {
    background: url('/Images/Bookshelf__Book_Outline_bl.png');
}

/* BOOKS in Bookshelf */
a.book.book1 {
    left: 290px;
    top: 47px;
}  
 
a.book.book2 {
    left: 460px;
    top: 47px;
}

a.book.book3 {
    left: 630px;
    top: 47px;
}

#book1.marked {
  background: url('/Images/Bookshelf__Book_Outline_bl.png');
}

.book .title {
    position: relative;
    left: -100px;
    top: 300px;
    width: 400px;
    font-size: 2.5em;
    text-decoration: none;
    color: #ffffff;
    /* writing-mode: vertical-lr;
    text-orientation:sideways; */
    transform: rotate(-90deg);
}

/* RIGHT ACTION AND INFO CONTAINER */

#bookAction-Container {
    position: absolute;
    left: 1438px;
    /* left: 1445px; */
    top: 2px;
    /* top: 8px; */
    width: 484px;
    height: 817px;
    background: url('/Images/UI__Aktionsleiste_bl.png');
    background-repeat: no-repeat;
} 

#bookAction-Container .book-title {
    position: relative;
    right: -40px;
    top: 50px;
    width: 420px;
    text-align: center;
    font-size: 2.25em;
    font-weight: bold;
    
}

#bookAction-Container .book-information {
  position: absolute;
  left: 30px;

  top: 190px;
  width: 420px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 1.25em;
  font-weight: bold;
}

#bookAction-Container .book-choices {
    position: absolute;
    left: 30px;
    top: 290px;
    width: 420px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 1.5em;
    font-weight: normal;
}

:is( #bookAction-Container .btn-add2stack) {
    position: absolute;
    left: 7px;
    /* top: 700px; */
    width: 420px;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    padding: 15px;
    transition: all 0.3s ease;
}

:is(#bookAction-Container .btn-readAbstract) {
  position: absolute;
  left:35px;
  /* right: 7px; */
  top: 700px;
  width: 420px;
  text-align: center;
  font-size: 2.0em;
  font-weight: bold;
  padding: 15px;
  transition: all 0.3s ease;
}

:is(#bookAction-Container .btn-readAbstract:hover, #bookAction-Container .btn-add2stack) {
    background: #232323;
    color: #ffffff;
}

#btn-read-abstract.marked {
  border: 6px solid #666666;
  border-color: var(--highlight);
}

#btn-add2stack.marked {
  border: 6px solid #666666;
  border-color: var(--highlight);
}

:is(#action-Container .btn-nextGap) {
  /* position: absolute;
  right: 7px;
  top: 700px;
  width: 420px; */
  display: block;
  width: 90%;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  padding: 15px;
  transition: all 0.3s ease;
}


/* bookAbstractContainer */


#bookAbstractContainer {
    position: absolute;
    left: 500px;
    top: 48px;
    width: 800px;
    height: 817px;
    background: url('/Images/UI__Lesefeld_bl.png');
    background-repeat: no-repeat;
}

#bookAbstractContainer .btn-close {
    display: inline-block;
    position: relative;
    left: 735px;
    top: 12px;
    width: 50px;
    height: 50px;
    /* background: #ffffff; */
}

#bookAbstractContainer .textwrapper {
    position: relative;
    left: 83px;
    top: 79px;
    width: 636px;
    height: 533px;
    overflow-y: scroll;
    /* background: #ff0000; */
    font-size: 1.20em;
}

/*selectable text in abstract*/
.selectable {
    border: solid 3px #232323;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* outline: solid 2px #232323; */
}

.selectable.selected {
    border: solid 3px #00aa00;
    box-shadow: 1px 1px 10px 1px;
}

.selectable.marked {
  border: solid 6px var(--highlight);
 
}



/* RADIO BUTTONS */ 

#stack-selections {
  border: 0px !important;
}

input, select, input[type=checkbox], input[type=radio] {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    outline: none;
  }

.wrap {
    
  }
  @media screen and (max-width: 460px) {
    .wrap {
      padding: 0.5em;
    }
  }
  
  h3 {
    font-size: 1.3em;
    margin-bottom: 0;
  }
  
  li {
    margin-bottom: 1.5em;
    padding-left: 2.5em;
    position: relative;
    list-style-type: none;
  }

  li.marked {
    border: 6px solid var(--highlight);
  }


input[type=checkbox],
input[type=radio],
li label::before {
  cursor: pointer;
  height: 40px;
  left: 0;
  margin-top: -20px;
  position: absolute;
  width: 40px;
  top: 50%;
}

input[type=checkbox],
input[type=radio] {
  display: inline-block;
  opacity: 0;
  vertical-align: middle;
}

li label::before {
  border: 2px solid #232323;
  border-radius: 4px;
  color: #000000;
  content: "";
  font-size: 1.5em;
  padding: 2px;
}

li input.error + label::before {
  border-color: #f93337;
}

li input[type=checkbox]:checked + label::before {
  border-color: #232323;
  content: "✔";
}

li input[type=radio] + label::before {
  border-radius: 50%;
}

li input[type=radio]:checked + label::before {
  border-color: #000000;
  /* content: "●"; */
  background: #00aa00;
  font-size: 1.5em;
  padding: 2px;
}

input[type=submit] {
  /* background: #00aa00; */
  border: none;
  color: #144639;
  cursor: pointer;
  font-family: "AvenirNextLTW01-DemiCn", sans-serif;
  font-size: 1.4em;
  padding: 0.5em;
  width: 100%;
}
input[type=submit]:hover, input[type=submit]:focus {
  /* background: #00aa00; */
}

label {
  display: block;
  /* margin-bottom: 0.2em; */
  margin-top: 5px;
  width: 100%;
}

ul {
  margin-bottom: 1em;
  padding-top: 1em;
  overflow: hidden;
}

li label {
  display: block;
  vertical-align: top;
  font-size: 2.0em;
}

.js-errors {
  background: #f93337;
  border-radius: 4px;
  color: #FFF;
  font-size: 0.8em;
  list-style-type: square;
  margin-bottom: 1em;
  padding: 1em;
}

.js-errors {
  display: none;
}

.js-errors li {
  margin-left: 1em;
  margin-bottom: 0.5em;
  padding-left: 0;
}

ul.error input[type=checkbox] + label::before,
ul.error input[type=radio] + label::before {
  border-color: #F93337;
}

ul.error input[type=checkbox] + label,
ul.error input[type=radio] + label {
  color: #F93337;
}

li {
  /* float: left; */
  /* width: 50%; */
  margin-bottom: 26px;
}
li:first-of-type {
  margin-right: 2%;
  /* width: 48%; */
}
@media screen and (max-width: 460px) {
  li {
    width: 100%;
  }
  li:first-of-type {
    margin-right: 0;
    width: 100%;
  }
}


/* END OF RADIO BUTTONS */ 