/*
Theme Name: opentechcloud
Description: Handcoded by wiegandt media - Based on Bootstrap 5
Author: wiegandt media UG
URI: http://www.wiegandt-media.de/
Version: 2025.08
Tags: wiegandt media UG
*/

/* ==========================================================================
   Development
   ========================================================================== */

   #wpadminbar {
       top: inherit !important;
       bottom: 0 !important;
   }

/* ==========================================================================
   Basics
   ========================================================================== */

body {height:100%;width:100%;margin: 0;padding: 0;font-weight: 500;font-family: 'Montserrat', sans-serif;font-size: 16px;line-height: 1.7em;color: #505050;overflow-x: hidden;}
html {height: 100%; width: 100%; margin: 0; padding:0;}

p {line-height: 1.65em;margin-bottom: 2rem;}
a {transition: all 0.2s;cursor: pointer;color: #1062CD;text-decoration: none;}
a:hover,a:focus {transition: all 0.2s;color: #084aa0;text-decoration: none;}
:focus {outline: none !important}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align:right;}
.clear {clear: left;}

::selection{background:#E5E5E5}
::-moz-selection{background:#E5E5E5}

img.responsive {width: 100%; height: auto;}

h1 {color:#000000;font-size: 48px;font-weight: 400;margin-top: 3px;margin-bottom: 5px;line-height: 1.5em;}
h2 {color:#000000;font-size: 40px;font-weight: 700;margin-top: 3px;margin-bottom: 15px;line-height: 1.25em;}
h3 {color:#000000;font-size: 26px;font-weight: 700;margin-top: 3px;margin-bottom: 25px;line-height: 1.25em;}
h4 {color:#000000;font-size: 19px; font-weight: 400; margin-top: 3px; margin-bottom: 5px; line-height: 1.5em;}
h5 {color:#000000;font-size: 14px; font-weight: 400; margin-top: 3px; margin-bottom: 5px; line-height: 1.5em;}
h6 {color:#000000;font-size: 12px; font-weight: 400; margin-top: 3px; margin-bottom: 5px; line-height: 1.5em;}

button.accordion-button {
    font-size: 20px;
}

.text-shadow-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    padding: 35px 35px 15px;
}

.box-higher {
    transform: translateY(-110px);
    background-color: #ffffff;
    padding: 35px 35px 35px;
}

/* ==========================================================================
   Menu
   ========================================================================== */

header ul {
  padding-left: 0;
  display: inline-block;
}

.logo-box a {
    display: block;
    width: 260px;
    height: 80px;
    background-image: url(/wp-content/themes/otc/img/otc-logo-light_DE.svg);
    background-repeat: no-repeat;
    background-size: 260px;
}

.logo-box {
    display: inline-block;
}

.menu-footer-container {
    text-align: center;
}

.hamburger {
    padding: 17px 0 10px;
}

button.hamburger {
  display: none;
  float: right;
  position: relative;
  z-index: 9999;
}

.main-navbar {
    float: right;
}

ul.menu {
    padding-left: 0;
    list-style: none;
}

ul#menu-footer {
    display: inline-block;
    margin-bottom: 0;
}

ul#menu-footer li {
    display: inline-block;
    margin: 0 5px;
}

.main-navbar ul li {
    display: inline-block;
    margin: 0 12px;
    position: relative;
}

.main-navbar ul li:last-child {
    margin-right: 0;
}

.main-navbar ul {
    text-align: right;
    margin: 15px 0 0;
    font-size: 15px;
}

.mobile-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -o-transition: opacity .75s ease-in-out;
    transition: all .75s ease-in-out;
    text-align: center;
    z-index: -150;
    opacity: 0;
    visibility: hidden;
}

.menu-active .mobile-navbar {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 25;
    visibility: visible;
}

.mobile-navbar ul {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.mobile-navbar ul li a {
    font-size: 35px;
}

.mobile-navbar ul li a:hover {
    color: #000000;
}

.footer-menu ul {
    text-align: right;
    padding-left: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 5px;
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

header.scroll-up {
    transform: translateY(-100%);
}

.main-navbar a {
    color: #000000;
}

.main-navbar ul li:after {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: .35s;
}


.main-navbar ul li:hover:after, .main-navbar ul li.active:after,
.main-navbar ul li.current-page-ancestor:after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #1062CD;
}

hr {
    color: #ffffff;
    opacity: 1;
}

section#welcome {
    position: relative;
    height: 73vh;
    width: 100%;
    min-width: 100%;
    overflow: hidden;
}

.video-overlay {
    background-color: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -2;
}

.overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/themes/otc/img/play.svg);
    background-size: 100px;
    background-position: center;
    background-repeat: no-repeat;
    transition: .3s;
}

.video-overlay-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    background: -webkit-linear-gradient(right,transparent 0,#000000 90%);
    background: linear-gradient(to left, transparent 0, #000000 90%);
    opacity: .6;
}

.slider-overlay {
    background-color: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
}

.bg-overlay {
    background-color: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

#bgvideo {
    min-height: 100vh;
    min-width: 100%;
    position: fixed;
    left: 50%;
    top: 40%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -10;
}

.owl-header-slider .item {
    background-size: cover;
    background-position: center;
}

.owl-carousel-pictures {
    padding: 0;
}

.border-pic-left:hover .pictext_img-left, .border-pic-right:hover .pictext_img-right,
.video-link .pictext-pic:hover .pictext_img-left, .video-link .pictext-pic:hover .pictext_img-right  {
    transform: scale(1.025);
}

.x-col-img:hover .pictext_img-left {
    transform: scale(1.05);
}

.border-pic-left.wide-pic-left {
    border-radius: 0 30px 30px 0;
}

.border-pic-right.wide-pic-right {
    border-radius: 30px 0 0 30px;
}

/* ==========================================================================
   Site
   ========================================================================== */

header {
    padding: 15px 0 0;
    position: fixed;
    width: 100%;
    z-index: 40;
    transition: all .3s;
}

section#main {
    padding: 15px 0 20px;
    padding-top: 130px;
}

section#footer {
    background-color: #000000;
    padding: 60px 0 24px;
    font-size: 14px;
    color: #ffffff;
}

.menu-main-container {
    display: inline-block;
    margin-right: 22px;
    margin-top: 10px;
}

.main-navbar-add {
    display: inline-block;
}

.btn {
    font-size: 16px;
    border-radius: 35px;
    padding: .575rem .95rem;
}

a.btn-black {
    color: #ffffff;
    background-color: #000000;
}

a.btn-blue {
    color: #ffffff;
    background-color: #1062CD;
}

a.btn-white, .btn-white {
    background-color: #ffffff
}

a.btn-white:hover, .btn-white:hover {
    background-color: #e1e1e1
}

.main-navbar-add a.btn:first-child {
    margin-right: 8px;
}

section#cta-contact {
    padding-top: 55px;
}

#welcome .container, #welcome .row {
    height: 70vh;
}

.welcome-box {
    color: #ffffff;
}

.owl-header-slider .container {
    z-index: 2;
    position: relative;
}


section#welcome.subpage {
    height: 580px;
}

#welcome.subpage .container, #welcome.subpage .row {
    height: 50vh;
}

.btn.btn-black:hover, .btn.btn-blue:hover {
    color: #ffffff;
}

.btn.btn-blue:hover {
    background-color: #2075e3;
}

.btn.btn-black:hover {
    background-color: #343537;
}

section#footer a {
    color: #ffffff;
}

.border-right {
    border-right: 1px solid #ffffff;
}

ul#menu-policy {
    margin-bottom: 0;
}

header.js-header .container {
    background-color: #ffffff;
    border-radius: 35px;
    padding: 10px 20px 0 20px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.none-trans { background-color: #ffffff;}

.pictext-pic {
    position: relative;
}

img.pictext_img-left, img.pictext_img-right {
    width: 100%;
    transition: all 2s;
}

.pictext-text {
    margin-bottom: 120px;
}

.border-pic-right, .border-pic-left {
    margin: 0 0 90px 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    overflow: hidden;
}

.border-pic-left {
    margin: 0 25px 90px 0;
}

section#whitespace {
    background-color: #ffffff;
    height: 70px;
}

.text-wide-inner {
    padding: 20px 0 70px;
}

.colored-lighter {
    background-color: #2886ff;
    color: #ffffff;
}

.colored-darker {
    background-color: #0f62ce;
    color: #ffffff;
}

.img-col {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.content-wrapper {
    height: 100%;
}

ul.socials {
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}

li.socials-single {
    display: inline-block;
    margin: 0 8px;
}

li.socials-single a {
    width: 36px;
    height: 36px;
    display: block;
    background-size: 36px;
}

.social-icons {
    text-align: center;
}

a.social-link.icon-fb {
    background-image: url(/wp-content/themes/otc/img/icon-fb.svg);
}

a.social-link.icon-in {
    background-image: url(/wp-content/themes/otc/img/icon-in.svg);
}

a.social-link.icon-li {
    background-image: url(/wp-content/themes/otc/img/icon-li.svg);
}

a.social-link.icon-yt {
    background-image: url(/wp-content/themes/otc/img/icon-yt.svg);
}

.owl-carousel-left, .owl-carousel2 {
    padding-bottom: 26px;
}

.text-slider-inner {
    padding: 20px 0 30px;
}

section#slider-static {
    padding: 65px 0 75px;
}

.gradient-sides-white {
  mask-image: linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);
  -webkit-mask-image: linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);
}

.dark-vers {
    background-color: #000000;
    color: #ffffff;
}

.x-col-img {
    margin-bottom: 25px;
    border-radius: 30px;
    overflow: hidden;
}

.nf-form-fields-required {
    display: none;
}

.nf-form-fields-required {
    display: none;
}

.nf-field-label label {
    font-weight: 400;
    font-size: 13px;
}

.label-above .nf-field-label label {
    font-weight: 700;
    font-size: 15px
}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    border-radius: 7px;
    border: 1px solid #000000;
    padding: .7rem;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    font-weight: 700;
    border: none !important;
}

hr.page {
    color: #cccccc;
    margin: 0 0 90px;
}

hr.com {
    color: #ffffff;
    margin: 10px 0;
}

button p {
    margin-bottom: 0;
}

.accordion-button::after {
  width: 1.75rem;
  height: 1.75rem;
  background-size: 1.75rem;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
    font-weight: 700;
}

.dark-vers h1, .dark-vers h2, .dark-vers h3, .dark-vers h4,.dark-vers h5, .dark-vers h6,
.light-up h1, .light-up h2, .light-up h3, .light-up h4, .light-up h5, .light-up h4 {
    color: #ffffff;
}

.main-navbar-add .btn {
  font-size: 13px;
}

.text-col {
    padding: 45px 0 45px 45px;
}

section#three-col-background, section#stoerer {
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#three-col-background .three-col-wrapper {
    background-color: #ffffff;
    border-radius: 35px;
}

#three-col-background .x-col-text {
    padding: 0 35px 5px;
}

#three-col-background .x-col-img {
    border-radius: 35px 35px 0 0;
}

#three-col-background .container {
    padding-top: 90px;
    padding-bottom: 80px;
    z-index: 1;
    position: relative;
}

.zitat-text {
    background-color: #0f62cd;
    color: #ffffff;
    font-size: 18px;
    padding: 35px;
    border-radius: 30px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    font-weight: 700;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.zitat-text.zi-right {
    transform: translateX(-65px);
}

.zitat-text.zi-left {
    transform: translateX(65px);
}

.zi-pic-left {
    transform: translateX(65px);
}

.zi-pic-right {
    transform: translateX(-65px);
}

.person-zitat {
    font-size: 15px;
    font-weight: 400;
}

section#comments {
    padding: 80px;
}

.com-item {
    background-color: #f1f1f1;
    padding: 30px 35px;
}

span.com-quelle {
    font-size: 13px;
}

span.com-person {
    font-weight: 700;
    font-size: 15px;
}

p {}

span.com-bewertung p {
    margin-bottom: 10px;
    color: #000;
}

span.com-bewertung {
    font-size: 19px;
    font-weight: 700;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0f62cd;
}

img.stars {
    max-width: 90px;
}

span.com-funktion {
    font-size: 15px;
}

span.zi-person {
    font-weight: 700;
}

.p-no-margin p {
    margin-bottom: 0;
}

#galerie-slider .owl-controls {
    display: none;
}

.stoerer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0f62cdb5;
}

section#stoerer {
    background-blend-mode: multiply;
}

section#stoerer .container {
    z-index: 2;
    position: relative;
    color: #ffffff;
}

.stoerer-inner {
    padding: 95px 0 60px;
}

.stoerer-inner h1, .stoerer-inner h2, .stoerer-inner h3, .stoerer-inner h4, .stoerer-inner h5 {
    color: #ffffff;
}

.text-shadow-box.box-higher.news-shadow-box {
    height: 550px;
    background-size: cover;
    background-position: center;
    position: relative;
}

section#welcome.newspage {
    height: 350px;
}

.cat-news {
    font-size: 15px;
    margin-bottom: 8px;
}

section#news-content {
    padding-bottom: 80px;
}

section#text-wide-shadow {
    position: relative;
    z-index: 2;
}

.slider-sub {
    color: #ffffff;
    font-size: 25px;
    line-height: 1.25em;
    border-left: 3px solid #0f62cd;
    padding-left: 20px;
}

.slider-add {
    margin-top: 30px;
    margin-left: 25px;
}

h1.slider-headline {
    font-weight: 400;
    padding-top: 110px;
    font-size: 62px;
    line-height: 1em;
    margin-bottom: 25px;
}

.owl-header-slider .owl-dots {
    transform: translateY(-153px);
}

#news-slider .three-col-wrapper {
    background-color: #ffffff;
    border-radius: 30px;
    margin-bottom: 20px;
}

#news-slider .x-col-img {
    border-radius: 30px 30px 0 0;
}

#news-slider .x-col-text {
    padding: 0 30px 45px;
}

section#news-slider {
    75px: 0;
    padding: 85px 0 45px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

section#news-overview {
    padding: 75px 0 0;
}

.three-col-wrapper {
    margin-bottom: 85px;
}

.bg-gradient-custom {
    position: absolute;
    height: 50%;
    width: 100%;
    background: -webkit-linear-gradient(top,transparent 0,#1a1a1a 90%);
    background: linear-gradient(to bottom, transparent 0, #1a1a1a 90%);
    bottom: 0;
    border-radius: 0 30px 30px;
}

.single-news .box-higher {
    padding: 0;
    position: relative;
}

.news-inner-headline {
    position: absolute;
    bottom: 0;
    padding: 0 45px 15px;
    z-index: 3;
}

.news-inner-headline .cat-news, .news-inner-headline h2 {
    color: #ffffff;
}

.video-link img.pictext_img-left, .video-link img.pictext_img-right {
    opacity: .4;
}

.video-link .border-pic-right, .video-link .border-pic-left {
    background-color: #000;
}

hr.ninja-forms-field {
    color: #a2a2a2;
}

.nf-error-msg, .ninja-forms-req-symbol {
    font-size: 13px;
}

ul.sub-menu {
    position: absolute;
    text-align: left;
    background-color: #ffffff;
    transition: top 1s;
    display: none;
    top: 20px;
    margin-top: 3px;
    padding-top: 20px;
    border-radius: 0 10px 10px;
}

li.menu-item:hover ul.sub-menu {
    display: block;
    position: absolute;
    left: -14px;
}

li.menu-item {
    position: relative;
}

.main-navbar ul.sub-menu li:after {
    display: none !important;
}

ul.sub-menu li {
    border-bottom: 1px solid #e9e9e9;
}

.main-navbar ul.sub-menu li {
    margin: 0;
    padding: 5px 12px;
    width: 100%;
}

.main-navbar ul.sub-menu li:last-child {
    border-bottom: none;
}

.main-navbar ul li.menu-item-has-children {
    padding-right: 18px;
}

.main-navbar ul li.menu-item-has-children:before {
    display: block;
    content:'';
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/themes/otc/img/down-icon.svg);
    right: 0;
    top: 6px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-navbar-add.navbar-add-mobile {
  display: none;
}

.mobile-navbar .menu-main-container {
    margin-right: 0;
}

.mobile-navbar-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
}

.mobile-navbar ul a {
    color: #171717;
}

.mobile-navbar li.menu-item {
    margin-bottom: 15px;
}

.mobile-navbar li.menu-item:last-child {
    margin-bottom: 50px;
}

.main-navbar-add.navbar-add-mobile {
    margin-right: 0;
}

/* ==========================================================================
   Responsive MAX
   ========================================================================== */

@media screen and (min-width: 1499px) {

  .container {
    max-width: 1420px;
  }

}

@media screen and (max-width: 1399px) {

  button.hamburger {
      display: block;
  }
  
  ul.sub-menu {
      display: none !important;
  }

  .menu-main-container{
      display: none;
  }
  
  .mobile-navbar .menu-main-container{
      display: block;
  }
  
  h1.slider-headline {
    font-size: 45px;
    margin-bottom: 20px;
  }
  
  .slider-sub {
    font-size: 22px;
  }
  
  .main-navbar-add {
      margin-top: 10px;
      margin-right: 20px;
  }
  
  .logo-box a {
      height: 62px;
      background-size: 203px;
      width: 203px;
  }

}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 992px) {
  
  .zi-pic-left, .zi-pic-right {
      transform: translate(0);
  }
  
  .border-pic-left {
      margin: 0;
  }
  
  .zitat-text.zi-right, .zitat-text.zi-left{
      transform: translateY(-105px);
      margin: 0 25px;
  }
  
  .border-pic-right, .border-pic-left {
      margin: 0 0 55px;
  }
  
  .border-pic-left.wide-pic-left, .border-pic-right.wide-pic-right {
      border-radius: 30px;
  }

}

@media screen and (max-width: 768px) {
  
  .main-navbar-add {
    display: none;
  }
  
  .copyright {
      font-size: 11px;
  }
  
  .border-right {
      border-right: 0;
  }
  
  .img-col {
      height: 350px;
  }
  
  .text-col {
      padding: 45px;
  }
  
  .main-navbar-add.navbar-add-mobile {
    display: block;
  }
  
  .news-inner-headline {
      padding: 0 25px 15px;
  }
  
  h1.slider-headline {
    font-size: 38px;
  }
  
  h1 {
      font-size: 36px;
  }
  
  h2 {
      font-size: 25px;
  }
  
  h3 {
      font-size: 22px;
  }
  
  h1.slider-headline {
    padding-top: 50px;
  }
  
  #welcome .container, #welcome .row {
      height: 90vh;
  }

.box-higher {
      transform: translateY(-70px);
  }
  
  section#welcome {
      height: 90vh;
  }


}

@media screen and (max-width: 575px) {

header.js-header .container {
    border-radius: 0;
}

header {
    padding-top: 0;
}

}

