.alert{
    padding: 20px;
    background-color: #f44336; /* Red */
    color: white;
    margin-bottom: 15px;
    margin-top: 15px;
}
.alert.success {background-color: #04AA6D;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container {
    padding: 10px 16px;
}


.blueRoundBtn {
    border: none;
    background: none;
    float: left;
    margin: 0 0 30px;
    outline: none;
    height: 40px;
    line-height: 40px;
    border-radius: 18px;
    background: #00aaeb;
    color: #fff;
    font-weight: bold;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    padding: 0 60px;
    min-width: 180px;
    font-size: 140%;
    cursor: pointer;
}

.blueRoundThinBtn {
  border: none;
  background: none;
  float: left;
  margin: 0 0 30px;
  outline: none;
  height: 40px;
  line-height: 40px;
  border-radius: 18px;
  background: #00aaeb;
  color: #fff;
  font-weight: bold;
  box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  padding: 0 20px;
  min-width: 180px;
  font-size: 100%;
  cursor: pointer;
}

.blueRoundBtn a{
  color:#fff;
}

.blueRoundBtn img {
    width: 100%;
    margin: 0px;
}

.titleBtn a{
    border: none;
    background: none;
    margin: 0 0 30px;
    outline: none;
    height: 40px;
    line-height: 40px;
    border-radius: 18px;
    background: #00aaeb;
    color: #fff;
    font-weight: bold;
    box-shadow: 3px 5px 8px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 60px;
    min-width: 180px;
    font-size: 140%;
}

.block-button{
    display: block;
    width:100%;
    background-color: #ceb157;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 16px;
    padding: 10px 10px;
    color: #ffffff;
    margin: 10px 0;
    text-align: center;
    
}
.block-button.disabled{
    display: block;
    width:100%;
    background-color: #666666;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 16px;
    padding: 10px 10px;
    color: #ffffff;
    margin: 10px 0;
    text-align: center;
    cursor: not-allowed;
    
}
.block-button.in-progress{
    display: block;
    width:100%;
    background-color: #04AA6D;
    border: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    font-size: 16px;
    padding: 10px 10px;
    color: #ffffff;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
    
}
.block-button:hover {
    transform: scale(1.02);
    background-position: -60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    text-decoration: none;
  }
  .block-button:active {
    transform: scale(1);
    background-position: 500px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }


  .shopping-cart {

    margin: 80px auto;
    background: #FFFFFF;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    border-radius: 6px;
  
  }
  
  .title {
    height: 60px;
    border-bottom: 1px solid #E1E8EE;
    padding: 20px 30px;
    color: #5E6977;
    font-size: 18px;
    font-weight: 400;
  }
  
  .item {
    padding: 20px 30px;
    display: flex;
    min-height: 0;
  }
  

  
  /* Buttons -  Delete and Like */
  .buttons {
    position: relative;
    padding-top: 30px;
    margin-right: 60px;
  }
  
  .image img {
    width: 80px;
  }

  
  .is-active {
    animation-name: animate;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-timing-function: steps(28);
    animation-fill-mode: forwards;
  }
  
  @keyframes animate {
    0%   { background-position: left;  }
    50%  { background-position: right; }
    100% { background-position: right; }
  }
  
  /* Product Image */
  .image {
    margin-right: 50px;
  }

  .member-description{
      display: block;
      font-size: 18px;
      font-weight: bold;
      background-color: gray;
      width: 100%;
      padding:10px;
      color: white;

  }

  .member-price{
    display: block;
    font-size: 18px;
    font-weight: bold;
    background-color: #ceb157;
    width: 100%;
    padding:10px;
    color: white;
  }


  #memberUpdateContainer{
    background-color: #0cc2f2;
    color: #fff;
    padding: 15px;
  }

  #memberUpdateContainer strong{
    color: #666666;
  }

  #memberUpdateFields{

    display: none;
    margin: 30px 0;
  }

  #memberUpdateFields input{

    padding:15px;
    width:100%;
    background-color: #e0e0e0;
  }

  #memberUpdateFields button{

    padding:15px;
    width:100%;
    background-color: #e0e0e0;
    font-size: 100%;
    cursor: pointer;
    color: #666666;
    border-color: #666666;
    border: 2px solid #666666;
  }


  
  /* Product Description */
  .description {

    margin-right: 60px;
    width: 60%;
    text-align: center;
    vertical-align: middle;
  }
  
  .description span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #43484D;
    font-weight: 400;
  }
  
  
  /* Product Quantity */
  .quantity {
    padding-top: 20px;
    margin-right: 60px;
  }
  .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }
  
  button[class*=btn] {
    width: 30px;
    height: 30px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    cursor: pointer;
  }
  .minus-btn img {
    margin-bottom: 3px;
  }
  .plus-btn img {
    margin-top: 2px;
  }
  button:focus,
  input:focus {
    outline:0;
  }
  
  /* Total Price */
  .total-price {
    width: 200px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #43484D;
    font-weight: 300;
    vertical-align: middle;
  }

  .topicItem  blockquote{
    margin: 1em 0;
    background: #eee;
    padding: 1em;
    border-radius: 1em;
  }




  #component{
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    width: 750px;
    margin:0 auto;
    padding: 3rem;

    background: #fff;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 15%);
    margin-bottom: 40px;
  }

  #component:hover{
    transform: scale(1.02);
    background-position: -60px;
  }

  #component #delQuote{
    text-align: right;
    cursor: pointer;
  }
  
  #component blockquote.quote {
      position: relative; 
      text-align: center;
      padding: 1rem 1.2rem;
      width: 80%;  /* create space for the quotes */
      color: #484748;
      margin: 1rem auto 2rem;
  }
  #component blockquote.EN {
      background:
      linear-gradient(to right, #039be5 4px, transparent 4px) 0 100%,
      linear-gradient(to left, #039be5 4px, transparent 4px) 100% 0,
      linear-gradient(to bottom, #039be5 4px, transparent 4px) 100% 0,
      linear-gradient(to top, #039be5 4px, transparent 4px) 0 100%;
      background-repeat: no-repeat;
      background-size: 20px 20px;
  }
  
  #component blockquote.DE {
      background:
      linear-gradient(to right, #039be5 4px, transparent 4px) 0% 0%,
      linear-gradient(to bottom, #039be5 4px, transparent 4px) 0% 0%,
      linear-gradient(to left, #039be5 4px, transparent 4px) 100% 100%,
      linear-gradient(to top, #039be5 4px, transparent 4px) 100% 100%;
      background-repeat: no-repeat;
      background-size: 20px 20px;
  }
      
  
  /* -- create the quotation marks -- */

  #component blockquote{
    font-size: 26px;
  }
  #component blockquote.quote:before,
  #component blockquote.quote:after{
      font-family: FontAwesome;
      position: absolute;
      color: #039be5;
      font-size: 34px;
  }
  
  #component blockquote.EN:before{
      content: "\f10d";
      top: -12px;
      margin-right: -20px;
      right: 100%;
  }
  #component blockquote.EN:after{
      content: "\f10e";
      margin-left: -20px;
      left: 100%;  
      top: auto;
      bottom: -20px;
  }
  #component blockquote.DE:before{
      content: "\f10e";
      margin-right: -20px;
      bottom: -20px;
      right: 100%;
  }
  #component blockquote.DE:after{
      content: "\f10d";
      margin-left: -20px;
      left: 100%;  
      top: -20px;
      bottom: auto;
  }

  #component cite{
      display:block;
      font-size: 16px;
      color:#ceb157;
      margin-bottom: 20px;;
  }
  
  .zitat1 {
    position: relative;
    font-family: 'Verdana', serif;
    font-size: 2.4em;
    line-height: 1.5em;
  }
  .zitat1 cite {
    font-family: 'Verdana', sans-serif;
    font-size: 0.6em;
    font-weight: 700;
    color: #bdbec0;
    float: right;
  }
  .zitat1 cite:before {
    content: '\2015'' ';
  }
  .zitat1:after {
    content: '\201d';
    position: absolute;
    top: 0.28em;
    right: 0px;
    font-size: 6em;
    font-style: italic;
    color: #bdbec0;
    z-index: -1;
  }
  .sidekick {
    position: relative;
    padding-left: 1em;
    border-left: 0.2em solid #039be5;
    font-family: 'Roboto', serif;
    font-size: 2.4em;
    line-height: 1.5em;
    font-weight: 100;
  }
  .sidekick:before, .sidekick:after {
    font-family: Calibri;
      color: #039be5;
      font-size: 34px;
  }
  .sidekick:before {content: '\201e'}
  .sidekick:after {content: '\201c';}
  .sidekick cite {font-size: 50%; text-align:center; top:50%}
  .sidekick cite:before {content: ' \2015 '}


  /* Pagination links */
.pagination a {
  color: black;
  float: left;
  width: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: background-color .3s;
  background-color: #eee;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
}

.pagination .label {
  color: black;
  float: left;
  line-height: 40px;
  text-decoration: none;
  margin-right: 20px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}

/* Style the active/current link */
.pagination a.active {
  background-color: #ceb157;
  color: white;
}

#nextPageLink a{
  background-color: #00aaeb;
  line-height: 40px;
  margin-bottom: 5px;
}

#nextPageLink a:hover{
  transform: scale(1.02);
  background-position: -60px;
}

.hideEle{
  display:none;
}

.studentProfile p{
  margin-bottom: 20px;
}

.studentProfile p strong{
  display: block;
  margin-bottom: 10px;
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.htmlEditorContent{
  margin-top: 2em;
}

.htmlEditorContent div{

  margin: 0 0 1.2em;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;

}

.htmlEditorContent ul{
  font-size: 1em;
}

.htmlEditorContent ul li::before{

  content: "\2022";
  color: #467dcf;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  display: block;
  width: 1em;
  position: absolute;
  left: 2px;
  top: 2px;

}




/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {background-color: #ddd;}

  
  /* Responsive */
  @media (max-width: 800px) {
    .shopping-cart {
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .item {
      height: auto;
      flex-wrap: wrap;
      justify-content: center;
    }
    .image img {
      width: 100%;
    }
    .image,
    .quantity,
    .description {
      width: 100%;
      text-align: center;
      margin: 6px 0;
    }
    .buttons {
      margin-right: 20px;
    }
  }
  

