@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");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: calibri_regular; */
}

p {
  margin-bottom: 0;
}

/* body {
  padding: 0 20px !important;
}

p {
  margin-bottom: 0 !important;
}

nav {
  display: flex;
  padding: 20px 150px 10px;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100vw;
  top: 0;
}

.menus ul li a {
  text-decoration: none;
  font-family: calibri_bold;
  font-size: 1.2rem;
  color: #3a4052;
}

.menus ul li {
  display: inline;
  margin: 0 15px;
  user-select: none;
}

#search_field {
  border: transparent;
  outline: transparent;
}

#search_bar {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

#search_bar input {
  font-size: 1.2rem;
  background: transparent;
} */

/* .tem_div {
  height: 120vh;
} */

.footer_floating_bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.footer_floating_bar .image-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer_floating_bar .image-group img {
  height: 40px;
}

.floating_footer_container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 30px solid #3a4052;
  /* width: calc(100vw - 57px); */
  /* margin: 0 20px; */
  padding: 20px 20px;
  background: url("../assets/partner_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 216px;
  /* position: fixed; */
  /* display: none; */
}

.floating_footer_container.dofixed {
  position: fixed;
  bottom: 0px;
  /* width: calc(100vw - 40px); */
  width: 100vw;
  /* left: 0; */
  z-index: 1000;
  min-height: 150px;
}
/* .add_bottom_margin {
  margin-bottom: 250px;
} */
.buttom_fotter_buttom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #9fc1e9;
}

.buttom_fotter_top {
  background-color: #3a4052;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  font-size: 3.2rem;
  font-family: akzidenz_grotesk_r_condensed_medium;
}

.buttom_fotter_top a {
  font-weight: bold;
  color: #9fc1e9;
  text-decoration: none;
}

.buttom_fotter_top a:hover {
  text-decoration: underline;
}

.buttom_fotter_buttom p {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-weight: bold;
  letter-spacing: 1px;
}

.buttom_fotter_buttom {
  padding: 10px 150px;
}

.copyright_text {
  margin-bottom: 0;
  font-size: 1.6rem;
  font-family: akzidenz_grotesk_r_condensed_medium !important;
  text-align: center;
}

footer {
  /* margin-bottom: 20px; */
}

/* .paralax_div {
  width: 100%;
  height: 120vh;
  background-image: url("https://www.bsd-portal.de/fileadmin/BSDPortal/Resources/Public/img/Header_picture_startseite.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 230px 0;
} */

.home .section_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main_color,
.main_color,
.second_color {
  display: block;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  letter-spacing: 5px;
  font-size: 3rem;
  font-weight: bolder;
}

#no_char_spacing {
  letter-spacing: -2.5px;
  position: relative;
  top: -4px;
  left: 15px;
}

.main_color,
.main_color {
  color: #3a4052;
}

.second_color {
  /* color: #9fc1e9; */
  color: white;
}

.top_content_logo {
  display: flex;
  align-items: center;
}

.top_content_texts h1 span {
  font-size: 3.2rem;
}

.social_container {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding: 20px;
  max-width: 1040px;
  margin: auto;
}

.social_container .card {
  box-shadow: 0 0 5px 0px #b7b7b7;
}

.section.padding-standard {
  padding: 120px 0 0;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
  clear: both;
}
/* .second-color {
  color: #9fc1e9;
} */
.social_container .second-color {
  font-size: 6rem;
  line-height: 1.05em;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
#DM_SOCIAL_WALL_DIV {
  /* height: 4100px !important; */
}
#DM_SOCIAL_WALL_DIV::after {
  clear: both;
}
.dm-social_wall-widget {
  padding-bottom: 50px;
}
.dm-social_wall-widget #loadMoreBTN {
  margin: 0 auto;
  background: #1a67bb;
  color: #fff;
  padding: 10px;
  width: 99%;
  border: 0;
  position: relative;
  z-index: 10;
}

.purple_heading {
  font-size: 9rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-weight: bolder;
  letter-spacing: 8px;
  /* padding: 0 250px; */
  max-width: 1040px;
  margin: 0 auto 50px;
  color: #9fc1e9;
}

.social_heading {
  font-size: 9rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-weight: bolder;
  letter-spacing: 8px;
  color: #9fc1e9;
  text-transform: uppercase;
}

.html_text_blocks h4 {
  font-weight: bold;
  font-size: 1.92rem;
}

.bold_block_white_n_black h2 {
  /* color: #3A4052; */
  color: white;
}

.bold_block_white_n_black_spantlfght {
  text-align: right;
}

.bold_block_white_n_black_h3 {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  color: white;
  text-align: left;
  width: 40ch;
}

.bold_block_white_n_black_h3 h3 {
  font-size: 3.2rem;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 5px;
}

.bold_block_white_n_black h2 span span {
  letter-spacing: -7px;
}

.bold_block_white_n_black h2 span:nth-child(4),
.bold_block_white_n_black h2 span:nth-child(5) {
  color: #3a4052;
}

.bold_block {
  align-items: center;
}

/* .floating_footer_container::before {
  content: "";
  position: absolute;
  background-image: url(../img/logo-footer-v.png);
  height: 120px;
  width: 139px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  right: 80px;
} */

/* PUSH APP CSS */
/* PUSH APP CSS */
/* PUSH APP CSS */
/* PUSH APP CSS */
/* PUSH APP CSS */
/* PUSH APP CSS */
/* PUSH APP CSS */
/* PUSH APP CSS */
/* PUSH APP CSS */

.hero-img-bottom-divider-block {
  /* height: 100px; */
  padding: 45px 0;
  background-color: #9fc1e9;
}
.push_app_top_section {
  display: grid;
  grid-template-columns: 1fr 1fr 1.2fr;
  gap: 40px;
  margin-bottom: 12px;
}

.push_app_container {
  display: flex;
  flex-direction: column;
  /* margin: 80px 200px; */
  /* margin: 70px 0; */
  padding: 50px 20px;
  /* width: 1040px;
  margin: auto; */
}
.push_app_container .push_app_top_section,
.push_app_container .push_app_bottom_section {
  max-width: 1040px;
  margin: auto;
}

.push_app_news_date h2 {
  font-size: 9rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  /* text-align: right; */
  line-height: 9.2rem;
  margin-block-start: 0;
}

.push_app_news_date h2:first-child {
  color: #9fc1e9;
}

.push_app_news_date h2:last-child {
  color: #3a4052;
}

.push_app_news_heading h3 {
  font-size: 3.2rem;
  /* margin-top: -5px; */
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  color: #3a4052;
  cursor: pointer;
  text-transform: uppercase;
}

.push_app_heading_purple_list p,
.push_app_heading_purple_list div {
  /* font-weight: bold; */
  color: #9fc1e9;
  font-size: 2rem;
  font-family: calibri_bold;
  line-height: 3rem;
  text-transform: uppercase;
}

.push_app_bottom_imgs_section {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  gap: 30px;
  margin-top: 20px;
}

.push_app_bottom_imgs_section img {
  width: 100%;
}
.push_app_bottom_msg_more_section{
  column-count: 3;
}
.push_app_bottom_msg_more_section p {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.push_app_container:nth-child(even) {
  background-color: #efefef;
}

.push_app_bottom_section {
  display: none;
}

.news_end_archiv {
  margin-top: 50px;
}
.news_end_archiv hr {
  height: 1px;
  background-color: rgba(58, 64, 82, 0.5);
}

.news_end_archiv h2 {
  text-align: center;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 9.6rem;
  letter-spacing: 3px;
  margin-top: -5px;
  margin-bottom: 20px;
  color: #3a4052;
}

.job_container {
  background-color: #3a4052;
  padding: 50px 20px;
}
.job_container .job_container_inner {
  max-width: 1040px;
  margin: auto;
}
.job_link_with_title{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.job_link_with_title h3{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow:rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding:15px 20px;
  border-radius: 10px;
}
.job_link_with_title h3 a{
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 1.7rem !important;
  color: #ffffff;
}
.job_container h2 {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-size: 9.6rem;
  color: #ffffff;
}

.job_container h2:nth-child(2) {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-size: 9.6rem;
  color: #9fc1e9;
}
.job_container h3 {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-size: 3.2rem;
  color: #ffffff;
}
.job_container h4 {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-size: 1.92rem;
  color: #ffffff;
}
.job_container h4 a {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 2rem;
  color: #9fc1e9;
}
.job_container h3 a {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-size: 3.2rem;
  color: #ffffff;
  text-decoration: none;
}

/* Anti Doping */
/* Anti Doping */
/* Anti Doping */

.anti_doping {
  background-color: #9fc1e9;
}

.anti_dopping_btm_txt p {
  font-size: 1.6rem;
  font-family: calibri_regular;
  color: #3a4052;
}

.anti_dopping_btm_txt p a {
  font-size: 1.6rem;
  font-family: calibri_regular;
  color: #3a4052;
  text-decoration: none;
}

.anti_dopping_btm_txt p strong {
  font-size: 1.6rem;
  font-family: calibri_regular;
  color: #3a4052;
  text-decoration: none;
}

.anti_dopping_btm_txt h3 {
  font-size: 1.92rem;
  font-family: akzidenz_grotesk_r_condensed_medium;
  color: #3a4052;
}

.anti_dopping_btm_container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}

.anti_dopping_btm_images {
  display: flex;
  flex-direction: column;
}

.anti_dopping_btm_images img {
  width: 100%;
}

.athletensprecher_profl h2 {
  font-size: 3.2rem !important;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
}

.athletensprecher_profl h2 a {
  font-size: 1.92rem !important;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  color: #3a4052;
}

/* verbandsaerzte_container */
.verbandsaerzte_container {
  display: flex;
  gap: 30px;
  max-width: 1040px;
  margin: 0 auto;
}

.verbandsaerzte_container {
  padding: 50px 0px;
}

.verbandsaerzte_container h2 {
  font-size: 3.2rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
}

.verbandsaerzte_container h3 {
  font-size: 1.92rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
}

.verbandsaerzte_container p {
  font-size: 1.6rem;
  font-family: calibri_regular;
}

.verbandsaerzte_block {
  flex: 1;
}

.verbandsaerzte_container p a {
  font-size: 1.6rem;
  font-family: calibri_regular;
  color: white;
  text-decoration: none;
}
.verbandsaerzte_container p span {
  font-size: 1.6rem;
  font-family: calibri_bold;
}
.gray_bg {
  background-color: #3a4052;
}

.gray_bg h2 {
  color: #9fc1e9;
}

.gray_bg h3 {
  color: #ffffff;
}

.gray_bg p {
  color: #ffffff;
}

.white_bg {
  background-color: white;
}

.white_bg h2 {
  color: #9fc1e9;
}

.white_bg h3 {
  color: #3a4052;
}

.white_bg p {
  color: #3a4052;
}
.white_bg p a {
  color: #3a4052;
}

.purple_bg {
  background-color: #9fc1e9;
}

.purple_bg h2 {
  color: #ffffff;
}

.purple_bg h3 {
  color: #3a4052;
}

.purple_bg p {
  color: #3a4052;
}
.purple_bg p a {
  color: #3a4052;
}

/* athlete_slided_profile */

.athlete_slided_profile {
  display: flex;
  gap: 75px;
  padding: 75px 0px;
  max-width: 1040px;
  margin: auto;
}

.athlete_slided_profile_dtls h2 {
  font-size: 3.4rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  color: #3a4052;
}

.athlete_slided_profile_dtls h2:nth-child(2) {
  color: #9fc1e9;
}

.athlete_slided_profile_dtls p span {
  color: #3a4052;
  font-family: calibri_bold;
  font-size: 1.6rem;
}
.athlete_slided_profile_dtls p {
  color: #3a4052;
  font-size: 1.6rem;
  font-family: calibri_regular;
}

/* spot_athleten_Heading */
/* spot_athleten_Heading */
/* spot_athleten_Heading */

.spot_athleten_Heading {
  padding: 25px 200px;
}

.spot_athleten_Heading h2 {
  color: #9fc1e9;
  text-align: right;
  font-size: 8rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
}

.spot_athleten_Heading h2:last-child {
  color: #3a4052;
}

.spot_athleten_Heading h2 span {
  letter-spacing: -7px;
}

.sport_athleten_profiles_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 50px 250px;
  gap: 30px;
}

.sport_athleten_profiles_block {
  display: flex;
  gap: 12px;
}

.sport_athleten_profiles_block img {
  height: 52px;
  border-radius: 5px;
  margin-top: 3px;
}

.sport_athleten_profiles_block a {
  text-decoration: none;
}

.sport_athleten_profiles_block a:hover {
  text-decoration: underline;
}

.sport_athleten_profiles_block a h3 {
  font-size: 2.8rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  color: #3a4052;
  margin-top: 0;
  margin-bottom: 4px;
}

.sport_athleten_profiles_block a p {
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 1.8rem;
  color: #9fc1e9;
}

/* termine_event_like_blocks */
/* termine_event_like_blocks */
/* termine_event_like_blocks */

.yearplanner_container {
  padding: 50px 0px 0px;
}

.yearplanner_container h2{
  color: #9fc1e9;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "akzidenz-grotesk-condensed",sans-serif;
  max-width: 1040px;
  margin: auto;
}

.yearplanner_item_wrapper{
  display: flex;
  max-width: 1040px;
  margin: auto;
  align-items: center;
  gap: 50px;
  /* justify-content: space-between; */
  
}
.yearplanner_item_wrapper{
  padding: 50px 0px;
}
.yearplanner_item_one {
  width: 60%;
}
.yearplanner_item_two{
  width: 40%;
}
.yearplanner_item_two h3{
  font-size: 8rem;
  line-height: 1.05em;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "akzidenz-grotesk-condensed",sans-serif;
}
.yearplanner_item_two h3 span{
  letter-spacing: -5px;
}
.yearplanner_item_single h4, .yearplanner_item_single p{
  
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "akzidenz-grotesk-condensed",sans-serif;
}
.yearplanner_item_single h4{
  color: #9fc1e9;
}
.yearplanner_item_single h3{
  font-size: 3.5rem;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "akzidenz-grotesk-condensed",sans-serif;
}
.yearplanner_item_single hr{
  border-color: #9fc1e9;
}
.yearplanner_item:nth-child(even) .yearplanner_item_single h4{
  color: #fff;
}
.yearplanner_item:nth-child(even) {
  background-color: #9fc1e9;
}
.yearplanner_item:nth-child(even) .yearplanner_item_one {
  text-align: right;
}
.yearplanner_item:nth-child(even) .yearplanner_item_wrapper {
  flex-direction: row-reverse;
}

.termine_event_like_blocks {
  display: flex;
  justify-content: end;
  padding: 50px 20px;
  gap: 75px;
  max-width: 1040px;
  margin: auto;
}

.termine_event_like_blocks_titles_group h3 {
  color: #9fc1e9;
  font-size: 3.2rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  text-align: right;
}

.termine_event_like_blocks_titles_group h3:nth-child(odd) {
  color: #3a4052;
}

.termine_event_like_blocks_main_title h2 {
  color: #9fc1e9;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  font-size: 6.4rem;
  text-align: right;
}

.trmn_evnt_block_purpleBg {
  background-color: #9fc1e9;
  justify-content: space-between;
}

.trmn_evnt_block_purpleBg h2 {
  color: #ffffff;
  text-align: left;
}

.trmn_evnt_block_purpleBg h3:nth-child(even) {
  color: #ffffff;
}

.trmn_evnt_block_reverse {
  justify-content: space-between;
}

.trmn_evnt_block_reverse h2 {
  text-align: left;
  color: #3a4052;
}

.trmn_evnt_block_reverse h2:last-child {
  color: #9fc1e9;
}

.trmn_evnt_block_reverse h2 span {
  letter-spacing: -7px;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  position: relative;
  top: -9px;
}

/* gray_block_container */
/* gray_block_container */
/* gray_block_container */

.gray_block_container {
  display: flex;
  background-color: #3a4052;
  padding: 30px 120px;
  justify-content: space-between;
}

.gray_block_container h3 {
  color: white;
  font-size: 3rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
}

.gray_block_container h2 {
  color: white;
  font-size: 10rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
}
.gray_block_container h3:first-child {
  color: #9fc1e9;
  margin-top: 20px;
}

.top-header .social-box {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 20px;
  top: 80px;
  display: flex;
  flex-direction: row;
  gap: 1px;
  margin-top: 1px;
  position: fixed;
  z-index: 999;
}

.top-header .social-box .social-button {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(58, 64, 82, 0.9);
  flex-direction: column;

  /* margin: 1px 0 0 1px;
  line-height: 46px;
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  padding: 5px 12px; */
}

.top-header .social-box .social-button:focus,
.top-header .social-box .social-button:focus-visible {
  outline: none;
  text-decoration: none;
}

.top-header .social-box .social-button [class^="icon-"] {
  position: relative;
  top: 2px;
}

#pushAppContainer,
.home_page_video_slider {
  /* margin-top: 50px; */
  position: relative;
}
.home #pushAppContainer,
.home .social_container{
  /* top: -500px; */
  top: -240px;
}
.home .home_page_video_slider {
  /* top: -500px; */
  top: -600px;
}
.slick-prev,
.slick-next {
  display: none !important;
}

#galleryDIV {
  margin-top: 50px;
}

.home .footer-section {
  position: relative;
  top: -170px;
}

.home footer {
  margin-bottom: 0px;
}
.topSearchArea {
  width: 100px;
  height: 10px;
}
.purple_rect_block h3 {
  max-width: 1040px;
  margin: auto;
}

.contact-persons .main-block {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 0 30px;
  margin: 50px auto;
  font-family: akzidenz_grotesk_r_condensed_medium;
  max-width: 1040px;
}

.contact-persons .main-block .headings {
  margin: 40px 0;
  color: rgb(159, 193, 233);
  text-transform: uppercase;
  font-weight: bold;
}

.contact-persons .main-block .headings h2 {
  font-size: 2rem;
}
.contact-persons .main-block .headings h3 {
  font-size: 1.7rem;
}

.contact-persons .main-block #name {
  font-weight: bold;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #3a4052;
}
.contact-persons .main-block p {
  margin: 5px 0;
}

.contact-persons .main-block .mail {
  color: #3a4052;
  text-decoration: none;
  font-weight: normal;
}

.contact-persons .main-block .right-block h2 {
  font-size: 9.6rem;
  line-height: 1.05em;
  letter-spacing: 8px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3a4052;
  text-align: right;
}

.contact-persons .main-block .right-block h3 {
  letter-spacing: 5px;
  color: rgb(159, 193, 233);
  font-size: 9.6rem;
}

.contact-persons .main-block .right-block h3 span {
  letter-spacing: -0.1em;
}

.person_department {
  font-family: akzidenz_grotesk_r_condensed_medium;
  font-size: 3.2rem;
  color: rgb(159, 193, 233);
}
.person_designation {
  font-size: 1.92 !important;
  font-family: akzidenz_grotesk_r_condensed_medium;
}
.person_name {
  font-size: 1.92rem;
  font-weight: bold;
  font-family: akzidenz_grotesk_r_condensed_medium;
}
.person_email {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: calibri_regular;
}
.person_tele_num,
.person_mob_num {
  font-size: 16px;
  font-family: Calibri, sans-serif;
}

.contact-nums {
  margin-top: 20px;
}

/* #/impressum_datenschutz starts */
.impressum-datenschutz-content1 {
  display: flex;
  gap: 50px;
  max-width: 1000px;
  margin:50px auto;
  padding: 0px 20px;
}

.impressum-datenschutz-content1 .col-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: calc(100% / 3);
}

.impressum-datenschutz-content1 h2 {
  color: rgb(159, 193, 233);
  font-size: 4rem;
  font-family: akzidenz_grotesk_r_condensed_medium;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  word-wrap: break-word;
}

.impressum-datenschutz-content1 h3 {
  font-size: 3rem;
  font-family: akzidenz_grotesk_r_condensed_medium;
  margin-bottom: 20px;
}

.impressum-datenschutz-content1 p {
  font-size: 2rem;
  font-family: calibri_regular;
  color: #3a4052;
}

.impressum-datenschutz-content1 h4 {
  font-size: 2rem;
  font-family: calibri_regular;
  font-weight: bold;
}

.impressum-datenschutz-content1 .m-top {
  margin-top: 25px;
}

.impressum-datenschutz-content1 a {
  text-decoration: none;
  color: black;
}

.impressum-datenschutz-content1 a:hover {
  text-decoration: underline;
}

.impressum-datenschutz-content1 span {
  font-weight: bold;
  margin-right: 5px;
}

.impressum-datenschutz-content2 {
  display: flex;
  gap: 50px;
  max-width: 1000px;
  margin: 50px auto;
  padding: 0px 20px;
}

.impressum-datenschutz-content2 .col-content {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  /* width: calc(100% / 2); */
}

.impressum-datenschutz-content2 h2 {
  color: rgb(159, 193, 233);
  font-size: 4rem;
  font-family: akzidenz_grotesk_r_condensed_medium;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  word-wrap: break-word;
  margin-bottom: 30px;
}

.impressum-datenschutz-content2 h3 {
  font-size: 3rem;
  font-family: akzidenz_grotesk_r_condensed_medium;
  margin-bottom: 20px;
}

.impressum-datenschutz-content2 p,
.impressum-datenschutz-content2 li,
.impressum-datenschutz-content2 a {
  font-size: 2rem;
  font-family: calibri_regular;
  color: #3a4052;
}

.impressum-datenschutz-content2 .m-top {
  margin-top: 25px;
}

.impressum-datenschutz-content2 a {
  text-decoration: none;
  word-wrap: break-word;
}

.impressum-datenschutz-content2 a:hover {
  text-decoration: underline;
}

.impressum-datenschutz-content2 li {
  margin-left: 30px;
}
/* #/impressum_datenschutz ends */

.year_archive_wrapper {
  width: 100%;
  padding: 20px 30px;
  font-size: 30px;
  display: flex;
}
.year_archive_wrapper.blue_block {
  background-color: #9fc1e9;
}
.year_archive_wrapper .year_container {
  flex: 0 0 30%;
  text-align: right;
  padding: 10px;
  font-size: 6.4rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed;
}
.year_archive_wrapper .title_container {
  font-size: 3.2rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed;
}
.year_archive_wrapper .title_container {
  flex: 0 0 70%;
  padding: 10px;
}

.year_archive_wrapper a {
  color: #000;
  line-height: 1.16em;
  font-weight: bold;
  text-transform: uppercase;
  /* font-family: "calibri_regular" !important; */
}

.year_archive_wrapper .year_container span {
  color: #9fc1e9;
}
.year_archive_wrapper.blue_block .year_container span {
  color: #fff;
}
.item img , .carousel-item img {
  width: 100%;
  height: 75vh !important;
  object-fit: contain;
}
/* lightbox */
#lightbox {
	background: rgba(0, 0, 0, 0.985);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	justify-content: center;
	align-items: center;
	color: #fff;
  z-index: 99999999999;
}
#lightbox img{
    height:90vh;
    width:auto;
}
.close, .prev, .next {
	position: absolute;
	cursor: pointer;
}

.close {
	right: 40px;
	top: 40px;
  font-weight: 900;
  font-size: xx-large;
  color: white;
}

.prev {
	left: 40px;
}

.next {
	right: 40px;
}

.footerLogo{
  position: relative;
  width: 100%;
   /* display: grid;
   gap: 60px;
   justify-content: space-between;
   grid-template-columns: 3fr 1fr; */
}
.footerLogoBox{
  position: absolute;
  top: 0px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
}
.footerLogoBox img{
  width:90px;
} 