body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

#wrapper {
    margin: auto;
    max-width:920px;
}

img { 
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#content {  
    padding: 3%; 
    border-bottom:9px solid #D90877;
    padding-top:0.6em;
}

#markierstift {
  font-style: normal;
  border-radius: 1em 0 1em 0;
  text-shadow: 1px 1px 1px #fff;
  background-image: 
    linear-gradient(-100deg, 
      rgba(255,112,209,0.15),
      rgba(255,112,209,0.8) 100%, 
      rgba(255,112,209,0.25)
    );
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 700px) 
{ 
  p {
    font-size: 1em;
    margin-bottom: 20px;
    text-align: left;
    line-height:1.5em;
  }
  ul, ol {  font-size: 1em; line-height:1.5em;}
  
  h1 {
    font-size: 1.7em;
    font-family: 'Concert One', sans-serif;
    font-weight:normal;
    margin-top:0.5em; 
    line-height:1.5em;
  }
  
  h2 {
    font-size: 1.7em;
    font-family: 'Concert One', sans-serif;
    font-weight:normal;
    margin-top:1.2em; 
    line-height:1.4em;
  }
}

@media only screen and (min-width: 701px) 
{ 
  p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: left;
    line-height:1.7em;
  }
  
  ul, ol {  font-size: 1.1em; line-height:1.7em;}
  
  h1 {
    font-size: 2.1em;
    font-family: 'Concert One', sans-serif;
    font-weight:normal;
    margin-top:1em; 
  }
  
  h2 {
    font-size: 1.9em;
    font-family: 'Concert One', sans-serif;
    font-weight:normal;

  }
}

li { margin-bottom:1em; }

a {  color:#D90877; }

h3 {
    font-size: 1.6em;
    font-family: 'Concert One', sans-serif;
    font-weight:400;
    margin-top:1em; 
    line-height:1.3em;
}

h4 {
    font-size: 1.4em;
    font-family: 'Concert One', sans-serif;
    font-weight:400;
}

.farbwechsel {
  background: linear-gradient(45deg,#5B094B,#e52e71,#010102,#E419AA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 300%;
  animation: gradient-text 8s ease infinite;
  padding-bottom: 0.2em;
}

@-webkit-keyframes gradient-text {
  0% {
    background-position: 0% 50%;
  }
    50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#footer {
   border-top:1px solid grey;
   margin-top:2em;
   padding-top:1em;
   font-size: 0.9em;
   font-family: 'Open Sans', sans-serif;
   color: #333;
}

#footer a {
   font-family: 'Open Sans', sans-serif;
}

#footer strong {
   font-size: 1.2em;
    font-family: 'Concert One', sans-serif;
    font-weight:400;
    line-height:1.5em;
}

pre,blockquote{
border-left:0.4em solid #D90877; 
padding-left:1em;
margin:0px;
}

ul#menu { 
    padding: 0; 
    font-family: 'Concert One', cursive;  
    font-size:1.2em; 
    text-align:center; 
}

ul#menu li {  
    display: inline-block; 
    margin:8px;
}

ul#menu li a {
    color:#333;
    fill:#333;
    background-color: #EFEFEF;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
}

ul#menu .active {
    background-color: #D90877;
    color:white;
    fill:white;
}

ul#menu li a:hover {
    background-color: #3A3A3A;
    color:white;
    fill:white;
}

input[type=submit], button[type=submit], button  {
    font-family: 'Concert One', cursive;  
    font-size: 1.3em; 
    color: white;
    background-color: #D90877;
    border-radius:8px;
    border:1px solid grey;
    padding:0.3em 0.3em 0.5em 0.3em;
    fill:white;
    cursor: pointer;
}

input[type=submit]:hover, button[type=submit]:hover, button:hover {
    background-color: #E419AA;
}

.schattenbox {
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.schattenbox:hover {
    box-shadow: 0px 0px 2px 2px #E8017F;
}

.alert {
  padding: 20px;
  background-color: #949494;
  color: white;
  margin-bottom: 15px;
  border-radius:4px;
}

.error {
  padding: 20px;
  background-color: #D90877;
  color: white;
  margin-bottom: 15px;
  border-radius:4px;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

#wave-container {
  width: 100%;
  height: 60px;
  overflow: hidden;
}

#wave {
  display: block;
  position: relative;
  height: 40px;
  background: #D90877;
}

#wave:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: white;
  right: -25%;
  top: 20px
}

#wave:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 300px;
  background-color: #D90877;
  left: -25%;
  top: -240px;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-VariableFont_wdth_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic-VariableFont_wdth_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: italic;
}

@font-face {
    font-family: 'Concert One';
    src: url('../fonts/ConcertOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}