/*
Theme Name: sme-germany-child
Description: Child theme for Uncode theme
Author: 40knots
Author URI: http://www.undsgn.com
Template: sme-germany
Version: 1.0.0
Text Domain: uncode
*/





/* Globale Farbvariablen */
:root {
  --dark-blue: #004899;
  --light-blue: #2089c5;
  --ultra-dark-blue: #003066;
  --hover-blue: #1a5c90;
  --background-color: #f9f9f9;
  --color-orange: #ff9b00;
}

/* global styles */

.custom-line {
  border: none;
  border-top: 1px dotted white;
  margin: 11px 0;
}

mark {
  padding: 7px 7px 7px 7px;
  font-weight: 400;
  background-color: var(--light-blue);
}

/* von marens wunschliste */
.uncode-accordion ul {
  margin-top: 5px !important;
}

.activities-row h3 {
  font-weight: 400;
}

.sports-and-activities {
  border-top: 1px dotted;
  border-color: black !important;
}

.url {
  font-size: 16px !important;
  color: var(--color-orange) !important;
  font-weight: 500;
}

.blue {
  color: var(--dark-blue) !important;
  font-weight: 400;
}

.orange {
  color: var(--color-orange) !important;
  font-weight: 400;
}

.orange-head {
  color: var(--color-orange) !important;
}

@media (max-width: 767px) {
  h1 span {
    font-size: 66px !important;
  }
}

/* 70 prozent header image overal */
@media (max-width: 959px) {
  .image-row {
    height: 500px !important;
  }
}
/*
      .image-row {
             margin-top: 50px!important; 
  }
  */

/*
    .image-row {padding-top:100px!important; */

/* cta buttons nebeneinander */
.btn-container {
  display: inline-block !important;
  /* margin-right: 20px; */
}

a.button-links {
  margin-right: 20px !important;
}

/* Big Opener Text */
.sme-opener p {
  font-size: 22px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  color: var(--dark-blue);
}

/* sme opener resposive */
.sme-opener-anypage p {
  color: var(--dark-blue);
  font-weight: 300;
}

/* Mobile: bis 767px */
@media (max-width: 767px) {
  .sme-opener-anypage p {
    font-size: 18px;
    line-height: 26px !important;
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .hero-left-column .uncont {
    padding-top: 0px !important;
  }
}

/* Tablet: 768px – 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
  .sme-opener-anypage p {
    font-size: 18px;
    line-height: 27px !important;
    padding-top: 160px;
  }
}

/* Desktop: ab 1025px */
@media (min-width: 1025px) {
  .sme-opener-anypage p {
    font-size: 22px;
    line-height: 31px !important;
    padding-top: 220px;
  }
}
/* sme opener resposive */

body.page-id-146319 h1 {
  color: var(--dark-blue);
}

/* Hero Button */
.menu-btn-cell .menu-btn-container {
  background: radial-gradient(
    circle at 20% 70%,
    #1881cc,
    #177ac3,
    #1574ba,
    #146db1,
    #12619e,
    #0e4e83,
    #0a3d68,
    #052c4f
  );
  border-radius: 3px !important;
  color: white;
  padding: 10px 9px 10px 16px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: none;
  outline: none;
  text-align: center;
}

.menu-btn-cell .menu-btn-container:hover {
  background-color: var(--hover-blue);
}

.menu-btn-cell .menu-btn-container .menu-icon {
  margin-left: 8px;
  order: 1;
}

/* Arrow icon inside the button */
.menu-btn-container::after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-left: 13px;
  margin-right: 5px;
  background: #ff9b00 url("https://sme-germany.com/wp-content/uploads/2025/05/arrow.svg")
    no-repeat center;
  background-size: contain;
  border-radius: 3px !important;
  vertical-align: middle;
  padding: 5px;
}

/* end overall styles */

/* *************** */
/* Logo Block Startseite */
.sme-uni-logo img,
.sme-nachhaltigkeitsziele img {
  max-width: 690px !important;
  display: block;
  height: auto;
  margin: auto;
}

.sme-uni-logo .uncode-single-media-wrapper,
.sme-nachhaltigkeitsziele .uncode-single-media-wrapper,
.sme-uni-logo .t-entry-visual,
.sme-nachhaltigkeitsziele .t-entry-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

/* homepage */
/* the programme padding right left column */

.uncell.vc_custom_1743393884522.quad-block-padding {
  padding-right: 0px !important;
}

/* *************** */

/* Hintergrundfarben */
body,
.post-body {
  background: var(--background-color) !important;
}

.headline-followup-text p {
  font-size: clamp(18px, 2.5vw, 20px) !important;
  line-height: clamp(24px, 2.2vw, 27px) !important;
  color: var(--ultra-dark-blue);
  margin-top: 20px !important;
}

/* same class as followup text but for language detect shortcode */

.uncode_text_column.headline-followup-text.text-lead {
  font-size: clamp(18px, 2.5vw, 20px) !important;
  line-height: clamp(24px, 2.2vw, 27px) !important;
  color: var(--ultra-dark-blue);
  margin-top: 20px !important;
}

/* *************** */
/* breadcrumbs */

/* Breadcrumb-Icon */
.breadcrumb .icon-box-icon img {
  width: 40px !important;
  height: auto;
  margin-bottom: 5px;
}

.icon-negative-text p {
  color: var(--color-blue) !important;
}

/* Breadcrumb-Text */
.breadcrumb .icon-box-heading p {
  font-size: 13px !important;
  text-transform: uppercase;

  font-weight: 600;
  color: #ff9b00;

  margin: 0;
}

.top-offset {
  padding-top: 20px;
}

/* *************** */

/* startseite features */
.card_features_title {
  font-size: 22px !important;
  font-weight: 600;
  color: white;
  margin-top: 10px !important;
}

.card_features_text {
  font-size: 18px !important;
  margin-top: 5px !important;
  color: white;
  margin-bottom: 40px !important;
}

.icon-features-align {
  margin-left: -9px;
}

.icon-features-align img {
  height: 50px;
  width: 50px !important;
}


.card-features-text-smallest {
  font-size: 14px !important;
}
.features-consultation-text p {
  font-size: 12.5px !important;
  color: #383838;
}

/* programme */
.deep-blue-gradient {
  background: linear-gradient(90deg, #094c89 0%, #136aac 50%, #177bc2 100%);
}

.deep-blue-gradient-2 {
  background: radial-gradient(
    circle at 20% 70%,
    #1881cc,
    #177ac3,
    #1574ba,
    #146db1,
    #12619e,
    #0e4e83,
    #0a3d68,
    #052c4f
  );
}

.inner-row-programme {
  padding-top: 70px !important;
}

.structured-list {
  list-style: none !important;
}

.structured-list li {
  text-align: left;
  padding: 7px 0;
  position: relative;
}

/* Mobile (bis 767px) */
@media (max-width: 767px) {
  .structured-list li {
    font-size: 18px !important; /* Etwas kleiner für kleinere Bildschirme */
  }
}

/* Tablets (768px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .structured-list li {
    font-size: 20px !important; /* Leicht reduziert für mittlere Displays */
  }
}

/* Desktop (ab 1025px) */
@media (min-width: 1025px) {
  .structured-list li {
    font-size: 21px !important; /* Standardgröße beibehalten */
  }
}

.structured-list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}

ul.structured-list {
  padding: 0px 0px 0px 0px !important;
}

.list-teaser-head p {
  line-height: 33px !important;
  font-size: 30px !important;
  padding-top: 50px !important;
}

/* icons rechte seite */

.inner-column-programme-right img {
  max-width: 320px !important;
}

.inner-column-programme-right .uncol.style-light.shift_y_neg_quad {
  margin-left: -100px;
} /* negativeinzug */

.wpb_column.pos-top.pos-center.align_left.column_child.col-lg-8.inner-column-programme-left.col-md-100.col-sm-100.single-internal-gutter {
  padding-right: 0px !important;
}

/* *************** */
/*  the programme spalte links */

.inner-column-programme-left {
  padding-right: 20px; /* Standardwert für kleine Screens */
}

/* Tablet (ab 768px bis 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .inner-column-programme-left {
    padding-right: 50px;
  }
}

/* Desktop (ab 1025px) */
@media (min-width: 1025px) {
  .inner-column-programme-left {
    padding-right: 200px !important;
  }
}

/* *************** */

/* *************** */

.students-column-background {
  height: 300px; /* Standardhöhe für Mobile */
}

/* Tablet (768px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .students-column-background {
    height: 450px;
  }
}

/* Desktop (ab 1025px) */
@media (min-width: 1025px) {
  .students-column-background {
    height: 600px !important;
  }
}

/* *************** testimonials */

/* Desktop (Standard) */
.testimonial-image {
  padding-top: 50px;
}

/* Mobile */
@media (max-width: 768px) {
  .testimonial-image {
    padding-top: 0px;
  }
}





.breadcrumb p {
  font-size: 13px;
  text-transform: uppercase;

  font-weight: 600;
  color: var(--color-orange) !important;
}

.testimonial-headline {
  margin-top: 10px !important;
}

.testimonial-text.text-lead,
.text-lead > *:not(ul):not(ol):not(li) {
  margin: 10px 0px 0px 0px !important;
}

@media (min-width: 1025px) {
  .testimonial-headline,
  .testimonial-text {
    max-width: 70%;
  }
}
/*
  .testimonial-text p {
    color: black !important;
    font-size: 18px !important;
    line-height: 22px !important;
  } */

.breadcrumb-style p {
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;

  font-weight: 600;
  color: #ff9b00 !important;
}

.vc_custom_heading_wrap.breadcrumb-style {
  margin-bottom: 18px !important;
}

/* application */

/* Standardwerte für Mobile (bis 767px) */
.row-application {
  margin-left: 10px;
  margin-right: 10px;
}

/* Tablet (768px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .row-application {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* Desktop (ab 1025px) */
@media (min-width: 1025px) {
  .row-application {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
}

/* bento grid */

.bento-gradient-blue .style-accent-bg {
  background: linear-gradient(90deg, #094c89 0%, #136aac 50%, #177bc2 100%);
}

.heading-bento-grid {
  padding-bottom: 20px;
}

		
.heading-bento-grid span {
  line-height: 31px !important;
}

.heading-bento-grid .text-top-reduced p {
  line-height: 24px !important;
}

/* footer styling */

.footer-link-div a {
  color: white !important;
}

.footer-link-div a:hover {
  color: var(--color-orange) !important;
  text-decoration: underline !important;
}

.white-footer-block strong {
  color: white !important;
}

.text-center {
  text-align: left !important;
}

/* logo modifications */

/* Standardwerte für Mobile (bis 767px) */
@media (max-width: 767px) {
  .footer-logo .text-center {
    text-align: left !important;
    width: 200px !important;
  }
}

/* Tablet (768px – 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
  .footer-logo .text-center {
    text-align: left !important;
    width: 200px !important;
  }
}

/* Desktop (ab 1025px) */
@media (min-width: 1025px) {
  .footer-logo .text-center {
    text-align: left !important;
  }
}

/* icon box offset if left columned */

.icon-box.icon-box-top.breadcrumb.top-offset.icon-media-image {
  text-align: left;
  padding-bottom: 20px !important;
  /*  padding-left: 40px !important; */
}

@media (max-width: 959px) {
  .icon-box.icon-box-top.breadcrumb.top-offset.icon-media-image {
    /*  padding-left: 0px !important; */
    padding-bottom: 0px !important;
  }
}

/* unset padding breadcrumb icon on right column setup */
.second-column.icon-box.icon-box-top.breadcrumb.top-offset.icon-media-image {
  padding-left: 0px !important;
}

.icon-box.icon-box-top.breadcrumb.icon-media-image {
  text-align: left;
}

/* headlines responsive */

/* overall headlines – nur für Mobile (bis 767px) */
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 58px !important;
  }

  h2,
  .h2 {
    font-size: 45px !important;
    line-height: 1.1 !important;
    margin: 27px 0 0 !important;
  }

  h4,
  .h4 {
    font-size: 35px !important;
    line-height: 1.1 !important;
  }
}

/* button */

.button-styling::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("https://sme-germany.com/wp-content/uploads/2025/05/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #004899;
  padding: 19px;
  margin-left: 18px;
  margin-right: 5px !important;
  border-radius: 0.2rem;
  vertical-align: middle;
}

.button-styling {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  border-radius: 2px !important;
  padding: 11px 12px 11px 18px !important;
  font-size: 18px;
}

@media (max-width: 767px) {
  .button-styling::after {
    width: 18px;
    height: 18px;
    padding: 12px;
    margin-left: 12px;
    margin-right: 4px !important;
    border-radius: 0.15rem;
  }

  .button-styling {
    padding: 9px 10px 9px 14px !important;
    font-size: 16px;
  }
}

/* hero clouds */

.hero-row-clouds .background-inner {
  position: absolute;
  width: 200%; /* Doppelte Breite für nahtlose Endlosschleife */
  height: 100%;
  background-repeat: repeat-x; /* Wiederholung nur horizontal */
  background-size: cover;
  background-position: top left;
  animation: moveClouds 90s linear infinite; /* Anpassung der Geschwindigkeit möglich */
}

@keyframes moveClouds {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.uncode-single-media.courses-iconcs-img.text-left {
  margin-top: 0px !important;
}

/* highlights format */

p.highlight {
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 2px;
  color: var(--ultra-dark-blue);
  font-family: Saira !important;
}

p.highlight-text {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}

.white p {
  color: white !important;
}

.accordion-row .single-block-padding.no-h-padding {
  margin-top: -56px !important;
  margin-bottom: -56px !important;
}

/*****************/
/* team site */

.people-to-talk-to h2 {
  font-size: 52px !important;
  padding-bottom: 7px !important;
}

.people-to-talk-to h3 {
  font-size: 24px !important;
  padding-bottom: 7px !important;
}

.people-to-talk-to div {
  font-size: 15px;
  line-height: 15px;
}

.people-to-talk-to .t-entry-text-tc.single-block-padding {
  padding: 20px 0px 0px 0px;
}

.people-to-talk-to .vc_custom_heading_wrap {
  padding-top: 30px;
}

.people-to-talk-to .vc_custom_heading_wrap {
  padding-bottom: 9px;
  border-bottom: 0px dotted #888;
}
/*
  .people-to-talk-to .isotope-container img {
    border-radius: 4px;
  } */

.vc_custom_heading_wrap {
  margin-bottom: 30px !important;
}

/* Standard (alle Geräte) */
.heading-teams h2 {
  color: var(--color-orange) !important;
  line-height: 50px;
}

/* Nur Desktop und Tablet (ab 768px Breite) */
@media (min-width: 768px) {
  .heading-teams h2 {
    max-width: 50%;
  }
}

/* mobile reduced head */
@media (max-width: 768px) {
  .heading-teams h2 {
    font-size: 35px !important;
  }
}

/*****************/
/* faq */

.accordion-headline-h3 h3 {
  font-size: 33px !important;
  color: var(--color-orange) !important;
  font-weight: 400 !important;
  padding-top: 30px !important;
}

.accordion-class .panel-title > a.single-block-padding {
  margin-bottom: -56px;
  margin-top: -50px;
  font-weight: 400 !important;
}

.accordion-class p {
  font-size: 18px !important;
  /*  color:#003066!important; */
  color: black !important;
  line-height: 26px !important;
}

.accordion-class ul {
  font-size: 18px !important;
  /*  color:#003066!important; */
  color: black !important;
  line-height: 26px !important;
}

.accordion-class li {
  font-size: 18px !important;
  /*  color:#003066!important; */
  color: black !important;
  line-height: 26px !important;
}

.accordion-class .panel-heading.wpb_accordion_header.ui-accordion-header p {
  font-size: 21px !important;
}

/* accordion on application site */

.accordion-class-application ul {
  font-size: 19px !important;
  color: black !important;
  line-height: 27px !important;
}

.accordion-class-application li {
  font-size: 19px !important;
  color: black !important;
  line-height: 27px !important;
}

.accordion-class-application p {
  font-size: 19px !important;
  color: black !important;
  line-height: 27px !important;
}
.accordion-class-application .panel-title {
  font-size: 26px !important;
  color: black !important;
  line-height: 27px !important;
}

/*****************/
/* course site */

/* space for the icon */
.programme-highlights-row .vc_custom_heading_wrap {
  margin-top: 5px !important;
}

.download-links .icon-box-heading.icon-box-fa-1x {
  margin-top: 8px !important;
  font-size: 30px !important;
}

.download-links .h6 {
  font-size: 18px !important;
  font-weight: 200 !important;
}

.download-links .icon-box {
  margin-top: 0px !important;
}

/* carousel rounded corners */
.row-slider-course-details .uncell.double-block-padding.style-color-xsdn-bg {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* companion gradient course site */
.style-back_color-125778-bg {
  background: linear-gradient(
    to bottom,
    rgb(180, 224, 249) 6%,
    rgb(249, 249, 249) 63%
  ) !important;
}

.row-slider-course-details .uncell.single-block-padding {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/*****************/
/* career section course seite */

.career-head h3 {
  font-size: 35px !important;
}

.vc_custom_heading_wrap.career-head {
  margin-bottom: 0px !important;
}

/* Paragraph style in career section */
.career-copy p {
  font-size: 18px;
  line-height: 22px;
}

/* Header in specialisation area */
.small-type-copy .h5 {
  padding-bottom: 15px !important;
}

/* Overall small type styling */
.small-type-copy p {
  font-size: 17px;
  line-height: 25px;
  margin-top: 0px !important;
}

.column-headline {
  margin-top: 15px !important;
}

/* overwritten from theme */
.fontheight-161249 {
  line-height: 0.99;
}
/*
.additional-link-div a {
  color: var(--dark-blue) !important;
  font-size: 18px !important;
  font-weight: 500;
}*/

.additional-link-div a:hover {
  color: var(--color-orange) !important;
  text-decoration: underline !important;
}

.additional-link-div a {
  color: var(--dark-blue) !important;
  font-size: 18px !important;
  font-weight: 500;
  text-decoration: underline dotted;
  position: relative;
  padding-left: 1.5em;
}

.additional-link-div a::before {
  content: "🔗";
  position: absolute;
  left: 0;
  top: -2px;
}

.additional-link-container {
  padding-top: 20px !important;
}

/* endurl styling */

/*****************/
/* campus & life */

/* carousel  styling */
.carousel-styling-living
  p.t-entry-title.sme-saira.h3.font-weight-400.title-scale {
  font-size: 22px !important;
}

.carousel-styling-living p {
  font-size: 16px !important;
  margin: 0px 0px 0px 0px !important;
}

.carousel-styling-living .t-entry-text-tc.single-block-padding {
  padding: 20px;
}

/* carousel  styling */

.t-overlay-text.single-block-padding {
  background-color: rgba(0, 72, 153, 0.8); /* Blau mit 80 % Deckkraft */
  mix-blend-mode: multiply;
}

/* List items spacing */
ul li {
  margin-bottom: 5px;
}

.uncode_text_column.headline-followup-text.warning-red.text-lead {
  color: red !important;
  font-weight: 400 !important;
}

/* timeline */

.vertical-timeline {
  position: relative;
  margin-left: 2rem;
  padding-left: 2rem;
  border-left: 2px solid #d0d8e0;
}

.step {
  position: relative;
  margin-bottom: 3rem;
}

.step::before {
  content: "";
  position: absolute;
  left: -3.1rem;
  top: 0;
  width: 2rem;
  height: 2rem;
  background-color: #0080c9;

  font-size: 1rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 50%;
}

.step.final::before {
  background-color: #dbe1ea;
  color: #ff9b00;
}

.step h4 {
  margin: 0 0 0.3rem;
  font-size: 1.05rem;
  color: #004080;
}

.step p {
  margin: 0;
  font-size: 0.9rem;
  color: #444;
}

.timeline-headline h4 {
  padding-top: 40px !important;
  padding-left: 60px;
  font-size: 24px !important;
  font-weight: 400;
}

.step h4 {
  font-size: 22px !important;
}

.step p {
  font-size: 16px !important;
}

/* offset scrollytellojg row */
.scrollytelling-row {
  margin-top: -40px !important;
  z-index: 300 !important;
}

/* offset scrollytellojg row */
.scrollytelling-row {
  /* margin-top:-50px!important; */
  z-index: 900 !important;
}

.scrollytelling-row
  .row.col-double-gutter.exa-top-padding.exa-bottom-padding.single-h-padding.limit-width.row-parent {
  padding-top: 0px !important;
}

div#row-unique-0 {
  z-index: 200;
}

/* dreier cards course details */

.white-cards-2 {
  background-color: white !important;
  padding-bottom: 40px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-radius: 5px 5px 5px 5px !important;
}

.display-none {
  display: none !important;
}

/* carousel images campus & Life */
.post-146506 .uncode-owl-nav-out.skin-inherit {
  margin-top: 30px !important;
}

.activities-row .vc_custom_heading_wrap.small-type-copy.negative {
  margin-bottom: 12px !important;
}

.activities-row .uncode_text_column.headline-followup-text {
  margin-top: 0px !important;
}

/* studierendensekretariat less coloured */
.adress-text-sekretariat p {
  font-size: 17px !important;
  line-height: 29px !important;
}

.contact-link-div a {
  color: var(--dark-blue) !important;
}

.contact-link-div a:hover {
  color: var(--dark-blue) !important;
  text-decoration: underline;
}

.adress-text-sekretariat .text-lead,
.text-lead:not(ul):not(ol) > * {
  line-height: 1.5;
  color: var(--dark-blue);
}

img.srcset-auto.srcset-sizes-done {
  border-radius: 5px !important;
}

/* mobile adjustments rows */

/* hero text padding top */
.wpb_column.pos-bottom.pos-center.align_left.column_parent.col-lg-6.hero-left-column.single-internal-gutter {
  padding-top: 0px !important;
}

/* mini icon cards */

.vc_custom_heading_wrap.card_features_title {
  margin-top: 0px !important;
}

/* tablet and mobile */
@media (max-width: 1024px) {
  .main-container .row-the-programme .triple-h-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* image settings the course */

@media (max-width: 567px) {
  /* mobile */
  .triple-image-course-startseite {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}

@media (max-width: 767px) {
  /* mobile */
  .vc_row.deep-blue-gradient.inner-row-programme.style-color-sme-darkblue-bg.vc_custom_1743426549695.row-internal.row-container.desktop-hidden {
    padding-top: 0px !important;
  }
}




/* breadcrumb row fix */
@media (min-width: 570px) and (max-width: 959px) {
  .breadcrumb-column-left {
    padding-left: 36px !important;
  }
}

/* boats row margin top */

@media (max-width: 967px) {
  .vc_row.deep-blue-gradient.inner-row-programme.style-color-sme-darkblue-bg.vc_custom_1743426549695.row-internal.row-container.desktop-hidden {
    padding-top: 0px !important;
  }
}

/* course row full width and padding again for elements on mobile */

@media (max-width: 959px) {
  .row-the-programme .uncell.quad-block-padding {
    padding: 0px 0px 0px 0px;
  }
}

@media (max-width: 959px) {
  .inner-row-programme .vc_custom_heading_wrap.column-headline,
  .inner-row-programme .icon-box.icon-box-top.breadcrumb.icon-media-image,
  .inner-row-programme .vc_custom_heading_wrap.list-teaser-head,
  .inner-row-programme ul.structured-list,
  .inner-row-programme span.btn-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

@media (max-width: 959px) {
  .inner-row-programme span.btn-container {
    padding-bottom: 40px !important;
  }
}

/* course row full width and padding again for elements on mobile */

/* cta mobile styling */

@media only screen and (max-width: 767px) {
  .column-left-cta h3 {
    font-size: 35px;
  }

  .column-left-cta .vc_custom_heading_wrap {
    margin-bottom: 0px !important;
  }

  .column-left-cta p {
    font-size: 15px;
  }

  .column-left-cta a.custom-link {
    margin-right: 0px !important;
  }

  .column-left-cta span.btn-container {
    margin-top: 0px !important;
  }
}

/* distance to icon */

@media only screen and (max-width: 767px) {
  .wpb_column.pos-top.pos-center.align_left.column_child.col-lg-8.col-md-100.single-internal-gutter {
    padding-top: 5px;
    /*  background: red; */
  }
}

/* course site mobile adjustments */

@media only screen and (max-width: 767px) {
  .uncode_text_column.headline-followup-text.text-lead {
    margin-bottom: 30px;
  }

  .career-head,
  .career-options-copy {
    padding: 0 25px !important;
  }

  .career-card .uncont {
    background-color: white;
    padding-bottom: 20px;
  }

  .spacer-01,
  .spacer-02 {
    padding-top: 0 !important;
  }

  .spacer-04 {
    padding-top: 10px !important;
  }

  .career-paths-row .single-block-padding {
    padding: 0 !important;
  }

  .owl-carousel-wrapper {
    margin-top: 0 !important;
  }
}

/* carousel mobile arrows */

.uncode-owl-nav.dots-look-default.pos-abs.pos-abs-top.h-align-right.owl-nav-no-block-padding.arrows-round.arrows-bg-sm.animated-arrows-default.desktop-hidden.tablet-hidden.limit-width {
  margin-top: 55px;
  padding-right: 30px !important;
}

/* hide bottom carousel nav on mobile */

@media only screen and (max-width: 767px) {
  .uncode-owl-nav.dots-look-raw.pos-abs.pos-abs-bottom.h-align-right.owl-nav-no-block-padding.dots-lines.arrows-round.arrows-bg-sm.animated-arrows-default.limit-width {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .column-headline {
    padding-top: 0px !important;
    margin-top: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .countdown.h5 {
    font-size: 24px !important;
    font-weight: 400 !important;
    font-weight: 600 !important;
  }

  .counter-text p {
    font-size: 12px !important;
  }
}

/* scrollsequence code */


.ssq-center-center {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
	 background: rgba(249, 249, 249, 0.8)!important;
}


.scrollsequence-page h3 {
  font-size: 1.4em;
  font-weight: 400;
  /* color: #ffffff; */
	
	color: var(--dark-blue);
  padding: 9px 19px;
/*   background: rgba(2, 48, 102, 0.8); */
 /*  background: rgba(249, 249, 249, 0.8);  */
  border-radius: 2px;
  margin: 0 auto;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .ssq-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
	   background: none;
  }
}

@media (max-width: 768px) {
  .ssq-center-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  #null1,
  #null2,
  #null3 {
    width: 250px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .scrollsequence-page h3 {
/*   background: rgba(2, 48, 102, 0.8); */
  background: rgba(249, 249, 249, 0.8)!important; 
    font-size: 1em !important;
  }
}



@media (max-width: 768px) {
h3.font-164404.fontsize-50.custom-head.background.no-mobile-bullet {
    display: none;

  }
}
h3.font-164404.fontsize-50.custom-head.background.no-mobile-bullet {
    padding-left: 0px;
    padding-right: 0px;
}


.scrollsequence-text.dark-bg {
  color: #ffffff; /* weiß auf dunklem Hintergrund */
}

/* needs to move to stlyesheet */
.ssq-center-center {
  background-color: #f9f9f9 !important;
  border-radius: 5px !important;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1) !important;
  padding: 0.5rem 2rem 0.5rem 2rem!important;
}  
