/* @import url("https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: calibri_regular;
  src: url("../fonts/Calibri/Calibri.ttf");
}

@font-face {
  font-family: calibri_light;
  src: url("../fonts/Calibri/calibril.ttf");
}

@font-face {
  font-family: calibri_bold;
  src: url("../fonts/Calibri/calibrib.ttf");
}

/* @font-face {
  font-family: Berthold_Akzidenz_Grotesk_Condensed;
  src: url("../fonts/Berthold_Akzidenz_Grotesk_Condensed/Berthold_Akzidenz_Grotesk_Condensed.otf");
}

@font-face {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  src: url("../fonts/Berthold_Akzidenz_Grotesk_Condensed/Berthold_Akzidenz_Grotesk_Bold_Condensed.ttf");
}

@font-face {
  font-family: akzidenz_grotesk_r_condensed_medium;
  src: url("../fonts/akzidenz-grotesk-r-condensed-medium/akzidenz-grotesk-r-condensed-medium.ttf");
} */

@font-face {
  font-family: Berthold_Akzidenz_Grotesk_Condensed;
  src: url("../fonts/BSD-font/bsd-font.ttf");
}

@font-face {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  src: url("../fonts/BSD-font/bsd-font.ttf");
}

@font-face {
  font-family: akzidenz_grotesk_r_condensed_medium;
  src: url("../fonts/BSD-font/bsd-font.ttf");
}

/* @font-face {
  font-family: BSD_Font;
  src: url("../fonts/BSD-font/bsd-font.ttf");
} */

* {
  /* font-family: calibri_regular; */
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body::before,
body::after {
  content: none !important;
  display: none !important;
}

body {
  /* padding: 0 20px; */
}

a:hover {
  text-decoration: none;
}

ol,
ul {
  margin-bottom: 0;
}

.default_banner {
  width: 100%;
  /* height: 1200px; */
  min-height: 700px;
  position: relative;
  background-size: cover;
  /* background-size: 2700px; */
  background-position: center top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: -1;
}
.default_banner.home {
  min-height: 460px;
}

.blank_div {
  height: 200vh;
}

.navbar-fixed-top {
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 1);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 0px 20px;
  gap: 40px;
  max-width: 1040px;
  margin: auto;
}

.right-navbar {
  display: flex;
}

.right-navbar ul {
  display: flex;
  gap: 20px;
}

.right-navbar ul li {
  list-style: none;
  height: 100%;
  display: flex;
  cursor: pointer;
}

.right-navbar ul li a {
  align-self: center;
}

.navbar_list li{
  list-style: none;
}
.navbar_list {
  display: flex;
  list-style: none;
  gap: 55px;
  user-select: none;
}

.nav_wrapper ul a {
  text-decoration: none;
  font-size: 20px;
}

.sub_menus,
.sub_drop_menus,
.sub_drop_sub_menus {
  display: none;
  z-index: 1000;
}

.main_top_menus {
  display: flex;
  height: 60px;
  align-items: center;
}

.main_top_menus:hover .main_top_menus_link::after {
  content: "";
  height: 8px;
  width: 80px;
  display: block;
  background-color: #9fc1e9;
  position: absolute;
  margin: 15px 0 20px;
}

.sub_menus{
  flex-direction: column;
  position: absolute;
  gap: 0;
  top: 70px;
}

.manushow{
  display: flex;
}

.sub_menus li{
  position: relative;
  margin-bottom: 3px;
}

.sub_menus li a{
  text-transform: uppercase;
}

.sub_drop_menus{
  position: absolute;
  left: 100%;
  top: 0px;
  margin-left: 3px;
}

.sub_drop_sub_menus{
  position: absolute;
  left: 100%;
  top: 0px;
  margin-left: 3px;
  
}

.showsubmanu{
  display: block;
}

.video_slider_container {
  display: flex;
  overflow-x: hidden;
  gap: 30vw;
  /* padding: 0 15vw; */
  max-width: 1040px;
  margin: 0 auto;
}

.video_sliding_iframes {
  /* width: 1040px;
  height: 540px; */
  width: 100%;
  height: 100%;
}
.splide__list {
  align-items: center;
}
.splide__slide {
  opacity: 0.5;
}
.splide__slide.is-active {
  opacity: 1;
  height: 50rem !important;
}
.splide__arrow {
  width: 5rem !important;
  height: 5rem !important;
  background-color: #0061ac !important;
}
.splide__arrow svg {
  fill: #fff !important;
}
.splide__pagination__page {
  background-color: #0061ac !important;
  opacity: 0.5 !important;
}
.splide__pagination__page.is-active {
  opacity: 1 !important;
}

.slider_controller {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 10px 0;
}

.slider_dots {
  height: 14px;
  width: 14px;
  border-radius: 7px;
  background-color: #3a4052;
  cursor: pointer;
}

.header_section_container {
  /* margin-top: 100px; */
  padding: 200px 175px 0px;
  position: relative;
  margin-top: 0px;
}
.home .header_section_container {
  margin-top: 40px;
  padding: 0 300px;
}

.blank_html_div {
  height: 120vh;
}

.news_top_heading {
  text-align: right;
  /* margin-right: -150px; */
  /* margin-top: 120px; */
}

.news_top_heading span {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-size: 9.6rem;
  font-weight: bolder;
  letter-spacing: 10px;
}

.news_top_heading span span {
  margin-right: 10px;
}
.compactText {
  letter-spacing: -8px !important;
}

.news_top_heading_top {
  color: #9fc1e9;
}

.news_top_heading_buttom {
  color: white;
}

.presidium_top_heading {
  text-align: left;
  /* margin-right: -150px; */
  margin-top: 120px;
}

.presidium_top_heading span {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-size: 10rem;
  letter-spacing: 5px;
}

.presidium_top_heading span span {
  /* letter-spacing: -8px; */
  margin-right: 10px;
}

.presidium_top_heading_top {
  color: white;
}

.presidium_top_heading_buttom {
  color: #9fc1e9;
}

.main_top_menus a {
  font-size: 1.8rem;
  /* font-weight: 600; */
  font-family: calibri_bold;
  letter-spacing: -0.5px;
  color: #3a4052;
}

.purple_rect_block {
  /* height: 75px; */
  height: 100px;
  width: 100%;
  background-color: #9fc1e9;
  /* margin-top: 180px; */
  /* display: flex; */
  /* align-items: center; */
  position: absolute;
  bottom: 0px;
}
.purple_rect_block_relative {
  min-height: 100px;
  width: 100%;
  background-color: #9fc1e9;
}
.purple_rect_block_relative h2 {
  max-width: 1040px;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 6rem;
  color: white;
  margin: auto;
  padding: 20px 20px;
}



.gary_rect_block {
  background-color: #3a4052;
}
.gary_white_block {
  background-color: #fff;
}

.gray_rect_block {
  background-color: #3a4052;
}

.three_block_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 50px 0px;
  align-items: self-start;
  /* background-color: white; */
  gap: 30px;
  font-family: Berthold_Akzidenz_Grotesk_Condensed;
  max-width: 1040px;
  margin: auto;
}

.bold_block h2 {
  font-size: 9.6rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  margin: 0 !important;
  color: #9fc1e9;
}

.bold_block h2 span {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  letter-spacing: 5px;
}

.bold_block h2 span span span {
  letter-spacing: -7px;
  margin-left: 10px;
}
.bold_block_textfour{
 white-space: nowrap;
}
.bold_block h2{
  font-size: 5rem;
}
.html_text_blocks p {
  margin-bottom: 15px;
  font-family: Calibri, sans-serif;
  font-size: 16px;
  line-height: 1.43em;
}

.paralax_banner {
  width: 100%;
  height: 120vh;
}

._purple_bg {
  background-color: #9fc1e9;
}

.presidium_profile_block {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 10px;
}

.presidium_profile_container {
  padding: 50px 20px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  max-width: 1040px;
  margin: auto;
}

.presidium_profile_container hr {
  background-color: #9fc1e9;
  height: 1px;
  margin: 0px;
}
.presidium_profile_img{
  border-radius:50%;
}
.presidium_profile_img img {
  width: 230px;
  height: 230px;
  object-fit: cover;
  border-radius:50%;
}

.presidium_profile_title h2 {
  margin-top: 20px;
  font-size: 2.8rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  color: #9fc1e9;
  text-align: center;
}

.presidium_profile_desc h2 {
  font-size: 2.8rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  color: #3a4052;
  text-align: center;
}

.presidium_profile_desc p {
  color: #3a4052;
  font-size: 1.6rem;
  text-align: center;
}

.presidium_profile_desc p a {
  color: #3a4052;
  font-family: calibri_regular;
  font-weight: bolder;
}

.vorstand_profile_title h2 {
  font-size: 3.2rem;
  margin-bottom: 10px;
}

.vorstand_profile_title h3 {
  color: #9fc1e9;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 1.92rem;
  text-align: center;
}

.vorstand_profile_desc h2 {
  font-size: 1.92rem !important;
}

#parallax2 {
  background-attachment: fixed;
}

.der-bsd_vorstand_praesidium_parallax_title {
  /* position: relative; */
  height: 100vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 20vh 12vw;
  perspective: 2px;
  transform-style: preserve-3d;
}

.der-bsd_vorstand_praesidium_parallax_title h2 span {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 9.6rem;
  color: white;
}

.der-bsd_vorstand_praesidium_parallax_title h2 span span {
  letter-spacing: -7px;
}

.der-bsd_vorstand_praesidium_end {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 50px 20px;
  gap: 30px;
  max-width: 1040px;
  margin: auto;
}
.der-bsd_vorstand_praesidium_end_blocks{
  box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 10px;
}
.der-bsd_vorstand_praesidium_end_blocks h2 {
  color: #9fc1e9;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 3.2rem;
  letter-spacing: -0.5px;
}

.der-bsd_vorstand_praesidium_end_blocks h3 {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 1.92rem;
  letter-spacing: -0.5px;
  color: #3a4052;
}

.der-bsd_vorstand_praesidium_end_blocks p {
  font-size: 1.6rem;
}

.der-bsd_vorstand_praesidium_end_blocks a {
  font-size: 1.6rem;
  color: #3a4052;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
}

.purple_rect_block {
  padding: 20px 120px;
}

.purple_rect_block h3 {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-size: 3rem;
  color: white;
}

.purple_rect_block h2 {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 7rem;
  color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 80px;
}

.purple_rect_block h2 span,
.purple_rect_block_relative h2 span {
  letter-spacing: -12px;
}
.purple_rect_block h3 a span{
  letter-spacing: -2px;
}

.geschaeftsstelle_profile_block{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  gap: 10px;
  border-radius: 10px;
}
.geschaeftsstelle_profile_block img {
  height: 240px;
  width: 240px;
  object-fit: cover;
  border-radius: 50%;
}

.geschaeftsstelle_profile_title h2 {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 3.2rem;
  color: #9fc1e9;
  text-align: center;
}

.geschaeftsstelle_profile_desc h3 {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  color: #3a4052;
  font-size: 1.92rem;
  text-align: center;
}

.geschaeftsstelle_profile_desc p {
  color: #3a4052;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.geschaeftsstelle_profile_desc p a {
  /* font-family: Berthold_Akzidenz_Grotesk_Condensed; */
  font-family: calibri_regular;
  color: #3a4052;
  font-size: 1.6rem;
  font-weight: 600;
}

.geschaeftsstelle_profile_trainer_title h2 {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 2.8rem;
  color: #3a4052;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

/* .geschaeftsstelle_profile_trainer_title h2:nth-child(2) {
  color: #9fc1e9;
} */
.geschaeftsstelle_trainer_profile_desc{
  text-align: center;
  margin-top: 10px;
}
.geschaeftsstelle_trainer_profile_desc h3 {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 1.92rem;
  margin-top: 0;
  color: #3a4052;
}

.sport_para-bob_trainer .geschaeftsstelle_trainer_profile_desc h3 {
  margin-block: 30px;
}

.der-bsd_geschaeftsstelle_trainer_weltcup-team
  .geschaeftsstelle_trainer_profile_desc
  h3 {
  font-size: 3.2rem;
  margin-top: 30px;
}
.geschaeftsstelle_trainer_profile_desc p {
  font-size: 1.6rem;
}

.geschaeftsstelle_trainer_profile_desc p a {
  color: #3a4052;
}

.weltcup-team_captain_profile_block {
  display: flex;
  padding: 50px 0px;
  gap: 100px;
  max-width: 1040px;
  margin: auto;
}

.weltcup-team_captain_profile_trainer_title {
  margin-top: 20px;
}

.weltcup-team_profile_trainer_title h2 {
  color: #3a4052;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
}

.weltcup-team_trainer_profile_desc h4 {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 1.92rem;
  color: #9fc1e9;
  margin-bottom: 0;
  text-align: center;
}

.weltcup-team_trainer_profile_desc p {
  color: #3a4052;
  text-align: center;
}

.weltcup-team_trainer_profile_desc p a {
  color: #3a4052;
  font-size: 1.6rem;
  text-align: center;
}

.partner_premiumpartner_blocks_container {
  padding: 50px 0px;
  max-width: 1040px;
  margin: auto;
}

.partner_premiumpartner_block_title_and_logo img {
  width: 180px;
}

.partner_premiumpartner_block {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr;
  gap: 20px;
  padding-top: 40px;
}

.partner_foerderer_block {
  display: grid;
  grid-template-columns: 30% 63%;
  gap: 75px;
  padding-top: 40px;
}

.partner_foerderer_img {
  width: 150px !important;
}

.partner_premiumpartner_block_title_and_logo h3 {
  margin-top: 5px;
  margin-bottom: 40px;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 3.2rem;
  color: #9fc1e9;
}

.partner_premiumpartner_block_para_1,
.partner_premiumpartner_block_para_2 {
  font-size: 1.6rem;
}

.partner_premiumpartner_blocks_container hr {
  height: 1px;
  background-color: #9fc1e9;
}

.partner_premiumpartner_blocks_container hr:last-child {
  display: none;
}

.behen_external_container {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  max-width: 1040px;
  margin: auto;
  padding: 20px;
}

.behen_external_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
  border-radius: 10px;
}
 .behen_external_image img{
    width: 100%;
 }
.behen_external_block h2 {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  color: #3a4052;
  font-size:3.6rem;
}

.behen_external_block_link {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.behen_external_block_link a {
  color: #9fc1e9;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 2rem;
  line-height: 3rem;
}

.behen_external_block_link a:nth-child(2n) {
  color: #3a4052;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 2rem;
  line-height: 3rem;
}

.behen_ausbildung_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 75px 20px;
  background-color: white;
  max-width: 1040px;
  margin: auto;
}

.behen_ausbildung_block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
  align-items: center;
}

.behen_ausbildung_block div p {
  font-family: calibri_regular;
  color: #3a4052;
  font-size: 1.6rem;
}

.behen_ausbildung_block div h3 {
  font-family: akzidenz_grotesk_r_condensed_medium;
  color: #9fc1e9;
  margin: 5px 0;
  font-size: 3.2rem;
}

.behen_ausbildung_block div h4 {
  font-family: akzidenz_grotesk_r_condensed_medium;
  color: #3a4052;
  margin: 0;
  font-weight: bold;
  font-size: 1.92rem;
}

.der-bsd_praev-sex-gewalt_purple_block {
  padding: 50px 20px;
}

.der-bsd_praev-sex-gewalt_purple_block h3 {
  font-size: 9.6rem;
  font-family: akzidenz_grotesk_r_condensed_medium;
  max-width: 1040px;
  margin: auto;
}

.der-bsd_praev-sex-gewalt_purple_block h3:first-child {
  color: #3a4052;
}

.der-bsd_praev-sex-gewalt_purple_block h3 span {
  letter-spacing: -7px;
}

._black_bg {
  background-color: #3a4052;
}

.press_para_and_profile {
  padding: 75px 250px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.press_prfl_img img {
  width: 200px;
}

.para_title {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  color: #3a4052;
}
.press_prfl_name h3 {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  margin: 12px 0;
  font-size: 2rem;
  color: #3a4052;
}

.vorstand_mitglieder {
  padding: 50px 20px;
  max-width: 1040px;
  margin: auto;
}

.vorstand_mitglieder_rows {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  gap: 30px;
}

.vorstand_mitglieder_rows h3,
.vorstand_mitglieder_rows a {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 3.2rem;
}

.mobile_btm_section {
  position: fixed;
  bottom: 0;
  right: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid gray;
  background-color: #3a4052;
  width: 100%;
  z-index: 99;
}
.hamberger_icon_with_link{
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
.mobile_icon_container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.mobile_icon_container span i{
  font-size: 22px;
  color: #3a4052;
}
.mobile_icon_container img{
  background-color: #3a4052;
  padding: 5px;
}
.mobile_btm_section span {
  width: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
  padding: 15px 0;
  margin: 20px 0px;
}

.mobile_btm_section span i {
  font-size: 2rem;
  color: white;
}

.mobile_btm_section span img {
  width: 50%;
}

.purple_rect_block.max_height {
  height: 175px;
}

.sport_para-bob_trainer{
  display: block;
}

/* #/presse_bsd-foto starts */
.dm-gallery-widget h1 {
  margin-top: 80px;
  font-size: 40px;
  line-height: 1.05em;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "akzidenz-grotesk-condensed",sans-serif;
}

.dm-gallery-widget h3 {
  /* font-size: 1.2rem; */
    line-height: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "akzidenz-grotesk-condensed",sans-serif;
}

.dm-gallery-widget label {
  font-weight: normal;
  font-family: "akzidenz-grotesk-condensed",sans-serif;
}
.dm-gallery-widget #forgotPassword a {
  font-weight: normal;
  font-family: "akzidenz-grotesk-condensed",sans-serif;
  color: #3a4052;
}

.form-group label,
.presse_bsd-foto p, .presse_bsd-foto center {
  font-size: 1.6rem;
}

.dm-gallery-widget #signinBTN,
.dm-gallery-widget #newAccountBTN {
  padding: 10px 20px;
  font-size: 1.6rem;
  border-radius: 5px;
  margin-top: 10px;
}

.dm-gallery-widget center {
  margin-bottom: 40px;
}
.dm-gallery-widget hr {
  border-color: #000;
}
/* #/presse_bsd-foto ends */

.yp-attachment {
  color: #3a4052;
  text-transform: uppercase !important;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  text-decoration: underline;
}
.dm_form_plugin_div label {
  color: #fff;
  font-family: "akzidenz-grotesk-condensed",sans-serif;
  letter-spacing: 2px;
}
.dm_form_plugin_div .form-control {
  color: #fff;
}
.DM_PRIVACY_INFO{
  font-family: "akzidenz-grotesk-condensed",sans-serif;
  letter-spacing: 2px;
  display: none;
}

.year_planner_container:nth-child(odd) {
  background-color: #9fc1e9;
}
.year_planner_container:nth-child(odd) h2,.year_planner_container:nth-child(odd) .yearplannerdates{
  color: #fff !important;
}