#quotation-container{
  display: flex;
  align-items: center;
}

.full-quote-container{
  width: 60vw;
  min-height: 250px;
  /*background-color: #cdf9ec;*/
  display: flex;
  align-items: center;
}

.quote-container{
  padding: 0em 1em 0em 1em;
}

.full-quote-container img {
    border: 3px solid #0000001f;
    border-radius: 50%;
    display: block;
    width: 150px;
    height: 150px;
    object-fit: cover;
    /* background-color: green; */
    margin: 1em 1em 1em 2em;
}

.full-quote-container blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-size: 1em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    text-shadow: 0 1px rgb(255, 255, 255);
    z-index: 15;
}

#rezension{
	background-color: rgba(255, 234, 104, 0.3);
}

.stardesign{
	letter-spacing: 0.5em;
    flex: 0 0 9em;
    margin-left: 50px;
    margin-bottom: 5px;
}

.anchorandheader{
	padding-top: 40px;
}

.anchorandheader:target{
	padding-top: 80px;
}

.full-quote-container blockquote * {
    box-sizing: border-box;
}

.full-quote-container blockquote p {
    color: #3a3a3a;
    line-height: 1.4 !important;
}

.full-quote-container blockquote p:first-child:before {
    content: '\201C';
    color: #0000003f;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;
    text-shadow: none;
    z-index: -300;
}

.full-quote-container cite {
    color: gray;
    display: block;
    font-size: .8em;
    text-align: right;
    margin: 0 5%;
}

.full-quote-container cite span {
    color: #5e5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white;
}


/* Next & previous buttons */
.prevQuote, .nextQuote {
  cursor: pointer;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 3px 3px 3px 3px;
  user-select: none;
  text-decoration: none;
}

/* Position the "next button" to the right */
.nextQuote {
  right: 20px;
  border-radius: 3px 3px 3px 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevQuote:hover, .nextQuote:hover {
  background-color: rgba(0,0,0,0.2);
  text-decoration: none;
}


/* The dots/bullets/indicators */
.koerigDot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .koerigDot:hover {
    background-color: #717171;
}

#justify-content-center {
  display: flex;
  justify-content: center;
}

#rezension {
  flex-direction: column;
  width: 100%;
}

#dot-container{
  text-align:center;
  margin: 5px;
}

/* Tablet Styles */
@media only screen and (max-width: 960px) {
  .full-quote-container{
    flex-direction: column;
    width: 80vw;
  }
  .full-quote-container img{
    margin: 1em 0em 0em 0em;
  }
  .quote-container{
    padding-bottom: 1em;
  }
  
  .stardesign{
    margin-left: 0px;
	margin-top: 10px;
    text-align: center;
  }
}

.rezensionpar {
	margin-bottom: 20px;
	cursor: pointer;
	padding: 1em 0;
	width: 100vw;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
	background-color: #ffea68;
}

.rezensionlink {
	color: black;
	/*text-decoration: none;*/
}
