img {
    max-width: 100%;
}

* {
    letter-spacing: 1.25px;
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 12pt;
    margin: 0px;
}

img {
    border: none;
    height: auto;
    max-width: 100%;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.clear {
    clear: both;
}

.align-center,
table th.align-center,
table td.align-center {
    text-align: center !important;
}

.align-right,
table th.align-right,
table td.align-right {
    text-align: right !important;
}

.goback {
    float: left;
    width: 100%;
}

.link,
.link:hover,
.link:active,
.link:focus,
.link:visited {
    color: #f37021;
}

.inner-page-container h1 {
    font-size: 36pt;
    color: #f37021;
    margin-top: 40px;
    line-height: 1.25em;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.inner-page-container h2 {
    font-size: 32pt;
    color: #f37021;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.25em;
    float: left;
    width: 100%;
}

.inner-page-container h3 {
    font-size: 24pt;
    color: #f37021;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.25em;
    float: left;
    width: 100%;
}

.inner-page-container h4 {
    font-size: 20pt;
    color: #f37021;
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.25em;
    float: left;
    width: 100%;
}

.inner-page-container a,
.inner-page-container a:hover,
.inner-page-container a:focus,
.inner-page-container a:visited {
    color: #f37021;
}

.inner-page-container .ccm-block-type-form {
    width: 100%;
    max-width: 600px;
}

.inner-page-container button,
.inner-page-container input[type="submit"] {
    padding: 20px;
    background-color: #f37021;
    color: #fff;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 14pt;
    text-transform: uppercase;
    margin-top: 20px;
    transition: ease-in-out .2s;
}

.inner-page-container button:hover,
.inner-page-container input[type="submit"]:hover {
    background-color: #000;
}

.inner-page-container label {
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.inner-page-container select,
.inner-page-container input[type="text"],
.inner-page-container input[type="email"],
.inner-page-container input[type="number"],
.inner-page-container input[type="date"],
.inner-page-container input[type="tel"],
.inner-page-container textarea {
    padding: 15px 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 2px solid #C1C1C1;
    border-radius: 2px;
    font-family: inherit;
    outline: none;
    font-size: inherit;
    color: #000;
    width: 100%;
    transition: ease-in-out .2s;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0);
}

.inner-page-container input[type="text"]:active,
.inner-page-container input[type="email"]:active,
.inner-page-container input[type="tel"]:active,
.inner-page-container textarea:active,
.inner-page-container input[type="text"]:focus,
.inner-page-container input[type="email"]:focus,
.inner-page-container input[type="tel"]:focus,
.inner-page-container textarea:focus {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.inner-page-container textarea {
    resize: vertical;
}

.wrapper {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    width: 100%;
    padding-right: 20px;
}

a {
    text-decoration: none;
}

a:visited {
    color: inherit;
}

.button {
    background-color: black;
    color: white !important;
    font-weight: bold;
    padding: 20px 20px;
    text-transform: uppercase;
}

#content-container {
    margin-top: 200px;
    float: left;
    width: 100%;
}

/*#############################}-{HEADER}-{#############################*/

#header {
    position: fixed;
    float: left;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.top-menu {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 5;
}

.webshop {
    background-color: #000;
    color: #fff !important;
    padding-left: 20px;
    padding-right: 20px;
}

.login-search {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap;
    align-content: center;
    font-weight: bold;
}

.login-search span {
    margin-left: 10px;
    margin-right: 10px;
}

.login-search span,
.login-search a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: black;
    transition: ease-in-out .3s;
}

.login-search a {
    margin-left: 20px;
}

.login-search a:nth-child(2) img {
    margin-right: 0;
}

.login-search a img {
    width: 24px;
    vertical-align: middle;
    margin-right: 10px;
}

.sticky .login-search span,
.sticky .login-search a {
    padding-top: 8px;
    padding-bottom: 8px;
}

.sticky #jsddm li a {
    padding: 20px 10px;
}

#jsddm .webshop-link {
    display: none;
}

#jsddm li a.active .arrowdown,
#jsddm li a:hover .arrowdown {
    filter: brightness(0);
}

#jsddm .arrowdown {
    width: 16px;
    vertical-align: middle;
    float: right;
    margin-top: -1px;
    transition: ease-in-out .2s;
}

#header.sticky .logo {
    width: 75px;
    margin-top: -35px;
}

.menu {
    background-color: #f37021;
    width: 100%;
    position: relative;
    z-index: 5;
}

.menu .wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

#header .logo {
    width: 100px;
    margin-top: -50px;
    transition: ease-in-out .3s;
}

#header .logo img {
    width: 100%;
}

#jsddm {
    display: flex;
    margin: 0;
    flex-flow: row wrap;
    width: calc(100% - 100px);
    list-style: none;
    padding: 0px;
    padding-left: 20px;
    justify-content: space-between;
}

#jsddm li {
    padding: 0;
    margin: 0;
    position: relative;
}

#jsddm li a.active {
    color: #000;
}

#jsddm li a {
    padding: 30px 20px;
    text-decoration: none;
    transition: ease-in-out .3s;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
}

#jsddm li a:hover {
    color: #000;
}

#jsddm li:nth-last-child(1) a {
    padding-right: 0px;
}

.dropdown-desktop {
    position: relative;
    float: right;
    vertical-align: middle;
}

.dropdown {
    display: none;
}

#jsddm li ul {
    position: absolute;
    width: auto;
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
    margin-left: 0px;
    top: 100%;
    z-index: 999;
    box-sizing: border-box;
    min-width: 300px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1), 0 5px 8px 0 rgba(0, 0, 0, .05);
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: rgba(0, 0, 0, 0.9);
}

#jsddm li ul li {
    width: 100%;
    float: left;
}

#jsddm li ul li a {
    width: 100%;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    float: left;
    transition: ease-in-out .2s;
    color: #fff;
}

#jsddm li ul li a:hover {
    color: #000;
    background-color: #fff;
}

#jsddm li ul li a.active {
    color: #000;
    background-color: #fff;
}

.banner {
    width: 100%;
    float: left;
    height: 700px;
    background-position: center;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    z-index: 4;
    clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 125px), 0% 100%);
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 125px), 0% 100%);
    overflow: hidden;
}

main {
    float: left;
    width: 100%;
}

.content-page-title {
    width: 100%;
    float: left;
    padding-top: 170px;
    padding-bottom: 125px;
    background-position: center;
    position: relative;
    display: flex;
    flex-flow: row wrap;
    /* background-color: rgba(243, 112, 33, 1); */
    background: rgb(243, 112, 33);
    background: -moz-linear-gradient(left, rgba(243, 112, 33, 1) 0%, rgba(217, 91, 14, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(243, 112, 33, 1) 0%, rgba(217, 91, 14, 1) 100%);
    background: linear-gradient(to right, rgba(243, 112, 33, 1) 0%, rgba(217, 91, 14, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37021', endColorstr='#d95b0e', GradientType=1);
    align-items: center;
    z-index: 4;
    margin-bottom: 20px;
    clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 125px), 0% 100%);
    -webkit-clip-path: polygon(0 0%, 100% 0, 100% calc(100% - 125px), 0% 100%);
    overflow: hidden;
}

.content-page-title.big {
    padding-bottom: 210px;
}

.content-page-title h1 {
    text-align: center;
    font-size: 36pt;
    color: #fff;
    text-transform: uppercase;
}

.content-page-title h2,
.content-page-title p {
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    font-size: 20pt;
    padding: 0;
    margin: 0;
}

.banner-bg {
    position: absolute;
    left: 0;
    top: 137px;
    width: 100%;
    height: calc(100% - 137px);
    overflow: hidden;
}
@media only screen and (max-width: 1320px) {
    .banner-bg {
        top: 135px;
        height: calc(100% - 135px);
    }
}

@media only screen and (max-width: 1100px) {
    .banner-bg {
        top: 133px;
        height: calc(100% - 133px);
    }
}
@media only screen and (max-width: 950px) {
    .banner-bg {
        top: 0px;
        height: 100%;
    }
}

.button {
    transform: rotate(-3deg);
    padding-left: 40px;
    padding-right: 50px;
    padding-top: 20px;
    font-style: italic;
    padding-bottom: 25px;
    width: 100%;
    background: rgb(45, 45, 45);
    background: -moz-linear-gradient(-45deg, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#000000', GradientType=1);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 375px;
    font-size: 18pt;
    display: inline-block;
    clip-path: polygon(10% 0, 100% 5%, 85% 85%, 0 100%);
    -webkit-clip-path: polygon(10% 0, 100% 5%, 85% 85%, 0 100%);
    overflow: hidden;
}

.button-big {
    transform: rotate(-3deg);
    padding-left: 60px;
    padding-right: 70px;
    padding-top: 30px;
    font-style: italic;
    padding-bottom: 35px;
    width: 100%;
    background: rgb(45, 45, 45);
    background: -moz-linear-gradient(-45deg, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#000000', GradientType=1);
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 400px;
    font-size: 32pt;
    display: inline-block;
    clip-path: polygon(10% 0, 100% 10%, 90% 85%, 0 100%);
    -webkit-clip-path: polygon(10% 0, 100% 10%, 90% 85%, 0 100%);
    overflow: hidden;
}

.ball-button-container {
    position: relative;
    float: left;
    margin-top: 50px;
}

.ball-button-container .ball {
    top: calc(50% - 90px);
    position: absolute;
    right: -50px;
    width: 150px;
    height: 150px;
}

.ball-button {
    transform: rotate(-3deg);
    float: left;
    padding-left: 40px;
    padding-right: 100px;
    padding-top: 20px;
    font-style: italic;
    padding-bottom: 25px;
    width: 100%;
    background: rgb(45, 45, 45);
    background: -moz-linear-gradient(-45deg, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(135deg, rgba(45, 45, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#000000', GradientType=1);
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 375px;
    font-size: 18pt;
    display: inline-block;
    clip-path: polygon(10% 0, 100% 5%, 85% 85%, 0 100%);
    -webkit-clip-path: polygon(10% 0, 100% 5%, 85% 85%, 0 100%);
    overflow: hidden;

}

.ball-button .readmore {
    padding-left: 20px;
    float: left;
    width: 100%;
}

.ball-button .readmore-about {
    float: left;
    width: 100%;
}

.banner-overlay {
    width: calc(50% + 100px);
    height: 100%;
    position: absolute;
    /*width: calc(50% + 200px);*/
    background-color: rgba(243, 112, 33, 0.8);
    clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 60% 100%, 0% 100%);
    overflow: hidden;
}

.page-banner .banner-overlay {
    width: 100%;
    clip-path: unset;
    -webkit-clip-path: unset;
    /*background-color: rgba(243, 112, 33, 1);*/
    background: rgb(243, 112, 33);
    background: -moz-linear-gradient(left, rgba(243, 112, 33, 1) 0%, rgba(217, 91, 14, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(243, 112, 33, 1) 0%, rgba(217, 91, 14, 1) 100%);
    background: linear-gradient(to right, rgba(243, 112, 33, 1) 0%, rgba(217, 91, 14, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f37021', endColorstr='#d95b0e', GradientType=1);
}

.banner-overlay-content {
    z-index: 6;
    width: 100%;
    max-width: 600px;
    margin-left: calc(50% - 630px);
    padding-top: 60px;
}

.banner-overlay-text {
    font-size: 45pt;
    color: white;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*#############################}-{HOME-NIEUWS}-{#############################*/
.home-news {
    display: flex;
    width: calc(100% + 40px);
    flex-flow: row wrap;
    margin-left: -40px;
    float: left;
}

.home-news .news-item {
    margin-left: 40px;
    width: calc(25% - 40px);
    background-color: #f37021;
    margin-bottom: 40px;
}

.news-img {
    float: left;
    width: 100%;
    position: relative;
    height: 250px;
}

.home-news .news-item:nth-child(1) .news-img {
    height: 175px;
    margin-top: 75px;
}

.home-news .news-item:nth-child(2) .news-img {
    height: 200px;
    margin-top: 50px;
}

.home-news .news-item:nth-child(3) .news-img {
    height: 225px;
    margin-top: 25px;
}

.news-img-inner {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.news-mid {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-items: flex-end;
    float: left;
    margin-top: -75px;
}

.news-date {
    width: 75px;
    height: 75px;
    background-color: white;
    color: black;
    z-index: 1;
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.news-date-day {
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1em;
}

.news-date-month {
    font-size: 13pt;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

.news-border {
    background-color: rgba(0, 0, 0, 0.9);
    width: calc(100% - 75px);
    height: 37.5px;
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    color: #fff;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: small;
    align-items: center;
}

.news-border-icon {
    color: #f37021;
    margin-right: 10px;
}

.news-title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    float: left;
    width: 100%;
    background-color: #f37021;
    color: white;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 13pt;
    line-height: 1.5em;
    text-transform: uppercase;
}

.home-news .news-item:last-child {
    background-color: #000;

}

.home-news .news-item:last-child .news-title {
    background-color: #000;
}

/*#############################}-{HOME-wedstrijden}-{#############################*/
.wedstrijden-table {
    display: table;
    width: auto;
}

.wedstrijden-table .row.link {
    color: #000;
    transition: ease-in-out .2s;
    border-bottom: 2px solid #fff;
}

.wedstrijden-table .row.link:hover {
    color: #000;
    /*background-color: rgba(243, 112, 33, 0.25);*/

}

.wedstrijden-table .row:nth-child(odd) {
    /*background-color: #FEF0E8;*/
}

.wedstrijden-table .row {
    display: table-row;
    width: auto;
    clear: both;
}

.wedstrijden-table .row .cell {
    width: auto;
    display: table-cell;
    padding: 10px;
}

.wedstrijden-container {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 125px), 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 125px), 0% 100%);
}

.wedstrijden-container-inner {
    width: calc(100% + 40px);
    float: left;
    margin-left: -40px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.next-match-container {
    width: calc(25% - 40px);
}

.home-wedstrijden-afgelast {
    width: 100%;
    background-color: #f37021;
    margin-left: 40px;
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
}

.home-wedstrijden {
    width: calc(75% - 40px);
    margin-left: 40px;
    /*border: 4px solid white;*/
    background-color: #f37021;
    /*box-shadow: 0px 0px 4px 3px rgba(0,0,0,0.08);*/
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
}

.home-wedstrijden.full-width {
    width: calc(100% - 40px);
}

.wedstrijden-title {
    text-align: center;
    font-weight: bold;
    font-size: 36pt;
    min-height: 80px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: white;
    align-self: flex-start;
    width: 100%;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-wedstrijden-empty {
    flex: 1;
    width: 100%;
    display: flex;
    min-height: 250px;
    align-items: center;
    justify-content: center;
    background-color: #e2e2e2;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 80px;
}

.wedstrijden-table {
    width: 100%;
    background-color: white;
    float: left;
    font-weight: 400;
    border: none;
    border-collapse: collapse;
    text-transform: uppercase;
}

.wedstrijden-table .row .cell {
    padding-right: 10px;
    vertical-align: middle;
}

.wedstrijden-table .thead {
    background-color: black !important;
    color: white;
    height: 64px !important;
    border: none;
    width: auto;
    /*border-bottom: 4px solid white;*/
    padding: 0px 20px;
    border-bottom: 2px solid #fff;
    display: table-header-group
}

.wedstrijden-table .thead .row {
    background-color: black !important;
}

.wedstrijden-table .thead i {
    color: #f37021;
    padding-right: 10px;
}

.wedstrijden-table .thead .cell {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    height: 64px;
    min-width: 100px;
}

.wedstrijden-table .thead .cell:first-child {
    min-width: unset;
}

.wedstrijden-table .thead .cell:last-child {
    min-width: unset;
    text-align: center;
}

.wedstrijden-table .row .cell .icon {
    display: none;
}

.wedstrijden-table .row .cell:nth-child(1) {
    padding: 0 !important;
}

.wedstrijden-table .row .cell .date {
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    background-color: black;
}

.wedstrijden-table .thead .cell:nth-child(2) {
    padding-left: 20px;
}

.wedstrijden-table .thead .cell:nth-child(2) {
    padding-left: 20px;
}

.wedstrijden-bottom {
    text-align: center;
    font-weight: bold;
    font-size: 24pt;
    padding: 10px 0px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    color: #fff !important;
    letter-spacing: 6px;
    height: 160px;
}

.cell.afgelast {
    width: 64px !important;
}

.afgelast-bottom {
    margin-bottom: 30px;
}

/*#############################}-{HOME-NEXT-GAME}-{#############################*/
.next-match {
    width: calc(25% - 40px);
    margin-left: 40px;
    background-color: #f37021;
    color: #fff !important;
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
}

.next-game-game {
    width: 100%;
    background-image: url('/application/themes/hugoboys/images/football-pitch.jpg');
    background-size: auto 100%;
    background-position: center center;
    flex: 1;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    min-height: 250px;
}

.next-game-game .team .logo:before {
    content: '';
    padding-bottoM: 100%;
    width: 100%;
    float: left;
}

.next-game-game .team:hover .logo {
    transform: rotateY(360deg);
}

.next-game-game .team .logo {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
    border-radius: 100%;
    max-width: 100px;
    perspective: 1000px;
    transform-style: preserve-3d;
    -webkit-animation: swift 5s infinite ease-in-out;
}

@-webkit-keyframes swift {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    0% {
        transform: translateY(0px);
    }
}

.next-game-game .team .logo img {
    position: absolute;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    left: 15px;
    object-fit: contain;
    top: 15px;
}

.next-game-game .team {
    width: 50%;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.next-game-game .team .name span {
    padding-right: 5px;
    float: left;
    opacity: 0;
    transition: ease-in-out opacity 0.5s;
}

.next-game-game .team .name {
    width: 100%;
    font-weight: bold;
    display: flex;
    position: absolute;
    top: 100%;
    justify-content: center;
    color: #fff;
    flex-flow: row wrap;
    letter-spacing: 2px;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.75);
}

.next-game-info {
    width: 100%;
}

.next-game-title {
    text-transform: uppercase;
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    min-height: 80px;
    padding: 0px 20px;
    width: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
}

.next-game-bottom {
    width: 100%;
    align-self: flex-end;
    padding-bottoM: 20px;
    font-size: 13pt;
    height: 160px;
    float: left;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding-top: 18px;
    text-transform: uppercase;
    color: white;
}

.next-game-date {
    background-color: black;
    font-size: 13pt;
    font-weight: bold;
    height: 64px;
    padding: 0px 20px;
    color: #fff;
    width: 100%;
    align-self: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.next-game-status {
    background-color: #eee;
    font-size: 13pt;
    font-weight: bold;
    height: 44px;
    padding: 0px 20px;
    color: #000;
    width: 100%;
    align-self: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}






/*#############################}-{HOME-MID-BANNER}-{#############################*/

.mid-banner {
    width: 100%;
    float: left;
    background-position: center;
    overflow: hidden;
    position: relative;
    z-index: 4;
    clip-path: polygon(0 125px, 100% 0, 100% calc(100% - 125px), 0% 100%);
    -webkit-clip-path: polygon(0 125px, 100% 0, 100% calc(100% - 125px), 0% 100%);
    overflow: hidden;
}

.mid-banner-overlay {
    width: calc(50% + 100px);
    content: '';
    background-color: rgba(243, 112, 33, 0.8);
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    overflow: hidden;
}

.mid-banner-overlay-content {
    width: 100%;
    z-index: 7;
    float: right;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    max-width: 600px;
    /*padding-left: 200px;*/
    margin-right: calc(50% - 630px);
    text-align: right;
    padding-bottom: 175px;
    padding-top: 125px;
}

.mid-banner-overlay {
    z-index: 6;
}

.mid-banner-overlay-content .overlay-text {
    font-size: 32pt;
    color: white;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 50px;
    float: right;
    width: 100%;
}

.mid-banner .overlay-subtext {
    font-size: 18pt;
    color: black;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 50px;
    width: 100%;
}

.mid-banner .overlay-img-button {
    font-size: 20pt;
    float: right;
    margin-left: auto;
}

/*#############################}-{HOME-MID-BANNER}-{#############################*/
.home-bottom-items {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.home-bottom-items-container {
    float: left;
    width: 100%;
    margin-top: -20px;
    clip-path: polygon(0 125px, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 125px, 100% 0, 100% 100%, 0% 100%);
}

.agenda {
    width: calc(65% - 20px);
    background-color: #f37021;
    margin-bottom: 40px;
}

.agenda-titel {
    text-transform: uppercase;
    text-align: center;
    font-size: 36pt;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding: 10px;
    height: 175px;
    align-items: flex-end;
    color: #fff;
}

.agenda-subtitel {
    background-color: #f37021;
    background-color: black;
    font-size: 28pt;
    font-weight: bold;
    height: 60px;
    padding: 10px 20px;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.agenda-items {
    background: #fff;
    width: 100%;
    min-height: 260px;
}

.agenda-bottom-text-sub {
    text-transform: uppercase;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    background-color: #000;
    float: left;
    width: 100%;
    align-items: center;
}

.agenda-bottom-text {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 15px 20px;
    display: flex;
    color: #fff !important;
    font-size: 24pt;
    justify-content: center;
    min-height: 80px;
    align-items: center;
}

/*#############################}-{WEBSHOP-PROMO}-{#############################*/
.webshop-promo {
    width: calc(35% - 20px);
    margin-bottom: 40px;
    color: white;
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
}

.webshop-promo-photo {
    float: left;
    width: 100%;
    flex: 1;
    position: relative;
}

.webshop-promo-photo .photo {
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.webshop-promo-title {
    float: left;
    width: 100%;
    align-self: flex-end;
    background-image: url('/html/images/webshop-bg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    color: #007a48;
    font-weight: 500;
    font-size: 14pt;
    font-style: italic;
    text-transform: uppercase;
}

.webshop-promo-title span {
    font-size: 36pt;
    font-weight: 900;
    float: left;
    width: 100%;
}

.webshop-promo-article-title {
    float: left;
    width: 100%;
    font-weight: bold;
    font-size: 24pt;
    text-align: right;
    align-self: flex-start;
    line-height: 1.5em;
    /*background-color: #f37021;*/
    color: #000;
    padding: 10px;
    height: 175px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.product-name {
    float: left;
    width: 100%;
}

.product-price {
    float: left;
    width: 100%;
}

.webshop-promo-article-title .price {
    color: #f37021;
    display: inline-block;
}

.webshop-promo-article-title .price sup {
    font-size: 12pt;
}

.webshop-promo-aanbieding {
    float: left;
    width: 100%;
    background-color: #f37021;
    align-self: flex-end;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18pt;
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    text-align: center;
    justify-content: center;
    min-height: 80px;
}

.news-container {
    float: left;
    width: 100%;
    margin-top: -40px;
    clip-path: polygon(0 125px, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 125px, 100% 0, 100% 100%, 0% 100%);
    overflow: hidden;
}

#footer-info {
    float: left;
    width: 100%;
    /*background-image:url('/html/images/footer-bg.jpg');*/
    /*background-size: cover;*/
    /*background-position: center center;*/
    clip-path: polygon(0 125px, 100% 0, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 125px, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    color: #fff;
    padding-top: 150px;
    /* z-index: 6; */
    padding-bottom: 40px;
    overflow: hidden;
}

#footer-info a {
    color: #fff;
}

#footer-info a i {
    color: #000;
}

/*#footer-info:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(0,0,0,0.7);*/
/*    z-index: 1;*/
/*}*/
.left-footer {
    float: left;
    width: calc(60% + 50px);
    display: flex;
    flex-flow: row wrap;
    position: absolute;
    height: 100%;
    z-index: 0;
    top: 0;
    overflow: hidden;
    left: 0;
}

.left-footer .overlay {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.left-footer iframe {
    position: absolute;
    left: 0;
    top: -200px;
    width: 100%;
    height: calc(100% + 400px);
    z-index: 0;
    pointer-events: none;
}

.bottom-footer {
    float: left;
    width: 100%;
    background-color: #f37021;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #000;
    margin-top: -2px;
    z-index: 2;
    font-size: small;
}

.bottom-footer a {
    color: #000 !important;
}

#footer-info .bottom-footer a {
    color: #000;
}

#footer-info .bottom-footer .jk a {
    cursor: text;
    color: #000;
}

.bottom-footer .wrapper {
    display: flex;
    justify-content: space-between;
}

.right-footer:before {
    content: '';
    width: calc(50% + 50px);
    position: absolute;
    background-color: rgba(243, 112, 33, 1);
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    overflow: hidden;
    height: calc(100% + 2px);
    top: 0;
    right: 0;
    z-index: 1;
}

.right-footer {
    float: right;
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    z-index: 3;
    padding-left: 200px;
}

.right-footer .content {
    float: left;
    width: 100%;
    max-width: 425px;
    position: relative;
    z-index: 2;
}

.right-footer .content .title {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16pt;
    margin-bottoM: 5px;
}

.right-footer .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact img {
    width: 32px;
    vertical-align: middle;
    margin-right: 10px;
}

.cols2 {
    float: left;
    width: 100%;
}

.cols2 .col {
    float: left;
    width: 100%;
}

.add-report-form .cols2 {
    width: calc(100% + 40px);
    margin-left: -40px;
}

.add-report-form .cols2 .col {
    width: calc(50% - 40px);
    margin-left: 40px;
}

.cols2 .col li {
    float: left;
    width: 100%;
    /*padding-top: 10px;*/
    display: flex;
    align-items: center;
    /*padding-bottom: 10px;*/
    min-height: 40px;
}

.cols2 .col li a {
    float: left;
    width: 100%;
}

.adress span {
    float: left;
    width: 100%;
}

.social-media {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.social-media a img {
    width: 40px;
}

.social-media a {
    margin-right: 20px;
    float: left;
}

.googlemaps {
    border: 3px solid #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
    margin-top: 10px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    background-image: url('/html/images/googlemaps.jpg');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.googlemaps:before {
    content: '';
    padding-bottom: 20%;
    float: left;
}

.googlemaps .marker {
    height: 55%;
    position: absolute;
    top: 22.5%;
    left: 45%;
}

#sponsors {
    float: left;
    width: calc(100% + 200px);
    margin-left: -200px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

#sponsors .sponsor {
    width: calc(33.33% - 200px);
    margin-left: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sponsors .sponsor img {
    width: 100%;
    filter: grayscale(100%);
    transition: ease-in-out .2s;
    opacity: 0.5;
}

#sponsors .sponsor:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

#footer {
    float: left;
    widtH: 100%;
    position: relative;
}

.scroll-top {
    position: absolute;
    right: 80px;
    top: 60px;
    z-index: 8;
}

.scroll-top:hover img {
    transform: translateY(-5px);
}

.scroll-top img {
    transition: ease-in-out .2s;
    width: 48px;
    position: relative;
    z-index: 2;
}

.parralax-bg {
    height: 100%;
    transform: none !important;
    background-position: center !important;
    background-size: cover !important;
}

#pull {
    float: right;
    text-transform: uppercase;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 5px;
    color: #fff;
    display: none;
    cursor: pointer;
    font-weight: bold;
    width: calc(100% - 100px);
}

.burger {
    width: 24px;
    height: 24px;
    float: right;
    cursor: pointer;
    position: relative;
    margin-left: 15px;
}

.burger:before,
.burger span,
.burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    opacity: 1;
}

.burger:before,
.burger:after {
    transition: top .35s cubic-bezier(.23, 1, .32, 1), transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
    -webkit-transition: top .35s cubic-bezier(.23, 1, .32, 1), -webkit-transform .35s cubic-bezier(.23, 1, .32, 1), opacity .35s cubic-bezier(.23, 1, .32, 1), background-color 1.15s cubic-bezier(.86, 0, .07, 1);
    content: "";
}

.burger:before {
    top: 2px;
}

.burger span {
    top: 8px;
}

.burger:after {
    top: 14px;
}

.burger.cross span {
    opacity: 0;
}

.burger.cross:before,
.burger.cross:after {
    top: 40%;
}

.burger.cross:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/
}

.burger.cross:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
    /*for IE*/
}

.burger:focus {
    outline: none;
}

#footer .jk a {
    cursor: text;
}

.inner-page-container {
    float: left;
    width: 100%;
    z-index: 6;
    position: relative;
    /*box-shadow: 0 0 4px 0 rgba(0,0,0,.1), 0 5px 8px 0 rgba(0,0,0,.05);*/
    padding: 40px 0px;
    line-height: 1.75em;
}

#matches {
    margin-top: -200px;
    padding: 0;
}

#matches .match {
    float: left;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.28);
}

#matches .match .logo {
    width: 100px;
}

#matches .match-home {
    width: 25%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

#matches .match-away {
    width: 25%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

#matches .match-specs {
    width: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
    background-color: #eeeeee;
    padding-left: 100px;
    padding-right: 100px;
    clip-path: polygon(20% 0, 100% 0%, 100% 80%, 0% 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0%, 80% 100%, 0% 100%);
}

#matches .date {
    width: 100%;
    display: flex;
    line-height: 1.25em;
    flex-flow: row wrap;
    justify-content: center;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.5);
    font-size: 12pt;
    letter-spacing: 2px;
}

#matches .time {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 5px 0;
    font-size: 24pt;
    font-weight: bold;
    color: #f37021;
}

#matches .match {
    color: #000;
    text-align: center;
}

#matches .match-clubs {
    width: 100%;
    letter-spacing: 2px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-weight: bold;
}

#matches .match-status {
    width: 100%;
    letter-spacing: 2px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-weight: bold;
    color: #f37021;
    padding: 12px 12px 0px 12px;
    font-size: 20pt;
}

#matches .match-status i.icon {
    margin: 0px 8px 0px 0px;
}

#matches .match-location {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

#matches .match-buttons {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 20px;
}

#matches .match-buttons .match-button {
    padding: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    clip-path: polygon(10% 0, 100% 10%, 90% 85%, 0 100%);
    -webkit-clip-path: polygon(10% 0, 100% 10%, 90% 85%, 0 100%);
    color: #fff;
    font-size: 10pt;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    background: #000;
    /*background: rgb(45,45,45);*/
    /*background: -moz-linear-gradient(-45deg, rgba(45,45,45,1) 0%, rgba(0,0,0,1) 100%);*/
    /*background: -webkit-linear-gradient(-45deg, rgba(45,45,45,1) 0%,rgba(0,0,0,1) 100%);*/
    /*background: linear-gradient(135deg, rgba(45,45,45,1) 0%,rgba(0,0,0,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2d2d', endColorstr='#000000',GradientType=1 );*/
}

/*.page-title {*/
/*    font-size: 16pt;*/
/*    letter-spacing: 5px;*/
/*    text-transform: uppercase;*/
/*    width: 100%;*/
/*    margin-bottom: 40px;*/
/*    float: left;*/
/*}*/
/*.page-title.center {*/
/*    text-align: center;*/
/*}*/
.content-bg:before {
    content: '';
    background-image: url(/application/themes/hugoboys/images/voetbal3.jpg);
    background-attachment: fixed;
    background-size: cover;
    position: absolute;
    left: -20px;
    top: -20px;
    height: calc(100% + 40px);
    width: calc(100% + 40px);
    opacity: 0.2;
    filter: blur(4px);
    background-color: #000;
}

.content-bg {
    /*background-color: #000;*/
    position: fixed;
    /* background-color: #f370218c; */
    left: 0;
    top: 0;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.stats-table {
    width: calc(100% - 64px);
    margin-left: 64px;
    float: right;
    border: none;
    margin-top: -20px;
    border-collapse: collapse;
    display: table;
    color: #fff;
    font-weight: bold;
    font-size: 20pt;
}

.stats-table .row div {
    position: relative;
    vertical-align: middle;
}

.stats-table .logo {
    height: 32px;
    width: 32px;
    display: inline-block;
    top: calc(50% - 16px);
    margin-left: -64px;
    text-align: center;
    position: absolute;
}

.stats-table .logo img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.stats-table .row {
    display: table-row;
    border-bottom: 20px solid #fff;
    background: rgb(252, 252, 252);
    background: -moz-linear-gradient(left, rgba(252, 252, 252, 1) 0%, rgba(22, 155, 91, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(252, 252, 252, 1) 0%, rgba(22, 155, 91, 1) 100%);
    background: linear-gradient(to right, rgba(252, 252, 252, 1) 0%, rgba(22, 155, 91, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#169b5b', GradientType=1);
}

.stats-table .row:first-child {
    background: none;
    filter: none;
    border-bottom: none;
    font-style: italic;
}

.stats-table .row:first-child div {
    background: none;
    border-left: none;
    filter: none;
}

.stats-table .row div:first-child {
    border-left: none;
}

.stats-table .row div {
    display: table-cell;
    padding: 20px;
    border-left: 10px solid #C5E6D6;
    background-color: rgba(22, 155, 91, 0.5);
    text-align: center;
}

.stats-table .thead {
    display: table-header-group;
}

.stats-table .thead div {
    color: #000;
    font-size: 16pt;
    font-weight: normal;
}

.stats-table .row div:first-child,
.stats-table .thead .row div {
    background-color: transparent;
}

.stats-table .name {
    width: 100%;
    color: #000;
    font-weight: normal;
    text-align: left !important;
    font-size: 16pt;
}

.title h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24pt;
    text-transform: uppercase;
    width: 100%;
    float: left;
}

.title.center h2 {
    text-align: center;
}

.teams {
    float: left;
    width: 100%;
}

.teams .left {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.teams .right {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.teams .club {
    float: left;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    width: 100%;
}

.teams .club {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-flow: row wrap;
}

.teams .left .club .name {
    padding-right: 20px;
}

.teams .right .club .name {
    padding-left: 20px;
}

.teams .club .name {
    font-size: 16pt;
    width: calc(100% - 100px);
    padding-left: 20px;
    text-transform: uppercase;
}

.teams .club .logo {
    width: 100px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    vertical-align: middle;
}

.teams .club .logo img {
    height: 100px;
}

.teams .table {
    width: calc(100% - 100px);
    float: right;
}

.teams .table tr td {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

/*
.club-stats {
    float: left;
    width: 100%;
}
.club-stats .logos {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 40px;
}
.club-stats .logos .left {
    width: 50%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: row wrap;
    padding-right: 20px;
}
.club-stats .logos .right {
    width: 50%;
    padding-left: 20px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row wrap;
}
.club-stats .logos .logo img {
    width: 100%;
}
.club-stats .logos .left .name {
    padding-right: 20px;
}
.club-stats .logos .right .name {
    padding-left: 20px;
}
.club-stats .logos .name {
    width: calc(100% - 100px);
    text-transform: uppercase;
    color: #555;
    font-size: 20pt;
}
.club-stats .logos .logo {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stats-table {
    float: left;
    width: calc(50% + 120px);
    display: flex;
    flex-flow: row wrap;
}
.stats-table .row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 20px;
}
.stats-table .name {
    width: calc(100% - 240px);
    padding: 20px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background-color: #BFDED1;
    font-size: 16pt;
}
.stats-table .percentage-home-team {
    width: 140px;
    border-right: 40px solid #BFDED1;
    background-color: #007a48;
    padding: 20px;
    font-size: 20pt;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.stats-table .percentage-away-team {
    width: 100px;
    background-color: #007a48;
    padding: 20px;
    font-size: 20pt;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}*/

.match-detail-status {
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
    color: #fff;
    font-size: 32pt;
    padding: 16px 0;
    margin: 0;
    font-weight: 600;
}

.match-contact-info {
    float: left;
    margin-top: -200px;
    width: 100%;
    background: #fff;
    display: flex;
    position: relative;
    z-index: 6;
    flex-flow: row wrap;
    font-size: 14pt;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.28);
}

.match-contact-info .left {
    width: calc(100% - 500px);
    padding: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.match-contact-info .left .logo {
    width: 150px;
}

.match-contact-info .left .adress {
    width: calc(100% - 150px);
    padding-left: 40px;
    line-height: 2em;
}

.match-contact-info .left .extra-info {
    float: left;
    margin-top: 10px;
    width: 100%;
    font-style: italic;
}

.match-contact-info .left .extra-info .item {
    float: left;
    width: 100%;
}

.match-contact-info .left .extra-info .item img {
    display: inline-block;
    width: 32px;
    margin-right: 10px;
    vertical-align: middle;
}

.match-contact-info .left .extra-info .item span {
    display: inline-block;
    width: auto;
    float: none;
    vertical-align: middle;
}

.match-contact-info .right {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    max-width: 500px;
    background-color: #eee;
    padding: 40px;
    padding-left: 100px;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
}

.match-contact-info .right a {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #000;
    transition: ease-in-out .2s;
}

.match-contact-info .right a:hover {
    color: #f37021;
}

.match-contact-info .right a .icon {
    width: 80px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    float: left;
}

.match-contact-info .right a.route .icon img {
    width: 80px;
}

.match-contact-info .right a.phone .icon img {
    width: 48px;
}

.table,
.inner-page-container table {
    width: 100%;
    border: none;
    border-color: #eee;
    border-collapse: collapse;
}

.table.stand .highlight {
    background-color: rgba(243, 112, 33, 0.25);
}

.table.stand .logo,
.table.table-team-matches .logo {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.table.stand .logo img,
.table.table-team-matches .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.table tr,
.inner-page-container table tr {
    border-bottom: 1px solid #eee;
}

.table tr:hover,
.inner-page-container table tr:hover {
    background-color: #f7f7f7;
}

.inner-page-container table th i,
.table th i {
    color: #f37021;
    padding-right: 10px;
}

.inner-page-container table th,
.inner-page-container table td,
.table th,
.table td {
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

.inner-page-container table th,
.table th {
    background-color: #000;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

.history-results {
    margin-top: 20px;
}

.match-info {
    display: flex;
    float: left;
    width: 100%;
    flex-flow: row wrap;
}

.match-info .item {
    width: 33.33%;
    padding: 0px 20px;
    padding-top: 0;
    margin-bottom: 40px;
    text-align: center;
}

.match-info .item .value {
    font-size: 20pt;
}

.match-info i,
.match-info img {
    width: 64px;
    font-size: 64px;
    float: left;
    color: #f37021;
}

.match-info .text {
    text-align: left;
    width: calc(100% - 64px);
    padding-left: 20px;
    float: left;
}

.match-content-container {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.match-content-container .title {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.changing-rooms {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    float: left;
}

.changing-rooms .room {
    width: 33.33%;
    padding: 0px 20px;
    margin-bottom: 20px;
    padding-top: 0;
    text-align: center;
}

.changing-rooms .room img {
    width: 64px;
    float: left;
}

.changing-rooms .room .text {
    text-align: left;
    width: calc(100% - 64px);
    padding-left: 20px;
    float: left;
}

.changing-rooms .room .text .nr {
    font-size: 20pt;
}

.referees {
    float: left;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: -40px;
}

.referees .referee {
    float: left;
    width: 33.33%;
    padding: 0px 40px;
    margin-bottom: 40px;
}

.referees .referee img {
    width: 64px;
    float: left;
}

.referees .referee .text {
    text-align: left;
    width: calc(100% - 64px);
    float: left;
    padding-left: 20px;
}

.referees .referee .text .function {
    font-size: 20pt;
    font-weight: bold;
    text-transform: uppercase;
}

.content-page-banner {
    float: left;
    width: 100%;
    height: 350px;
    margin-top: -150px;
    position: relative;
}

.club-intro:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 125px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 125px), 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 125px), 0% 100%);
    overflow: hidden;
    z-index: 1;
    background: #fff;
}

.club-intro {
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: 40px;
    margin-bottom: 20px;
}

.club-intro .content {
    float: left;
    width: 75%;
    position: relative;
    z-index: 2;
    padding-right: 40px;
}

.club-intro .adress {
    float: left;
    width: 25%;
    z-index: 0;
}

.responsive-table {
    float: left;
    width: 100%;
    overflow-x: auto;
}

.club-intro .adress .title {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    width: 100%;
    text-align: center;
    background-color: #f37021;
}

.club-intro .adress .title h3 {
    color: #fff;
    margin: 0;
    padding: 0;
}

.club-intro .adress .maps {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    min-height: 175px;
    background-image: url('/application/themes/hugoboys/images/club-adress.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: bottom center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.club-intro .adress .maps .info {
    background-color: rgba(255, 255, 255, 0.9);
    width: 80%;
    padding: 10px 20px;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.27);
    font-weight: bold;
    position: relative;
    z-index: 4;
}

.club-intro .adress .link {
    background-color: #f37021;
    padding: 20px;
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.accommodation .wrapper {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.accommodation .banner-bg {
    opacity: 0.15;
}

.accommodation {
    float: left;
    position: relative;
    width: 100%;
    /*background-color: #eee;*/
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 200px;
    margin-bottom: -200px;
}

.accommodation .img {
    width: 60%;
    position: relative;
    z-index: 1;
    float: left;
    text-align: center;
}

.accommodation .img img {
    max-width: 300px;
    width: 100%;
}

.accommodation .content {
    width: 40%;
    position: relative;
    z-index: 1;
    float: left;
}

.teams-list {
    float: left;
    width: calc(100% + 40px);
    margin-left: -40px;
    display: flex;
    flex-flow: row wrap;
}

.teams-list .team {
    width: calc(50% - 40px);
    margin-left: 40px;
    background-color: #f37021;
    margin-bottom: 40px;
}

.teams-list.youth .team {
    width: calc(33.33% - 40px);
}

.teams-list .team .photo:before {
    content: '';
    float: left;
    width: 100%;
    padding-bottom: 50%;
}

.teams-list .team .photo:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    transition: ease-in-out .2s;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.75) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.75) 100%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=1);
}

.teams-list .team:hover .photo div {
    transform: scale(1.05);
}

.teams-list .team:hover .photo:after {
    opacity: 0;
}

.teams-list .team .photo div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: ease-in-out .2s;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

.teams-list .team .photo {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.teams-list .team .title {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f37021;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16pt;
    text-transform: uppercase;
}

.team-details .team-photo {
    float: left;
    margin-top: -125px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 125px), 0% 100%);
    -webkit-clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 125px), 0% 100%);
    overflow: hidden;
}

.team-details .team-photo img {
    width: 100%;
}

.team-details .team-selection {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}

.team-details .team-selection li {
    width: calc(25% - 10px);
    float: left;
    background-color: #eee;
    margin: 5px;
    flex-flow: row wrap;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.team-details .team-selection li>.team-player-function {
    font-weight: bold;
    float: left;
    font-size: 80%;
    width: 100%;
}

.team-details .team-staf {
    float: left;
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.team-details .team-staf th {
    font-weight: bold;
}

.team-details .team-staf td,
.team-details .team-staf th {
    text-align: left;
    padding: 10px 20px;
    background-color: #eee;
    color: #000;
}

.team-details .team-staf tr {
    background-color: #eee;
    border-bottom: 10px solid #fff;
}

.team-content {
    width: calc(100% + 40px);
    margin-left: -40px;
}

.team-content .content {
    float: left;
    width: calc(75% - 40px);
    margin-left: 40px;
}

.team-content .content.full-width {
    width: calc(100% - 40px);
}

.team-content .content h3:first-child {
    margin-top: 0;
}

.team-details .next-match {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 0% 100%);
    -webkit-clip-path: polygon(0 0px, 100% 0, 100% calc(100% - 40px), 0% 100%);
    float: left;
}

.team-details .next-game-bottom {
    height: auto;
    padding-bottom: 40px;
}

.names-list {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 40px;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}

.names-list li {
    width: calc(25% - 10px);
    float: left;
    background-color: #eee;
    margin: 5px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.names-list li .cross {
    margin-left: auto;
}

.sponsors-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}

.sponsors-list li {
    width: 33.33%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.sponsors-list li img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkbox label,
.radio label {
    font-weight: normal
}

.responsive-table {
    float: left;
    width: 100%;
    overflow-x: auto;
}

.container {
    width: 100% !important;
}

.options {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px;
}

.options select {
    padding: 15px 20px;
    background: transparent;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    float: right;
    outline: none;
    letter-spacing: 2px;
    transition: ease-in-out .2s;
}

.options select optgroup,
.options select option {
    color: #000;
}

.options .option.active {
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.options .option {
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    padding: 15px 20px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    transition: ease-in-out .2s;
}

.options .option:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

#load-more-container {
    float: left;
    width: 100%;
    text-align: center;
}

#load-more-button {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease-in-out .2s;
}

#load-more-button:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.news {
    float: left;
    width: calc(100% + 40px);
    margin-left: -40px;
    display: flex;
    flex-flow: row wrap;
}

.news .news-item {
    width: calc(25% - 40px);
    margin-left: 40px;
    margin-bottom: 40px;
    background-color: #f37021;
}

.news .news-item.wedstrijdverslag {
    background-color: #000;
}

.news .news-item.wedstrijdverslag .title {
    background-color: #000;
}

.news .news-item:nth-child(1),
.news .news-item:nth-child(2),
.news .news-item:nth-child(3) {
    width: calc(33.33% - 40px);
}

.news .news-item .img:before {
    content: '';
    float: left;
    width: 100%;
    padding-bottom: 55%;
}

.news .news-item .img {
    float: left;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.news .news-item .title {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    float: left;
    width: 100%;
    background-color: #f37021;
    color: white;
    padding: 15px 20px;
    font-weight: bold;
    font-size: 13pt;
    line-height: 1.5em;
    text-transform: uppercase;
}

.news .news-item .category {
    background-color: rgba(0, 0, 0, 0.75);
    min-height: 37.5px;
    padding: 5px 10px;
    padding-left: 80px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    font-size: 8pt;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.news .news-item .date {
    width: 75px;
    position: relative;
    height: 75px;
    margin-top: -75px;
    background-color: white;
    float: left;
    color: black;
    z-index: 4;
    text-transform: uppercase;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    font-size: 13pt;
    text-align: center;
    font-weight: bold;
}

.news .news-item .date .month {
    font-size: 13pt;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
}

.news .news-item .date .nr {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
    padding-top: 10px;
    line-height: 1em;
}

.news-item-detail .news-photo {
    float: right;
    width: 100%;
    margin-left: 40px;
    margin-bottom: 40px;
    max-width: 450px;
}

.report-text * {
    font-family: inherit !important;
    line-height: inherit !important;
    font-size: inherit !important;
}

.error-message {
    background-color: #d42626;
    padding: 20px;
    color: #fff !important;
    font-weight: bold;
    width: 100%;
    float: left;
}

.success-message {
    background-color: #32a333;
    padding: 20px;
    color: #fff !important;
    font-weight: bold;
    width: 100%;
    float: left;
}

#loading .inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background-color: rgba(255, 255, 255, 0.85);
    font-weight: bold;
    font-size: 14pt;
    display: none;
}

#loading img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    margin-right: 20px;
    -webkit-animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

#loading span {
    /**
      * Use the blink animation, which is defined above
      */
    animation-name: blink;
    /**
      * The animation should take 1.4 seconds
      */
    animation-duration: 1.4s;
    /**
      * It will repeat itself forever
      */
    animation-iteration-count: infinite;
    /**
      * This makes sure that the starting style (opacity: .2)
      * of the animation is applied before the animation starts.
      * Otherwise we would see a short flash or would have
      * to set the default styling of the dots to the same
      * as the animation. Same applies for the ending styles.
      */
    animation-fill-mode: both;
}

#loading span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

#loading span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

@keyframes blink {

    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
        opacity: .2;
    }

    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
        opacity: 1;
    }

    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
        opacity: .2;
    }
}

#add-report-login {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

#add-report-login .form {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    margin-bottom: 40px;
}

#add-report-login input[type="text"] {
    border: 2px solid #a3a3a3;
    width: 100%;
    float: left;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 32pt;
    outline: none;
}

#add-report-login .form button {
    background-color: #f37021;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    color: #fff;
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
    font-size: 32pt;
    transition: ease-in-out .2s;
    outline: none;
}

.add-report-form {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.add-report-form .form-row label {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.add-report-form .form-row {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.add-report-form .form-row input[type="date"],
.add-report-form .form-row input[type="number"],
.add-report-form .form-row select,
.add-report-form .form-row input[type="text"] {
    outline: none;
    border: 2px solid #a3a3a3;
    float: left;
    padding: 20px;
    width: 100%;
}

.add-report-form .form-row textarea {
    outline: none;
    border: 2px solid #a3a3a3;
    float: left;
    padding: 20px;
    resize: vertical;
    width: 100%;
    min-height: 150px;
}

.dropzone {
    float: left;
    width: 100%;
    background-color: #eee !important;
    padding: 20px;
    border: 2px dashed #a3a3a3 !important;
}

.add-report-form input[type="submit"] {
    padding: 20px;
    font-size: 16pt;
    font-style: inherit;
    background-color: #f37021;
    color: #fff;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
    margin-top: 20px;
    transition: ease-in-out .2s;
}

.add-report-form input[type="submit"]:hover {
    background-color: #000;
}



.file-drop-area-outer {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.file-drop-area .icon {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.file-drop-area .icon img {
    width: 64px;
    opacity: 0.2;
}

.file-drop-area .options {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.file-drop-area {
    float: left;
    position: relative;
    width: 100%;
    max-width: 100%;
    transition: 0.2s;
    background-color: #eee;
}

.file-drop-area .inner {
    padding: 25px;
    margin: 10px;
    float: left;
    width: calc(100% - 20px);
    border: 2px dashed #a3a3a3;
    transition: 0.2s;
}

.file-drop-area.is-active {
    background-color: #f6f6f6;
}

.file-drop-area.is-active .inner {
    width: calc(100% - 25px);
    margin: 15px;
    padding: 20px;
}

.fake-btn {
    flex-shrink: 0;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-input:focus {
    outline: none;
}

.match-photo {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 400px;
}

#agenda-overview {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
}

#agenda-overview .item {
    width: 33.33%;
    padding: 40px;
    background-color: #eee;
}

#agenda-overview .item .date {
    color: #8b8b8b;
    margin-bottom: 10px;
    font-size: small;
}

.sidebar {
    width: calc(25% - 40px);
    float: right;
}

.sidebar .next-match {
    margin-left: 0 !important;
    margin-bottom: 40px;
    width: calc(100% - 0px) !important;
}

.inner-page-container .sidebar h2 {
    font-size: inherit;
    color: inherit;
    margin-top: inherit;
    margin-bottom: inherit;
    line-height: inherit;
}

.voornaam {
    order: 1;
}

.tussenvoegsel {
    order: 2;
}

.achternaam {
    order: 3;
}

.initialen {
    order: 4;
}

.geslacht {
    order: 5;
}

.geboortedatum {
    order: 6;
}

.land {
    order: 7;
}

.straatnaam {
    order: 8;
}

.huisnummer {
    order: 9;
}

.nummertoevoeging {
    order: 10;
}

.postcode {
    order: 11;
}

.plaats {
    order: 12;
}

.telefoonnummer {
    order: 13;
}

.mobielnummer {
    order: 14;
}

.email {
    order: 15;
}

.type_lidmaatschap {
    order: 16;
}

.iban {
    order: 17;
}

.bic {
    order: 18;
}

.rekening_op_naam_van {
    order: 19;
}

.opmerkingen {
    order: 20;
}

.captcha {
    order: 21;
}

#aanmeldFormulier label {
    margin-right: 10px;
}

#aanmeldFormulier {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    float: left;
}

#aanmeldFormulier .form {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
}

#aanmeldFormulier .row {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    padding-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

#aanmeldFormulier .label {
    flex: 1;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

#aanmeldFormulier .cell {
    flex: 2;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

ccm-block-type-form {
    width: 100% !important;
    max-width: 100% !important;
}

/* .form-group.field.field-date,
.form-group.field.field-text{
    display: flex;
}
.control-label.form-label{
width: 280px;
display: flex;
flex-flow: row wrap;
align-items: center;
}
.form-group.field.field-date .form-control,
.form-group.field.field-text .form-control{
    flex: 2;
} */
.form-group.captcha {
    height: max-content !important;
    z-index: 2;
    position: relative;
}

a.ccm-panel-add-block-draggable-block-type p,
a.ccm-panel-add-container-item p,
.ccm-ui .dropdown-menu,
body div.ccm-ui {
    font-size: 1.4rem;
}

/* replaces concrete form required with a * */
.ccm-dashboard-express-form .text-muted.small {
    visibility: hidden;
}
    
.ccm-dashboard-express-form .text-muted.small:before {
    content: "*";
    display: inline;
    visibility: initial;
}

.ccm-dashboard-express-form fieldset {
    border: 0px;
    margin: 0px;
    padding: 0px;
}