/* https://mycolor.space/?hex=%235EC271&sub=1 */
/*
#5EC271
#FFDD82
#CDA64E
#93721A
*/

body {
  background-color: #333333;
  color: #5EC271;
  max-width: 100%;
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../static/open-sans-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../static/open-sans-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../static/open-sans-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../static/open-sans-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
}

.yellow-text {
  color: #FFDD82;
}

.container {
  width: 100vw;
  min-height: 100vh;
  outline: dashed 1px black;
  /* Center vertically and horizontally */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 10rem;
}

.event-gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
  text-align: center;
}


.event-gallery-responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

.child {
  justify-content: center;
  align-items: center;
}

.navbar {
	overflow: hidden;
	background-color: #333333;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 9999; 
	display: flex;
	justify-content: center;
	align-items: center;
	right: 0px;
	height: 3rem;
	font-size: 2rem;
  }
  
  .navbar a {
	color: white;
	text-align: center;
	padding: 1rem 1rem;
  text-decoration: none;
  }
  
  .navbar a:hover {
	background-color: #707070;
  }



ul {
  list-style: none;
  font-size: 3rem;
}

.text-section {
  font-size: 3.5rem;
  color: lightgrey;
}

.linkdiv {
  padding-top: 10%;
  font-size: 3rem;
  color: white;
  text-decoration: underline;
  padding-left: 10%;
}

.linkdiv-detail {
  font-size: 2rem;
  color: white;
  text-decoration: underline;
  padding-left: 25px;
}

.linkdiv-success {
  font-size: 2rem;
  color: white;
  text-decoration: underline;
}

.navbar {
  padding-top: 5%;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

div[role=alert] {
  color: #FFDD82;
  font-size: 2rem;
}

input[type=text] {
  width: 50vw;
  height: 80px;
  font-size: 2rem;
  padding:2rem;
  margin-top: 2rem;
}

input[type=datetime-local] {
  width: 50vw;
  height: 80px;
  font-size: 2rem;
  padding:2rem;
  margin-top: 2rem;
}

input[type=password] {
  width: 50vw;
  height: 80px;
  font-size: 2rem;
  padding:2rem;
  margin-top: 2rem
}

input[type=submit] {
  background-color: white;
  width: 50vw;
  height: 80px;
  font-size: 2rem;
  padding:1rem;
  margin-top: 1rem;
  cursor: pointer;
  color: black;
}

input[type="file"]::file-selector-button {
  background-color: white;
  font-size: 2rem;
  padding:1rem;
  margin-top: 1rem;
  cursor: pointer;
  color: black;
}

input[type=checkbox] {
  height: 60px;
  width: 60px;
}

input[type=radio] {
  width: 2.6rem;
  height: 2.6rem;
}

input[type='radio']:checked {
  accent-color: mediumseagreen;
}

.table-overview {
  border-collapse: collapse;
  font-size: 2.5rem;
  width: 100vw;
}

.table-overview-column {
  font-size: 2.5rem;
}

.table-overview-column-default {
  text-align: left;
  font-size: 2.5rem;
  width: 100vw;
}

.table-detail {
  margin-top: 5rem;
}

table td, table th {
    border-right: 2px dotted white;
    padding-bottom: 3rem;
    font-size: 2rem;
}
table th {
  border-bottom: 2px dotted white;
  padding-bottom: 20px;
}

table td {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*table tr:nth-child(2) td:first-child {
  padding-top: 20px;
}*/

table tr td:last-child,
table tr th:last-child {
  border-right: 0;
}

.th-overview-target {
  width: 20%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.th-overview-open {
  width: 20%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.th-overview-thisyear {
  width: 20%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.th-overview-total{
  width: 20%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.th-date {
  width: 25%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.th-year {
  width: 10%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.th-target {
  width: 14%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.th-reason {
  width: 51%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.th-done {
  width: 10%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.rules-ul {
  width: 90vw;
}

.rules-li {
  padding-bottom: 5rem;
  text-align: center;
}

.text-confirmation {
  font-size: 2rem;
}

.yes-button {
  background-color: white;
  width: 50vw;
  height: 80px;
  font-size: 2rem;
  padding:1rem;
  margin-top: 1rem;
  cursor: pointer;
  color: black;
}

.event-button {
  background-color: white;
  height: 80px;
  font-size: 2rem;
  padding:1rem;
  margin-top: 1rem;
  cursor: pointer;
  color: black;
  margin-left: 2rem;
}

/*div {
  font-family:'Courier New', Courier, monospace;
}*/

/* Extra small devices (phones, 600px and down) */



@media only screen and (max-width: 600px) {

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  ul {
    font-size: 2rem;
  }
  input[type="radio"] {
    height: 2rem;
    width: 2rem;
  }

  .th-reason {
    width: 12vw;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .table-overview {
    border-collapse: collapse;
    font-size: 3rem;
    width: 50vw;
  }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}