.form-control {
    margin-bottom: 20px;
}

.submit {
    margin-bottom: 20px;
}.datebox {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: -15px;
	text-align: center;
}

.datebox p.day {
	font-size: 22px;
	font-weight: bold;
}

.datebox p {
	margin: 0px;
	padding: 0px;
}

.articleDetailContainer {
	width: 100%;
}

.articleDetailContainer .articleDetailImage {
	width: 100%;
}

.zoom {
	display: block;
	position: relative;
}

.articleDetailContainer .articleDetailText {
	position: relative;
	width: 100%;
	padding: 10px;
}

.articleContainer .articleImage {
	width: 100%;
	float: left;
}

.articleContainer .articleText {
	width: 50%;
	float: right;
	padding: 10px;
}

.articleContainer .articleText.fullWidth {
	width: 100%;
	float: right;
	padding: 10px;
}

.img-container {
	position: relative;
	width: 50%;
	float: left;
}

.blur-imgSize {
	width: 100%;
}

.gallery-blur-imgSize {
	width: 100%;
	height: 120px;
	object-fit: contain;
}

@media (max-width: 767px) {

	.img-container {
		width: 100%;
	}

	.articleContainer .articleText {
		width: 100%;
	}
}

/* Colored datebox */

.event-list-colored-datebox-left-8 .dateAndPlace,
.registration-colored-datebox-left-13 .dateAndPlace {
	padding-left: 7px;
	padding-right: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: -15px;
	text-align: center;
	box-sizing: content-box;
}

.singIn {
	text-decoration: underline;
}

.form-control {
	margin-bottom: 20px;
}

.submit {
	margin-bottom: 20px;
}

.gallery-row {
	width: 100%;
	height: 120px;
}

.gallery-image {
	width: 33.33%;
	float: left;
}

.gallery-image > img {
	height: 230px;
}

.hidden-gallery {
	display: none;
}

#gallery-image-container {
	height: 120px;
	background-size: contain;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1f1f1f;
	border: 1px solid gray;
	border-left: none;
}

#gallery-image-container:hover {
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.zoom .hover {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.zoom:hover .hover {
    opacity: 1;
}

.zoom {
    display: block;
    position: relative;
}

.img-responsive {
    width: 100%;
}

.zoom i {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    font-size: 20px;
    border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -webkit-border-top-left-radius: 20px;
}
.teamContainer {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}

.teamContainer .teamImage {
	width: 50%;
	float: left;
}

.teamContainer .teamText {
	width: 50%;
	padding: 10px;
	float: left;
}

.teams-list-buttons-33 .btn,
.teams-list-bars-44 .btn {
	min-width: 100px;
	width: 31% !important;
	margin: 0 1% 5px 1%;
}


.team-tournaments-list-buttons-235 .tournamentContainer .tournamentText h2 {
	font-size: 18px;
	padding-top: 10px;
}

@media (max-width: 1200px) {
	.teams-list-buttons-33 .btn,
	.teams-list-bars-44 .btn {
		width: 48% !important; /*eliminates double change of element numbers per row*/
		padding: 6px 12px 6px 12px;
	}
}

@media (max-width: 720px) {
	.teamContainer {
		flex-direction: column;
	}

	.teamContainer .teamImage {
		width: 100%;
	}

	.teamContainer .teamText {
		width: 100%;
	}
}
.tableClubLogo {
    float: left;
    height: 20px;
    width: 20px;
}
.article-highlightbox-230 .articleText,
.team-article-highlightbox-231 .articleText {
	padding: 15px;
	height: 180px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.article-highlightbox-230 .articleImage,
.team-article-highlightbox-231 .articleImage {
	-webkit-transition: border 0.5s ease-in-out;
	-moz-transition: border 0.5s ease-in-out;
	-ms-transition: border 0.5s ease-in-out;
	-o-transition: border 0.5s ease-in-out;
	transition: border 0.5s ease-in-out;
	background-size: cover;
	width: 100%;
}

.article-highlightbox-230 .arrow-sign,
.team-article-highlightbox-231 .arrow-sign {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.article-highlightbox-230 .date,
.team-article-highlightbox-231 .date {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.article-highlightbox-230 .highlightbox-headline,
.team-article-highlightbox-231 .highlightbox-headline {
	display: flex;
}

.article-highlightbox-230 .team-name-box,
.team-article-highlightbox-231 .team-name-box {
	display: flex;
	margin-bottom: 10px;
	color: #aaaaaa;
}

.article-highlightbox-230 h4,
.team-article-highlightbox-231 h4 {
	margin-bottom: 0;
	font-size: 18px;
	word-break: break-word;
}

.article-highlightbox-230 .fa-arrow-circle-right,
.team-article-highlightbox-231 .fa-arrow-circle-right {
	font-size: 25px;
	transition: color 0.5s ease-in-out;
}

.article-highlightbox-230 .card-content,
.team-article-highlightbox-231 .card-content {
	transition: all 0.5s;
}

.article-highlightbox-230 .card-content:hover,
.team-article-highlightbox-231 .card-content:hover {
	cursor: pointer;
	box-shadow: 0 6px 21px 0 rgba(0, 0, 0, .4);
	transform: scale(1.05);
}

@media (max-width: 992px) {
	.article-highlightbox-230 .card-content:hover,
	.team-article-highlightbox-231 .card-content:hover {
		cursor: pointer;
		box-shadow: 0 6px 21px 0 rgba(0, 0, 0, .4);
		transform: scale(1.02);
	}
}

@media (max-width: 767px) {
	.article-highlightbox-230 .date-container,
	.team-article-highlightbox-231 .date-container {
		display: none;
	}
}

@media (min-width: 768px) {
	.article-highlightbox-230 .date-container,
	.team-article-highlightbox-231 .date-container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		font-weight: bold;
	}
}

.article-highlightbox-230 a:hover,
.team-article-highlightbox-231 a:hover {
	text-decoration: none;
}

.card-content > h4 {
	font-size: 18px;
}


/*
	Highlightbox styles for default 2014/2020/spaced/wide layout
 */

@media (min-width: 1200px) {
	.default-2014 .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.default-2014 .article-highlightbox-230 > div > a > div .card-content .articleImage,
	.default-2020 .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.default-2020 .article-highlightbox-230 > div > a > div .card-content .articleImage,
	.spaced .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.spaced .article-highlightbox-230 > div > a > div .card-content .articleImage,
	.wide-layout .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.wide-layout .article-highlightbox-230 > div > a > div .card-content .articleImage {
		height: 230px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.default-2014 .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.default-2014 .article-highlightbox-230 > div > a > div .card-content .articleImage,
	.default-2020 .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.default-2020 .article-highlightbox-230 > div > a > div .card-content .articleImage,
	.spaced .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.spaced .article-highlightbox-230 > div > a > div .card-content .articleImage,
	.wide-layout .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.wide-layout .article-highlightbox-230 > div > a > div .card-content .articleImage {
		height: 188px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.default-2014 .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.default-2014 .article-highlightbox-230 > div > a > div .card-content .articleImage,
	.default-2020 .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.default-2020 .article-highlightbox-230 > div > a > div .card-content .articleImage,
	.spaced .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.spaced .article-highlightbox-230 > div > a > div .card-content .articleImage,
	.wide-layout .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.wide-layout .article-highlightbox-230 > div > a > div .card-content .articleImage {
		height: 194px;
	}
}

/*
	Highlightbox styles for framed layout
 */

@media (min-width: 1200px) {
	.framed .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.framed .article-highlightbox-230 > div > a > div .card-content .articleImage {
		height: 198px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.framed .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.framed .article-highlightbox-230 > div > a > div .card-content .articleImage {
		height: 161px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.framed .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.framed .article-highlightbox-230 > div > a > div .card-content .articleImage {
		height: 188px;
	}
}

/*
	Highlightbox styles for MenuLeft layout
 */

@media (min-width: 1200px) {
	.menu-left .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.menu-left .article-highlightbox-230 > div > a > div .card-content .articleImage {
		height: 230px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.menu-left .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.menu-left .article-highlightbox-230 > div > a > div .card-content .articleImage {
		height: 165px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.menu-left .team-article-highlightbox-231 > div > a > div .card-content .articleImage,
	.menu-left .article-highlightbox-230 > div > a > div .card-content .articleImage {
		height: 124px;
	}
}
.button-menu-result-presentation-234 .btn-menu-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 10px;
}

.button-menu-result-presentation-234 .btn-menu-container a {
	width: 25%;
	height: 50px;
	line-height: 36px;
	margin: 0;
}

@media (max-width: 769px) {
	.button-menu-result-presentation-234 .btn-menu-container a {
		width: 50%;
	}
}

@media (max-width: 340px) {
	.button-menu-result-presentation-234 .btn-menu-container a {
		width: 100%;
	}
}
.button-menu-tournament-rounds-236 .btn-menu-drop-down-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}

.button-menu-tournament-rounds-236 .btn-menu-drop-down-container select {
	margin: 0;
	width: 100%;
	height: 50px;
	outline: none;
	cursor: pointer;
}
