*,
*:after,
*:before {
    box-sizing: border-box;
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url(/fonts/lato/Lato-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url(/fonts/lato/Lato-BlackItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url(/fonts/lato/Lato-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Lato";
    font-display: swap;
    src: url(/fonts/lato/Lato-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

html {
    scroll-padding-top: 100px;
}

header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 95;
}

a {
    text-decoration: none;
    color: #000D16;
}

a:hover {
    text-decoration: none;
    color: #0075BF;

}

nav li:last-child a {
    margin-top: 0px;
}

header {
    background-color: #FAFAFA;
}

img {
    display: block;
    max-width: 100%;
}

body {
    background-color: #00192A;
    font-family: "Lato";
    margin: 0%;
}

svg {
    height: auto;
    width: 100%;
}

header ul.mainMenu {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
}

header ul.mainMenu > li {
    padding-right: 100px;
}

header ul.mainMenu li:last-child {
    padding-right: 0px;
    margin-top: 0px;
}

header ul.mainMenu li:last-child a {
    border: 1px solid #0075BF;
    background-color: #0075BF;
    border-radius: 5px;
    padding: 10px;
    display: inline-block;
    color: #FAFAFA;
}

header ul.mainMenu li:last-child:hover a {
    background-color: #008DE6;
}

.headerBackgroundGradient {
    background: linear-gradient(180deg, rgba(4, 75, 121, 1) 0%, rgba(0, 25, 42, 1) 100%);
    padding: 150px 0px;
}

.headerBackgroundGradientTicket {
    background: linear-gradient(180deg, rgba(4, 75, 121, 1) 0%, rgba(0, 25, 42, 1) 100%);
    padding: 60px 0px;
}

footer {
    background-color: #000D16;
    display: flex;
    min-height: 300px;
    align-items: center;
    color: #FAFAFA;
}

footer ul li a {
    color: #FAFAFA;
}

footer ul {
    list-style-type: none;
}

.textAreaLinks a {
    color: #0075BF;
}

header {
    background-color: #FAFAFA
}

.landingpageTitle {
    color: #FAFAFA;
    text-align: center;
}

.landingpageTitle.left {
    text-align: left;
}

h1 {
    margin-top: 0%;
    margin-bottom: 0%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
}

.headerText {
    color: #FAFAFA;
}


.headerText.pros ul {
    list-style-type: none;
    padding: 0%;
    margin-bottom: 0%;
    margin-top: 0%;
    width: 100%;
}

.headerText.pros ul li {
    background-image: url(images/check.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
    background-position: left top 6px;
    margin-bottom: 10px;
}

p {
    color: #FAFAFA;
}

p:last-child {
    margin-bottom: 0px;
}

.title {
    color: #FAFAFA;
    text-align: center;
}

.title.left {
    text-align: center;
}

.centered {
    text-align: center;
    margin-bottom: 20px;
}

.titleBlack {
    color: #00192A;
    text-align: center;
}

h3 {
    font-size: 13pt;
    font-weight: bolder;
    color: #FAFAFA;
}

.headerBackground {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0px;
}

.informationSvg svg {
    max-height: 25px;
}

.ctaButton {
    border: 1px solid #0075BF;
    background-color: #0075BF;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    color: #FAFAFA;

}

.ctaButton:hover {
    background-color: #008DE6;
    color: #FAFAFA;
}

.more {
    border: 1px solid #0075BF;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
    display: inline-block;
    color: #FAFAFA;
    margin-right: 10px;
}

.more:hover {
    border-color: #008DE6;
}

.headerText ul {
    list-style-type: none;
    padding: 0%;
    margin-bottom: 0%;
    margin-top: 0%;
    width: 100%;
}

.headerText ul li {
    background-image: url(images/listing.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
    background-position: 0% 50%;
    margin-bottom: 10px;
}

.core {
    border-radius: 5px;
    border: 1px solid #0075BF;
    padding: 10px;
    height: 100%;
}

.core svg {
    max-height: 80px;
    margin: 25px auto;
    margin-top: -65px;
    display: block;
}

.informationSvg path.cls-1 {
    fill: white;
}

.core svg:hover path {
    fill: #008DE6;
}

hr {
    border-color: #0075BF;
    margin: 60px 0px;
}

.headlineHr {
    margin: 0px;
}

.contactBanner {
    background-image: linear-gradient(90deg, rgba(0, 117, 191, 0.2863270308123249) 0%, rgba(0, 59, 96, 0) 100%);
    background-size: cover;
    background-repeat: no-repeat;
}

.contactBanner p {
    text-align: center;
}

.textBlue {
    color: #0075BF;
}

.blueSvg path {
    fill: #0075BF;
}

.sliderBox {
    display: flex;
    background-color: #FAFAFA;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.tns-outer {
    position: relative;
}

.tns-outer .tns-controls button {
    background-color: #0075BF;
    border-radius: 100px;
    border: 0px;
    padding: 10px;
}

.tns-nav button {
    background-color: #0075BF;
    border-radius: 100px;
    padding: 3px;
    border: 0px;
}

.tns-nav {
    display: flex;
    justify-content: center;
}

.tns-outer .tns-controls button[data-controls="prev"] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.tns-outer .tns-controls button[data-controls="next"] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.sliderBox img {
    max-height: 140px;
    filter: grayscale(100%);
    height: auto;
    width: 100%;
    max-width: 80%;
}

.sliderBox img:hover {
    filter: grayscale(0%);
}

.my-slider {
    display: flex;
    align-items: center;
}

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

.informationSvg {
    fill: white;
}

.informationText p {
    margin: 0px;
}

.subHeadAccordion {
    text-align: center;
    margin-bottom: 20px;
}

.accordion .innerHeader {
    display: flex;
    align-items: center;
}

.accordion .accordion-item {
    margin-bottom: 25px;
    border-radius: 10px;
}

.accordion .accordion-item:last-child {
    margin-bottom: 0px;
}

.accordion .accordion-item .accordion-button {
    border-radius: 10px;
    box-shadow: initial;
    background-color: white;
    color: inherit !important;
}

.accordion-button .masterclass {
    margin-bottom: 5px;
}

.accordion-button .icon {
    max-width: 50px;
    margin-right: 25px;
}

.accordion-body,
.accordion-button {
    padding: 25px;
}

.accordion-body ul li {
    background-image: url(images/listing.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
    background-position: 0% 50%;
    margin-bottom: 10px;
    color: #000D16;
}

.accordion-body ul {
    list-style-type: none;
    padding: 0%;
    margin-bottom: 0%;
    margin-top: 10px;
    width: 100%;
}

.accordion-body p {
    color: #000D16;
}

.accordion-body h3 {
    color: #000D16;
}

.accordion-button .masterclass {
    font-size: 0.9rem;
}

.accordion-button .name {
    font-weight: bold;
}

.subHeadText {
    text-align: center;
    margin-bottom: 20px;
}

.section:nth-child(even) {
    background: linear-gradient(90deg, rgba(0, 117, 191, 0.2863270308123249) 0%, rgba(0, 59, 96, 0) 100%);
}

.section {
    padding: 60px 0px;
}

.participants {
    margin: 80px 0px;
}

.participant {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 30px 0px;
}

.participants img {
    max-width: 90px;
    border-radius: 100px;
}

.participantName {
    margin-bottom: 0px;
}

.participantsInfo {
    text-align: center;
}

.contactFormular {
    background-color: #01243B;
    border-radius: 8px;
    border-style: none;
    color: #ffffff;
    min-height: 120px;
    padding: 40px 20px;
}

.contactFormular p {
    display: flex;
    justify-content: center;
}

.secondHeadline {
    text-align: center;
}

input {
    background-color: #00192A;
    border-radius: 8px;
    border-style: none;
    min-height: 25px;
    color: #ffffff;
    padding: 5px 10px;
}

.textArea {
    background-color: #00192A;
    border-radius: 8px;
    border-style: none;
    color: #ffffff;
    min-height: 120px;
    padding: 5px 10px;
}

.textArea:focus-visible {
    outline: 1.5px solid #0075BF;
}

select {
    background-color: #00192A;
    border-radius: 8px;
    border-style: none;
    color: #ffffff;
    min-height: 30px;
    padding: 4px
}

label,
input,
select,
textarea {
    min-width: 100%;
    margin-bottom: 6px;
}

input:focus-visible {
    outline: 1.5px solid #0075BF;
}

textarea::placeholder {
    color: #8A959C;
}

.InfoEvents {
    display: flex;
    text-align: center;
    padding: 60px 10px;
}

.futureEveningEvent {
    border-radius: 10px;
    box-shadow: initial;
    background-color: white;
    color: #000D16;
    color: inherit !important;
    display: flex;
}

.eventIcon {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 15px
}

.eventDate {
    color: #008DE6;
}

.eventGradient {
    background: linear-gradient(90deg, rgba(0, 117, 191, 0.2863270308123249) 0%, rgba(0, 59, 96, 0) 100%);
    padding: 40px 0px;
}

.eventInfo p {
    color: #008DE6;
}

.eventInformationText ul li {
    background-image: url(images/listing.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
    background-position: 0% 50%;
    margin-bottom: 10px;
    color: #FAFAFA;
}

.eventInformationText ul {
    list-style-type: none;
    padding: 0%;
    margin-bottom: 0%;
    margin-top: 10px;
    width: 100%;
}

.gradientInformationText {
    background: linear-gradient(90deg, rgba(0, 117, 191, 0.2863270308123249) 0%, rgba(0, 59, 96, 0) 100%);
    padding: 40px 0px;
}

.boxText {
    order: 2;
}

.orderImg {
    order: 1;
}

.goal img {
    margin-bottom: 30px;
}

.ProgramPics img {
    max-width: 80%;
    margin: 0 auto;
}

.headerDesktop {
    display: none
}

.contactIconsMobile img,
.burgermenuIcon img {
    height: 25px;
    max-width: 30px;
}

.submenu {
    padding: 0px;
    flex-direction: column;
    display: none;
    background-color: #FAFAFA;
    padding: 0px 0px;
}

.mobileMenu .submenu {
    background-color: #f3f3f3;
}

.mobileMenu .submenu li a {
    padding-left: 35px!important;
}

.submenu li {
    display: block;
    border-bottom: 1px solid #cecece;
}

.submenu li a {
    background-color: initial !important;
    border: initial !important;
    padding: 9px 15px !important;
    color: initial !important;
}

.headerDesktop ul li:hover .submenu {
    display: block;
    position: absolute;
    z-index: 99999;
}

.headerDesktop li a {
    padding: 30px 0px;
    z-index: 99998;
    display: block!important;

}

.submenu li a:hover {
    color: #008DE6 !important;
}

.mobileMenu {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: #FAFAFA;
    width: 230px;
    padding: 0px;
    transition: all 1s ease-out;
}

.mobileMenu li{
    list-style: none;
    border-bottom: 1px solid #cecece;
    position: relative;
}

.mobileMenu li a{
    padding: 9px 20px;
    display: block;
}

.mobileMenu ul {
    padding: 0px;
    margin: 0px;
}

.mobileMenu li:last-child {
    border-bottom: none
}

.mobileMenu.show {
    right: 0%;
}

.parent-open {
    background-color: #cecece;
    position: absolute;
    right: 0;
    top: 0;
    height: 42.5px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.submenu.opensub {
    display: block;
}

.ticketResponse {
    text-align: center;
    color: #FAFAFA;
    margin-bottom: 0px;
}

.smallText {
    font-size: 13px;
}
