html, body {
  font-family: "Spinnaker", "Monaco" "Lucida Console", "Courier New", monospace !important;
  font-family: 'Spinnaker', 'Helvetica', sans-serif;
  width: 100%; }

html {
  font-size: 2rem; }
  @media all and (min-width: 0px) {
    html {
      font-size: 1rem; 
	} 
	}
  @media all and (min-width: 768px) {
    html {
      font-size: 1rem; }
	 .modal-dialog {
	max-width : 700px;
	 }
	 }
  @media all and (min-width: 992px) {
    html {
      font-size: 1rem; } 
	.modal-dialog {
		max-width : 850px;
		 }}
  @media all and (min-width: 1200px) {
    html {
      font-size: 1.0rem; } 
	 .modal-dialog {
		max-width : 1100px;
		 }}

body {
  background-color: #000000; 
  color: #FFFFFF;
  background-color: #404040;
  }
  
a {
	 color : #00FF00;
 }

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fefefe;
  opacity: 0.7;
  z-index: 99;
  background: rgba(255, 255, 255, 0.8) url(../img/ajax-loader.gif) 50% 50% no-repeat; }
  
#overlay_message
{
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 40%;
	width : 100%;
}

.card {
  background-color: rgba(0, 0, 0, 0.05); }

.card-header {
  font-weight: bold; }

.panel-login > .panel-heading {
  color: #00415d;
  /*	background-color: #fff;
  	border-color: #fff;*/
  text-align: center;
  padding-top: 10px; }

.panel-body {
  color: #00415d;
  /*	background-color: #fff;
  	border-color: #fff;*/
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
  height: 45px;
  border: 1px solid #ddd;
  font-size: 16px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.panel-login input:hover,
.panel-login input:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #ccc; }

.btn-login {
  background-color: #59B2E0;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #59B2E6; }

.btn-login:hover,
.btn-login:focus {
  color: #fff;
  background-color: #53A3CD;
  border-color: #53A3CD; }

.forgot-password {
  text-decoration: underline;
  color: #888; }

.forgot-password:hover,
.forgot-password:focus {
  text-decoration: underline;
  color: #666; }

.btn-register {
  background-color: #1CB94E;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #1CB94A; }

.btn-register:hover,
.btn-register:focus {
  color: #fff;
  background-color: #1CA347;
  border-color: #1CA347; }

/* Code Page */
#code {
  height: 60px;
  width: 50%;
  margin: 0 auto;
  font-size: 40px; }

th, td {
  padding: 1rem; 
}


.footer-table th, .footer-table td {
  padding: 5px; 
 }
  
.table_icon, .table_button {
  width: 2em;
  height: 2em; }
  
.table_link{
  cursor: pointer;
}

.table_button_space {
  width: 2em;
  height: 2em;
}

.table_icon_small {
  height: 1em; 
 // background-color: #00FF00;
}

.table_button {
  cursor: pointer; }

.table_flag {
  height: 1em; }

.table_gender {
  height: 1.5em; }

.table_image {
  cursor: pointer; }

.country_flag, .table_image {
  height: 2em; }
  
.history_image {
  height: 1em; 
  cursor: pointer;
  }

.navbar {
	background-color: #696969;
  padding: 0.1rem 1rem; 
  color: #FFFFFF;}
   
 .nav-item a, .nav-link{
  color: #FFFFFF;}
  
  .navbar-light .navbar-nav .na-link{
	 color: #FFFFFF; 
  }
  
.brand_image {
  height: 4vh; }
  @media (max-height: 640px) {
    .brand_image {
      height: 30px; } }
	 
.preview_image {
  height="120";
  max-width= "200;
}	

.breadcrumbs {
  position: relative;
  width: 100%;
  float: left;
  margin: 5px 5px; }

.breadcrumbs > ul {
  list-style-type: none;
  list-style: none; }

.breadcrumbs > ul > li {
  position: relative;
  float: left;
  transform: skewX(-15deg);
  background-color: #fff;
  z-index: 1;
  transition: all 0.5s;
  margin-left: 5px; }

.breadcrumbs > ul > li:hover {
  background-color: #CFD8DC; }

.breadcrumbs > ul > li > a {
  display: block;
  padding: 0px 5px;
  font-size: 1rm;
  transform: skewX(15deg);
  text-decoration: none;
  color: #444;
  font-weight: 300; }

.breadcrumbs > ul > li > p {
  display: block;
  padding: 0px 5px;
  font-size: 1rm;
  transform: skewX(15deg);
  text-decoration: none;
  color: #444;
  font-weight: 300;
  margin-bottom: 0px; }

.breadcrumbs > ul > li:last-child {
  background-color: #78909C;
background-color: #00FF00; 
color:#000000}

.breadcrumbs > ul > li:last-child > p {
  color: #fff;
color:#000000  }

input[list="admin_select"] {
  width: 12em;
  border: none;
  background: #eee; }

#admin_select {
  width: 12em;
  margin: 0;
  margin-left: -12.75em; }

.mycontainer {
  width: 80%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1280px) {
    .mycontainer {
      width: 90%; } }
  @media (max-width: 960px) {
    .mycontainer {
      width: 100%; } }

.full_container {
  width: 100%;
  padding-right: 2%;
  padding-left: 2%;
  margin-right: auto;
  margin-left: auto; }
  
.title_container
 {
  align-items: center;
  text-align: center;
//  min-height: 10rem;
  width: 100%;
  background: #505050;
  padding-right: 2%;
  padding-left: 2%;
  margin-right: auto;
  margin-left: auto; }

  
.page_title
 {
  align-items: center;
  text-align: center;
  padding-top: 2%;
  padding-bottom: 2%;}
  
.nav_container {
  background: #696969;
  width: 100%;
}  
.nav_sub_container {
  width: 60%;
  background: #696969;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (max-width: 1280px) {
    .nav_sub_container {
      width: 70%; } }
  @media (max-width: 960px) {
    .nav_sub_container {
      width: 80%; } }
}  

.divider {
	height: 3px;
	background-color: #00FF00; 
}


.date_select {
  padding-right: 0px; }

.participant_img, .competition_img {
  width: 100%; }

.event_flag {
  height: 4em; }

.participant_small {
  height: 2em; }

.detail-data label {
  font-weight: bold; }

input[type="radio"], input[type=checkbox] {
  zoom: 1,5; }

.largercheckbox input[type="radio"], .largercheckbox input[type=checkbox] {
  width: 20px;
  height: 20px; }
  .largercheckbox input[type="radio"] :checked, .largercheckbox input[type=checkbox] :checked {
    margin-left: 25px;
    border: 1px solid #00FF00; }
.largercheckbox input[type=checkbox]:checked + label {
  font-weight: bold; }
.largercheckbox label {
  margin-left: 5px;
  margin-top: -10px; }

#accordion_participant div div div .card_body {
  padding-bottom: 0px; }

.time-select {
  width: 80%;
  display: inline; }

.results_status_radio {
  margin-left: 5px;
  transform: scale(2); }

.empty-radio-box {
  background-color: rgba(255, 0, 0, 0.3); }

.result-card {
  padding-bottom: 0px;
  padding-top: 0.25em; }

.negative-score {
  color: #FF0000;
  font-weight: bold; }

.positive-score {
  color: #008000;
  font-weight: bold; }
 
 .part-div{
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
 }
 
 .modal-content {
  background-color: #404040; }
  
  .select_room {
  cursor: pointer; }
  
  
  .empty-radio-box {
  background-color: rgba(255, 0, 0, 0.3); }
  
   
.free-bed-div {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
}

.room-part-div {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
}

.accommodation-div {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
}


.room_trash {
  height: 3em; }
  
.room_participants {
	height: auto;
	max-height: 30vh;
	overflow: auto;
}


.step_icon {
  height: 2em; 
  cursor: pointer; }
  
   .transport-div {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
	height: 50px;
}

   .missing-div {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
}

.transport-header-div {
	border: 5px solid #aaaaaa;
}

.transport_participants {
	height: auto;
	max-height: 50px;
	overflow: auto;
}

.group_assignment_group {
	height: 50vh;
	max-height: 50vh;
	overflow: auto;
}

.playoff_frame {
	display: flex;
	flex-direction: column;
	align-items: center;

	height: 70vh;
	max-height: 70vh;
	overflow: auto;
}


.playoff_group {
	border: 1px solid #aaaaaa;
	font-size: 0.8rem;
}

.playoff_data {
	height: 20vh;
	max-height: 20vh;
	overflow: auto;
}

.numbers {
  width: 100%;
  text-align: center;
  font-family: Arial;
  font-size: 500%;
  font-weight: bold;
  color: #00415d;
  text-shadow: 
     -1px -1px 1px hsl(190,50%,90%), 
     1px 1px 1px hsl(190,50%,50%);
  /* options are normal, bold, bolder, lighter */
  font-style: normal;
  /* options are normal or italic */
  //color: #ffffff;
  /* change color using the hexadecimal color codes for HTML */ }
  @media all and (max-width: 1500px) {
    .numbers {
      font-size: 400%; } }
  @media all and (max-width: 1170px) {
    .numbers {
      font-size: 300%; } }
	  
.large_numbers {
  width: 100%;
  text-align: center;
  font-size: 8rem;
  font-weight: bold;
  color: #00415d;
  text-shadow: 
     -1px -1px 1px hsl(190,50%,90%), 
     1px 1px 1px hsl(190,50%,50%);
  /* options are normal, bold, bolder, lighter */
  font-style: normal;
  /* options are normal or italic */
  //color: #ffffff;
  /* change color using the hexadecimal color codes for HTML */ }
  @media all and (max-width: 1500px) {
    .large_numbers {
      font-size: 400%; } }
  @media all and (max-width: 1170px) {
    .large_numbers {
      font-size: 300%; } }

.timecontrol {
  width: 16px;
  height: 16px; }
  @media all and (max-width: 1320px) {
    .timecontrol {
      width: 12px;
      height: 12px; } }
  @media all and (max-width: 640px) {
    .timecontrol {
      width: 10px;
      height: 10px; } }
  @media all and (max-width: 480px) {
    .timecontrol {
      width: 8px;
      height: 8px; } }

.gameadmin {
  text-align: center; }
  
.admin_btn {
  width: 90px;
  height: 90px; }
  
.inactivebutton {
  opacity: 0.3; }
.game_status {
  width: 48px;
  height: 48px; }
  @media all and (max-width: 1170px) {
    .game_status {
      width: 32px;
      height: 32px; } }
	  
.playoff_competitor {
	padding: 40px;
}


.playoff_result {
  display: inline; }
  
  
.puzzle_result_column_frame{
	padding: 10px;
	margin-right: 0px;
	margin-left: 0px;
}  
  
.puzzle_result_column{
	width: 6vh;
}

.playoff_btn{
	display: inline;
	font-size: 0.8rem;	
	margin: 3px;
}

.playoff_position{
  font-size: 6rem;
  font-weight: bold;
  color: #00415d;
}

#playoff_table td {
	font-size: 1.7rem;	
	font-weight: bold;
	vertical-align : middle;
}
#playoff_table tr {
	font-size: 1.7rem;	
	font-weight: bold;
}

.alert-primary {
	color: #FFFFFF;
    background-color: #00FF00;
    border-color: #00FF00;
	background-color: #696969;
    border-color: #696969;
}

.btn-green{
	color: #000000;
    background-color: #00FF00;
}

.alert-success{
	color: #000000;
    background-color: #00FF00;
	border-color: #00FF00;
}


.alert-danger{
	color: #FFFFFF;
    background-color: #FF0000;
	border-color: #FF0000;
}

.alert-warning{
	color: #000000;
    background-color: #FFFF00;
	border-color: #FFFF00;
}

.btn-primary{
	color: #000000;
    background-color: #00FF00;
    border-color: #00FF00;
}


.btn-secondary{
	color: #000000;
    background-color: #D9D9D8;
    border-color: #D9D9D8;
}

footer{
	margin-top: auto;
}

.footer-text{
	border-left:1px solid #00FF00;
	height : 120px;
}

.document_container
 {
  align-items: center;
  text-align: center;
//  min-height: 10rem;
  width: 100%;
  padding-top: 3%;
   padding-bottom: 3%;
  padding-right: 2%;
  padding-left: 2%;
  margin-right: auto;
  margin-left: auto; }
  
.document{
	margin-bottom: 10px;
}

.btn-doc {
	margin-bottom: 5px;
	width: 100%;
	color: #FFFFFF;
    background-color: #404040;
	background-color: #696969;
    //border-color: #00FF00;
    border-color: #696969;
    border-color: #00FF00;
}

.btn-doc:hover {
	width: 100%;
	color: #000000;
	color: #00FF00;
    background-color: #00FF00;
	background-color: #696969;
    border-color: #404040;
}

.slider-block{
    background-position: top;
    background-size: cover;
    color: #FFFFFF;
	min-height: 300px;
	margin-top: 2%;
	margin-bottom: 2%;
}
.slider-block-school{
    background: url("../img/documents/schule.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;
}
.slider-block-work{
    background: url("../img/documents/arbeit.jpg") no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;
}
.slider-block-practice{
    background: url("../img/documents/praktika.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;
}
.slider-block-volunteering{
    background: url("../img/documents/ehrenamt.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;
}

.slider-block-cv{
    background: url("../img/documents/lebenslauf.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: darken;
}


.slider-block .slider-content{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.slider-block .slider-content h1{
    font-weight: 300;
    margin-bottom: 50px;
}

.cv-image{
	height: 300px;
	max-width: 100%;
}

.btn-tile{
	border-radius: 5px;
      border: none;
      color: white;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 20px;
      margin: 10px 10px 10px 10px;
      cursor: pointer;
//	  width: 360px;	
//	  height: 360px;
	  max-height: 360px;
	  max-width: 360px;
	  }

.project_description{
	border-radius: 5px;
    background-color: #696969;
    padding-top: 30px;
    padding-bottom: 30px;
}

.project_movie{
  padding-top: 3%;
   padding-bottom: 3%;
  padding-right: 2%;
  padding-left: 2%;
	
}

.Site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.Site-content {
  flex: 1;
}

.project_title {
	border-radius: 5px;
	margin-top: 85%;
	background: #505050;
	color: #00FF00;
}

    #smfix {
  cursor: pointer;
  float: left;
  position: fixed;
  top: 175px;
  right: 0px;
  width: 64px;
  z-index: 2;
  padding-left: 3px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: block; 
  transform: skewY(-15deg);
  background-color: #505050;}
  #smfix li {
    list-style-type: none;
    padding: 0;
    margin: 0;
   }
  #smfix ul {
    padding: 0;
    margin: 0; }
  #smfix ul {
	transform: skewY(15deg);
	}
	
.socialbtn {
  float: left;
  margin-top: 2px;
  margin-left: 6px;
  margin-bottom: 2px;
  width: 100%;
  width: 48px;
  height: 48px;
  background: url("../img/social/facebook.png") no-repeat; 
  background-size: 48px;
  }
  
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.project_frame_small{
    padding: 0.5em;
    padding-left: 1em;
    margin-bottom: 1em;
	border-radius: 17px;
	border: 2px solid #00FF00 !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

#drop_zone {
	  border: 2px dashed #bbb;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  border-radius: 5px;
	  padding: 20px;
	  text-align: center;
	  color: #bbb; }


	.edit_image_list_item {
/*		  border: 2px solid #bbb;*/
		  -webkit-border-radius: 5px;
		  -moz-border-radius: 5px;
		  border-radius: 5px;
		  padding: 5px;
		  cursor : pointer;
	}
	
	.image_image_frame {
		  height: 8em;
	}
	
	.edit_image_image_frame {
		  height: 7em;
	}
	
	.edit_image_preview_frame {
		  height: 30em;
	}

	.edit_image_img {
		max-width: 100%;
		max-height: 100%;
	}
	.event_gallery-tile {
		height: 440px;
		border: 3px solid var(--text-color);
		border-radius: 17px;
		opacity: 1;
		margin: 2px;
		margin-top: 20px;
		overflow : hidden;
		cursor: pointer;
	}
	
	.event_gallery-tile:hover {
		border: 3px solid var(--secundary-color);
	}
	
	
	.event_gallery-tile:hover .event_gallery-tile-button-container{
		background-color: var(--secundary-color);
	}

	
	.event_gallery-tile a {
        color: var(--text-color);
        text-decoration: none;
	}
	
	.event_gallery-tile-img-container {
		height: 290px;
		width: 100%;
		position: relative;
		border-top-right-radius: 14px;
		border-top-left-radius: 14px;
		opacity: 1;
	}

	.event_gallery-tile-img-container img {
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  object-fit: cover;
	  z-index: -1;
	  object-position: 70% 70%;
		border-top-right-radius: 14px;
		border-top-left-radius: 14px;
	}

	.event_gallery-tile-text-container {
		height: 100px;
		width: 100%;
		position: relative;
		padding: 20px;
		background-color: var(--grundfarbe-hell);
	}	
	.event_gallery-tile-button-container {
		height: 50px;
		width: 100%;
		position: relative;
		padding: 10px;
		color: white;
		background-color: var(--grundfarbe-mittel);
	}

	.image_view_frame {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: var(--grundfarbe-mittel);
//        opacity: 0.7;
        z-index: 10000000;
	}
	
	.image_view_frame .modal-header{
		height: 5vh;
		padding: 0.2rem 0.2rem;
	}
	
	.image_view_frame .modal-title{
		font-size: 8px;
	}
	
	.image_view_frame .modal-body{
		padding: 0;
	}
	.image_view_frame .modal-body .fullcontainer{
		height: 88vh;
		justify-content: center;
		text: center;
	}
	.image_view_frame .modal-body .fullcontainer #image_preview {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		cursor: pointer
	}

	.image_view_frame .modal-footer{
		justify-content: center;
		height: 7vh;
	}
	
	.image_view_frame .modal-footer > * {
		margin: 0;
	}

/*# sourceMappingURL=main.css.map */

    .image_view_frame {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #8D8D8D;
        z-index: 10000000;
    }
	
	#displayImageModal .btn-dark {
		background-color: #8D8D8D;
		border-color: #8D8D8D;
	}
	
	.div_hidden {
        display: none;
    }
