
body{
margin: 0px;
font-family: 'Fira Sans', sans-serif;
    font-size: 18pt;
line-height: 26pt;
background-color: rgba(235, 235, 235, 1);
color:black;
}
.wrapper{
    box-sizing: border-box;
    padding: 0px 10% 0px 10%;
    width: 100%;
    margin: 0 auto;
}

.wrapper a {
  border-left: #ADA87A solid 5px;
  border-right: #ADA87A solid 5px;
  border-bottom: #ADA87A solid 2px;
  border-top: #ADA87A solid 1px;
  border-radius: 6px;
  background-color: #ADA87A;
  text-decoration: none;
  color:black;
  font-weight: 800;
}

.wrapper a:hover {
  border-left: #5E7385 solid 5px; 
  border-right: #5E7385 solid 5px;
  border-bottom: #5E7385 solid 2px;
  border-top: #5E7385 solid 1px;
  border-radius: 6px;
  background-color: #5E7385;
  text-decoration: none;
  color:white;
  font-weight: 800;
}

.logo{
    height: 100px;
    margin-bottom: 25px;
    padding-left: 0px;
    margin-top: -30px;;
}

p{
    margin: 15px 0px 15px 0px;
}

blockquote {
    font-size: 14pt !important;
    line-height: 19pt;
    padding-left: 10px;
    margin-left: 10px;
    font-style: italic;
    border-left: solid 4px #5E7385;
    border-radius: 2px;
}
 
.center-image{
    margin:0 auto; width:300px;
    text-align: center;
}

video {
  background-color: #5E7385;
  border-radius:12px;
}

.rund {
  background-color: #5E7385;
  border-radius:12px;
}

hr {
  border: solid 2px #5E7385;
  border-radius: 2px;
}

/*Buttons*/
.kreis-button{
    transform: rotate(-5deg);
    background-color: #ADA87A;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    font-weight: 600;
    color: white;
    box-sizing: border-box;
    text-align: center;
    font-size:36pt;
    padding-top: 33px;
    margin-top: -18px;
    margin-bottom: 20px;
    margin-left: -15px;
}

/*MUSIC-PLAYER*/
.audio-player {
  --player-button-width: 3em;
  --sound-button-width: 2em;
  --space: .5em;
  width: 100%;
  height: 70npx;
  background:linear-gradient(to bottom, #ffd20b, #d6b600);
  border-radius:12px;
  padding:15px;
  box-sizing:border-box;
}

.audio-icon {
   width: 90%;
   height: 90%;
}

.controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 5px;
}

.player-button {
  background-color: transparent;
  border: 0;
  width: var(--player-button-width);
  height: var(--player-button-width);
  cursor: pointer;
  padding: 0;
}

.timeline {
  -webkit-appearance: none;
  width: calc(100% - (var(--player-button-width) + var(--sound-button-width) + var(--space)));
  height: .5em;
  background-color: #ADA87A;
  border-radius: 5px;
  background-size: 0% 100%;
  background-image: linear-gradient(#dd99ff, #dd99ff);
  background-repeat: no-repeat;
  margin-right:15px;
  margin-left:15px;
}

.timeline::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all .1s;
  background-color: #cc66ff;
}

.timeline::-moz-range-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all .1s;
  background-color: #cc66ff;
}

.timeline::-ms-thumb {
  -webkit-appearance: none;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all .1s;
  background-color: #cc66ff;
}

.timeline::-webkit-slider-thumb:hover {
  background-color: #cc66ff;
}

.timeline:hover::-webkit-slider-thumb {
  opacity: 1;
}

.timeline::-moz-range-thumb:hover {
  background-color: #cc66ff;
}

.timeline:hover::-moz-range-thumb {
  opacity: 1;
}

.timeline::-ms-thumb:hover {
  background-color: #cc66ff;
}

.timeline:hover::-ms-thumb {
  opacity: 1;
}

.timeline::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.timeline::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.timeline::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

.sound-button {
  background-color: transparent;
  border: 0;
  width: var(--sound-button-width);
  height: var(--sound-button-width);
  cursor: pointer;
  padding: 0;
}
/*Spotify-Player*/
.spotify-button{
    border-radius: 12px;
    margin-top: 20px;
}
/*Impressum*/

.impressum{
    text-align: center;
    font-size: 12pt;
    line-height: 17pt;
    padding-bottom:25px;
    margin-top:50px;
}
.impressum a{
    color:#0097d0;
}
.impressum a:hover{
    color:#0e84af;
}
