.teamContainer {
	margin-top: 60px;
}

.teamHeader {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.teamHeaderName {
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 2.125rem;
	line-height: 1.3em;
	display: flex;
    flex-direction: column;
}

.teamHeaderButtons {
	display: flex;
}

.registerButton {
	padding: 12px 40px;
	background: #2f5aae;
	border-radius: 10px;
	color: white;
	text-align: center;
	margin-left: 8px;
}

.facebookButton {
	font-size: 61px;
	color: #557dbc;
	margin-top: -4px;
	line-height: 1;
}

.infoAndImageContainer {
	display: flex;
	margin-bottom: 55px;
}

.infoContainer {
	width: 50%;
	padding-right: 7.5px;
}

.conventusInfoContainer {
	margin-bottom: 10px;
	display: flex;
}

.conventusInfoContainer .conventusInfoHeader {
	margin-right: 8px;
}

.conventusBigInfoContainer
{
	margin-bottom: 10px;
} 

.conventusInfoHeader {
	font-weight: bold;
}

.trainingTimesContainer {
	margin-left: calc((100vw - 100%) / 2* -1);
    padding-left: calc((100vw - 100%) / 2);
    border-top: 1px var(--nv-primary-accent) solid;
    border-bottom: 1px var(--nv-primary-accent) solid;
    border-right: 1px var(--nv-primary-accent) solid;
    padding-bottom: 35px;
    padding-top: 35px;
    background: #efefef;
    border-radius: 10px;
}

.imageContainer {
	width: 50%;
	padding-left: 7.5px;

}

.teamImageContainer
{
	overflow: hidden;
    border-radius: 15px;
}

.imageContainer img {
	width: 100%;
	display: block;
}

.trainersContainer {
	/*margin-bottom: 55px;*/
	border-top: 1px var(--nv-primary-accent) solid;
    border-bottom: 1px var(--nv-primary-accent) solid;
	background-color: #efefef;
	margin-left: calc((100vw - 100%) / 2* -1);
    margin-right: calc((100vw - 100%) / 2* -1);
    padding-right: calc((100vw - 100%) / 2);
    padding-left: calc((100vw - 100%) / 2);
	padding-bottom: 55px;
    padding-top: 55px;
}

.trainersContainer:last-child {
	margin-bottom: 0;
}

.trainerContainer
{
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-right: 15px;
}

.trainersListContainer {
	display: flex;
	flex-wrap: wrap;
}

.trainerImageContainer
{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
    overflow: hidden;
	max-width: 285px;
	font-size: 20px;
    line-height: 2;
	text-align: center;
}

.trainerPhoneAndEmail {
	display: flex;
	justify-content: center;
}

.trainerPhoneAndEmail .icon {
	margin-right: 4px;
}

.trainerPhoneAndEmail a {
	text-decoration: none;
}

.trainerEmail {
	
	margin-left: 5px;
}

.contactButton {
	padding: 5px 5px;
	background: #2f5aae;
	border-radius: 10px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 140px;
}

.matchesContainer {
	display: flex;
	margin-bottom: 55px;
	flex-wrap: wrap;
	margin-top: 55px;
}

.upcommingMatchesContainer {
	width: calc(50% - 7.5px);
}
.upcommingMatchesContainer:nth-child(odd) {
	margin-right: 7.5px;
}

.upcommingMatchesContainer:nth-child(even) {
    margin-left: 7.5px;
}

.handballManagerHeader {
	font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.3em;
}

.handballManager-separator {
	border-top-style: solid;
    border-top-width: 3px;
    width: 50px;
    border-color: #2f5aae;
    margin-bottom: 0px;
    display: inline-block;
    margin: 0 0 10px 0;
    text-align: center;
}



.handballTeamContainer {
	display: flex;
	justify-content: space-between;
}

.handballTeamImageContainer {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.removeConditionalSpace {
	margin-top: -56px;
}

/*
	Til puljer
*/

.teamPoolsContainer
{
	/*margin-bottom: 55px;*/
	border-top: 1px var(--nv-primary-accent) solid;
    /*border-bottom: 1px var(--nv-primary-accent) solid;*/
	background-color: #efefef;
	margin-left: calc((100vw - 100%) / 2* -1);
    margin-right: calc((100vw - 100%) / 2* -1);
    padding-right: calc((100vw - 100%) / 2);
    padding-left: calc((100vw - 100%) / 2);
	padding-bottom: 55px;
    padding-top: 55px;
	margin-top: 55px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0,0,0,.05);
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  background-color: transparent;
}

.table td, .table th {
  padding: .75rem;
  vertical-align: center;
  border-top: 1px solid #dee2e6;
  text-align: center;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

table.table tbody .scoreListImageCell img {
	height: 42px;
	width: auto;
	max-width: unset;
}

.scoreListImageCell {
	display: flex;
	justify-content: center;
}

.scoreListTeamNameAndLogo {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.homeTeamRow {
	color: #2f5aae;
}



/*Til kamp oversigt*/
/*.handballResultsContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.handballMatchContainer {
	width: 100%;
	border-radius: 15px;
	padding: 10px 10px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	height: fit-content;
	max-width: 1150px;
	background: #fff;
	color: #2f5aae;
	border: 1px solid #2f5aae;
}

.handballMatch_matchInfoContainer {
	width: 174px;
	border-right: 1px solid #2f5aae;
}

.handballMatch_division {
	font-weight: bold;
}

.handballMatch_teamsContainer {
	display: flex;
	align-items: center;
	width: calc(100% - 184px);
    margin-left: 10px;
}

.nameAndLogoContainer {
	display: flex;
	align-items: center;
	flex-direction: column;
	flex: 1 1 0px;
	text-align: center;
}

.handballMatchContainer .nameAndLogoContainer img.matchLogo {
	width: 50px;
	margin: 5px;
}*/

/*Til puljer tabs*/
/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #fff;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab .tablinks {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	margin-right: 1px;
  }
  
  /* Change background color of buttons on hover */
  .tab .tablinks:hover {
	background-color: #2f5aae;
    color: white;
  }
  
  /* Create an active/current tablink class */
  .tab .tablinks.active {
	background-color: #2f5aae;
    color: white;
  }
  
  /* Style the tab content */
  .tabcontent {
	display: none;
	/*padding: 6px 12px;*/
	border: 1px solid #ccc;
	border-top: none;
	background-color: #fff;
  }

  .tabcontent {
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
	from {opacity: 0;}
	to {opacity: 1;}
  }

/* Til events */
.activityContainer {
	display: flex;
	background: #fff;
	color: #2f5aae;
	border: 1px solid #2f5aae;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 10px 10px;
}

.activityInformationContainer {
	margin-left: 10px;
}

.activityDateContainer {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    line-height: 1;
    flex-shrink: 0;
}

.activityCaption {
	font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
}

.activityTeam {
	/*color: rgba(255,255,255,0.6);*/
	font-size: 17px;
}

.activityDate {
	font-size: 20px;
    font-weight: bold;
}

.activityIcon {
	min-width: 20px;
}

@media (max-width: 991px) {
	
	.teamHeader{
		flex-direction: column;
		align-items: center;
	}

	.infoAndImageContainer {
		flex-direction: column;
	}

	.infoContainer {
		width: 100%;
		padding-right: unset;
		margin-bottom: 30px;
	}

	.trainingTimesContainer
	{
		margin-right: calc((100vw - 100%) / 2* -1);
   		padding-right: calc((100vw - 100%) / 2);
		border-right: unset;
		border-radius: unset;
	}

	.trainerContainer
	{
		margin-bottom: 15px;;
	}
	
	.trainersListContainer {
		flex-direction: column;
	}

	.imageContainer {
		width: 100%;
		padding-left: unset;
	}

	.matchesContainer {
		flex-direction: column;
	}

	/*.handballMatch_matchInfoContainer
	{
		width: unset;
	}

	.handballMatch_teamsContainer {
		width: unset;
	}*/

	.upcommingMatchesContainer {
		width: 100%;
		margin-right: unset;
		margin-left: unset;
		margin-bottom: 55px;
	}
		
}

@media (max-width: 576px) {
  
  
}