.event-titel {
	font-family: var(--primary-font-family);
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 64px;
	letter-spacing: 1.8px;
	color: var(--secundary-color);
}

.event-block-titel {
	font-family: var(--secondary-font-bold);
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.6px;
	color: var(--secundary-color);
	border-bottom: solid;
	border-color: var(--secundary-color);
	margin-bottom: 5px;
}

.event_detail_table {
	width :100%;
}
.event_detail_table td, .event_detail_table td * {
	vertical-align: top;
}
.txt_div {
	max-height:200px;
	overflow: scroll;
	border: 1px solid var(--text-color);
	border-radius: 4px;
	padding: 10px;
	background-color: var(--grundfarbe-hell);
}

#editEventOrganizersModal .modal-body {
	font-size: 14px;
}

#event_organizers_table, #event_members_table {
/*	min-height:500px;*/
}

#event_organizers_table .table_button, #event_members_table  .table_button{
	width: 1.2em;
	height: 1.2em;
}

.ranking_image_small{
	width: 15px;
	margin-right: 2px;
}

.result_button{
	width: 24px;
	margin-right: 2px;
	margin-bottom: 4px;
}

.language_image{
	height: 20px;
	margin-right: 5px;
}

.image_preview{
	width: 60px;
}

.image_medium{
	width: 200px;
}


.result_image{
	width: 48px;
	padding: 5px;
}

.result_puzzle_image{
	width: 72px;
	padding: 1px;
}

.result_puzzle_image_small{
	width: 36px;
	padding: 1px;
}

@media all and (max-width: 600px) {
	.result_image {
		width: 32px;
	}
	.result_puzzle_image{
		width: 48px;
	}
	.result_puzzle_image_small{
		width: 24px;
	}
}

.page_frame{
    padding: 1em;
    margin-bottom: 2em;
}

.event_frame{
    padding: 1em;
    margin-bottom: 20px;
	border-radius: 17px;
	border: 2px solid var(--secundary-color) !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.event_frame_small{
    padding: 0.5em;
    padding-left: 1em;
    margin-bottom: 1em;
	border-radius: 17px;
	border: 2px solid var(--secundary-color) !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}


.cockpit_frame_small{
    padding: 0.2em;
    padding-left: 1em;
    margin-bottom: 2px;
	border-radius: 17px;
	border: 2px solid var(--secundary-color) !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.error_frame{
    padding: 1em;
    margin-bottom: 20px;
	border-radius: 17px;
	border: 4px solid red !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.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: 1em;
  transform: skewX(15deg);
  text-decoration: none;
  color: var(--primary-color);;
  font-weight: 300; }

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

.breadcrumbs > ul > li:last-child {
  background-color: var(--primary-color); }

.breadcrumbs > ul > li:last-child > p {
  color: #fff; }
  
  
#event_menu .active{
	font-weight: 600;
}

.em-level-1{
	margin-left: 1rem !important;
}

.em-level-2{
	margin-left: 2rem !important;
}
.em-level-3{
	margin-left: 3rem !important;
}

.team_participants{
	font-size: 0.8rem;
	font-weight: normal;
	display:block;
	height: 36px;
	max-width: 40vw;
	overflow-y: auto;
	overflow-x: auto;
}

.team_finder_participants{
	font-size: 0.8rem;
	font-weight: normal;
	display:block;
}

@media (max-width: 768px) {
	.team_participants {
		font-size: 0.5rem;
		max-width: 60vw;
	}
	.team_finder_participants {
		font-size: 0.5rem;
		max-width: 60vw;
	}
}

.competition-nav{
	cursor: pointer;
}

.nav-pills .competition-nav.active {
    color: var(--text-color);
    background-color: var(--primary-color);
}

.accordion-button {
    color: var(--text-color);
    background-color: var(--primary-color);
}

.accordion-button:not(.collapsed) {
    color: var(--text-color);
    background-color: var(--primary-color);
}

.accordion-button:focus {
    border-color: var(--secundary-color);
	box-shadow: var(--secundary-color);
}


.not_paid {
	color : red;
}

.paid {
	color : green;
}

.registration_frame{
	margin: 1em;
    padding: 1em;
	border-radius: 17px;
	border: 2px solid var(--secundary-color) !important;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.navbar-event{
	margin-bottom:20px;
}


#logo_sponsor_frame {
    position:relative;
    height: 100%;
    width:100%;
}

#logo_sponsor {
    z-index: 999999;
    position: fixed;
}
@media (max-width: 768px) {
    #logo_sponsor {
        width: 50px;
    }
}
@media (min-width: 768px) {
    #logo_sponsor {
        width: 150px;
    }
}
.logo_sponsor_right_bottom {
    bottom: 0px;
    right: 0px;
}

.logo_sponsor_left_bottom {
    bottom: 0px;
    left: 0px;
}
.logo_sponsor_right_top {
    top: 0px;
    right: 0px;
}

.logo_sponsor_left_top {
    top: 0px;
    left: 0px;
}

.logo_sponsor_left_centre{
    left: 0px;
	margin-top:auto;
	margin-bottom:auto;
}

.logo_sponsor_right_centre{
    right: 0px;
	margin-top:auto;
	margin-bottom:auto;
}

.round_registration{
	font-family: var(--secondary-font-family);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.6px;
//	color: var(--primary-color);
	border: 1px solid var(--secundary-color);
	border-radius: 4px;

	margin-top: 2px;
	cursor: pointer;
}

.round_registration_header{
	font-family: var(--secondary-font-family);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.6px;
//	color: var(--primary-color);
	border: 1px solid var(--secundary-color);
	border-radius: 4px;

	margin-top: 2px;
	cursor: pointer;
}

.table_assign_frame{
	max-height: 600px;
	min-height: 200px;
	overflow-y: scroll;
}

.table_assign_heat_frame{
	max-height: 600px;
	width: 100%;
	display:table;
	overflow-x: scroll;
	 white-space: nowrap;
}

.heat_frame{
	width : 300px;
	height : 100%;
	display: inline-block;
}

.heat_table{
	font-family: var(--secondary-font-family);
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.6px;
//	color: var(--primary-color);
	border: 1px solid var(--secundary-color);
	border-radius: 4px;

	margin-top: 2px;
	cursor: pointer;
}

#countdowntable {
  height: 40px;
  width: 100%;
  border-style: none;
  background-color: transparent;
  margin: 0px;
  position: relative;
  top: 0px;
  left: 0px;
  text-align: center;
 }
 
 .numbers {
  width: 100%;
  text-align: center;
  font-family: Arial;
  font-size: 2em;
  font-weight: bold;
  /* options are normal, bold, bolder, lighter */
  font-style: normal;
  /* options are normal or italic */
  color: var(--secundary-color);
  }
	  
.timecontrol {
  width: 16px;
  height: 16px; }
  @media all and (max-width: 1170px) {
    .timecontrol {
      width: 12px;
      height: 12px; } }

.game_status {
  width: 48px;
  height: 48px; }
  @media all and (max-width: 1170px) {
    .game_status {
      width: 32px;
      height: 32px; } }
	  
.game_control {
	width: 72px;
	height: 72px;
	cursor : pointer;
}

.cockpit {
	background-color : var(--primary-color); 
	min-height: 100vh;
}

.cockpit_frame{
    padding: 0.5em;
	margin: 5px;
	margin-top: 15px;
	border-radius: 17px;
	background-color : var(--grundfarbe-hell); 
	border: 2px solid var(--secundary-color) !important;
}

#countdown_frame{
    padding: 1em;
	margin: 10px;
	background-color : var(--grundfarbe-hell); 
	border: 2px solid var(--text-color) !important;
	border-radius: 17px;
	width : 450px;
}

.center-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.countdown{
  text-align: center;
  font-family: Arial;
  font-size: 5em;
  font-weight: bold;
  /* options are normal, bold, bolder, lighter */
  font-style: normal;
  /* options are normal or italic */
  color: var(--text-color);
 }
 
 
#countdown_frame_dark{
    padding: 0.5em;
	margin: 10px;
	background-color : var(--text-color); 
	border: 2px solid var(--grundfarbe-hell) !important;
	border-radius: 17px;
	width : 450px;
}

.countdown_dark{
  text-align: center;
  font-family: Arial;
  font-size: 5em;
  font-weight: bold;
  /* options are normal, bold, bolder, lighter */
  font-style: normal;
  /* options are normal or italic */
  color: var(--grundfarbe-hell);
 }
 
 .header_img{
	 display: inline-block;
	 width: 60px;
	 height: 60px;
	 margin-right: 10px;
	 margin-bottom: 30px;
 }
 
 .header_img_small{
	 display: inline-block;
	 width: 30px;
	 height: 30px;
	 margin-right: 5px;
	 margin-left: 5px;
 }
 
 .header_text{
	 display: inline-block;
 }
 
 .header_logo{
	 width:100%;
	 max-width: 150px;
 }
 
 .halbhell{
	 background-color : var(--grundfarbe-hell-schatten);
 }
 
 .live_table{
	 text-align: center;
	 font-weight: bold;
	 font-size: 20px;
	 width:100%;
 }
 
  .live_table tbody tr{
	border-top: solid;
	border-color: var(--grundfarbe-halbhell);
 }

.live_table .live_table_barchart_line{
	border: none;
}

 .live_table {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
 @media all and (max-width: 600px) {
	.live_table {
		font-size: 12px;
}
}

.result_small{
	font-size: 8px;
	font-weight: normal;
}
 
 .heat_puzzle{
	 height: 100px;
	 padding-left: 5px;
	 cursor : pointer;
 }
 
 @media all and (max-width: 600px) {
	.heat_puzzle{
	 height: 48px;
	}
}

.event_video{
	width : 100%;
	aspect-ratio: 16 / 9;
}

#member_list_frame {
	padding-right: 2%;
	padding-left: 2%;
}

#refresh_results {
	cursor : pointer;
}

.result_ranking {
	cursor : pointer;
}

.result_puzzle {
	cursor : pointer;
}

.result_country {
	cursor : pointer;
}

.medium_image {
	width: 8em;
}


.bar_frame{
	background-color: silver;
	border: 1px solid #5c656d;
	width : 100%;
	height : 30px;
	color: white;
	display: flex;
	overflow: hidden;
}

.bar_puzzle{
	height : 100%;
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 12px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.bar_puzzle_details {
 cursor: pointer;
}

.result_bar_puzzle {
	width: 20px;
	margin-right: 2px;
	margin-bottom: 4px;
}

.team_finder_item_frame{
	margin-bottom: 10px;
	padding: 1em;

}

#team_finder_item_level_frame{
	display: inline;
}
.slide_legend {
	width: 40%;
}
.slidecontainer {
	width: 100%;
}

.slider-pic {
	-webkit-appearance: none;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	background: #d3d3d3;
/*	outline: none;*/
	opacity:0.7;
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}
.slider-pic:hover {
	opacity:1;
}
.slider-pic::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 48px;
	height: 48px;
	background: url('../img/puzzle_regler.png');
	cursor: pointer;
}
.slider-pic::-moz-range-thumb {
	width: 48px;
	height: 48px;
	border: 0;
	background: url('../img/puzzle_regler.png');
	cursor: pointer;
}

.team_finder_offer_frame{
	margin-bottom: 10px;
	padding: 1em;
	border-radius: 17px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.team_finder_offer_header{
/*	height : 60px;*/
}

.team_finder_offer_footer{
	height : 30px;
}

.team_finder_offer_description{
	font-size: 0.8rem;
	font-weight: normal;
	display: block;
	height : 50px;
	max-width: 100%;
	overflow-y: auto;
	overflow-x: auto;
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid lightgrey;
	padding: 2px;
}

.sponsor_tile_frame{
	padding: 1em;
}

.sponsor_frame{
	padding: 1em;
	margin-bottom: 20px;
	border-radius: 17px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	min-height: 250px;
}

.sponsor_frame_image{
	min-height: 180px;
}
.sponsor_frame_name{
	min-height: 70px;
}

#teamFinderDialogHeader, #teamFinderDialog #message_frame, #teamFinderDialog #state_frame , #teamFinderDialog #accept_frame{
	padding: 1em;
}{
	padding: 1em;
}

#teamFinderDialogHeader .alert{
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}

#teamFinderDialog .modal-dialog {
}

#teamFinderDialog .modal-dialog .modal-body{
	overflow-y: scroll;
	overflow-x: hidden;
	width: 100%;
	background: var(--grundfarbe-halbhell);
}

#teamFinderDialog .modal-dialog .modal-content{
	height: 90%;
}

#teamFinderDialog .modal-dialog .modal-footer .alert{
	width: 100%;
}

.tf_contact_image{
	width: 24px;
}

.teamfinder_help{
	height: 32px;
	cursor: pointer;
}

.puzzle_legend_frame{
	width: 5em;
	height: 5em;
	margin: 0.5em;
	border-radius: 10px;
	box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
	display: flex;
	justify-content: center;
}

.puzzle_legend_image{
	width:4em;
	height:4em;
	margin: auto;
	display: block;
}

.chart_type_button {
	width: 4em;
	height: 4em;
	cursor: pointer;
	padding: 10px;
	outline: none;
	background: var(--grundfarbe-mittel);
	border: 1px solid var(--grundfarbe-halbhell);
	border-radius: 15%;
	margin: 5px;
	box-shadow: 5px 5px var(--grundfarbe-halbhell);
}

.chart_type_button.selected{
	background-color: var(--primary-color);
}

.chart_type_button imgae {

}

.detail_puzzle{
	cursor: pointer;
}

.marker_img{
	height: 47px;
	width: 47px;
}

.marker_event {
	height: 69px;
	width: 47px;
	background-image: url(../img/puzzle.png);
	background-size: contain;
	cursor: pointer;
}

.event_map{
	width: 100%;
	height: 1000px;
}

.tab_img{
	height: 30px;
	width: 30px;
}

.appointment_line_container{
	width: 100%;
	padding: 0px 0px 0px 20px;
	flex-wrap: wrap;
/*	display : grid;
	gap: 2px;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	align-items: start;*/
}

.event_cockpit_link {
	font-size: 1.5em;
	text-decoration: none !important;
	color: black;
	font-weight: 300;
	margin-bottom: 0px;
}

.cockpit_frame a:hover, .cockpit_frame a:visited, .cockpit_frame a:link, .cockpit_frame a:active
{
	text-decoration: none;
}

#set_registration_status_participant_name{
	font-family: var(--primary-font-family);
	font-style: normal;
	font-weight: normal;
	font-size: 3rem;
	line-height: 64px;
	letter-spacing: 1.8px;
	color: var(--text-color);
}

.large_button{
	font-size: 2rem;
	font-weight: bold;
}

#heat_live_puzzle_image{
	height:100%;
}

#heat_live_puzzle_frame{
	height: 80vh;
}

.timekeeper_body{
	margin-bottom: 20px;
}

.time_keeper_frame{
//	background-color: lightgrey;
	min-height: 100vh;
	--bs-danger-bg-subtle: #F08080;
	--bs-danger-text-emphasis: white;
}

/*.timekeeper_event{
	border: 1px solid var(--text-color);
	border-radius: 8px;
	padding: 10px;
	min-height: 80px;
}*/
.timekeeper_event {
	padding: 1em;
	margin-bottom: 20px;
	border-radius: 8px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .5) !important;
	min-height: 80px;
}

.timekeeper_event:hover {
	border: 3px solid var(--secundary-color);
}

/*.timekeeper_event_title{
	border: 3px solid var(--secundary-color);
	border-radius: 8px;
	padding: 5px;
}*/
.timekeeper_event_title {
	padding: .5em;
	border-radius: 8px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .5) !important;
	color: slategrey;
}

.timekeeper_heat_select{
	font-size: 0.8rem;
}

.timekeeper_frame{
	padding: .5em;
	border-radius: 8px;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .5) !important;
	margin-bottom: .5em;
}

.timekeeper_block_button_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	gap: 2px;
	overflow: hidden;
	justify-items: center;
	padding-top: 5px;
}

.timekeeper_block_button{
	font-size: 1rem;
	min-width: 110px;
	padding: .25rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	font-weight: 800;
	background-color: #778899;
	color: white;
	border-radius: 16px;
}

.timekeeper_block_button.selected{
	background-color: #8FBC8F;
}

.timekeeper_button_grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	gap: 3px;
	overflow: hidden;
	justify-items: center;
	padding-top: 2px;
}

.timekeeper_button{
	font-size: 1rem;
	min-width: 80px;
	margin: 0.1rem;
	padding: .5rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 800;
	background-color: slategrey;
	color: white;
	border-radius: 8px;
}

.timekeeper_button.empty{
	background-color: #F08080;
}

.timekeeper_button.open{
	background-color: #8FBC8F;
	cursor: pointer;
}

.timekeeper_button.complete{
	background-color: #778899;
}

.timekeeper_stop_button{
	font-size: 1rem;
	min-width: 80px;
	margin: 0.1rem;
	padding: .5rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 800;
	color: white;
	border-radius: 8px;
	background-color: #F08080;
}
.timekeeper_save_button{
	font-size: 1rem;
	min-width: 80px;
	margin: 0.1rem;
	padding: .5rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 800;
	color: white;
	border-radius: 8px;
	background-color: #8FBC8F;
}
.timekeeper_cancel_button{
	font-size: 1rem;
	min-width: 80px;
	margin: 0.1rem;
	padding: .5rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 800;
	color: white;
	border-radius: 8px;
	background-color: slategrey;
}

.timekeeper_up_down_button{
	font-size: 1rem;
	width: 100%;
	margin: 0.1rem;
	padding: .5rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	font-weight: 800;
	background-color: slategrey;
	color: white;
	border-radius: 8px;
}

.timekeeper_hr{
	margin: 0.3rem 0;
}

.timekeeper_label{
	font-size: 0.8rem;
}

.timekeeper_numbers {
	width: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 2em;
	font-weight: bold;
	/* options are normal, bold, bolder, lighter */
	font-style: normal;
	/* options are normal or italic */
	color: #F08080;
}






