/* Please define your custom styles here */

html {
  user-select: none;
}

.flag {
  width: 100px;
  height: 50px;
  margin: auto;
}

#choose_language {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

#languages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

#english, #deutsch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  opacity: 0.5;
  margin: 5%;
  border: solid grey 1px;
  padding: 5%;
  width: 250px;
  height: 250px;
  border-radius: 5px;
}

:hover#english, :hover#deutsch {
  opacity: 1;
  cursor: pointer;
}

.data-protec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  padding: 15px;
  text-align: justify;
  max-width: 1000px;
  border: solid #004c97 2px;
  border-radius: 5px;
}

.data-protec a {
  font-weight: bold;
  color: black;
}

.buttons {
  font-weight: bold;
  width: 100px;
  border: 2px solid grey;
}

.buttons:hover {
  background: lightgrey;
  cursor: pointer;
}

#literature {
  width: 60%;
  font-size: 0.8rem;
  text-align: left;
  margin: auto;
  user-select: text;
}

/*###########################*/

body {
  background: linear-gradient(180deg, #99ccff, #004c97);
  font-family: "Open sans", sans-serif;
  color: black;
  background-repeat: no-repeat;
  background-attachment: fixed;  
}

.container {
  background: #ffffff;
  border-width: 2px;
  border-color: #004c97;
}

header, main, footer {
  border-style: none;
  padding: 20px;
}

header {
  background: #004c97;
  color: #ffffff;
  min-height: 0;
}

footer {
  background: none;
}

/*####### Experiment ############*/
#task-selector {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 800px;
  height: 60px;
  margin: auto;
}

.task-selector {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid grey;
  opacity: 0.8;
  padding: 1.5rem;
  font-size: 1.2rem;
  height: 56px;
  border-radius: 25px;
}

.task-selector:hover {
  border-color: #004c97; 
  opacity: 1;
  cursor: pointer;
}

.display{
  font-size: 2rem;
  font: bold;
  line-height: 3rem;
  text-align: left;
  margin: auto;
}

div.display table {
  font-size: 1.2rem;
  line-height: 1.8rem;
}