html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  box-sizing: border-box;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-black {
  background-color: #2c2c2b;
}

.bg-green {
  background-color: #D4D300;
}

.bg-pink {
  background-color: #D7006E;
}

.bg-tuerkis {
  background-color: #00AFB0;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

strong, b {
  font-weight: 700;
}

.bd-bottom-dark {
  border-bottom: 8px solid #2c2c2b;
}

.col-dark h1, .col-dark h2, .col-dark h3, .col-dark p, .col-dark a {
  color: #2c2c2b;
}

.col-white h1, .col-white h2, .col-white h3, .col-white p, .col-white a {
  color: #ffffff;
}

.container-outer {
  width: 100%;
}

.container-center {
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
}

.container-left {
  width: 100%;
  height: 100%;
  max-width: 1250px;
  margin: 0 0 0 auto;
}

.container-right {
  width: 100%;
  height: 100%;
  max-width: 1250px;
  margin: 0 auto 0 0;
}

hr {
  background-color: #D4D300;
}

a, button {
  color: #2c2c2b;
  text-decoration: underline;
}
a:hover, button:hover {
  color: #2c2c2b;
  text-decoration: none;
}

.button {
  display: inline-block;
  color: #ffffff;
  background-color: #D7006E;
  padding: 20px 50px;
  text-decoration: none;
  border-radius: 15px;
  font-weight: 700 !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.button:hover {
  color: #ffffff;
  background-color: #2c2c2b;
  text-decoration: none;
}

.header-img {
  max-width: 550px;
  height: 100%;
  padding: 50px;
  margin: 0 auto;
}
.header-img img {
  width: 100%;
  height: auto;
}

.welcome {
  padding: 40px;
}
.welcome h1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
}

.introduction-text {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
}
.introduction-text a {
  color: #ffffff;
}
.introduction-text h1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
}

.card-header {
  padding: 0;
  background-color: unset;
  border-bottom: none;
}
.card-header button svg {
  transform: rotate(270deg);
  transition: transform 0.2s ease-in-out;
}
.card-header button.toggled svg {
  transform: rotate(360deg);
}
.card-header button:hover {
  color: #2c2c2b;
  text-decoration: none;
}
.card-header button:focus {
  outline: none;
  box-shadow: none;
}

.event-info {
  color: #2c2c2b;
  padding: 15px 0;
  line-height: 35px;
  word-break: break-word;
}
.event-info h1 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.event-info h2 {
  display: inline-block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
}
.event-info img {
  width: auto;
  height: 28px;
  margin: 0 10px;
}
.event-info p, .event-info a, .event-info button {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  color: #2c2c2b;
  padding: 0;
}
.event-info .container-left {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .event-info .container-left {
    text-align: left;
  }
}
.event-info .container-right {
  text-align: left;
}

.event-detail {
  color: #2c2c2b;
  word-break: break-word;
}
.event-detail .row .col {
  padding: 0 !important;
}
.event-detail .title {
  margin: 25px 0;
}
.event-detail h1, .event-detail h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
}
.event-detail h1 {
  display: inline-block;
  font-size: 3.4rem;
  text-transform: uppercase;
  line-height: 60px;
}
.event-detail h2 {
  font-size: 2rem;
}
.event-detail .title img {
  width: auto;
  height: 50px;
  margin-right: 10px;
}
.event-detail p, .event-detail a, .event-detail table tr td {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.65rem;
  line-height: 32px;
}
.event-detail table {
  margin-top: 10px;
}
.event-detail table tr td:first-child {
  width: 20% !important;
}
.event-detail table tr td:last-child {
  width: 80% !important;
}
.event-detail .half-block-text {
  margin: 75px 150px;
}
@media screen and (max-width: 1200px) {
  .event-detail .half-block-text {
    margin: 50px 15px;
  }
}
.event-detail .container-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-detail .container-image .half-block-img img {
  max-width: 90%;
  margin: 2rem 1rem;
}

.alone {
  padding-bottom: 120px;
}

.sponsor-section:last-child {
  border-bottom: none;
  padding-bottom: 120px;
}
.sponsor-section .sponsors {
  width: 80%;
  margin: 60px auto 0;
}
.sponsor-section .sponsors h1, .sponsor-section .sponsors h2, .sponsor-section .sponsors h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
}
.sponsor-section .sponsors h3 {
  margin: 40px 0 40px;
  font-size: 1.5rem;
}
.sponsor-section .sponsors .sponsor-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  flex-flow: row wrap;
  margin: -20px;
}
.sponsor-section .sponsors .sponsor-list .sponsor {
  max-width: 280px;
  max-height: 280px;
  margin: 20px;
}
.sponsor-section .sponsors .sponsor-list .sponsor img {
  max-width: 280px;
  max-height: 280px;
  width: 100%;
  height: 100%;
}
.sponsor-section .sponsors.sponsor-title {
  margin: 50px auto 0 !important;
}

.gallery .gallery-thumbnail-inner {
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 40px;
  font-weight: normal;
}
.gallery .gallery-thumbnail-inner img {
  width: 100%;
  padding-bottom: 20px;
}

.gallery-detail {
  text-align: center;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.gallery-detail img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  padding-bottom: 20px;
}
.gallery-detail h1 {
  font-size: xx-large;
  padding-bottom: 65px;
}
.gallery-detail p {
  padding-bottom: 20px;
}

.footer {
  min-height: 450px;
}
.footer .row {
  min-height: 450px;
}
.footer .row .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer .row .footer-logo img {
  width: 60%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .footer .row .footer-logo img {
    margin: 50px 0;
  }
}
.footer .row .footer-contact {
  color: #ffffff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.3rem;
  line-height: 32px;
}
.footer .row .footer-contact h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2.4rem;
  margin: 90px 0 40px;
}
.footer .row .footer-contact a {
  color: #ffffff;
  text-decoration: none;
}
.footer .row .footer-contact a:hover {
  text-decoration: underline;
}
.footer .row .footer-contact img {
  margin-top: 50px;
  width: 58%;
}
@media screen and (max-width: 992px) {
  .footer .row .footer-contact img {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .footer .row .footer-contact {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 992px) {
  .footer .row .footer-contact {
    margin: 50px 0;
  }
}
.footer .row .footer-social {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .row .footer-social .social-icon {
  height: 60px;
  width: 60px;
  background-color: #2c2c2b;
  font-size: 35px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  margin: 0 10px;
}
.footer .row .footer-social .social-icon a {
  color: #ffffff;
  text-decoration: none;
}
.footer .row .footer-social .social-icon.facebook {
  font-size: 48px;
  line-height: 75px;
}
@media screen and (max-width: 992px) {
  .footer .row .footer-social {
    margin-top: 25px;
  }
}

/*----------------SCMS-LOGIN--------------------*/
.login-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 50px;
}
.login-wrapper ::placeholder {
  color: #2c2c2b;
}
.login-wrapper ::-ms-input-placeholder {
  color: #2c2c2b;
}

.login {
  border-radius: 2px 2px 5px 5px;
  padding: 10px 20px 80px 20px;
  width: 90%;
  max-width: 320px;
  background: #ffffff;
  position: relative;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.login input {
  display: block;
  box-sizing: border-box;
  padding: 15px 10px;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #2c2c2b;
  transition: border-width 0.2s ease;
  border-radius: 2px;
  color: #2c2c2b;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.login input + svg {
  color: #fff;
  position: absolute;
  margin-top: -47px;
  opacity: 0;
  left: 0;
  transition: all 0.1s ease-in;
}
.login input:focus {
  outline: none;
  color: #2c2c2b;
  border-color: #D7006E;
  border-left-width: 35px;
}
.login input:focus + svg {
  opacity: 1;
  left: 30px;
  transition: all 0.25s ease-out;
}
.login .login-title {
  color: #2c2c2b;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 30px 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.login .login-button {
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  background: #D7006E;
  color: #fff;
  display: block;
  border: none;
  margin-top: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  max-height: 60px;
  transition: all 0.5s;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.login .login-button:hover {
  color: #ffffff;
  background-color: #2c2c2b;
  border: none;
}

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