html { touch-action: manipulation; min-height: 100%;}
body{ position: relative; line-height: 1.2; height: 100%; }
h1, h2, h3, h4, h5, h6, ul, li, p { list-style: none; margin: 0; padding: 0; }
a{ text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { outline:none; }
button{ cursor: pointer; }
.btn.focus, .btn:focus { outline: 0; box-shadow: unset; }
:focus {
    outline: unset;
}
button:focus{ outline: none; }
img{ width: auto; }

@font-face {
  font-family: DINNextLTPro;
  src: local(DINNextLTPro-Light),
    url(../Fonts/DINNextLTPro-Light.woff2) format("woff2"),
    url(../Fonts/DINNextLTPro-Light.woff) format("woff"),
    url(../Fonts/DINNextLTPro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: DINNextLTPro;
  src: local(DINNextLTPro-Light),
    url(../Fonts/DINNextLTPro-Light.woff2) format("woff2"),
    url(../Fonts/DINNextLTPro-Light.woff) format("woff"),
    url(../Fonts/DINNextLTPro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: DINNextLTPro;
  src: local(DINNextLTPro-Regular),
    url(../Fonts/DINNextLTPro-Regular.woff2) format("woff2"),
    url(../Fonts/DINNextLTPro-Regular.woff) format("woff"),
    url(../Fonts/DINNextLTPro-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: DINNextLTPro;
  src: local(DINNextLTPro-Bold),
    url(../Fonts/DINNextLTPro-Bold.woff2) format("woff2"),
    url(../Fonts/DINNextLTPro-Bold.woff) format("woff"),
    url(../Fonts/DINNextLTPro-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: DINNextLTPro;
  src: local(DINNextLTPro-Heavy),
    url(../Fonts/DINNextLTPro-Heavy.woff2) format("woff2"),
    url(../Fonts/DINNextLTPro-Heavy.woff) format("woff"),
    url(../Fonts/DINNextLTPro-Heavy.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../Fonts/fontawesome-webfont.woff2') format('woff2');
}

.container-fluid{padding-right: 15px;padding-left: 15px;}

h1{
  font-size: 130px;
}
h2{
  font-size: 50px;
  line-height: normal;
  margin-bottom: 8px;
  color: #000000;
}
p{
  font-size: 20px;
  line-height: 1.35;
  color: #000000;
}
p u, p a{border-bottom: 1.5px solid #000; text-decoration: none; line-height: 1; display: inline-block; color: inherit;}
b u, strong u, b a, strong a { border-bottom: 2px solid #000; text-decoration: none; line-height: 1; display: inline-block; color: inherit;}

b u:hover ,strong u:hover ,p u:hover, b a:hover ,strong a:hover ,p a:hover{color: inherit;}
.red-wrapper p u, .red-wrapper p a{ border-bottom: 1.5px solid #ffffff; text-decoration: none; line-height: 1; display: inline-block; color: #ffffff; }
.row{
  margin-top: 0;
  margin-bottom: 0;
}
.heading-text{
  margin-bottom: 47px;
}
.heading-text h2{
  font-family: DINNextLTPro;
  font-size: 50px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  position: relative;
}
.heading-text p.sub-text{
  font-family: DINNextLTPro;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  position: relative;
}
.heading-text p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.header{
  padding-top: 25px;
  /*height: 125px;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.navbar-brand>img{
  width: 189px;
  height: 100px;
  object-fit: contain;
}
.header .navbar{
  border-radius: unset;
  min-height: unset;
  border: unset;
  margin-bottom: 0;
  padding: 0 64px;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.header .navbar .navbar-collapse{
  padding-left: 0;
  padding-right: 0;
  transition: unset!important;
}
.header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.header .navbar .navbar-nav>li{
  padding-left: 24px;
  padding-right: 24px;
  padding: 16px 36px 12px 16px;
}
.header .navbar .navbar-nav>li.dropdown.selected{
  box-shadow: 0 2px 16px -2px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding: 16px 35px 12px 17px;
}
.header .navbar .navbar-nav>li.dropdown.selected .caret{
  border-color: #000000;
/*  bottom: 25px;*/
}
.header .navbar .navbar-nav>li.dropdown.selected .caret img{
  filter: brightness(0);
}
.header .navbar .navbar-nav>li>a,.dropdown-menu>li>a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  padding: 0!important;
  text-decoration: none;
}
.header .navbar .navbar-nav>li>a:hover{border-bottom:3px solid #ffffff; }
.dropdown-menu>li>a{
  color: #000000;
  padding-right: 15px;
  padding-left: 15px;
}
.header .navbar .navbar-nav>li:first-child{
  padding-left: 0;
}
.header .navbar .navbar-nav>li:last-child{
  padding-right: 0;
}
.header .navbar .navbar-brand{
  height: unset;
  padding: 0;
  margin: 0;
}
.header .navbar .navbar-nav.navbar-right{
  margin-right: 0;
  margin-top: 16px;
  transition: all .2s;
  flex-direction: row;
  justify-content: end;
}
.navbar-default .navbar-nav>.selected>a, .navbar-default .navbar-nav>.selected>a:focus, .navbar-default .navbar-nav>.selected>a:hover{
  background-color: transparent;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000!important;
}
.navbar-default .navbar-nav .selected>.dropdown-menu{
  padding: 2px 16px;
  border: unset;
  right: auto;
  left: 0;
  min-width: 100%; 
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top:100%;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  border-color: transparent;
}
.navbar-default .navbar-nav .selected>.dropdown-menu li{
  margin-bottom: 4px;
}
.navbar-default .navbar-nav .selected>.dropdown-menu li a{
  font-family: DINNextLTPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
}
.navbar-default .navbar-nav .selected>.dropdown-menu li a:hover{
  background: rgba(245, 245, 245, 0.6); 
}
.caret{
  position: absolute;
  border: unset;
  margin-left: 0;
  right: 27px;
  top: 16px;
  cursor: pointer;
}
.dropdown.selected > .dropdown-menu{
  display: block;
}

.navbar-toggle {
  display: none;
}

/*.navbar-right .dropdown-menu{
  right: auto;
}*/

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background-color: transparent;
  border-bottom: 3px solid #ffffff;
  color: #ffffff; 
}

.banner-desc p{
  position: relative;
}
.banner-desc p:before{
  content: "";
  top: -30px;
  background-color: #ffffff;
  width: 100px;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* banner */
.banner{
  position: relative;
  /* 30-9-2020-after lunch */
  overflow: hidden;
  z-index: 0;
}
.bannerbg-image{
  position: relative;
  height: 865px;
  /*background-image: url(../Images/born2btischler/banner-bg.jpg);*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.small-banner .bannerbg-image{
  height: 658px;
}
.no-banner .bannerbg-image{
  height: 250px;
}
.no-banner .bannerbg-image .no-bannerbg-left{
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../Images/born2btischler/no-bannerbg-left.png);
  width: 374px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-banner .bannerbg-image .no-bannerbg-right{
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../Images/born2btischler/no-bannerbg-right.png);
  width: 195px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-banner .bannerbg-image:before{
  position: absolute;
  top: 0;
  bottom: auto;
  content: "";
  width: 100%;
  height: 250px;
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../Images/born2btischler/verlauf-schwarz.png);
  /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 34%, #ffffff);*/
}

.bannerbg-image:after{
  position: absolute;
  top: auto;
  bottom: 0;
  content: "";
  width: 100%;
  height: 256px;
  object-fit: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);*/
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 34%, #ffffff);
}
.no-banner .bannerbg-image:after{
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff);
  height: 250px;
}
.small-banner .bannerbg-image:after{
  height: 533px;
}
/*.no-banner .bannerbg-image:after{
  display: none;
}*/
/*.banner-detail{
  margin-top: 125px;
}*/
/*.banner-detail{
  position: relative;
  z-index: 2;
}*/
.banner-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;  
}
.banner-text h1{
  text-shadow: 0 1px 27px rgba(0, 0, 0, 0.5);
  font-family: DINNextLTPro;
  /*font-size: 130px;*/
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.92;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 6px;
}
.banner-text p{
  text-shadow: 0 3px 11px rgba(0, 0, 0, 0.5);
  font-family: DINNextLTPro;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.09;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 0;
  display: block;
  width: 55%;
  margin: 40px auto 0px auto;
}
.bannerbg-image .bannerbg-left{
  position: absolute;
  top: 0;
  left: 0;
}
.bannerbg-image .bannerbg-right{
  position: absolute;
  top: 0;
  right: 0;
}

/* about-section */
.about-section{
  position: relative;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
}
.aboutdetail_section{
  padding: 80px 0px 11px 0px;
  display: block;
  width: 86%;
  margin: 0 auto;
}
.aboutdetail_section .about-text h2{
  font-family: DINNextLTPro;
  /*font-size: 50px;*/
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  /*line-height: normal;*/
  letter-spacing: normal;
  text-align: center;
  /*color: #000000;*/
  /*margin-bottom: 12px;*/
}
.aboutdetail_section .about-text p{
  font-family: DINNextLTPro;
  /*font-size: 20px;*/
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 1.35;*/
  letter-spacing: normal;
  text-align: center;
  /*color: #000000;*/
}
.about-image{
  text-align: center;
  position: relative;
  margin-top: -50px;
  overflow: hidden;
  width: 100%;
  /*float: right;*/
}
.about-image .button-bg{
  background-image: url(../Images/born2btischler/about-bg.png);
  background-size: contain;
  width: 394px;
  height: 242px;
  object-fit: contain;
  background-position: center;
  margin: -10px auto 0px auto;
  display: block;
  background-repeat: no-repeat;
}
.workshop-detail .about-image{
  margin-top: 0px;
} 
.about-image-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  margin-top: 43px;
}
.about-image button{
  border: unset;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  height: 59px;
  padding: 0;
}
.about-image button a{
  display: inline-block;
}
.about-image button span{
  padding: 16px 42.5px 16px 41.5px;
  font-family: DINNextLTPro;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}
/* furniture_slider */
.furniture_slider-section{
  position: relative;
  padding-bottom: 185px;
}
.myslider div.slick-slide img{ 
  width: auto; 
  margin: 0 auto;
  /*height: 545px; */
}
.furniture_slider-section .slick-slide span.slider-text {
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  display: inline-block;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: none;
}
.furniture_slider-section .slick-slide{
  position: relative;
}
.furniture_slider-section .slick-slide.slick-current span.slider-text{
  display: block;
}
.furniture_slider-section .myslider ul.slick-dots{
  text-align: center;
}
.worktechnology-section .technologyslider .slick-dots{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -100px;
}
.worktechnology-section .technologyslider .slick-dots li{
  display: inline-block;
}

.furniture_slider-section .myslider ul.slick-dots li{
  display: inline-block;
}


.orange-wrapper .workshop-content{
  position: relative;
}

/* workshop */
.orange-wrapper{
  width: 100%;
  display: inline-block;
  position: relative;
  min-height: 680px;

  }
.orangesection-bg{
  background-color: #f29912;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .4s;
}
.orangesection-bg .orangebg-left{
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../Images/born2btischler/orangebg-leftimg.png);
  width: 505px;
  height: 693px;
  background-size: contain;
}
.orangesection-bg .orangebg-right{
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../Images/born2btischler/orangebg-rightimg.png);
  width: 658px;
  height: 370px;
  background-size: contain;
}
.orange-wrapper .heading-text h2,.orange-wrapper .heading-text p{
  color: #ffffff;
}
.workshop-detail{
  text-align: center;
  /*display: inline-block;*/
    padding-top: 40px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding-left: 5px;
}
.box-rowreverse .workshop-detail{
  padding-top: 0;
}
.workshop-detail .about-image .button-bg{
  margin: -40px auto 0px auto;
}
.workshop-detail .about-image-btn{
  margin-top: 23px;
}
.workshop-detail h2{
  font-family: DINNextLTPro;
  font-size: 49px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  /*line-height: normal;*/
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  /*margin-bottom: 12px;*/
}
.workshop-detail p{
  font-family: DINNextLTPro;
  /*font-size: 20px;*/
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 1.35;*/
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  /*padding: 0px 45px;*/
}
.workshop-content{
  padding-left: 65px;
  padding-right: 65px;
}
.workshop-content .row{
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.workshop-content .row .col-md-6{
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.workshop-image{
  overflow: hidden;
  margin-top: -51px;
  /*margin-right: 35px;*/
}
.workshop-image img{ width: 100%; object-fit: cover; } 
.box-rowreverse{
  margin-top: 80px;
}
.box-rowreverse .workshop-image{
  margin-top: 0px;
  overflow: unset;
}
/* worktechnology */
.worktechnology-section{
  padding-top: 190px;
  padding-bottom: 75px;
  display: inline-block;
  width: 100%;
  position: relative;
} 
.worktechnology-section .worktechnology_heading{
  display: block;
  width: 70%;
  margin: 0 auto 48px auto;
  text-align: center;
}
.worktechnology-section .worktechnology-section h2{
  display: inline-block;
}
.banner-text .line-divider{
  display: inline-block;
  width: 100%;
  text-align: center;
}
/*.workshop-detail .about-image img{
  height: 175px;
}*/
/*.box-rowreverse .workshop-detail p{
  font-size: 18px;
}*/
.box-rowreverse .workshop-image img{
  position: relative;
  margin-bottom:-80px;
  left: 0;
  max-width: 574px;
}
.slider-line{
  margin-top: 16px;
  display: inline-block;
  width: 100%;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.theme-section{
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.Career-section_detail{
  padding-bottom: 110px;
  width: 100%;
  display: inline-block;
}
/*.Career-section-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}*/
.themeleft-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../Images/born2btischler/Career-leftbg.png);
  width: 178px;
  height: 899px;
  background-size: contain;
  background-repeat: no-repeat; 
}
.themeright-bg{
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../Images/born2btischler/Career-rightbg.png);
  width: 270px;
  height: 862px;
  background-size: contain;
  background-repeat: no-repeat;
}
.theme-content .theme-details{
  padding-left: 0;
  padding-right: 0;
  width: 74%;
  margin: 0 auto;
  display: block;
}
.theme-details .second-row .left-col .button-detail:last-child{
  margin-bottom: 0;
}
.theme-details .second-row .right-col .button-detail:last-child{
  margin-bottom: 0;
}
.theme-content .theme-details .heading-text{
  /*width: 80%;*/
  margin: 0 auto 45px auto;
  display: block;
  text-align: center;
}
.theme-details .heading-text p{
  width: 86%;
  display: block;
  margin: 0 auto;
}
.theme-content .theme-details .row{
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 0;
  margin-bottom: 0;
}
.theme-content .theme-details .row .col-md-8,.theme-content .theme-details .row .col-md-4{
  padding-left: 8px;
  padding-right: 8px;
}
.theme-content .theme-details .button-detail{
  margin-bottom: 16px;
}

.button-detail .toggle-btn{
  width: 100%;
  box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  height: 71px;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 70px;*/
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  text-align: left;
  padding: 24px 24px 24px 24px;
}
.button-detail .toggle-btn .arrow-icon{
  float: right;
  margin-top: -5px;
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
}
.content-detail .collapsible{
  opacity: 1;
    transition: opacity linear 4s, width linear 4s;
}
.content-detail .collapse.in{
  box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  padding: 25px 15px;
}
.Career-section-content .toggle-btn:active:focus, .Career-section-content .toggle-btn:active:hover{
  background-color: #ffffff;
  border-color: #e3e3e3;
}
.collapsing {
  -webkit-transition: height .5s ease;
  -o-transition: height .5s ease;
  transition: height .5s ease;
}
/* blog-section */
.blog-section{
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
.blog-section .heading-text{
  width: 80%;
  margin: 0 auto 45px auto;
  display: block;
}
.blog-content{
  padding-left: 0;
  padding-right: 0;
  width: 74%;
  margin: 0 auto;
  display: block;
}
.blog-content .blog-detail{
  /*box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);*/
  /*border: solid 1px #e3e3e3;*/
  background-color: #ffffff;
  height: 443px;
}
.blog-detail-image img{
  width: 100%;
}
.blog-detail .blog-detail-text{
  padding: 43px 32px 32px 32px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.blog-detail .blog-detail-text span.blog-date{
  font-family: DINNextLTPro;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #82786f;
  margin-bottom: 16px;
  display: inline-block;
}
.blog-detail .blog-detail-text label{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 2px;
  display: inline-block;
}
.blog-detail .blog-detail-text p{
  font-family: DINNextLTPro;
  /*font-size: 20px;*/
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  /*line-height: 1.35;*/
  letter-spacing: normal;
  text-align: center;
  /*color: #000000;*/
  margin-bottom: 52px;
}
.blog-detail .blog-detail-text .blog-link a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.blog-detail .blog-detail-text .blog-link a span{
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
}
.blog-content .row{
  margin-right: -17.5px;
  margin-left: -17.5px;
  margin-bottom: 0;
}
.blog-content .row .col-md-6{
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.blog-list .blog-content{width: 91%;}
.blog-list .blog-content .blog-detail{margin-bottom: 35px;}

/* socialmedia */
.socialmedia-section{
  position: relative;
  padding-bottom: 125px;
}
.socialmedia-section .heading-text{
  width: 80%;
  margin: 0 auto 45px auto;
  display: block;
}
.socialmedia_slider .slick-dots{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 32px;
}
.socialmedia_slider .slick-dots li{
  display: inline-block;
}

.photogrid-section{
  position: relative;
  overflow: hidden;
  /*padding-top: 65px;*/
  padding-bottom: 65px;
}
.photogrid-section .heading-text{
  width: 64%;
  margin: 0 auto 45px auto;
  display: block;
}
.orange-wrapper .photogrid-section .heading-text{
  width: 55%;
  margin: 0 auto 45px auto;
  display: block;
}
.orange-wrapper .photogrid-section .heading-text p{
  font-size: 20px;
  line-height: 1.28;
}
.orange-wrapper .photogrid-section .photogrid-section-bg{
  display: none;
}
.photogrid-section-content{
  position: relative;
  width: 83%;
  margin: 0 auto;
  display: block;
}
.orange-wrapper .photogrid-section-content .photogrid-section-bg{
  position: absolute;
  /*top: 0;*/
  width: 100%;
  height: 100%;
}
.photogrid-section-bg .photogrid-bgleft{
  position: absolute;
  top: 126px;
  left: -11.3%;
  background-image: url(../Images/born2btischler/training-bgleft.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 631px;
  height: 330px;
}
/*.photogrid-section-bg .training-bgleft img{
  max-height: 330px;
}*/
.photogrid-section-bg .photogrid-bgright{
  position: absolute;
  bottom: 0;
  right: 0;
  top: 43%;
  background-image: url(../Images/born2btischler/training-bgright.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 501px;
  height: 574px;
}
.photogrid-content-img img{
  width: 294px;
  height: 294px;
  object-fit: cover;
  box-shadow: 0 11px 28px 0 rgba(0, 0, 0, 0.25);
}
/*.photogrid-section-content .photogrid-content-images{
  padding-bottom: 76px;
}*/
/*.photogrid-section-content .photogrid-content-images .photogrid-content-img{
  margin-bottom: 35px;
}*/

.photogrid-content-images .row{
  margin-left: -17px;
  margin-right: -17px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.space-sep35{
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}
.photogrid-content-images .box-1{
  margin-bottom: 35px;
} 
.photogrid-content-images .row .col-md-4{
  padding-left: 17px;
  padding-right: 17px;
}
/*.photogrid-content-img.photogrid-bgleft{
  position: relative;
}*/
.photogrid-content-img.photogrid-bgleft:before{
  position: absolute;
  top: -43px;
  left: -88px;
  content: "";
  background-image: url(../Images/born2btischler/training-bgleft.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 631px;
  height: 330px;
  z-index: -1;
}
/*.photogrid-content-img.photogrid-bgright{
  position: relative;
}*/
.photogrid-content-img.photogrid-bgright:before{
  position: absolute;
  bottom: auto;
  right: 17px;
  content: "";
  top: -125px;
  background-image: url(../Images/born2btischler/training-bgright.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 479px;
  height: 560px;
  z-index: -1;
}
.photogrid-content-images{
  position: relative;
  /*overflow: hidden;*/
}
.photogrid-section-bg{
  display: none;
}

/* footer */
.footer{
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../Images/born2btischler/bg-footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 13px;
  margin-top: 65px;
}
.footer-logo{
  width: 100%;
  height: 205px;
  position: relative;
  top: -88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-logo img{
  margin: 0 auto;
  display: block;
  width: 346px; 
  height: 128px; 
  object-fit: contain;
}
.footer .footer-content{
  margin-top: -88px;
  width: 100%;
  display: inline-block;
  padding: 0px 65px;
} 
.footer .footer-content .footer-left form label{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 22px;
  display: inline-block;
}
.footer-content .footer-left form{
  margin-bottom: 94px;
}
.footer-content .footer-left form .inputdiv{
  position: relative;
  display: flex;
}
.footer-content .footer-left form .inputdiv input{
  width: 458px;
  height: 63px;
  border-radius: 2px;
  background-color: #ffffff;
  padding-left: 19px;
  /*opacity: 0.5;*/
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: rgba(0,0,0,1);
  border: unset;
}
.footer-content .footer-left form .inputdiv input::placeholder{
  opacity: 0.5;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #000000;
}
.footer-content .footer-left form .inputdiv button{
  width: 99px;
  height: 63px;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  font-family: DINNextLTPro;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  color: #ffffff;
  border: unset;
  position: relative;
  left: -4px;
  top: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.footer-content .find_training .jobdata-search .orange-wrapper, 
.footer-content .find_training .jobdata-search .jobdetail-slider{display: none;}
.footer-content .find_training .jobdata-search .jobsearch_footer{display: block !important;}
.footer-content .footer-right{
  float: right;
  text-align: right;
  position: relative;
  top: -7px;
}
.footer-right .footer-links ul li a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #ffffff;
  margin-bottom: 28px;
  display: inline-block;
}
.footer-bottom{
  margin-top: 11px;
  display: inline-block;
  width: 100%;
}
.footer-bottom .tsd-logo{
  margin-top: 19px;
}
.footer-social_icons{
  margin-top: 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 28px;
  text-align: right;
}
.footer-copyright{
  text-align: right;
  float: right;
}
.footer-social_icons ul li{
  display: inline-block;
  margin-left: 27px;
}
.footer-bottom ul li{
  margin-left: 24px;
  display: inline-block;
}
.footer-bottom ul li:first-child{
  margin-left: 0;
}
.footer-bottom ul li a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ffffff;
}
.footer-bottom .dce{
  display: flex;
  /*justify-content: center;*/
  align-items: center;
}
.footer-bottom .dce span.copyright{
  margin-left: 46px;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #ffffff;
}
.carousel .indicators .indicator-item{
  background-color: transparent;
}
/* secondpage */
.navigation-section{
  position: relative;
  z-index: 11;
}
.navigation-section .navigation{
  padding-left: 90px;
  padding-right: 90px;
  position: absolute;
  bottom: 18px;
}
.navigation-section ul li{
  display: inline-block;
  margin-right: 23px;
}
.navigation-section ul li:last-child{
  margin-right: 0;
}
.navigation-section ul li a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: right;
  color: #000000;
} 
.navigation-section ul li a span{
  margin-left: 11px;
}
.tischler_schreiner .standard-text .intro-text{
  text-align: left;
}
.standard-text{
  position: relative;
  /*padding-top: 65px;*/
  /*padding-bottom: 65px;*/
} 
.standard-text-detail{
  width: 55%;
  margin: 0 auto;
}
.standard-text-detail .text h3{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 8px;
}
.standard-text-detail .text br{
  height: 15px;
}
.standard-text h2{
  font-family: DINNextLTPro;
  /*font-size: 50px;*/
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  /*line-height: normal;*/
  letter-spacing: normal;
  text-align: center;
  /*color: #000000;*/
  margin-bottom: 8px;
}
.standard-text .text p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 10px;
}
.standard-text .text p:last-child{
  margin-bottom: 0;
}
.subpage-container{
  padding-top: 65px;
  padding-bottom: 65px;
}
.orange-wrapper .subpage-container, .red-wrapper .subpage-container, 
.purple-wrapper .subpage-container{
  padding-top: 64px; 
  padding-bottom: 64px;
}
.purple-wrapper .tabbed-content .heading-text p{
   font-size: 25px;
   line-height: 1.28;
}
.standard-text .intro-text{
  font-family: DINNextLTPro;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 30px;
  text-align: center;
}
.standard-text .standard-text-detail .text h4{
  font-family: DINNextLTPro;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 30px;
}
.about_Training{
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f29912;
  /* 30-9-2020-after lunch */
  /*padding-top: 63px; */
}
/* 30-9-2020-after lunch */
/*.about_Training:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 693px;
  background-color: #d8d8d8;
}*/

/* 30-9-2020-after lunch */
.small-banner .banner-text p{
  width: 100%;
}
.about_Training-bg{
  position: absolute;
  width: 100%;
  height: 693px;
  object-fit: contain;
  opacity: 0.5;
  background-blend-mode: hue;
  background-image: linear-gradient(to bottom, #f29912, #f29912);
}
.about_Training-bg:after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 693px;
  opacity: 0;
  background-color: #d8d8d8;
}
.about_Training-bg .Training-bgleft{
  position: absolute;
  top: 0;
  left: 0;
}
.about_Training-bg .Training-bgright{
  position: absolute;
  bottom: 0;
  right: 0;
}
.workshop-gallery .heading-text{
  padding-top: 60px;
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 54px;
}
.workshop-gallery .heading-text h2{
  color: #ffffff;
}
.workshop-gallery .heading-text p{
  font-size: 25px;
  line-height: 1.28;
  color: #ffffff;
  width: 45%;
  margin: 0 auto;
  display: block;
}
.workshop-tab .heading-text{
  display: none;
  margin-bottom: 48px;
}
.workshop-tab p{
  width: 100%;
}
.about_Training-image{
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: block;
}
.about_Training-image .box-1{
  margin-bottom: 35px;
}
.about_Training-image .row{
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.about_Training-image .row .col-md-4{
  padding-left: 17px;
  padding-right: 17px;
}
.Training-image img{
  width: 100%;
}
.workshop-gallery{
  margin-bottom: 60px;
}
.working-section-tabs{
  width: 90%;
  display: block;
  margin: 0px auto 0px auto;
}
.working-section-tabs .tabbable-line .nav-tabs{
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.working-section-tabs .nav-tabs>li.active{
  border-bottom: 2px solid rgba(255,255,255,1);
}
.working-section-tabs .nav-tabs>li{
  margin-right: 31px;
}
.working-section-tabs .nav-tabs>li>a{
  opacity: 0.5;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  background-color: transparent;
  border: unset;
  padding: 9px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  background-color: transparent;
  /*border: unset;*/
  opacity: 1;
}
.tab-content .tab-detail{
  width: 90%;
}
.tab-content{
  padding-top: 47px;
  padding-bottom: 45px;
}
.tab-content label{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 6px;
}
.tab-content .tab-pane .tab-img img{
  width: 100%;
  height: auto;
} 
/*.tab-content p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
}*/
/*.Aptitude-section{
  position: relative;
  padding-top: 64px;
  padding-bottom: 85px;
}*/
.standard-textimage-section .heading-text{
  width: 55%;
  margin: 0 auto 45px auto;
  display: block;
}
.standard-textimage-section .heading-text .intro-text{
  font-family: DINNextLTPro;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  color: #000000;
  text-align: center;
}
.standard-textimage-content{
  width: 74%;
  margin: 0 auto;
  display: block;
  /*padding-bottom: 128px;*/
}
.standard-textimage-content .row{
  margin-right: -17.5px;
  margin-left: -17.5px;
}
.standard-textimage-content .row .col-md-4,.standard-textimage-content .row .col-md-8{
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.standard-textimage-content .standard-image img{
  width: 100%;
  height: auto;
}
.standard-textimage-content .standard-content p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 10px;
}
.standard-link-btn.orange-btn button{
  margin-top: 40px;
  width: 255px;
  height: 52px;
  object-fit: contain;
  border: unset;
  border-radius: 2px;
  text-align: left;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.standard-link-btn.white-btn button{
  margin-top: 44px;
  width: 255px;
  height: 52px;
  object-fit: contain;
  border: unset;
  border-radius: 2px;
  text-align: left;
  padding: 0;
  position: relative;
}
.standard-link-btn.orange-btn button .link-background{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  display: inline-block;
  width: 100%;
  height: 100%;
}
.standard-link-btn.white-btn button .link-background{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.standard-link-btn.white-btn button:hover .link-background{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
}
.standard-link-btn.white-btn button:hover span{
  color: #f29912;
}
.blogbox-detail .blogbox-text .blogbox-link:hover p{
  color: #f29912; 
  text-decoration: underline;
}
.standard-link-btn.white-btn button:hover::before{
  background-image: url(../Images/born2btischler/orangearrow-right-btn.png);
}
.blogbox-detail .blogbox-text .blogbox-link:hover p span{
  background-image: url(../Images/born2btischler/orangearrow-right-btn.png); 
}
.standard-link-btn.orange-btn button a{
  /*position: relative;*/
  display: inline-block;
}
.standard-link-btn.white-btn button a{
  display: inline-block;
}
.standard-link-btn.orange-btn button span{
  padding: 0;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translate(0%, -50%);
}
.standard-link-btn.white-btn button span{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translate(0%, -50%);
}
.standard-link-btn.orange-btn button:before{
  position: absolute;
  top: 18px;
  right: 14px;
  content: "";
  margin-top: -5px;
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.standard-link-btn.white-btn button:before{
  position: absolute;
  top: 18px;
  right: 14px;
  content: "";
  margin-top: -5px;
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  object-fit: contain; 
}

.unser-blog{
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.unser-blog .news{
  width: 74%;
  margin: 0 auto;
}
.unser-blog .blog-content{
  width: 100%;
}
.unser-blog .blog-list .showmore-blog-btn{display: none;}



.Aptitude-section .heading-text{
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
}
.Aptitude-section .heading-text h2{
  margin-bottom: 46px;
  display: inline-block;
}
.Aptitude-section-content{
  position: relative;
}
.Aptitude-section-image img{
  width: 100%;
}
.Aptitude-section-detail h4{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 47px;
}
.Aptitude-section-detail h4 a{
  color: #000000;
  text-decoration: underline;
}
.Aptitude-section-detail button{
  width: 255px;
  height: 52px;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  border: unset;
}
.Aptitude-section-detail button .arrow-icon{
  margin-left: 12px;
}
.Aptitude-section-detail button .arrow-icon img{
  filter: invert(1);
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.Aptitude-section_bg{
  position: absolute;
  top: 12%;
  left: 0;
  content: "";
  background-image: url(../Images/born2btischler/Aptitude-section-bg.png);
  background-repeat: no-repeat;
  /*background-position: center;*/
  /*background-size: cover;*/
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-Application h2{
  font-family: DINNextLTPro;
  font-size: 50px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 44px;
}
/* 1-10-2020 */
.Application-tabs .nav-tabs{
  border-bottom: 2px solid #d6d6d6;
}
.Application-tabs .nav-tabs>li>a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
}
.Application-tabs .nav-tabs>li.active>a, .Application-tabs .nav-tabs>li.active>a:focus, .Application-tabs .nav-tabs>li.active>a:hover{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #f29912;
}
.Application-tabs .nav-tabs>li.active {
    border-bottom: 2px solid #f29912;
}
.Application-tabs .tab-content{
  padding-top: 30px;
}
.Application-tabs .tab-content p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
}
.Application-tabs .tab-content p a{
  width: 196px;
  height: 52px;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Perspectives-section{
  position: relative;
}
.Perspectives-section .heading-text{
  width: 74%;
  margin: 0 auto 45px auto;
  display: block;
}
.Perspectives-section .heading-text h2{
  margin-bottom: 1px;
}
.Perspectives-section .heading-text p{
  font-size: 25px;
  line-height: 1.28;
}
.Perspectives-content{
  width: 80%;
  margin: 0 auto;
  display: block;
}
.Perspectives-content .gray-background{
  background-color: rgba(96, 96, 96, 0.4);
  height: 803px;
  width: 100%;
}

/* slider-css */
.slider-wrapper{
  position: relative;
}
.photogrid-slider{
  position: relative;
}
/*.carousel-section{
  padding-bottom: 165px;
}*/ 

/*.techic-slider .carousel-section{
  padding-bottom: 55px;
}*/

.carousel-section .heading-text{
  width: 55%;
  margin: 0px auto 0px auto;
  display: block;
}



/* */
.bannerbg-image .bannerbg-left{
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../Images/born2btischler/bannerbg-left-image.png);
  width: 326px;
  height: 864px;
  background-size: contain;
  background-repeat: no-repeat;
}
.bannerbg-image .bannerbg-right{
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../Images/born2btischler/bannerbg-right-image.png);
  width: 311px;
  height: 864px;
  background-size: contain;
  background-repeat: no-repeat;
}
.tabbed-content{
  width: 93%;
  display: block;
  margin: 0px auto 0px auto;
  position: relative;
}
.orange-wrapper .tabbed-content .heading-text h2{
  margin-bottom: 6px;
}
.orange-wrapper .tabbed-content .tab-content{
  /*padding-top: 15px;*/
  padding-bottom: 0;
}
/*.orange-wrapper .tabbed-content .tab-content .tab-img{
  padding-top: 32px;
}*/
.tabbed-content .tab-content p span.detail{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.17;
  letter-spacing: normal;
  color: rgba(255,255,255,1);
  padding-top: 58px;
  padding-bottom: 57px;
  display: inline-block;
  /*opacity: 0.5;*/
}
.tabbed-content .tab-content p span.name-of-person{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 8px;
  display: inline-block;
}
.orange-wrapper .tabbed-content .tab-content h3{
  padding-top: 32px;
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
}
.tabbed-content .nav-tabs > li > a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  padding: 9px 0px;
  display: inline-block;
}
.orange-wrapper .tabbed-content .nav-tabs .nav-link {
  opacity: 0.5;
  color: #ffffff;
  padding: 9px 0px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  border-color: transparent;
}
.tabbed-content .nav-tabs .nav-link {
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: -2px;
  padding: 9px 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background-color: transparent; border-color: transparent;}
.orange-wrapper .tabbed-content .nav-tabs .nav-link.active{
  color: #ffffff;
  opacity: 1;
  background-color: transparent;
  border-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
}
.tabbed-content .nav-tabs{
  position: relative;
  border-bottom: 2px solid #d6d6d6;
}

.tabbed-content .more-content {
    display: none;
}
.orange-wrapper .tabbed-content .nav-tabs{
  border-bottom: 2px solid rgba(255,255,255,0.5);
}

.purple-wrapper .tabbed-content .nav-tabs .nav-link.active{
  border-bottom: 2px solid rgba(255,255,255,1);
  color: #ffffff;
  opacity: 1;
}

.purple-wrapper .tabbed-content .nav-tabs .nav-link{opacity: 0.5;color: #ffffff;}

.tabbed-content .nav-tabs .nav-link.active{
  border-bottom: 2px solid #f29912;
  color: #f29912;
}
.orange-wrapper .tabbed-content .nav-tabs>li.active {
  border-bottom: 2px solid rgba(255,255,255,1);
}
.tabbed-content .nav-tabs>li{
  margin-right: 31px;
}
.orange-wrapper .tabbed-content .nav-tabs>li {
  margin-right: 31px;
}
.tabbed-content .tab-content .tab-pane .row{
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 0;
  margin-bottom: 0;
}
.tabbed-content .tab-content .tab-pane .row .col-md-3{
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.tabbed-content .tab-content .tab-pane .row .col-md-9{
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.tabbed-content .tab-content .tab-pane .row .col-6.col-sm-6.col-md-6{
  padding-left: 17.5px;
  padding-right: 17.5px;
}   
.orange-wrapper .tabbed-content .tab-content .tab-pane header h3{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 6px;
}
.tabbed-content .nav > li > a:hover, .tabbed-content .nav > li > a:focus{
  background-color: transparent;
}
.tabbed-content .tab-content .tab-pane p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 24px;
}
.tabbed-content .tab-content .tab-pane ul{
  padding-left: 18px;
}
.tabbed-content .tab-content .tab-pane ul li{
  font-family: DINNextLTPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 15px;
  position: relative;
}
.tabbed-content .tab-content .tab-pane ul li:before{
  position: absolute;
  top: 8px;
  left: -17px;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #f29912;
  border-radius: 50%;
}
.orange-wrapper .tabbed-content .tab-content .tab-pane p{
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 300;
}
.orange-wrapper .tabbed-content .tab-content .tab-pane p:last-child{
  margin-bottom: 0;
}
.tabbed-content .ce-gallery img{
  width: 100%;
  height: auto;
}
.cardboxes-content-section .cardbox-content{
  width: 74%;
  margin: 0 auto;
  display: block;
  margin-bottom: -35px;
}
.businesscard-information .persons-information{
  width: 93%;
  margin: 0 auto;
  display: block;
}
.businesscard-information .persons-information .row{margin-bottom: 30px;}
.standard-grey-section{
  position: relative;
}
.standard-grey-section .heading-text{
  width: 79%;
  margin: 0px auto 47px auto;
  display: block; 
}
.standard-grey-section .heading-text h2{
  margin-bottom: 1px;
}
.standard-grey-section .heading-text .intro-text{
  text-align: center;
}
.standard-grey-section{
  width: 93%;
  margin: 0 auto;
  display: block;
}

.standard-grey .standard-image{
  position: relative;
  height: 803px;
}
.standard-grey .standard-image:after{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(96, 96, 96, 0.4)
}
.standard-grey-section .standard-image img{
  width: 672px;
  height: 509px;
  object-fit: contain;
  margin: 0 auto;
  display: block; 
}

.accordion-section{
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}
/*.accordion-section-content .accordion_bg{
  position: absolute;
}*/
.accordion-section-content .accordion_bg .accordion_bgleft{
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../Images/born2btischler/training-bgleft.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 631px;
  height: 330px;
}
.accordion-section-content .accordion_bg .accordion_bgright{
  position: absolute;
  bottom: -108px;
  right: 23px;
  background-image: url(../Images/born2btischler/accordion_bgright.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 465px;
  height: 281px;
  /*transform: rotate(180deg);*/
}
.accordion-section .accordion-section-content{
  position: relative;
  width: 93%;
  margin: 0 auto;
  display: block;
  padding: 0px 114px;
  z-index: 0;
} 

.accordion-section-content .accordion-detail{
  position: relative;
  z-index: 1;
  padding: 63px 96px 31px 95px;
  width: 100%;
  display: inline-block;
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.22);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
} 
.accordion-detail .heading-text{
  width: 100%;
  margin: 0 auto;
}
.accordion-detail .heading-text h2{
  margin-bottom: 2px;
}
.accordion-detail .c-accordion-content .accor-content{padding: 7px 10px 7px 44px;}
.accordion-detail .c-accordion-item {
  border: 0;
}
.accordion-detail .c-accordion-title::before,.accordion-detail .c-accordion-title::after{
  display: none;
}
.accordion-detail .c-accordion-title-text{
  font-family: DINNextLTPro;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #000000;
    margin-left: 28px;
}
.accordion-detail .c-accordion-item button:hover .c-accordion-title-text{color:#f29912;}
.accordion-detail .c-accordion-item{ border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #e3e3e3;}
.accordion-detail .c-accordion-item button{
  box-shadow: unset;
  position: relative;
  background-color: transparent;
  margin-top: 0;
  border: 0;
  padding: 26px 10px 24px 15px;
  display: flex;
}
.accordion-detail .panel-group .panel:last-child{
  border-bottom: 2px solid transparent;
}
.tabbed-content .panel-default > .panel-heading{
  background-color: transparent;
  color: transparent;
  /*padding: 0;*/
  border-color: transparent;
  border-bottom: unset;
}
/*.accordion-detail .panel-default > .panel-heading .panel-title a.accordion-toggle.collapsed span.arrow_icon{
  border: solid #f29912;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 6px;
  position: absolute;
  top: 33px;
  left: -9px;
  transform: rotate(45deg) translateY(-50%);
}*/
/*.accordion-detail .panel-default > .panel-heading .panel-title a.accordion-toggle span.arrow_icon{
  border: solid #f29912;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  margin-right: 6px;
  position: absolute;
  top: 31px;
  left: -3px;
  transform: rotate(-135deg) translateY(-50%);
  -webkit-transform: rotate(-135deg) translateY(-50%);
}*/
.accordion-section .accordion-detail .c-accordion-item .c-accordion-title .arrow_icon{
  position: absolute;
  top: 38px;
  left: 18px;
  transform: translateY(-50%);
  background-image: url(../Images/born2btischler/accordion-arrow.png);
  width: 16px;
  height: 17px;
  background-size: contain;
}
.accordion-section .accordion-detail .c-accordion-item.act .c-accordion-title .arrow_icon{
  position: absolute;
  top: 21px;
  transform: rotate(180deg) translateY(-50%);
  background-image: url(../Images/born2btischler/accordion-arrow.png);
  width: 16px;
  height: 17px;
  background-size: contain;
}
.accordion-section .accordion-detail .c-accordion-item.act .c-accordion-title-text{color:#f29912;}
.accordion-section-content .accordion-detail .panel-group{
  margin-bottom:0px;
}
.accordion-detail .panel-body{
  padding: 0;
}
.accordion-detail .panel-group .panel-heading .panel-title span{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-left: 28px;
}
.accordion-detail .panel-group .panel-heading .panel-title a:hover span{
  color: #f29912;
}
.panel-collapse.collapse in
.accor-content{
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 28px;
}
.accor-content p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
}
.accor-content .more-link{
  margin-top: 18px;
}
.accor-content .more-link a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.accor-content .more-link a span.arrow-icon{
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group{
  border-top: unset;
}
.accordion-detail .panel-default > .panel-heading .panel-title a{
  display: flex;
}
.infobox-content-section{
  overflow: hidden;
}
.infobox-content-section .infobox-content{
  padding: 0px 56px;
  position: relative;
}
.infobox-content-section .heading-text h2{
  margin-bottom: 2px;
}
.infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{
  position: absolute;
  bottom: 96%;
  left: -167px;
  content: "";
  background-image: url(../Images/born2btischler/infobox-top-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 513px;
  height: 180px;
  z-index: -1;
}
.infobox-content-section .infobox-content .infobox-detail.info-bgbox4:before{
  position: absolute;
  top: -36px;
  left: -98px;
  content: "";
  background-image: url(../Images/born2btischler/training-bgleft.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 631px;
  height: 330px;
  z-index: -1;
}

.infobox-content-section .infobox-content .infobox-detail{
  box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  width: 100%;
  position: relative;
  margin-bottom: 35px;
}
.orange-wrapper .infobox-content-section .infobox-content .infobox-detail,
.red-wrapper .infobox-content-section .infobox-content .infobox-detail,
.purple-wrapper .infobox-content-section .infobox-content .infobox-detail{
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}
.infobox-content .infobox-detail .infobox-image img{
  width: 100%;
  height: 143px;
  object-fit: cover;
  /*object-position: top;*/
}
.infobox-content .infobox-text{
  padding: 59px 32px 32px 32px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.infobox-content .infobox-text label{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 2px;
}
.infobox-content .infobox-text p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 58px;
}
.infobox-content .infobox-text .infobox-link a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.infobox-content .infobox-text .infobox-link a span.arrow-icon{
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}
.infobox-content .row{
  margin-left: -17.5px;
  margin-right: -17.5px;
}
.infobox-content .row .col-md-4{
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.cardboxes-content-section .cardbox-content .cardbox-detail{
  box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 0px;
  border: unset;
}
/*.blog-list .blog-bgimg{
  height: 142px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}*/
.blog-item .blogbox-detail.blog-bgimg .blogbox-image img{
  display: none;
}
/*.blog-list .blogbox-detail.blog-bgimg{
  height: 100%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  border: unset;
}
.blog-list .blogbox-detail.blog-bgimg:before{
  position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(138deg, rgba(242, 153, 18, 0.62), rgba(0, 0, 0, 0.59) 98%);
}*/
.blog-list .blogbox-detail.blog-bgimg .blog-detail-image img{
  display: none;
}
.cardboxes-content-section .cardbox-content .cardbox-detail .cardbox-image img{
  width: 100%;
  height: auto;
}
.cardbox-content .cardbox-text{
  padding: 59px 32px 32px 32px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cardbox-content .cardbox-text label{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 2px;
}

.cardbox-content .cardbox-text .cardbox-link a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}

.cardbox-content .cardbox-text .cardbox-link a span.arrow-icon{
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}
.cardbox-content .card-bgimg .cardbox-text .cardbox-link a span.arrow-icon{
  background-image: url(../Images/born2btischler/whitearrow-right-btn.png);
}
.cardbox-content .cardbox-text .cardbox-link a{
  margin-top: 60px;
  display: inline-block;
}
.cardbox-detail.card-bgimg .cardbox-link{
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%); 
}
.cardbox-content .card-bgimg .cardbox-link a{
  color: #ffffff;
}

.cardboxes-content-section .cardbox-content .cardbox-detail.card-bgimg{
  width: 100%;
  height: 369px;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.cardboxes-content-section .cardbox-content .cardbox-detail.card-bgimg:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(132deg, rgba(242, 153, 18, 0.62), rgba(0, 0, 0, 0.59) 98%);
}

.cardbox-content .card-bgimg .cardbox-text label{
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #ffffff;
  width: 100%;
}
.cardbox-content .card-bgimg .cardbox-link a span{
  background-image: url(../Images/born2btischler/whitearrow-right-btn.png);
}
.red-wrapper{
  width: 100%;
  display: inline-block;
  position: relative;
  min-height: 680px;
}
.redsection-bg {
  background-color: #d1352e;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.redsection-bg .redbg-left{
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #d1352e, #d1352e);
  background: url(../Images/born2btischler/redbg-leftimg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 478px;
  height: 693px;
  background-blend-mode: color;
}
.redsection-bg .redbg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(209, 53, 46, 0.7), rgba(209, 53, 46, 0.7));
  background: url(../Images/born2btischler/redbg-rightimg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  height: 370px;
  background-blend-mode: color;
}
.red-wrapper .heading-text{
  /*margin-bottom: 45px;*/
  position: relative;
  width: 75%;
  margin: 0 auto 45px auto;
  display: block;
}
.redsection-slider .item-content-wrapper .item-content-detail{
  padding: 35px 35px 31px 104px;
}
.red-wrapper .heading-text h2{
  color: #ffffff;
  margin-bottom: 2px;
}
.red-wrapper .heading-text p{
  color: #ffffff;
}
.red-wrapper .heading-text p.sub-text{
  font-size: 25px;
  line-height: 1.28;
} 
.red-wrapper .standard-text .standard-text-detail h2{
  color: #ffffff;
  margin-bottom: 2px;
} 
.red-wrapper .standard-text .standard-text-detail .intro-text{
  font-size: 25px;
  line-height: 1.28;
  color: #ffffff;
  margin-bottom: 45px; 
}
.red-wrapper .standard-text .standard-text-detail .text p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 12px;
}
.red-wrapper .standard-text .standard-text-detail .text ol{margin-left: 35px;}
.red-wrapper .standard-text .standard-text-detail .text ol li{
  font-family: DINNextLTPro;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    position: relative;
    margin-bottom: 8px;
    list-style: disc;
}
.red-wrapper .tab-content p,.red-wrapper .tab-content span{
  color: #ffffff;
}
.standard-text .additional-buttons{
  padding: 36px 34px 32px 35px;
}
.standard-text .additional-buttons .button-detail a span.btn-title{background-image:unset;width: auto; height: auto;}
.additional-buttons .button-detail{
  width: 100%;
  height: 71px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.additional-buttons .button-detail a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: unset;
  padding-left: 24px;
  padding-right: 24px;
  box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
}
.standard-text .additional-buttons .button-detail a span{
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  float: right;
}
.standard-text-detail ul{
  padding-left: 18px;
}
.standard-text-detail ul li{
  font-family: DINNextLTPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000;
  position: relative;
  margin-bottom: 8px;
}
.standard-text-detail ol li{color: #fff;}
.standard-text-detail ul li:last-child{
  margin-bottom: 0;
}
.standard-text-detail ul li:before{
  position: absolute;
  top: -12px;
  left: -20px;
  content: "\2022";
  color: #f29912;
  width: 4px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 2.0em;
}

.video-section{
  position: relative;
  /*padding: 45px 0px;*/
}
.video-section .about-video{
  width: 74%;
  margin: 0 auto;
  display: block;
}
.video-section .about-video .heading-text{
  width: 74%;
  margin: 0 auto 32px auto;
  display: block; 
}
/*.video-section .about-video .heading-text h2{
  margin-bottom: 12px;
}*/
.orange-wrapper .video-section .video-content{
  margin-bottom: 42px; 
}
.video_fotogrid_section .orange-wrapper .orangesection-bg{
  /*top: 250px;*/
  height: 74%;
}
.video_fotogrid_section .orange-wrapper .video-section .heading-text h2{
  margin-bottom: 6px;
  color: #000000;
}
.video_fotogrid_section .orange-wrapper .video-section .heading-text p {
  color: #000000;
  font-size: 20px;
  line-height: 1.35;
}
.video_fotogrid_section .orange-wrapper .photogrid-section{
  /*padding-bottom: 0;*/
}
.cardbox-content .cardbox-image img{
  height: 143px!important;
  object-fit: cover;
  width: 100%;
}
.cardboxes-content-section .heading-text{
  position: relative;
}
.carousel-section .heading-text{
  margin-bottom: 46px;
}
.slider-wrapper .carousel{
  position: relative;
  height: 560px;
  perspective: 1325px;
}
.photogrid-slider .carousel{
  position: relative;
  height: 530px;
  perspective: 1325px; 
}
.slider-wrapper .carousel .carousel-item{
  width: 57%;
  /*height: unset;*/
  text-align: center;
  /*opacity: 1 !important;*/
  display: block;
  float: unset;
  transition: unset;
  margin-right: 0;
}
.photogrid-slider .carousel .carousel-item{
  width: 47%;
  /*height: unset;*/
}
.slider-wrapper .carousel .carousel-item img{
  height: 434px;
  transform: translateX(15px) translateY(-165.8px);
  width: 100%;
  object-fit: cover;
  box-shadow: 0 20px 75px 0 rgba(0, 0, 0, 0.23);
  /*box-shadow: 0 30px 85px 0 rgba(0, 0, 0, 0.26);*/
}
.photogrid-slider .carousel .carousel-item img{
  height: 434px;
  transform: translateX(15px) translateY(-165.8px);
  width: 100%;
  object-fit: cover;
}
.techic-slider .slider-wrapper .carousel .carousel-item img{
  object-fit: contain;
  box-shadow: unset;
}
.slider-wrapper .carousel .carousel-item iframe{
  height: 434px;
  transform: translateX(15px) translateY(-165px); 
}
.photogrid-slider .carousel .carousel-item iframe{
  height: 434px;
  transform: translateX(15px) translateY(-165.8px); 
}
.slider-wrapper .carousel .carousel-item .image-caption{
  position: absolute;
  bottom: -155px;
  left: 52%;
  transform: translateX(-50%);
  width: 100%;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  display: none;
  padding-left: 10px;
}
.photogrid-slider .carousel .carousel-item .photo-caption{
  position: absolute;
  bottom: -132px;
  left: 52%;
  transform: translateX(-50%);
  width: 100%;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  display: none;
  padding-left: 10px;
}
.slider-wrapper .carousel .carousel-item.active .image-caption{
   display: block;
}
.photogrid-slider .carousel .carousel-item.active .photo-caption{
   display: block;
}
.slider-wrapper .slider-nav #prev{
  position: absolute;
  top: 36%;
  left: 79px;
  transform: translateY(-50%);
}
.photogrid-slider .slider-nav #prev{
  position: absolute;
  top: 36%;
  left: 79px;
  transform: translateY(-50%);
}
.slider-wrapper .slider-nav #prev:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../Images/born2btischler/arrow-iconleft.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
}
.photogrid-slider .slider-nav #prev:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../Images/born2btischler/arrow-iconleft.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
}
.slider-wrapper .slider-nav #next:before{
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../Images/born2btischler/arrow-iconright.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
}
.photogrid-slider .slider-nav #next:before{
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../Images/born2btischler/arrow-iconright.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
}
.slider-wrapper .slider-nav #next{
  position: absolute;
  top: 34%;
  right: 79px;
  transform: translateY(-50%); 
}
.photogrid-slider .slider-nav #next{
  position: absolute;
  top: 34%;
  right: 79px;
  transform: translateY(-50%); 
}
.slider-wrapper .carousel .indicators{
  position: absolute;
  bottom: 0px;
  width: 40%;
  margin: 0 auto;
  /*display: flex;*/
}
.photogrid-slider .carousel .indicators{
  position: absolute;
  bottom: 10px;
}
.slider-wrapper .carousel .indicators .indicator-item{
  background-color: rgba(214,214,214,1);
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 2px;
  width: 55px;
  margin: 0px 0px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 0px;
}
.photogrid-slider .carousel .indicators .indicator-item{
  background-color: rgba(0,0,0,0.2);
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 2px;
  width: 134px;
  margin: 0px 0px;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 11px;
}
.slider-wrapper .carousel .carousel-item.active .image-caption{
   display: block;
   width: 100%;
   text-align: center;
}
.photogrid-slider .carousel .carousel-item.active .photo-caption{
   display: block;
   width: 100%;
}
.slider-wrapper .carousel .indicators .indicator-item.active{
  background-color: rgb(0,0,0,0.75);
}
.orange-wrapper .slider-wrapper .carousel .indicators .indicator-item.active{
  background-color: rgb(242,153,18,0.75);
}
.photogrid-slider .carousel .indicators .indicator-item.active{
  background-color: rgb(0,0,0,0.75);
}
.slider-wrapper .slider-nav #next:hover::before{
  cursor: pointer;
  width: 104px;
  height: 105px;
  right: -20px;
  top: -20px;
  background-image: url(../Images/born2btischler/arrow-iconrighthover.png);
}
.photogrid-slider .slider-nav #next:hover::before{
  cursor: pointer;
  width: 104px;
  height: 105px;
  right: -20px;
  top: -20px;
  background-image: url(../Images/born2btischler/arrow-iconrighthover.png);
} 
.slider-wrapper .slider-nav #prev:hover::before{
  cursor: pointer;
  width: 104px;
  height: 105px;
  left: -20px;
  top: -26px;
  background-image: url(../Images/born2btischler/arrow-iconrighthover.png);
  transform: rotate(180deg);
}
.photogrid-slider .slider-nav #prev:hover::before{
  cursor: pointer;
  width: 104px;
  height: 105px;
  left: -20px;
  top: -26px;
  background-image: url(../Images/born2btischler/arrow-iconrighthover.png);
  transform: rotate(180deg);
}


.perspektiven-section .standard-nogrey-section {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.perspektiven-section .standard-nogrey-section .heading-text{
  width: 59%;
  margin: 0px auto 45px auto;
  display: block;
}
.standard-nogrey-section .heading-text h2{
  margin-bottom: 12px;
}
.standard-nogrey-section .heading-text{
  width: 74%;
  margin: 0 auto 45px auto;
  display: block;
}
.standard-nogrey-section .heading-text .intro-text .sub-text{
  text-align: left;
}
.perspektiven-section .standard-nogrey-section .heading-text .intro-text .sub-text{
  text-align: center;
}
.standard-nogrey .standard-image img{width: 100%; height: auto;}
.standard-nogrey .standard-image .caption{
  margin-top: 16px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.standard-nogrey-section .standard-content{
  width: 79%;
  margin: 64px auto 0px auto;
  display: block;
}
.standard-nogrey-section .standard-content p{
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
}
.standard-subtext-detail .standard-subtext{
  width: 74%;
  margin: 0px auto 0px auto;
  display: block;
}
.standard-subtext h3{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 8px;
  display: inline-block;
}
.standard-subtext-detail .standard-subtext p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 8px;
  display: inline-block;
}
 /* 12-10-2020 */
 .timeline {
  /*width:100%;*/
  /*max-width:800px;*/
  background: transparent;
  /*padding: 0px 50px;*/
  position: relative;
  /*overflow: hidden;*/
}
.timeline-wrapper{
  position: relative;
}
.timeline-wrapper .timeline .entry .row .left-col:after {
  content: "";
  position: absolute;
  top: 15px;
  left: auto;
  right: -4.2%;
  bottom: 0px;
  width: 12px;
  background: url(../Images/born2btischler/border-img.png);
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
}
.timeline-wrapper .timeline .entry.last .row .left-col:after {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: -5.2%;
  bottom: 0px;
  width: 24px;
  background: url(../Images/born2btischler/border-last-img.png);
  background-size: cover;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.timeline-wrapper .timeline:after {
  content: "";
  display: table;
  clear: both;
} 
.timeline-wrapper .entry {
  clear: both;
  text-align: left;
  position: relative;
}
.timeline-wrapper .entry .row{
  display: flex;
}
.timeline-wrapper .left-col{
  margin-bottom: 0em;
  padding-right: 5px;
  text-align: right;
  position: relative;
  height: 100%;
}
.timeline-wrapper .left-col:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 24px;
  border: unset;
  background-image: url(../Images/born2btischler/round-icon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: -30px;
  z-index: 99;
}
.timeline-wrapper .title h3{
  font-family: DINNextLTPro;
  font-size: 50px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 53px;
  letter-spacing: normal;
  /*text-align: right;*/
  color: #de3831;
  display: inline-block;
}
.timeline-wrapper .right-col .body{
  padding-left: 10px;
}
.timeline-wrapper .right-col .title{
  padding-left: 10px;
}
.timeline-wrapper .body span{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #de3831;
  margin-bottom: 2px;
  display: inline-block;
}
.timeline-wrapper .title{
  margin-bottom: 112px;
}
.timeline-wrapper  .timleline-bgimg{
  position: relative;
}
.timeline-wrapper .timleline-bgimg:before{
  position: absolute;
  top: -24%;
  left: 7%;
  content: "";
  background-image: url(../Images/born2btischler/timleline-bgimg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 931px;
  height: 970px;
  z-index: -1;
}
.timeline-wrapper .left-col .title h3{
  margin-top: -12px;
}
.timeline-wrapper .right-col .title h3{
  margin-top: -12px;
}
.timeline-wrapper .body span{
  padding-top: 10px;
}
.timeline-wrapper .body p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
}

.timeline-wrapper .timeline .entry.timleline-last:after{
      content: "";
    background-image: url(../Images/born2btischler/round-icon.png);
    position: absolute;
    width: 26px;
    height: 24px;
    border: unset;
    background-size: contain;
    background-position: center;
    right: 48.6%;
}

.dropdown-toggle::after{
  display: none;
}

.navigation-section{
  position: absolute;
  z-index: 11;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.navigation-section .nav_menulink{
  padding-left: 90px;
  padding-right: 90px;
  position: absolute;
  bottom: 18px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.navigation-section .nav_menulink li span{
  background-image: url(../Images/born2btischler/nav_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 11px;
}
.header .navbar .navbar-nav>li.dropdown span.caret{
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
  bottom: auto;
  top: 22px;
  right: 16px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.businesscard-information .intro-text{
  font-family: DINNextLTPro;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.businesscard-information .heading-text{
  width: 55%;
  margin: 0 auto 45px auto;
  display: block;
}
.persons-information .persons-block{
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row-reverse;
  border: solid 1px #e3e3e3;
  padding: 18px 15px 18px 24px;
  height: auto!important;
}
.persons-information .persons-block .person-img img{width: 100px; height: auto;}
.persons-information .persons-block .person-info{
  padding-left: 24px;
}
.persons-block .person-info .name h4{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 2px;
}
.persons-block .person-info .info{
  padding-bottom: 24px;
}
.persons-block .person-info .info p{
  font-family: DINNextLTPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
}
.persons-block .person-info div.tel,.persons-block .person-info div.fax,.persons-block .person-info div.email a{
  font-family: DINNextLTPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #000000;
}
.persons-block .person-info div.email a{
  text-decoration: underline;
}
.persons-information .additional_info{
  margin-top: 13px;
  font-family: DINNextLTPro;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.5);
  width: 45%;
/*  float: left;*/
}
.blogbox-content{
  position: relative;
  width: 79%;
  margin: 0 auto;
  display: block;
}
/*.blogbox-content .blogbox-items{
  margin-left: -17.5px;
  margin-right: -17.5px;
}*/
.blogbox-content .blog-item{
  width: 50%;
  float: left;
  padding-left: 17.5px;
  padding-right: 17.5px;
  /*margin-bottom: 35px;*/
}
.blog-item .blogbox-detail{
  box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  height: 443px;
  position: relative;
}

.blog-item .blogbox-detail .blogbox-image img{
  width: 100%;
  height: 143px;
  object-fit: cover;
}
.blogbox-detail .blogbox-text{
  padding: 39px 20px 32px 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.blogbox-detail .blogbox-text .blogbox-link{
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.blogbox-detail .blogbox-text .author-name{
  font-family: DINNextLTPro;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #82786f;
  margin-bottom: 15px;
  display: block;
}
.blogbox-detail .blogbox-text label{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 10px;
  display: inline-block;
}
.blogbox-detail .blogbox-text label:hover{
  cursor: pointer;
}
.blog-list .blog-content .blog-detail a{
  display: inline-block;
  width: 100%;
}
.blogbox-detail .blogbox-text .blog-text{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 38px;
  display: inline-block;
  /*word-break: break-all;*/
}
.blogbox-text .blogbox-link p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.blogbox-text .blogbox-link p span{
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 8px;
}
.blog-item .blogbox-detail.blog-bgimg{
  height: 443px;
  /*box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);*/
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  /*border: unset;*/
}
.blog-item .blogbox-detail.blog-bgimg:before{
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(138deg, rgba(242, 153, 18, 0.62), rgba(0, 0, 0, 0.59) 98%);
}
.blog-item .blogbox-detail:hover{
  box-shadow: 0 30px 85px -18px rgba(0, 0, 0, 0.16);
  border: 1px solid transparent;
}
/*.blog-item .blogbox-detail.blog-bgimg:hover{
  box-shadow: 0 30px 85px -1px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(138deg, rgba(242, 153, 18, 0.62), rgba(0, 0, 0, 0.59) 98%);
}*/
.blog-item .blogbox-detail.blog-bgimg a.more_link:hover{
  color: #ffffff!important;
  text-decoration: underline;
}
.blog-item .blogbox-detail.blog-bgimg a.more_link:hover span{
  background-image: url(../Images/born2btischler/whitearrow-right-btn.png)!important;
}
.orange-wrapper .blog-item .blogbox-detail.blog-bgimg,.red-wrapper .blog-item .blogbox-detail.blog-bgimg,.purple-wrapper .blog-item .blogbox-detail.blog-bgimg{
  border: unset!important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
}
.orange-wrapper .blog-item .blogbox-detail.blog-bgimg:hover,.red-wrapper .blog-item .blogbox-detail.blog-bgimg:hover,.purple-wrapper .blog-item .blogbox-detail.blog-bgimg:hover{
  box-shadow: 0 30px 85px -1px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(138deg, rgba(242, 153, 18, 0.62), rgba(0, 0, 0, 0.59) 98%);
}
.orange-wrapper .blog-item .blogbox-detail.blog-bgimg a.more_link:hover,.red-wrapper .blog-item .blogbox-detail.blog-bgimg a.more_link:hover,.purple-wrapper .blog-item .blogbox-detail.blog-bgimg a.more_link:hover{
  color: #ffffff!important;
  text-decoration: underline;
}
.orange-wrapper .blog-item .blogbox-detail.blog-bgimg a.more_link:hover span,.red-wrapper .blog-item .blogbox-detail.blog-bgimg a.more_link:hover span,.purple-wrapper .blog-item .blogbox-detail.blog-bgimg a.more_link:hover span{
  background-image: url(../Images/born2btischler/whitearrow-right-btn.png)!important;
}


.blog-bgimg .blogbox-text{
  width: 100%;
  display: inline-block;
  z-index: 1;
}
.blog-bgimg .blogbox-text .blogauthor-info{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 85%;
}
.blog-bgimg .blogbox-text .blogbox-link{
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.blog-bgimg .blogbox-text .blogbox-link p{
  color: #ffffff;
}
.blog-bgimg .blogbox-text .blogbox-link p span{
  background-image: url(../Images/born2btischler/whitearrow-right-btn.png);
}
.blog-bgimg .blogbox-text .author-name{
  font-family: DINNextLTPro;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 16px;
  display: block;
}
.blog-bgimg .blogbox-text label{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 2px;
  display: inline-block;
}
.blog-bgimg .blogbox-text .blog-text{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.blogitem-button{
  text-align: center;
  position: relative;
  margin-top: 8px;
  overflow: hidden;
  /*float: right;*/
  width: 100%;
}
.blogitem-button .button-bg{
  background-image: url(../Images/born2btischler/about-bg.png);
  background-size: contain;
  width: 394px;
  height: 242px;
  object-fit: contain;
  background-position: center;
  margin: 0px auto 0px auto;
  display: block;
  background-repeat: no-repeat;
} 
.blog-image-btn{
  position: absolute;
  top: 50%;
  left: 48.5%;
  transform: translate(-50%,-50%);
  width: 100%;
  margin-top: 47px;
}
.blogitem-button button{
  border: unset;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  height: 59px;
  padding: 0;
}
.blogitem-button button span{
  padding: 16px 42.5px 16px 41.5px;
  font-family: DINNextLTPro;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}
/*.blogbox-detail.blog-bgimg .blogbox-text .blogbox-link p span{
  margin-top: 2px;
}
.blogbox-detail.blog-bgimg .blogbox-text .blogbox-link:hover p span{
  background-image: url(../Images/born2btischler/orangearrow-right-btn.png);
  width: 35px;
  height: 35px;
  margin-top: 1px;
}*/
.orange-wrapper .photogrid-content-img.photogrid-bgleft:before{
  display: none;
}
.orange-wrapper .photogrid-content-img.photogrid-bgright:before{
  display: none;
}
.timeline-more{
    text-align: center;
    width: 100%;
    display: inline-block;
    border: unset;
    background-color: transparent;
    position: relative;
    bottom: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timeline-more .more-btn{
  display: inline-block;
  width: 207px;
  height: 52px;
  object-fit: contain;
  border: unset;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  /*margin: 15px auto 0px auto;*/
}
.timeline-more a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 207px;
  height: 52px;
}
.timeline-wrapper .timeline-more{
  margin-bottom: 65px;
}
.tab-content-more .more-content{
  margin-top: 24px;
}
.aboutmore-btn{
  position: relative;
  margin-top: 22px;
  width: auto;
  display: inline-block;
  height: 52px;
}
.aboutmore-btn .more-btn{
  display: inline-block;
  width: 196px;
  height: 52px;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
}
.aboutmore-btn a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.aboutmore-btn.white-btn{
  display: inline-block;
  margin-top: 40px;
  position: relative;
}
.aboutmore-btn.white-btn .more-btn{
  display: inline-block;
  width: 207px;
  height: 52px;
  object-fit: contain;
  border-radius: 2px;
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  background-image: unset;
  box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
}
.aboutmore-btn.white-btn a{
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%,-50%);
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  display: inline-block;
  background-image: unset;
  padding-top: 13px;
  box-shadow: unset;
  border-radius: unset;
}
.tabbed-content .heading-text{
  width: 55%;
  margin: 0 auto 55px auto;
  display: block;
}
.routine-section .heading-text{
  width: 55%;
  margin: 0 auto 55px auto;
  display: block;
}
.infobox-content-section .heading-text{
  width: 55%;
  margin: 0 auto 55px auto;
  display: block;
}
.infobox-content-section .infobox-content .infobox-section-bg{
  display: none;
}



.download-module-content .download-module{
  width: 512px;
  height: 216px;
  border: solid 1px #ebebeb;
  background-color: #ffffff;
  margin: 0 auto;
  display: block;
  padding: 24px;
  text-align: center;
}
.download-module-content .download-module .title{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin-bottom: 7px;
  display: inline-block;
}
.download-module-content .download-module .file-type{
  font-family: DINNextLTPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #808080;
  display: inline-block;
  margin-bottom: 32px;
}
.download-module-content .download-module .download-btn button{
  width: 184px;
  height: 52px;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  border: unset;
  text-align: left;
  padding: 0px 24px;
  display: inline-block;
  position: relative;
}
.download-module .download-btn button a{
  position: relative;
  width: 100%;
}
.download-module .download-btn button:before{
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  content: "";
  background-image: url(../Images/born2btischler/download-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  object-fit: contain;
  filter: invert(1);
}
.download-module .download-btn button a span{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}


/* 27-10-2020 */

.purple-wrapper{
  width: 100%;
  display: inline-block;
  position: relative;
  min-height: 680px;
 /* padding-top: 75px;
  padding-bottom: 55px;*/
}
.purplesection-bg {
  background-color: #882345;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.purplesection-bg .purplebg-left {
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, #882345, #882345);
  background: url(../Images/born2btischler/purplebg-leftimg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 478px;
  height: 693px;
  background-blend-mode: color;
}
.purplesection-bg .purplebg-right {
  position: absolute;
  right: 0;
  bottom: 28%;
  background-image: linear-gradient(to bottom, rgba(136, 35, 69, 0.7), rgba(136, 35, 69, 0.7));
  background: url(../Images/born2btischler/purplebg-rightimg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  height: 370px;
  background-blend-mode: color;
}
.purple-wrapper .heading-text h2, .purple-wrapper .heading-text p{
  color: #ffffff;
} 
.purple-wrapper .heading-text p.sub-text{
  font-size: 25px;
  line-height: 1.28;
}
.purple-wrapper .tabbed-content .nav-tabs{
  border-bottom: 2px solid rgba(255,255,255,0.5);
}
.purple-wrapper .tabbed-content .nav-tabs > li > a{
  opacity: 0.5;
  color: #ffffff;
}
.purple-wrapper .tabbed-content .nav-tabs>li.active{
  border-bottom: 2px solid rgba(255,255,255,1);
}
.purple-wrapper .tabbed-content .nav-tabs > li.active > a{
  color: #ffffff;
  opacity: 1;
}
.purple-wrapper .tabbed-content{
  /*width: 79%;*/
}
.purple-wrapper .tabbed-content .tab-content .tab-pane p{
  color: #ffffff;
}
.purple-wrapper .tabbed-content .tab-content .tab-pane ul li:before{
  background-color: #ffffff;
}
.purple-wrapper .tabbed-content .tab-content .tab-pane ul li{
  color: #ffffff;
}
.purple-wrapper .tab-content{
  padding-bottom: 0;
}
/*@media (min-width: 1200px){
  .container {
      width: 963px;
  }
}*/
/*@media (min-width: 768px){
  .navbar-nav>li>a {
      padding-top: 0px;
      padding-bottom: 0px;
  }
}*/

.news-img-wrap{
  text-align: center;
}
/* btn-css */
.about-image button a:hover{
   box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  background-image: linear-gradient(to bottom, #f29a20, #b8710e);
}
.about-image.disable-btn{
  opacity: 0.3;
}
.about-image.disable-btn .button-bg{
  /*opacity: 0.3;*/
}
.about-image.disable-btn button{
  /*opacity: 0.3;*/
  background-color: rgba(242,153,18,1);
}
.red-wrapper h2{
  color: #ffffff;
}
.red-wrapper p{
  color: #ffffff;
}
.orange-wrapper h2{
  color: #ffffff;
}
.orange-wrapper p{
  color: #ffffff;
}
.purple-wrapper h2{
  color: #ffffff; 
}
.purple-wrapper p{
  color: #ffffff; 
}
.theme-section .blogboxes-content-section .about-image{
  margin-top: 8px;
}
.theme-section .blogboxes-content-section .about-image .button-bg{
  margin-top: 0;
}
.theme-section .blogboxes-content-section .about-image .about-image-btn{
  margin-top: 43px;
}
.aboutmore-btn.orange-btn a:hover{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  background-image: linear-gradient(to bottom, #f29a20, #d98510);
}
.aboutmore-btn.white-btn a:hover{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  border: solid 1px #e3e3e3;
}
.aboutmore-btn.white-btn.disable-btn .more-btn{
  opacity: 0.1;
} 
.timeline-more a:hover{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  background-image: linear-gradient(to bottom, #f29a20, #d98510);
}
.aboutmore-btn.disable-btn .more-btn{
  opacity: 0.1;
}
a:hover, a:focus{
  text-decoration: unset;
}

.timeline-more.disable-btn .more-btn{
  opacity: 0.1;
}
.aboutmore-btn.orange-btn.disable-btn a{
  opacity: 0.3;
  color: #c77e0f;
}
.timeline-more.disable-btn a{
  opacity: 0.3;
  color: #c77e0f;
}
.orange-wrapper .tabbed-content .tab-content .tab-pane ul li{
  color: #ffffff;
}
.purple-wrapper .aboutmore-btn.orange-btn.disable-btn .more-btn,.red-wrapper .aboutmore-btn.orange-btn.disable-btn .more-btn,.orange-wrapper .aboutmore-btn.orange-btn.disable-btn .more-btn{
  opacity: 0.1;
  background-image: unset;
  background-color: #ffffff;
}
.purple-wrapper .aboutmore-btn.orange-btn.disable-btn a,.red-wrapper .aboutmore-btn.orange-btn.disable-btn a,.orange-wrapper .aboutmore-btn.orange-btn.disable-btn a{
  opacity: 0.3;
  color: #ffffff;
}
.aboutmore-btn.disable-btn a:hover{
  box-shadow: unset;
  background-image: unset;
}
.timeline-more.disable-btn a:hover{
  box-shadow: unset;
  background-image: unset;
}
.aboutmore-btn.white-btn .more-btn a:hover{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  border: solid 1px #e3e3e3;
  background-image: linear-gradient(to bottom, #f29a20, #d98510);
}
.aboutmore-btn.white-btn:hover .more-btn{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
}
.aboutmore-btn.white-btn:hover a{
  color: #f29912;
}
.aboutmore-btn.white-btn:hover a:hover{
  box-shadow: unset;
  border: unset;
}
.red-wrapper .tabbed-content .nav-tabs > li > a{
  color: #ffffff;
}

.aboutmore-btn.white-btn.disable-btn .more-btn{
  box-shadow: unset;
  opacity: 1;
}
.aboutmore-btn.white-btn.disable-btn a{
  opacity: 0.2;
}
.aboutmore-btn.white-btn.disable-btn a:hover{
  border: unset;
}
.aboutmore-btn.white-btn.disable-btn:hover a{
  color: #000000;
}
.purple-wrapper .aboutmore-btn.white-btn.disable-btn,.red-wrapper .aboutmore-btn.white-btn.disable-btn{
  display: none;
}
.red-wrapper .tabbed-content .tab-content .tab-pane h3{
  color: #ffffff;
}
.red-wrapper .tabbed-content .tab-content .tab-pane p{
  color: #ffffff; 
}
.red-wrapper .tabbed-content .tab-content .tab-pane ul li{
  color: #ffffff; 
}
.red-wrapper .aboutmore-btn.disable-btn:hover a:hover,.purple-wrapper .aboutmore-btn.disable-btn:hover a:hover{
  background-image: unset;
  box-shadow: unset;
  color: #ffffff;
}
/*.orange-wrapper .aboutmore-btn.disable-btn{
  display: none;
}*/
/*.orange-wrapper .aboutmore-btn.disable-btn .more-btn{
  box-shadow: unset;
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  opacity: 1;
}*/
/*.orange-wrapper .aboutmore-btn.disable-btn a{
  opacity: 0.2;
}*/

.userblog-content ul li{
  width: 20%;
  float: left;
  text-align: center;
  padding: 0px 3.5px;
}
.userblog-content ul li .userblog-profile img{
  margin-bottom: 16px;
}
.userblog-content ul li .userblog-profile label.user-name{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.blogger-intro .blog-link-btn{
  margin-top: 48px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.blogger-intro .blog-link-btn button{
  width: 413px;
  height: 52px;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  border: unset;
  text-align: left;
}
.blogger-intro .blog-link-btn button a{
  position: relative;
  padding: 11px 30px;
}
.blogger-intro .blog-link-btn button a:before{
  position: absolute;
  top: 11px;
  right: -12px;
  content: "";
  margin-top: -5px;
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.blogger-intro .blog-link-btn button a span{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
}
.about-blogger{
  position: relative;
  z-index: 1;
}
.about-blogger ul li{
  width: 20%;
  float: left;
  text-align: center;
  padding: 0px 3.5px;
}
.about-blogger ul li a{
  padding: 0px 0px 44px 0px;
  border-bottom: 2px solid transparent;
}
.about-blogger ul li.active a{
  border-bottom: 2px solid #f29912; 
}
.about-blogger .nav > li > a:hover,.about-blogger .nav > li > a:focus{
  border: unset;
  border-bottom: 2px solid #f29912;
  background-color: transparent;
}
.about-blogger .nav-tabs>li>a label{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.about-blogger .nav-tabs>li.active>a label,.about-blogger .nav-tabs>li.active>a:focus label,.about-blogger .nav-tabs>li.active>a:hover label{
  color: #f29912;
}
.about-blogger ul li a img{
  /*margin-bottom: 16px;*/
  display: block;
  margin: 0px auto 16px auto;
}
.about-blogger .tab-content{
  padding-top: 32px;
}
.about-blogger .tab-content .blogger-interview{
  width: 84%;
  margin: 0px auto 0px auto;
}
.about-blogger .tab-content .tab-left{
  padding: 4px 2.5px 0px 25px;
  display: inline-block;
  width: 100%;
}
.about-blogger .tab-content .tab-left p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
}
.about-blogger .tab-content .tab-pane .heading-text{padding-top: 90px;}
/*.about-blogger .tab-content .tab-pane .news-list.blog-list{margin:0 -185px 0 -185px;}*/
.tab-right .tab-detail .tab_about{
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
.navbar-toggle .icon-bar{
  width: 22px;
  position: relative;
  }

  .tab-right .tab-detail .tab_about label{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.tab-right .tab-detail .tab_about p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
}
.about-blogger .tab-content .tab-right{
  padding-left: 2.5px;
}

/*.categorie-menu .news-catmenu ul:first-child li{
  display: none;
}*/

.our-articles{
  width: 100%;
  display: inline-block;
  text-align: center;
}
.our-articles .nav-tabs{
  margin: 0 auto 70px auto;
  display: inline-block;
  text-align: center;
}
.our-articles .nav-tabs li{
  display: inline-block;
  margin-right: 10px;
}
/*.categorie-menu .news-catmenu ul li.expanded > a{
  display: none;
}*/
.our-articles .tab-content{
  padding-top: 0;
}
.our-articles .nav-tabs li:last-child{
  margin-right: 0px;
}
/*.categorie-menu .news-catmenu ul li img{
  display: none;
}
.categorie-menu .news-catmenu ul li span.icon-markup img{
  display: none;
}*/
.our-articles .nav-tabs li a{
  border-radius: 2px;
  border: solid 1px #82786f;
  font-family: DINNextLTPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.89;
  letter-spacing: normal;
  text-align: center;
  color: #82786f;
  padding: 6.5px 13px 6.5px 13px;
  display: inline-block;
}
.our-articles .nav-tabs li.active a{
  border-color: #f29912;
  color: #f29912;
}

.our-articles .nav-tabs>li.active>a,.our-articles .nav-tabs>li.active>a:focus,.our-articles .nav-tabs>li.active>a:hover{
  border-radius: 2px;
    border: solid 1px #f29912;
    font-family: DINNextLTPro;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.89;
    letter-spacing: normal;
    text-align: center;
    /*color: #82786f;*/
    padding: 6.5px 13px 6.5px 13px;
    display: inline-block;
    border-color: #f29912;
  color: #f29912;
}
.our-articles .nav > li > a:hover,.our-articles .nav > li > a:focus{
  background-color: transparent;
}
.blog-detail .blog-detail-text p .news-list-morelink{
  display: none;
}
.standard-link-btn.orange-btn button:hover .link-background{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  background-image: linear-gradient(to bottom, #f29a20, #d98510);
}
/*.orange-wrapper .photogrid-section,.purple-wrapper .photogrid-section,.red-wrapper .photogrid-section{
  padding-bottom: 0;
}*/



/*.categorie-menu{
  width: 100%;
  display: inline-block;
  text-align: center;
}*/
.news-single .blogauthor-info .author-name{
  font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #82786f;
    margin-bottom: 15px;
    display: block;
}
.news-single .article .standard-image img{
  /*width: 100%;*/
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.news-single .article .standard-image .caption{margin:15px auto; display:block;}
.blog-content .blog-detail:hover .blog-link a{
  color: #f29912;
}
.theme-section.blog-theme .themeleft-bg{
  top: 16%;
  left: -8px;
}
.theme-section.blog-theme .themeright-bg{
  top: 16%;
  right: -12px;
}
.socialmedia-slider .slider-wrapper .slider-nav #prev{
  top: 48%;
}
.socialmedia-slider .slider-wrapper .slider-nav #next{
  top: 48%;
}
.news-home .blog-detail .blog-content{
  padding-left: 0;
  padding-right: 0;
  width: 74%;
  margin: 0 auto;
  display: block;
}
.news-home .blog-section{padding-bottom:0}
.news-home .blog-detail .blog-content .col-md-4{
  width: 50%;
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.news-home .blog-list .showmore-blog-btn{display: none;}
.news-single .theme-content ul.pager{
  padding-left: 65px;
  padding-right: 65px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 111;
  margin-top: 49px;
}
.news-single .theme-content ul.pager li a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  border: unset;
  padding: 0;
} 
.news-single .theme-content ul.pager li a span{
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 9px;
}
.news-single .theme-content ul.pager li.previous a span{
  transform: rotate(180deg);
}
.news-single .theme-content ul.pager li.previous{
  float: left;
}
.news-single .theme-content ul.pager li.next{
  float: right;
}
.news-single .theme-content .pager .next > a,.news-single .theme-content .pager .next > span,.news-single .theme-content .pager .previous > a,.news-single .theme-content .pager .previous > span{
  float: unset;
}
.news-single .theme-content .pager li > a:hover, .pager li > a:focus{
  background-color: transparent;
}
.blog-theme .blogger-intro{
  display: inline-block;
  width: 100%;
  padding-bottom: 62px;
  text-align: center;
}
.our-articles .blog-content .page-navigation{
  width: 100%;
  display: inline-block;
}
.our-articles .page-navigation p{
  display: none;
}
.our-articles .news .page-navigation ul{
  display: flex;
  justify-content: center;
  align-items: center;
  float: unset;
}

.our-articles .news .page-navigation ul li a{
  width: 32px;
  height: 33px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1e1e1e;
  /*padding-bottom: 4px;*/
}
.our-articles .news .page-navigation ul li.current{
  width: 32px;
  height: 33px;
  background-color: #f29912;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  /*padding-bottom: 4px;*/
  /*color: #1e1e1e;*/
}
.our-articles .news .page-navigation ul li.previous a .prev-arrow{
  border: solid #1e1e1e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.our-articles .news .page-navigation ul li.next a .next-arrow{
  border: solid #1e1e1e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.our-articles .news .page-navigation ul li.previous a .prev-arrow:hover{
  border-color: #f29912;
}
.our-articles .news .page-navigation ul li.next a .next-arrow:hover{
  border-color: #f29912;
}
.our-articles .news .page-navigation ul li a:hover{
  color: #f29912;
  /*border-bottom: 1px solid #f29912; */
  text-decoration: underline;
  /*padding-bottom: 2px;*/
}
.standard-link-btn.orange-btn.disable-btn button:hover{
  background-image: unset;
  box-shadow: unset;
}
.orange-wrapper .standard-textimage-content .standard-content p,.purple-wrapper .standard-textimage-content .standard-content p,.red-wrapper .standard-textimage-content .standard-content p{
  color: #ffffff;
}
.orange-wrapper .standard-link-btn.white-btn.disable-btn button,.purple-wrapper .standard-link-btn.white-btn.disable-btn button,.red-wrapper .standard-link-btn.white-btn.disable-btn button{
  display: none;
}
.orange-wrapper .standard-link-btn.orange-btn.disable-btn button .link-background,.purple-wrapper .standard-link-btn.orange-btn.disable-btn button .link-background,.red-wrapper .standard-link-btn.orange-btn.disable-btn button .link-background{
  opacity: 0.1;
  background-color: #ffffff;
  background-image: unset;
}
.orange-wrapper .standard-link-btn.orange-btn.disable-btn button:hover .link-background,.purple-wrapper .standard-link-btn.orange-btn.disable-btn button:hover .link-background,.red-wrapper .standard-link-btn.orange-btn.disable-btn button:hover .link-background{
  box-shadow: unset;
  background-image: unset;
}
.orange-wrapper .standard-link-btn.orange-btn.disable-btn button span,.purple-wrapper .standard-link-btn.orange-btn.disable-btn button span,.red-wrapper .standard-link-btn.orange-btn.disable-btn button span{
  opacity: 0.3;
  color: #ffffff;
}
.orange-wrapper .standard-link-btn.orange-btn.disable-btn button:before,.purple-wrapper .standard-link-btn.orange-btn.disable-btn button:before,.red-wrapper .standard-link-btn.orange-btn.disable-btn button:before{
  opacity: 0.3;
  background-image: url(../Images/born2btischler/whitearrow-right-btn.png);
}
.userblog-section .standard-link-btn.orange-btn button{
  width: 413px;
  height: 52px;
}
.userblog-section .standard-link-btn.white-btn button{
  width: 413px;
  height: 52px;
}
.standard-link-btn.orange-btn.disable-btn button .link-background{
  opacity: 0.1;
  background-color: #f29912;
  background-image: unset;
  box-shadow: unset;
}
.standard-link-btn.white-btn.disable-btn button .link-background{
  box-shadow: unset;
}
.standard-link-btn.orange-btn.disable-btn button:before{
  opacity: 0.3;
  background-image: url(../Images/born2btischler/orangearrow-right-btn.png);
  filter: unset;
}
.standard-link-btn.orange-btn.disable-btn button span{
  opacity: 0.3;
  color: #c77e0f;
}
.standard-link-btn.white-btn.disable-btn button:before{
  filter: opacity(0.2);
}
.standard-link-btn.white-btn.disable-btn button:hover::before{
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
}
.standard-link-btn.white-btn.disable-btn button span{
  opacity: 0.2;
  color: #000000;
}
.download-module-content .download-module .download-btn button:hover {
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  background-image: linear-gradient(to bottom, #f29a20, #d98510);
}
/* 9-11-2020 */
.button-detail .toggle-btn:hover{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  color: #f29912;
}
.button-detail .toggle-btn:hover .arrow-icon{
  background-image: url(../Images/born2btischler/orangearrow-right-btn.png);
}
.button-detail .toggle-btn.disable-btn{
  box-shadow: unset;
  color: rgba(0,0,0,0.2);
}
.button-detail .toggle-btn.disable-btn .arrow-icon{
  opacity: 0.2;
}
.button-detail .toggle-btn.disable-btn:hover .arrow-icon{
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
}
.orange-wrapper .button-detail .toggle-btn.disable-btn,.red-wrapper .button-detail .toggle-btn.disable-btn,.purple-wrapper .button-detail .toggle-btn.disable-btn{
  background-color: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.3);
  border-color: rgba(227,227,227,0.1);
}
.orange-wrapper .button-detail .toggle-btn.disable-btn .arrow-icon,.red-wrapper .button-detail .toggle-btn.disable-btn .arrow-icon,.purple-wrapper .button-detail .toggle-btn.disable-btn .arrow-icon{
  opacity: 0.3;
  background-image: url(../Images/born2btischler/whitearrow-right-btn.png);
}

a.more_link{
  position: relative;
}
a.more_link:hover{
  color: #f29912!important;
  text-decoration: underline;
}
a.more_link:hover span{
  background-image: url(../Images/born2btischler/orangearrow-right-btn.png)!important;
}
a.more_link.disable-btn{
  opacity: 0.2;
}
a.more_link.disable-btn:hover{
  color: #000000!important;
  text-decoration: unset;
}
a.more_link.disable-btn span{
  opacity: 0.2;
  color: #000000;
}
a.more_link.disable-btn:hover span{
  background-image: url(../Images/born2btischler/arrow-right-btn.png)!important;
}
/*.orange-wrapper a.more_link:hover,.red-wrapper a.more_link:hover,.purple-wrapper a.more_link:hover{
  color: #ffffff!important;
  text-decoration: underline;
}
.orange-wrapper a.more_link:hover span,.red-wrapper a.more_link:hover span,.purple-wrapper a.more_link:hover span{
  background-image: url(../Images/born2btischler/whitearrow-right-btn.png)!important;
}*/

.blog-theme .theme-content .heading-text{
  width: 85%;
  margin: 0 auto 47px auto;
}
.blog-theme .about-blogger .nav-tabs{
  width: 84%;
  margin: 0 auto 0px auto;
}
.infobox-content-section .infobox-content .infobox-detail:hover{
  box-shadow: 0 30px 85px -18px rgba(0, 0, 0, 0.16);
  border: 1px solid transparent;
}

.orange-wrapper .infobox-content-section .infobox-content .infobox-detail:hover,
.red-wrapper .infobox-content-section .infobox-content .infobox-detail:hover,
.purple-wrapper .infobox-content-section .infobox-content .infobox-detail:hover{
  box-shadow: 0 30px 85px -1px rgba(0, 0, 0, 0.2);
}

.theme-content .theme-details .toggle-btn span.btn-title{
  width: 82%;
  float: left; 
  word-break: break-word;
  display: inline-block;
  white-space: pre-line;
  overflow-wrap: break-word;
}

/* 2-12-2020 */
.photogrid-slider .carousel .carousel-item.active .photo-caption{
  display: block;
  text-align: center;
}
.photogrid-slider .carousel .carousel-item .photo-caption{
  display: none;
}
.fancybox-caption-wrap{
    padding-left: 0!important;
    padding-right: 0!important;
}

.small-banner .banner-text .standard-link-btn{
  text-align: center;
  margin-top: 24px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* 15-12-2020 */
.perspektiven-section .standard-nogrey{
  position: relative;
  background-color: #882345;
}
.perspektiven-section .standard-nogrey .standard-image{
  padding: 49px 96px 33px 95px;
  display: inline-block;
  width: 100%;
}
.perspektiven-section .standard-nogrey .standard-image img{
  width: 1249px;
  object-fit: contain;
  height: 1122px;
  display: flex;
  margin: 0 auto;
}
.timeline-wrapper .title video{
  object-fit: cover;
}
/*.techic-slider .slider-wrapper .carousel .carousel-item img{
  object-fit: contain;
}*/

.panel-default > .panel-heading{
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.accordion-detail .panel-group .panel-heading.active .panel-title span{
  color: #f29912;
}
.panel-group .panel-heading + .panel-collapse > .panel-body .accor-content{
  padding: 7px 10px 7px 28px;
}
.orange-wrapper .carousel-section{padding-bottom: 35px;}
.carousel-section .heading-text h2{
  margin-bottom: 2px;
}
.routine-section .heading-text h2{
  margin-bottom: 2px;
}
.routine-section .heading-text p{
  font-size: 25px;
  line-height: 1.28;
}
.theme-content .standard-text-detail .text h3{
  margin-bottom: 15px;
}
/*.orange-wrapper .heading-text p{
  font-size: 25px;
  line-height: 1.28;
}*/
.orange-wrapper .heading-text p.sub-text{
  font-size: 25px;
  line-height: 1.28; 
}
.orange-wrapper .tabbed-content .heading-text{
  margin-bottom: 47px;
}
.blogger-interview .blog-list .blog-content{
  text-align: center;
}
.home-fotogrid .subpage-container{
  padding-bottom: 0;
}

.login-panel .tx-felogin-pi1 h3{
  display: none;
}
.login-panel .tx-felogin-pi1 > div{
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  display:inline-block;
  font-family: DINNextLTPro;
  display: none;
}
.login-panel .tx-felogin-pi1 div.btn-submit{
  width: 180px;
  margin: 0 auto;
  display: block;
  position: relative;
}
.login-panel form fieldset legend{
  display: none;
}
.login-panel form div{
  margin-bottom: 34px!important;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;
  width: 291px;
  margin: 0 auto;
  display: block;
}
.login-panel form div label{
  width: 100%;
  display: inline-block;
  margin: 0 4px 10px 0;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
}
.login-panel form div input{
  width: 291px;
  height: 42px;
  margin: 0px 0 0 1px;
  border-radius: 2px;
  border: solid 1px #82786f;
  background-color: rgba(255, 255, 255, 0.4);
}
.login-panel form div img.showpass{
  display: none;
}
.login-panel form div input[type="submit"]{
  /*margin-top: 40px;*/
  width: 179px;
  height: 52px;
  object-fit: contain;
  border: unset;
  border-radius: 2px;
  text-align: left;
  padding: 0;
  position: relative;
  background-color: transparent;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  display: inline-block;
  /*width: 100%;*/
  /*height: 100%;*/
  padding-left: 19px;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.login-panel .tx-felogin-pi1 div.btn-submit:before{
  position: absolute;
  top: 18px;
  right: 14px;
  content: "";
  margin-top: -5px;
  background-image: url(../Images/born2btischler/arrow-right-btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: invert(1);
  width: 25px;
  height: 25px;
  object-fit: contain;
  z-index: 11;
}
.login-panel .tx-felogin-pi1 div.btn-submit:hover input[type="submit"]{
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  background-image: linear-gradient(to bottom, #f29a20, #d98510);
}


/* socialmedia-slider */
.socialmedia-slider .slider-wrapper .carousel{
  height: 825px;
}
.socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post span{
  height: 850px!important;
  width: 650px!important;
}
.socialmedia-slider .slider-wrapper .carousel .carousel-item iframe{
  transform: translateX(50px) translateY(-165px);
}
.socialmedia-slider .slider-wrapper .carousel .carousel-item .social-post iframe {
  padding: 40px 39px 40px 40px !important;
  background-color: #ffffff !important;
  height: 651px!important;
  width: 640px!important;
  transform: translateX(0px) translateY(-228px);
  display: inline-block !important;
}
.socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe {
  box-shadow: 0 30px 85px 0 rgba(0, 0, 0, 0.26) !important;
}
.socialmedia-slider .slider-wrapper .carousel .carousel-item .social-post .fb_iframe_widget{
  width: 100%;
}
.socialmedia-slider .slider-wrapper .carousel .carousel-item iframe{
  width: 600px!important;
}
.socialmedia-slider .slider-wrapper .carousel .carousel-item span{
  width: 600px!important;
}
.socialmedia-slider .slider-wrapper{
  margin-top: -65px;
}
.socialmedia-slider .slider-wrapper .carousel .indicators{
  bottom: 50px;
}

/* fifth page -13-1-2021 */

.forthpage-wrapper .banner-text{
  width: 100%;
}
.fifthpage-wrapper .banner-text h1{
  margin-bottom: 35px;
}
.jobsearch_section{
  padding-top: 90px;
  padding-bottom: 75px;
}
.jobsearch_section .jobsearch-section-content{
  position: relative;
  z-index: 1;
  padding: 0px 65px;
}
.jobsearch_section .jobsearch-section-content .heading-text h2{
  margin-bottom: 6px;
}
.jobsearch-section-content .heading-text p{
  font-family: DINNextLTPro;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.jobsearch-section-content .jobsearch-detail{
  width: 100%;
  display: inline-block;
}
.jobsearch_section .about-image{
  margin-top: 30px;
}
.jobsearch_section .about-image .about-image-btn button:hover{
   box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  background-image: linear-gradient(to bottom, #f29a20, #b8710e);
}
.jobsearch-result .jobsearch_section .about-image{
  margin-top: 0px;
}

.jobsearch-detail .job-filter{
  margin-bottom: 60px;
}
.jobsearch-result .jobsearch-detail .job-filter{
margin-bottom: 35px;
}
.jobsearch-result .jobresult-list .pagination-bottom{
margin-top:32px;
}
.jobsearch-detail label.field-label{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 8px;
  display: block;
}
.jobsearch-detail .job-filter label.container-checkbox{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 9px;
  margin-left: 4px;
}
.jobsearch-detail .job-filter label.container-checkbox:last-child{
  margin-bottom: 0;
}
.jobsearch-detail .job-filter form .filter-checkbox{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 9px;
}
.jobsearch-detail .job-filter form .filter-checkbox input{
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.filter-checkbox .filter-checkbox input{
  width: 24px;
  height: 24px;
}
.jobsearch-detail .jobsearch-form .form-group{
  margin-right: 35px;
  display: inline-block;
}
.jobsearch-detail .jobsearch-form .form-group:last-child{
  margin-right: 0;
}
.jobsearch-detail .jobsearch-form .form-group label{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 12px;
  display: block;
}
.jobsearch-detail .jobsearch-form .jobform-radio .form-group label{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 8px;
  margin-bottom: 15px;
  display: block;
}
.jobsearch-detail .jobsearch-form .form-group input{
  width: 292px;
  height: 42px;
  border-radius: 2px;
  background-color: #ffffff;
  border: unset;
}
.jobsearch-result .jobsearch-detail .jobsearch-form .form-group input{width: 360px;}
.jobsearch-detail .jobsearch-form .form-group input.slider{padding: 0px; width: 280px; height: 26px;}
.jobsearch-detail .jobsearch-form .form-group .range_slider .thumb .value{display: none;}
.jobsearch-result .jobsearch-detail .jobsearch-form .form-group input.slider{width:360px;}
.jobsearch-detail .jobsearch-form .form-group select{
  width: 292px;
  height: 42px;
  border-radius: 2px;
  background-color: #ffffff;
  border: unset;
  box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
}
.jobsearch-result .jobsearch-detail .jobsearch-form .form-group select{width: 360px;}
.jobsearch-detail .jobsearch-form .form-group .form-control{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
}

.jobsearch-form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.jobsearch-form .jobform-input{
  width: 100%;
  display: inline-block;
}
.job_search .subpage-container{padding: 0px;}
.jobresult-list{
display: inline-block;
background-color: #ffffff;
padding: 35px 35px 00px 35px;
width: 100%;
position: relative;
}
.jobresult-list .search_result_list .item-content-detail{
display: inline-block;
width: 100%;
padding:35px 0px 31px 70px;
}
.jobresult-list .search_result_list .item-content-detail .item-content-left{
width:50%;
float:left;
display:flex;
}
.jobresult-list .search_result_list .item-content-detail .item-content-left .item-content-logo{
margin-right: 35px;
width: 258px;
margin-top: 15px;
}
.jobresult-list .search_result_list .item-content-detail .item-content-left .item-content-logo p{
font-size: 16px;
font-family: 'DINNextLTPro';
line-height: 1.35;
}
.jobresult-list .search_result_list .item-content-detail .item-content-left .item-content-text{
margin-right: 35px;
width: 100%;
min-width: 263px;
margin-bottom: 11px;
}
.jobresult-list .search_result_list .item-content-detail .item-content-right{
width:50%;
float:left;
}
.jobresult-list .pagination-result ul{
text-align: center;
list-style: none;
}
.jobresult-list .pagination-result ul li{
width: 32px;
height: 32px;
padding: 4px 0 0;
font-family: DINNextLTPro;
font-size: 20px;
font-weight: bold;
font-stretch: normal;
font-style: normal;
line-height: 1.35;
letter-spacing: normal;
text-align: center;
color: #000000;
display: inline-block;
justify-content: center;
flex-direction: row;
align-items: center;
}
.jobresult-list .pagination-result ul li a{
color:#000000;
}
.jobresult-list .pagination-result ul li.active{
background-color: #f29912;
color: #fff;
}
.container-checkbox{
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-checkbox input {
  position: absolute;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.container-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #ffffff;
}
.container-checkbox input:checked ~ .checkmark {
  background-color: #ffffff;
  border: unset;
}
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
  left: 9px;
  top: 4px;
  width: 6px;
  height: 13px;
  border: solid #f29912;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.jobform-radio [type="radio"]:checked,
.jobform-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.jobform-radio [type="radio"]:checked + label,
.jobform-radio [type="radio"]:not(:checked) + label{
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 10px;
}
.jobform-radio [type="radio"]:checked + label:before,
.jobform-radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    background: transparent;
}
.jobform-radio [type="radio"]:checked + label:after,
.jobform-radio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ffffff;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.jobform-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.jobform-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.jobdetail-slider{
  margin-top: -55px;
  position: relative;
  z-index: 11;
}
.carousel-control.left,.carousel-control.right{
  background-image: unset;
}
.jobdetail-slider .carousel .carousel-item{
  width: 100%;
  height: 100%;
}
.jobdetail-slider .item-content-wrapper{
  background-color: #ffffff;
  padding: 35px 35px 00px 35px;
  width: 100%;
  position: relative;
  /*border: 10px solid transparent;*/
  border-image: url(../../Images/born2btischler/Line-image.png) 10 round;
}
.item-content-wrapper .item-content-detail{
  background-color: #ffffff;
  /*padding: 35px 35px 21px 35px;*/
  padding-bottom: 21px;
  width: 100%;
  position: relative;
  /*border: 10px solid transparent;*/
  border-image: url(../../Images/born2btischler/Line-image.png) 10 round;
}
.training-center .item-content-detail .item-content-left{
  width: 50%;
  float: left;
  display: flex;
}
.training-center .item-content-text ul li, .training-center .item-content-text ul li a{
  margin-bottom: 8px;
}
.training-center .item-content-wrapper .item-content-detail{
  padding: 35px 35px 30px 104px;
}
.item-content-detail .item-content-right{
  width: 50%;
  float: right;
}
.jobdetail_wrapper{
  padding-left: 65px;
  padding-right: 65px;
  width: 100%;
  margin: 0 auto 65px auto;
  display: inline-block;
}
.redsection-slider .jobdetail_wrapper{
  padding-left: 65px;
  padding-right: 65px;
  padding-bottom: 8px;
} 
.redsection-slider .item-content-text{
  margin-right: 35px;
  width: 100%;
  min-width: 263px;
  margin-bottom: 11PX;
}
.redsection-slider .item-content-text .content-img{
  margin-bottom: 8px;
}
.jobdetail-slider .jobresult-list .search_result_list .content-border img{ width: 100%;  object-fit: cover;   height: 15px;}
.jobdetail-slider .item-content-header{
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}
.item-content-detail .item-detail-link label{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 8px;
  display: inline-block;
}
.item-content-detail .item-detail-link p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  margin-bottom: 20px;
}
.item-content-detail .item-detail-link button{
  padding: 0;
  border: unset;
}
.redsection-slider .item-content-detail .item-detail-link p{
  min-height: 150px;
}
.item-content-header ul li{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
}
.item-content-header ul li p{
  display: inline-block;
  margin-left: 4px;
}
.item-content-detail{
  display: flex;
  position: relative;
}
.item-content-link{
  position: absolute;
  bottom: 40px;
  right: 0;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
  top: auto;
  bottom: 0;
}
.item-content-detail .item-content-logo img{
  max-width: 150px;
  height: auto!important;
  transform: unset!important;
  margin: 0 auto;
  display: block;
} 
.item-content-text h4{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 8px;
}
.item-content-text ul p{
  margin-bottom: 8px;
  width: 100%;
  display: inline-block;
}
.item-content-text ul li,.item-content-text ul li a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 8px;
}
.item-content-text ul li a{
  text-decoration: underline;
}
.item-content-text ul li.number a{
  text-decoration: unset;
}
.item-content-detail .item-content-logo{
  margin-right: 35px;
  width: 258px;
  margin-top: 30px;
}
.carousel-indicators{
  width: auto;
  transform: translateX(-50%);
  margin-left: 0;
  margin-bottom: 70px;
  bottom: -80px;
}
.carousel-indicators .active{
  border: unset;
  background-color: #f29912;
  color: #ffffff;
  width: 32px;
  height: 33px;
}
.carousel-indicators li{
  border-radius: unset;
  border-color: unset;
  border: unset;
  width: 32px;
  height: 33px;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  text-indent: unset;
  padding: 5px;
}
.item-content-link a{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.carousel-control.left{
  left: 34%;
}
.carousel-control.right{
  right: 35%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next{
  font-size: 18px;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: -12px;
  left: 0;
  width: 15%;
  font-size: 0px;
  color: #000000;
  text-align: center;
  text-shadow: unset;
  background-color: rgba(0, 0, 0, 0);
  filter: unset;
  opacity: 1;
}
.carousel-control:hover, .carousel-control:focus{
  color: #000;
}
.item-content-link a span.arrow-down{
  position: absolute;
  top: 7px;
  right: -23px;
  content: "";
  border: solid #f29912;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 7px;
}

.jobdetail_wrapper .carousel{
  height: 100%;
  overflow: unset;
}
.training-center{
  overflow: hidden;
  position: relative;
}
.redsection-slider .item-content-left{
  width: 50%;
  float: left;
  display: flex;
}
.redsection-slider .item-content-right{
  width: 50%;
  float: left;
}
.red-carousel-section .standard-text .standard-text-detail{
  width: 100%;
}
.orange-carousel-section .standard-text .standard-text-detail{
  width: 100%;
}
.red-carousel-section{
  padding-top: 65px;
}
.red-carousel-section .standard-text{
  width: 71%;
  margin: 0 auto;
  display: block;
}
.red-wrapper .standard-text h2{
  color: #ffffff;
  margin-bottom: 2px;
}
.red-wrapper .standard-text .text p{
  font-family: DINNextLTPro;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.training-center .orange-wrapper{
  min-height: 282px;
  position: relative;
} 
.training-center .heading-text{
  padding-top: 55px;
  position: relative;
  width: 74%;
  margin: 0 auto 45px auto;
}
.training-center .orange-wrapper .heading-text{
  width: 62%;
}
.training-center .red-wrapper{
  min-height: 318px;
  position: relative;
}
.orange-slider .orange-wrapper{
  min-height: 272px;
  position: relative;

}
.orange-wrapper .standard-text{
  width: 100%;
}
.orange-wrapper .standard-text h2{
  color: #ffffff;
  margin-bottom: 2px;
}
.orange-wrapper .standard-text .text p{
  font-family: DINNextLTPro;
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.orangesection-slider .item-content-wrapper .item-content-detail{
  padding: 44px 0px 56px 130px;
}
.orangesection-slider .item-content-detail .item-content-logo{
  margin-right: 70px;
}
.orangesection-slider .item-content-left{
  width: 50%;
  float: left;
  display: flex;
}
.orangesection-slider .item-content-right{
  width: 50%;
  float: left;
}
.red-carousel-section .standard-text{
  margin-bottom: 45px;
}
.redsection-slider{
  margin-top: -80px;
}
.orange-carousel-section .standard-text{
  margin-bottom: 45px;
}
.orangesection-slider{
  margin-top: -80px;
}
.orange-carousel-section{
  padding-top: 55px;
} 
.carousel-pagination{
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 32px;
}
.carousel-pagination .pagination{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
}
.carousel-pagination .pagination a.arrows{
  color: #000;
}
.carousel-pagination .pagination a.active{
  width: 32px;
  height: 33px;
  margin: 0 0 1px;
  background-color: #f29912;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.carousel-pagination .pagination a{
  width: 32px;
  height: 32px;
  margin: 1px 0 0;
  background-color: #ffffff;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.about-image{
  text-align: center;
  position: relative;
  margin-top: -50px;
  overflow: hidden;
  width: 100%;
  /*float: right;*/
}
.about-image .button-bg{
  background-image: url(../Images/born2btischler/about-bg.png);
  background-size: contain;
  width: 394px;
  height: 242px;
  object-fit: contain;
  background-position: center;
  margin: -10px auto 0px auto;
  display: block;
  background-repeat: no-repeat;
}
.about-section .about-image .button-bg{
  margin: 0;
  margin-left: 115px;
}
.about-section .about-image-btn{
  left: 145px;
  width: auto;
  transform: translate(-00%,-50%);

}
.workshop-detail .about-image{
  margin-top: 0px;
} 
.about-image-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  margin-top: 43px;
}
.about-image button{
  border: unset;
  border-radius: 2px;
  box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.2), 0 1px 10px 0 rgba(133, 69, 18, 0.12), 0 4px 5px 0 rgba(133, 69, 18, 0.14);
  background-image: linear-gradient(to bottom, #ffa721, #f29912);
  height: 59px;
  padding: 0;
}
.about-image button a{
  display: inline-block;
}
.about-image button span{
  padding: 16px 42.5px 16px 41.5px;
  font-family: DINNextLTPro;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}
.about-image button a:hover{
   box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
  background-image: linear-gradient(to bottom, #f29a20, #b8710e);
}
.about-image.disable-btn{
  opacity: 0.3;
}
.about-image.disable-btn .button-bg{
  /*opacity: 0.3;*/
}
.about-image.disable-btn button{
  /*opacity: 0.3;*/
  background-color: rgba(242,153,18,1);
}

/* Eignungstest */
.aptitude_test-progress-about{
  margin-top: 30px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 64px;
  display: none;
}
.aptitude_test-progress{
  padding: 45px;
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.22);
  border: solid 1px #e3e3e3;
  background-color: #ffffff;
  position: relative;
  width: 380px;
  height: 147px;
  margin: 0 auto;
  display: block;
}
.aptitude_test-progress:before{
  position: absolute;
  top: -36px;
  left: -98px;
  content: "";
  background-image: url(../Images/born2btischler/training-bgleft.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 631px;
  height: 330px;
  z-index: -1;
}
.aptitude_test-progress:before{
  position: absolute;
  top: -6px;
  left: -51px;
  content: "";
  background-image: url(../Images/born2btischler/training-bgleft.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 115px;
  height: 151px;
  z-index: -1;
}
.aptitude_test-progress:after {
    position: absolute;
    top: -268px;
    right: 0px;
    content: "";
    background-image: url(../Images/born2btischler/timleline-bgimg.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 340px;
    height: 487px;
    z-index: -1;
    transform: rotate(180deg);
}
.aptitude_test-progress span{
  opacity: 0.89;
  font-family: DINNextLTPro;
  font-size: 50px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
}
.aptitude_test-progress-about label{
  margin-top: 32px;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  display: inline-block;
  margin-bottom: 66px;
  width: 100%;
}
.aptitude_test-progress-about .standard-link-btn{
  float: unset;
  /*width: 100%;*/
  text-align: center;
  display: inline-block;
}
.aptitude_test-progress-about .standard-link-btn button{
  width: 311px;
  height: 52px;
  margin-top: 0px;
}
.aptitude_test-section .theme-section{overflow: inherit;}
.aptitude_test-section .subpage-container{
  padding-bottom: 0;
}
.aptitude_test-section .standard-text-detail{
  width: 60%;
  margin: 0 auto;
  display: block;
}
.aptitude_test-section .question-counter{width: 74%; margin: 0 auto 32px auto; padding-top: 15px;}
.aptitude_test-section .question-counter h4{
    font-family: DINNextLTPro;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #000000;
    display: inline-block;
    padding-bottom: 12px;
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    border-bottom: 2px solid #d6d6d6;
}
.aptitude_test-section .question-counter .blackline{position: relative; top: -2px; height: 2px;}
.aptitude_test-section .question-counter .blackline .activeline{border: 1px solid #000000; width: 50px; float: left;}
.aptitude_test-section .aptitude_test-Questions .result-counter h4{
   font-family: DINNextLTPro;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #000000;
    display: inline-block;
    padding-bottom: 12px;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
    border-bottom: 2px solid #000000;
}

.aptitude_test-section .aptitude_test-Questions.first-question{display: block;}
.aptitude_test-section .aptitude_test-Questions.first-question button#previous{display: none;}
.aptitude_test-section .aptitude_test-Questions{
  margin-top: 50px;
  width: 74%;
  display: none;
  margin: 0 auto;
}
.aptitude_test-section .aptitude_test-Questions label{
  font-family: DINNextLTPro;
  font-size: 30px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
}
.aptitude_test-section .aptitude_test-Questions .example-text span{
  margin-bottom: 6px;
  display: inline-block;
}
.aptitude_test-section .aptitude_test-Questions .example-text,
.aptitude_test-section .aptitude_test-Questions .example-text p{
  font-family: DINNextLTPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #757575;
  display: block;
}
.aptitude_test-section .aptitude_test-Questions .example-text p{
  margin-bottom: 4.5px;
}
.aptitude_test-section .aptitude_test-Questions .options-radio{
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  margin-top: 48px;
}


.aptitude_test-Questions .options-radio{
  position: relative;
  z-index: 111;
  margin-bottom: 40px;
}
.aptitude_test-Questions .options-radio [type="radio"]:checked,
.aptitude_test-Questions .options-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.aptitude_test-Questions .options-radio [type="radio"]:checked + label,
.aptitude_test-Questions .options-radio [type="radio"]:not(:checked) + label{
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  display: inline-block;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-top: 0;
  margin-bottom: 10px;
}
.aptitude_test-Questions .options-radio [type="radio"]:checked + label:before,
.aptitude_test-Questions .options-radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    border-radius: 100%;
    background: transparent;
}
.aptitude_test-Questions .options-radio [type="radio"]:checked + label:after,
.aptitude_test-Questions .options-radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.aptitude_test-Questions .options-radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.aptitude_test-Questions .options-radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.aptitude_test-Questions .sub-question .show_ans{display:none;}
.aptitude_test-Questions .answer_message.ans_green{
  width: 840px;
  height: 58px;
  margin: 24px 0 0;
  padding: 18px 22px 18px 22px;
  background-color: #d3ffd3;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #006f00;
  display: none;
}
.aptitude_test-Questions .answer_message.ans_red{
  width: 840px;
  height: 58px;
  margin: 24px 0 0;
  padding: 18px 22px 18px 22px;
  background-color: #ffcaca;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #a90000;
  display: none;

}
.next-prev-btns .standard_link-btn{
  position: relative;
  z-index: 111;
  width: auto;
  display: inline-block;
} 
.next-prev-btns .standard_link-btn button {
  /*margin-top: 40px;*/
  width: 155px;
  height: 52px;
  object-fit: contain;
  border: unset;
  border-radius: 2px;
  text-align: left;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.next-prev-btns .standard_link-btn button:before {
  position: absolute;
  top: 18px;
  left: 25px;
  content: "";
  margin-top: -5px;
  background-image: url(../Images/born2btischler/roundarrow-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  /*filter: invert(1);*/
  width: 25px;
  height: 25px;
  object-fit: contain;
}
.next-prev-btns .standard_link-btn button .link-background {
  box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
  background-image: url(../Images/born2btischler/whitebtn_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 154px;
  height: 52px;
}
.next-prev-btns .standard_link-btn button a {
  /* position: relative; */
  display: inline-block;
}
.next-prev-btns .standard_link-btn button span {
  padding: 0;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #f29912;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0%, -50%);
}
.next-prev-btns .standard-link-btn.orange-btn button {
  margin-top: 0px;
  width: 155px;
  height: 52px;
  object-fit: contain;
  border: unset;
  border-radius: 2px;
  text-align: left;
  padding: 0;
  position: relative;
  background-color: transparent;
  float: right;
}
.next-prev-btns .standard-link-btn.orange-btn button#submit{display: none;}
.next-prev-btns .standard-link-btn.orange-btn button#submit{width:324px;}
.next-prev-btns .showmore_result{display: none;}
.next-prev-btns .standard-link-btn{
  float: right;
}
.next-prev-btns .showmore_result{
  width: 100%;
  height: 51px;
 /* margin: 54px 684.5px 41px;*/
  font-family: DINNextLTPro;
  font-size: 50px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.questionData .next-prev-btns{
  width: 74%;
  display: block;
  margin: 0 auto;
}
.news-single p a{display:inline;}


.aptitude_test-Questions .aptitude_test-Example{
  margin-bottom: 48px;
  display: inline-block;
  width: 100%;
}
.aptitude_test-Questions .aptitude_test-Example label{
  font-family: DINNextLTPro;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #757575;
  margin-bottom: 8px;
  display: inline-block;
}
.aptitude_test-Questions .aptitude_test-Example span{
  font-family: DINNextLTPro;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #757575;
  padding-left: 13px;
  display: inline-block;
  width: 100%;
}
.aptitude_test-Questions .aptitude_test-Example p{
  font-family: DINNextLTPro;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #757575;
  margin-top: 6px;
  display: inline-block;
  width: 100%;
}
.aptitude_test-Questions .Folding_template label{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 16px;
  display: inline-block;
  width: 100%;
}
.aptitude_test-Questions .Folding_template img.unbenannt-img{
  padding-left: 6px;
  margin-bottom: 40px;
  display: inline-block;
}
.aptitude_test-Questions .Folding_template .options-radio{margin-top:0px; }
.Folding_template .options-radio p {
    margin-bottom: 30px;
}
.Folding_template .options-radio [type="radio"]:checked + label, .Folding_template .options-radio [type="radio"]:not(:checked) + label{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
}
.Folding_template .radio-image{
  margin-top: 2px;
  display: block;
}
.technical_template .radio-image{
  margin-top: 2px;
  display: block;
  margin-bottom: 30px;
}

/* 13-2-2021 */
.aptitude_test-Questions .arithmetic-template{
  /*margin-top: 24.5px;*/
  display: inline-block;
  width: 100%;
}
.arithmetic-template .sub-question{
  margin-bottom: 48.5px;
  display: inline-block;
  width: 100%;
}

.arithmetic-template .sub-question span{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.arithmetic-template .sub-question span.cubic{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  width: auto;
}
.arithmetic-template .sub-question input{
  padding: 5px 10px 10px 11px;
  border-radius: 2px;
  border: solid 1px #82786f;
  background-color: rgba(255, 255, 255, 0.4);
  width: 258px;
  height: 42px;
  margin-right: 13px;
}
.aptitude_test-Example .series-template{
  margin-top: 43px;
  display: inline-block;
  width: 100%;
}
.aptitude_test-Example .series-template p{
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  display: inline-block;
  width: auto;
}
.aptitude_test-Example .series-template .sub-question{
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
}
.aptitude_test-Example .series-template .sub-question input{
  display: inline-block;
  border-radius: 2px;
  border: solid 1px #000000;
  background-color: rgba(255, 255, 255, 0.4);
  width: 64px;
  height: 42px;
  /*padding: 5px 32px 10px 10px;*/
  padding: 10px;
  font-family: DINNextLTPro;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  color: #000000;
  margin-left: 19px;
}
.aptitude_test-Example .series-template p:first-child{
  padding-bottom: 7px;
  display: block;
}
.aptitude_test-Questions .aptitude_test-Example img.aptitude-unbenannt-img{
  object-fit: contain;
  opacity: 0.7;
}

.aptitude_test-Questions .error_msg{
  width: 100%;
  height: 24px;
  margin: 6px 0 0;
  font-family: DINNextLTPro;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #e60000;
}

.news-single .slider-wrapper .carousel .carousel-item{
  width: 70%;
}
.news-single .slider-wrapper .carousel .carousel-item .image-caption{
  bottom: -178px;
}
.news-single .slider-wrapper .carousel .indicators{
  bottom: 0px;
}
.news-single .slider-wrapper .carousel{
  height: 580px;
}


.news-single .video-section .about-video{width:80%;}
.news-single .video-section .about-video .heading-text{width:auto;}
.news-single .video-section .about-video .heading-text p{font-size:25px;}


.news.news-single .blog-theme .theme-content .heading-text{
  width: 80%;
}
.news.news-single .carousel-section .heading-text h2{
  margin-bottom: 8px;
}
.news.news-single .standard-nogrey-section .heading-text .intro-text .sub-text{
  text-align: center;
}
.news.news-single .standard-nogrey-section .standard-content{
  width: 74%;
}
.news.news-single .standard-nogrey-section .heading-text h2{
  margin-bottom: 8px;
}
.news.news-single .standard-text .standard-text-detail{
  width: 80%;
}
.news.news-single .standard-text .standard-text-detail .text{
  width: 92.5%;
  margin: 0 auto; 
}
.news.news-single .standard-text-detail{
  width: 74%;
}
.news.news-single .standard-text-detail .heading-text{
  width: 100%;
}
.news.news-single .carousel-section .heading-text{width:64% !important;}
.news.news-single .standard-nogrey-section .heading-text {width:64% !important;}
.news.news-single .standard-text .standard-text-detail {width:64% !important;}

@media (min-width: 768px){
  .navbar-nav > li {
      display: inline-block;
      float: unset;
  }
}
/*@media (min-width: 1200px){
  .banner-text h1{
    font-size: 120px!important;
  }
}*/
@media (max-width: 1290px){
  .header .navbar .navbar-nav.navbar-right{
    float: left!important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px){ 
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    transform: translateX(-52px) translateY(-228px)!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item{
    width: 52%;
  }
} 
@media (max-width: 1200px){ 

.jobsearch_section .jobsearch-section-content{ padding: 0px 35px; }
  .jobsearch-result .jobsearch-detail .jobsearch-form .form-group input{ width: 100%; }
  .jobsearch-result .jobsearch-detail .jobsearch-form .form-group input.slider{ width: 100%; }
  .jobsearch-detail .jobsearch-form .form-group{ width: 100%; }
  .jobsearch-result .jobsearch-detail .jobsearch-form .form-group select{ width: 100%; }
  .about-image .button-bg{ width: 320px; }
  
  .jobresult-list .search_result_list .item-content-detail .item-content-logo{ width: 40% !important; float: left; min-width:150px; margin-right:20px !important;}
  .jobresult-list .search_result_list .item-content-detail .item-content-text{ width: 60% !important; min-width: auto !important; float: left; }
  .jobresult-list .search_result_list .item-content-detail{ padding-left: 35px; }
  .jobresult-list .search_result_list .item-content-detail .item-content-right{ width: 46%; float: right; }
  
  .jobresult-list .search_result_list .item-content-detail .item-content-left{ width: 60%; }
  .jobresult-list .search_result_list .item-content-detail .item-content-right{ width: 40%; } 
  
/*.header .navbar{  
    padding-left: 25px; 
    padding-right: 25px;  
  } */
  .header.fix .navbar-brand{display:none;}
  .header.fix.mobile-header .navbar-brand{display:block;}
  .header .navbar .navbar-brand{  
    margin-right: 25px; 
    float: left;
  } 
  .unser-blog .news{  
    width: 85%; 
  } 
  .no-banner .bannerbg-image .no-bannerbg-left{
    left: -45px;
  }
  .no-banner .bannerbg-image .no-bannerbg-right{
    right: -30px;
  }
  .about-blogger .nav-tabs>li>a label{  
    font-size: 28px;  
    margin-bottom: 5px; 
  } 
  .blog-bgimg .blogbox-text label{  
    font-size: 26px;  
  } 
  .blogbox-detail .blogbox-text label{  
    font-size: 26px;  
  } 
  .blog-list .blog-content{ 
    width: 95%; 
  } 
 /* .blog-item .blogbox-detail{ 
    height: 495px;  
  } */ 
  .accordion-section .accordion-section-content{  
    width: 96%; 
  } 
  .banner-text{ 
    top: 57%; 
  } 
  .banner-text p{ 
    width: 66%; 
  } 
  .small-banner .banner-text h1{  
    font-size: 100px; 
  } 
  .standard-text .intro-text{ 
    font-size: 22px;  
  } 
  .blogboxes-content-section .blogbox-content{  
    width: 85%; 
  } 
  .red-wrapper .standard-text-detail{ 
    width: 62%; 
  } 
  .carousel-section .heading-text{  
    width: 70%; 
  } 
  .video-section .about-video .heading-text{  
    width: 85%; 
  } 
  .accordion-detail .heading-text h2{ 
    font-size: 43px;  
  } 
  .aboutdetail_section .about-text h2{  
    font-size: 37px;  
  } 
  .aboutdetail_section .about-text p{ 
    font-size: 18px;  
  } 
  .heading-text h2{ 
    font-size: 46px;  
  } 
  .workshop-content .workshop-image img{  
    max-width: 100%;  
    object-fit: cover;  
  } 
  .workshop-detail h2{  
    font-size: 34px;  
  } 
  .about-image button span{ 
    padding: 14px 38.5px 14px 37.5px; 
    font-size: 21px;  
  } 
  .header .navbar .navbar-nav.navbar-right{ 
    float: left!important;  
  } 
  .theme-content .theme-details .toggle-btn{  
    padding: 24px 24px 25px 18px; 
    font-size: 16px;  
  } 
  .theme-content .theme-details .toggle-btn .arrow-icon{  
    /*width: 30px;  
    height: 30px;*/ 
    margin-top: -7px; 
  } 
  .blog-detail .blog-detail-text label{ 
    font-size: 25px;  
  } 
  .blog-detail .blog-detail-text p{ 
    font-size: 19px;  
  } 
  .photogrid-content-img img{ 
    width: 100%;  
    height: 220px;  
  } 
  .footer-content .footer-left form .inputdiv input{  
    width: 300px; 
  } 
  .footer-bottom ul li{ 
    margin-left: 26px;  
  } 
  .banner-text h1{  
    font-size: 100px; 
  } 
  .slider-wrapper .slider-nav #prev{  
    top: 35%; 
  } 
  .photogrid-slider .slider-nav #prev{  
    top: 35%;   
  } 
  .slider-wrapper .slider-nav #next{  
    top: 35%;   
  } 
  .photogrid-slider .slider-nav #next{  
    top: 35%;   
  } 
  .header .navbar .navbar-nav>li:first-child{ 
    padding-left: 16px; 
  } 
  .standard-text h2{  
    font-size: 45px;  
  } 
  .standard-text .standard-text-detail .text h4{  
    font-size: 22px;  
  } 
  .orange-wrapper .photogrid-section .heading-text{ 
    width: 65%; 
  } 
  .orange-wrapper .photogrid-section .heading-text p{ 
    font-size: 23px;  
  } 
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{  
    transform: translateX(-100px) translateY(-228px); 
  } 
  .tabbed-content .nav-tabs > li > a{ 
    font-size: 18px;  
  } 
  .tabbed-content .nav-tabs > li.active > a{  
    font-size: 18px;  
  } 
  .timeline-wrapper .title img{ 
    width: 100%;  
  } 
  .navigation-section ul li{  
    float: left;  
    margin-bottom: 4px; 
  } 
  .infobox-content .infobox-section-bg .infobox-bgright{  
    width: 350px; 
    height: 281px;  
    top: -12.4%;  
    right: 82px;  
  } 
  .infobox-content .infobox-text p{ 
    font-size: 19px;  
  } 
  .socialmedia-slider .slider-wrapper .carousel .carousel-item span{  
    width: 400px!important; 
  } 
  /*.timeline-wrapper .left-col:before{ 
    right: -6.5%; 
  }*/ 
  .infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{ 
    width: 100%;  
    height: 180px;  
    left: 33%;  
    bottom: auto; 
    transform: translateX(-50%);  
    top: -90px; 
  } 
  .photogrid-content-img.photogrid-bgright:before{  
    width: 405px; 
    /* height: 726px; */  
    top: -116px;  
    background-size: contain; 
  } 
  .photogrid-content-img.photogrid-bgleft:before{ 
    width: 631px; 
    height: 230px;  
    top: -27px; 
    left: -59px;  
  } 
  .businesscard-information .heading-text{  
    width: 65%; 
  } 
  .standard-nogrey-section .standard-image img{ 
    width: 100%;  
  } 
  .photogrid-section-content{ 
    width: 90%; 
  } 
  .standard-subtext-detail .standard-subtext{ 
    width: 80%; 
  } 
  .video-section .about-video{  
    width: 85%; 
  } 
  .cardbox-content .cardbox-text label{ 
    font-size: 28px;  
  } 
  .userblog-content ul li .userblog-profile img{  
    width: auto;  
    height: 160px;  
  } 
  .about-blogger ul li a img{ 
    width: auto;  
    height: 160px;  
  } 
  .unser-blog{  
    width: 93%; 
  } 
  .theme-content .theme-details{  
    width: 85%; 
  } 
  .slider-wrapper .carousel .carousel-item img{ 
    height: 400px;  
    transform: translateX(15px) translateY(-135.8px); 
  } 
  .slider-wrapper .carousel .carousel-item iframe{  
    height: 400px;  
  } 
  .news-home .blog-detail .blog-content{  
    width: 85%; 
  } 
  .timeline-wrapper .timleline-bgimg:before{  
    left: 0%; 
  } 
  .timeline-wrapper .timeline .entry .row .left-col:after{  
    right: -4.8%; 
  } 
  .aptitude_test-section .themeleft-bg{ 
    width: 125px; 
  } 
  .aptitude_test-section .themeright-bg{  
    width: 200px; 
  } 
  .aptitude_test-section .standard-text-detail{ 
    width: 68%; 
  }
  .aptitude_test-section .question-counter{width: 80%;}
  .aptitude_test-section .aptitude_test-Questions{  
    width: 80%; 
  } 
  .questionData .next-prev-btns{  
    width: 80%; 
  } 
  .aptitude_test-section .standard-text-detail{ 
    width: 73%; 
  }
  .perspektiven-section .standard-nogrey .standard-image{
    overflow-x: scroll;
  } 
  .bannerbg-image .bannerbg-left{
    left: -40px;
  }
  .bannerbg-image .bannerbg-right{
    right: -27px;
  }
  .about-section .about-image .button-bg{
    margin-left: 10px;
  }
  .about-section .about-image-btn{
    left: 40px;
  }
  .news.news-single .slider-wrapper .carousel .indicators .indicator-item{
    width: 35px;
  }

}

/*@media (min-width: 770px) and (max-width: 1200px){
  .navbar-brand>img{
    width: 169px;
    height: 80px;
  }
}*/
@media (max-width: 1024px){
.slider-wrapper .carousel .indicators{width: 60%;}
}
@media (max-width: 991px){

  .tabbed-content{width:100%;}

  .jobsearch-detail #map-canvas{ margin-top: 35px; }
  .jobdetail-slider{position: relative; z-index: 0;}
  .jobresult-list .search_result_list .item-content-detail{ padding-left: 20px; padding-right: 20px; }
  .jobresult-list .search_result_list .item-content-detail .item-content-logo{  margin-right: 20px !important; min-width: 135px;   width: 20% !important;}
  .jobresult-list .search_result_list .item-content-detail .item-content-text{ width: 80% !important;  margin-right: 15px;}
  .jobresult-list .search_result_list .item-content-detail .item-content-logo img{ width: auto; max-width: 100%; }
  
  .jobdetail-slider .jobdetail_wrapper{ padding-left: 35px; padding-right: 35px; }
  .jobresult-list{ padding: 35px 0px; }
  .jobsearch-detail .jobsearch-form .form-group{margin-right: 0px;}
  .jobresult-list .search_result_list .item-content-detail .item-content-text h4{ font-size: 17px; } 
  .jobresult-list .search_result_list .item-content-detail .item-content-text ul li, 
  .jobresult-list .search_result_list .item-content-detail .item-content-text ul li a{ font-size: 17px; }
  .jobresult-list .search_result_list .item-content-detail .item-detail-link label{ font-size: 17px; }
  .jobresult-list .search_result_list .item-content-detail .item-detail-link p{ font-size: 17px; }
  
  .heading-text h2{
    font-size: 36px!important;
  }
  .banner-text p {
    width: 87%;
  }
  .banner-text{
    top: 59%;
  }
  .standard-nogrey-section .heading-text{
     width: 85%;
  }
  .perspektiven-section .standard-nogrey-section .heading-text{
    width: 85%;
  }
  .perspektiven-section .standard-nogrey .standard-image{
    padding: 49px 56px 33px 55px;
  }
  .tabbed-content .nav-tabs>li{
/*    margin-bottom: -5px;*/
    float: unset;
    display: inline-block;
  }
  .small-banner .banner-text h1{
    font-size: 70px;
  }
  .blogboxes-content-section .blogbox-content{
    width: 100%;
  }
  .routine-section .heading-text{
    width: 75%;
  }
  .timeline-wrapper .title video{
    height: 225px;
  }
  .timeline-wrapper .timleline-bgimg:before{
    width: 345px;
    top: -20%;
  }
  /*.timeline-wrapper .left-col:before{
    right: -8.5%;
  }*/
  .about-blogger ul li a img{
    height: 125px;
  }
  .about-blogger .nav-tabs>li>a label{
    font-size: 24px;
  }
  .blog-theme .about-blogger .nav-tabs{
    width: 95%;
  }
  .timeline-wrapper .body p{
    font-size: 19px;
  }
  .timeline-wrapper .title img{
    height: auto;
  }
 /* .nav > li > a{
    border-bottom: 3px solid transparent;
  }*/
  .themeleft-bg{
    left: -30px;
  }
  .themeright-bg{
    right: -40px;
  }
  .navigation-section .nav_menulink{
    text-align: left;
    padding-left: 75px;
    padding-right: 75px;
  }
  .navigation-section ul li{
    margin-bottom: 8px;
  }
  .about-image button span {
    padding: 14px 32.5px 14px 34.5px;
    font-size: 20px;
  }
  .banner-text h1 {
    font-size: 88px;
  }
  .standard-text h2{
    font-size: 36px;
  }
  .standard-text .standard-text-detail .text h4{
    font-size: 21px;
  }
  .orange-wrapper .photogrid-section .heading-text{
    width: 80%;
  }
  .photogrid-content-img img{
    height: 250px;
  }
  .accordion-section-content .accordion-detail{
    padding: 63px 36px 31px 35px;
  }
  .photogrid-content-img.photogrid-bgleft:before{
    top: -32px;
    left: -68px;
    height: 266px;
  }
  .footer-logo img{
    height: 108px;
  }
  .footer-logo{
    top: -110px;
  }
  .footer .footer-content .footer-left form label{
    font-size: 27px;
  }
  .standard-text .standard-text-detail{
    width: 68%;
  }
  /*.tabbed-content .nav-tabs > li > a{
    font-size: 15px;
  }*/
  /*.tabbed-content .nav-tabs > li.active > a{
    font-size: 15px;
  }
  .tabbed-content .nav-tabs>li{
    margin-right: 15px;
  }*/
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    transform: translateX(-126px) translateY(-257px);
  }
  .socialmedia-slider .slider-wrapper .slider-nav #prev{
    top: 39%;
  }
  .socialmedia-slider .slider-wrapper .slider-nav #next{
    top: 39%;
  }
  .news-home .blog-detail .blog-content{
    width: 97%;
  }
  .standard-grey-section .standard-image img{
    width: 620px;
    height: 400px;
  }
  .blog-detail .blog-detail-text .blog-link a span{
    width: 34px;
    height: 34px;
  }
  .more-btn a{
    font-size: 19px;
  }
  .standard-grey .standard-image{
    height: 703px;
  }
  .accordion-section .accordion-section-content{
    width: 100%;
  }
  .orange-wrapper .tabbed-content .tab-content .tab-pane header h3{
    font-size: 27px;
  }
  .tabbed-content .tab-content .tab-pane p{
    font-size: 18px;
  }
  .standard-textimage-content .standard-content p{
    font-size: 19px;
  }
  /*.standard-text .standard-link-btn button{
    width: 244px;
    height: 50px;
  }*/
  .standard-text .standard-link-btn button a:before{
    top: 13px;
  }
  /*.standard-text .standard-link-btn button a span{
    font-size: 19px;
  }*/
  .carousel-section .heading-text{
    width: 75%;
  }
  .video-section .about-video .heading-text{
    width: 100%;
  }
  .slider-wrapper .slider-nav #prev{
    top: 31%;
  }
  .photogrid-slider .slider-nav #prev{
    top: 31%;
  }
  .businesscard-information .heading-text{
    width: 80%;
  }
  .persons-block .person-info .name h4{
    font-size: 19px;
  }
  .slider-wrapper .slider-nav #next{
    top: 31%; 
  }
  .photogrid-slider .slider-nav #next{
    top: 31%;
  }
  .about-image{
    margin-top: 8px;
  }
  .workshop-image{
    margin-right: 0;
  }
  .workshop-image img{
    height: 300px;
    margin: 0 auto;
    display: block;
  }
  .box-rowreverse .workshop-image img{
    margin-bottom: 30px;
  }
  .workshop-content .box-rowreverse{
    flex-direction: column-reverse;
    display: flex;
    margin-top: 100px;
  }
  .workshop-detail .about-image{
    margin-bottom: -75px;
  }
  .about-image .button-bg{
    position: relative;
    left: 15px;
  }
  .slider-wrapper .carousel{
    position: relative;
    height: 455px;
    perspective: 1325px;
  }
  .photogrid-slider .carousel{
    position: relative;
    height: 455px;
    perspective: 1325px;
  }
  .slider-wrapper .carousel .carousel-item img{
    height: 280px;
    transform: translateX(10px) translateY(-115.25px);
  }
  .photogrid-slider .carousel .carousel-item img{
    height: 280px;
    transform: translateX(15px) translateY(-125.25px);
  }
  .slider-wrapper .carousel .carousel-item iframe{
    height: 320px;
    transform: translateX(15px) translateY(-115.25px); 
  }
  .photogrid-slider .carousel .carousel-item iframe{
    height: 320px;
    transform: translateX(15px) translateY(-125.25px); 
  }
  .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -95px;
    font-size: 17px;
  }
  .photogrid-slider .carousel .carousel-item .photo-caption{
    bottom: -71px;
    font-size: 15px;
    line-height: 1;
  }
  .slider-wrapper .carousel .indicators{
    bottom: 18px;
    width: 60%
  }
  .photogrid-slider .carousel .indicators{
    bottom: 18px;
  }
  .slider-wrapper .slider-nav #prev {
    top: 28%;
  }
  .photogrid-slider .slider-nav #prev {
    top: 28%;
  }
  .slider-wrapper .slider-nav #next{
    top: 28%; 
  }
  .photogrid-slider .slider-nav #next{
    top: 28%; 
  }
  .slider-wrapper .carousel{
    height: 400px;
  }
  .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -45px;
  }
  .techic-slider .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -44px;
  }
  .slider-wrapper .carousel .indicators .indicator-item{
    width: 50px;
  }
  .theme-content .theme-details .toggle-btn{
    padding: 24px 11px 25px 18px;
    font-size: 15px;
  }
  .blog-list .blog-bgimg{
    height: 120px;
  }
  .blog-detail .blog-detail-text span.blog-date{
    font-size: 16px;
    line-height: 1.2;
    display: block;
  }
  .blog-detail .blog-detail-text label{
    font-size: 22px;
    margin-bottom: 10px;
  }
  .blog-detail .blog-detail-text p{
    font-size: 17px;
    margin-bottom: 42px;
  }
  .photogrid-content-img{
    margin-bottom: 25px;
  }
  .space-sep35{
    display: none;
  }
  .photogrid-section .heading-text{
    width: 100%;
  }
  .footer .footer-content{
    padding: 0px 20px;
  }
  .blog-content{
    width: 93%;
  }
  .tabbed-content .tab-content p span.detail{
    font-size: 28px;
  }
  .orange-wrapper .tabbed-content .tab-content h3{
    font-size: 28px;
  }
  .themeleft-bg{
    left: -100px;
  }
  .themeright-bg{
    right: -70px;
  }
  .infobox-content .infobox-section-bg .infobox-bgright{
    top: -9.4%;
  }
  .infobox-content .infobox-section-bg .infobox-bgleft{
    bottom: 41%;
  }
  .tabbed-content .tab-content p span.detail{
    font-size: 27px;
  }
  .orange-wrapper .tabbed-content .tab-content h3{
    font-size: 27px;
  }
  .infobox-content-section .infobox-content .infobox-detail{
    margin-bottom: 25px;
  }
  .photogrid-content-img.photogrid-bgright:before{
    width: 437px;
    height: 512px;
    top: -129px;
    background-size: cover;
  }
  .blogboxes-content-section .space-sep35{
    display: inline-block;
  }
  .blogbox-detail .blogbox-text label{
    font-size: 28px;
  }
  .standard-text .standard-text-detail{
    width: 75%;
  }
  .video-section .about-video{
    width: 80%;
  }
  .video-section .about-video iframe{
    height: 450px;
  }
  .small-banner .banner-text p{
    font-size: 30px;
  }
  .standard-nogrey-section .heading-text h2{
    font-size: 32px;
  }
  .standard-text .standard-nogrey-section .intro-text{
    font-size: 21px;
  }
  .standard-nogrey-section .standard-image img{
    height: 480px;
  }
  .cardboxes-content-section .heading-text h2{
    font-size: 42px;
  }
  .cardboxes-content-section .cardbox-content{
    width: 95%;
  }
  .cardbox-content .cardbox-text label{
    font-size: 24px;
  }
  .businesscard-information .heading-text h2{
    font-size: 38px;
  }
  .businesscard-information .intro-text{
    font-size: 22px;
  }
  .persons-information .persons-block .person-info{
    padding-left: 21px;
  }
  .persons-block .person-info .info p{
    font-size: 15px;
  }
  .persons-block .person-info div.tel, .persons-block .person-info div.fax, .persons-block .person-info div.email a{
    font-size: 15px;
  }
  .persons-information .additional_info{
    font-size: 15px;
  }
  .persons-information .persons-block{
    padding-left: 18px;
  }
  .userblog-content ul li .userblog-profile img{
    height: 125px;
  }
  .userblog-content ul li .userblog-profile label.user-name{
    font-size: 24px;
  }
  .unser-blog{
    width: 100%;
  }
  .blogbox-detail .blogbox-text .blog-text{
    font-size: 17px;
  }
  .blogbox-detail .blogbox-text{
    padding: 39px 20px 32px 20px;
  }
  .infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{
    top: -95px;
  }
  .bannerbg-image{
    height: 800px;
  }
  .banner-text{
    top: 60%;
  }
  .techic-slider .slider-wrapper .carousel{
    height: 350px;
  }
  .timeline-wrapper .timeline .entry .row .left-col:after {
    right: -7.2%;
  }
  .timeline-wrapper .timeline .entry.last .row .left-col:after{
    right: -9.2%;
    top: 6px;
  }
  .timeline-wrapper .timeline .entry.timleline-last:after{
    right: 48%;
  }
   .aptitude_test-section .question-counter{width: 85%;}
  .aptitude_test-section .aptitude_test-Questions{
    width: 85%;
  }
  .questionData .next-prev-btns{
    width: 85%; 
  }
  .standard-text .standard-text-detail{
    width: 81%;
  }
  /*.aptitude_test-Questions .aptitude_test-Example img.aptitude-unbenannt-img{
    width: 100%;
  }*/
  /*.aptitude_test-section .aptitude_test-Questions label{
    line-height: 1.05;
  }*/
  .about-image-btn{
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
  }
  .about-section .about-image-btn{
    left: 50%;
    width: auto;
    transform: translate(-50%,-50%);
  }
  .about-section .about-image .button-bg{
    margin: -10px auto 0px auto;
  }
  .news.news-single .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -58px;
  }
  .news.news-single .slider-wrapper .carousel .indicators{
    bottom: 80px;
  }
  .news-single .slider-wrapper .carousel{
    height: 500px;
  }
  .news.news-single .slider-wrapper .carousel .indicators .indicator-item{
    width: 28px;
  }
  .aptitude_test-Questions .answer_message.ans_red{
    width: 100%;
    height: auto;
    padding: 18px 20px 18px 20px;
  }
  .aptitude_test-Questions .answer_message.ans_green{
    width: 100%;
    height: auto;
    padding: 18px 20px 18px 20px; 
  }
  
  /*.about-image .button-bg{
    margin: -10px auto 0px auto;
    display: block;
  }*/
}

@media (min-width: 575px) and (max-width: 617px){
  .slider-wrapper .carousel .indicators{
    width: 80%!important;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .footer-content .footer-left form .inputdiv input{
    width: 230px;
  }
  .footer-bottom ul li{
    margin-left: 21px;
  }
  .footer-bottom ul li a{
    font-size: 17px;
  }
  .footer-bottom .dce span.copyright{
    font-size: 17px;
    margin-left: 21px;
  }
  .accordion-section-content .accordion_bg .accordion_bgleft{
    left: 15px;
  }
  /*.infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{
    bottom: 46%;
    width: 431px;
    height: 300px;
  }*/
  
}
@media (min-width: 768px) and (max-width: 1080px){
  .header.fix .navbar-toggle .icon-bar{
    width: 22px;
    right: -40px;
    position: relative; 
  }
}
@media (min-width: 768px){
  .header .orangesection-bg{
    display: none;
  }
  .header-social-icon{
    display: none;
  }
  .tabbed-content .tabs-element{
    display: none;
  }
  .tabbed-content .accordion-element{
    display: block;
  }
  .tabbed-content .tabs-element{
    display: block;
  }
  .tabbed-content .accordion-element{
    display: none;
  }
  .photogrid-content-images{
    display: block;
  }
  .photogrid-slider{
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 800px){
  .techic-slider .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -42px;
  }
}
@media (max-width: 767px){
  .carousel-section .heading-text{width: 100%;}
  .theme-content .theme-details {width: 100%;}
  .theme-content .theme-details .c-columns>.space {height: 0;}
  .jobdetail-slider .jobdetail_wrapper{ padding-left: 25px; padding-right: 25px; }
  .jobresult-list .search_result_list .item-content-detail .item-content-logo{ width: 40% !important; min-width: 105px;}
  .jobresult-list .search_result_list .item-content-detail .item-content-text{ width: 60% !important;}
  
  .tabbed-content .tabs-element{
    display: block;
  }
  .tabbed-content .accordion-element{
    display: none;
  }
  .tabbed-content .tabs-element{
    display: none;
  }
  .tabbed-content .accordion-element{
    display: block;
  }
  .photogrid-content-images{
    display: none;
  }
  .photogrid-slider{
    display: block;
  }
  .accordion-element .accordion .accor-img img{
    max-width: 100%;
    height: 180px;
  }
  .accordion-element .accordion-button{
    padding: 10px 15px;
  }
  .bannerbg-image .bannerbg-left{
    left: -16px;
  }
  .bannerbg-image .bannerbg-right{
    right: -144px;
  }
  .small-banner .bannerbg-image,.bannerbg-image .bannerbg-left,.bannerbg-image .bannerbg-right{
    height: 480px; 
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    transform: translateX(-57px) translateY(-257px);
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post span{
    width: 570px!important;
  }
  .about-blogger ul li a{
    padding: 0px 0px 30px 0px;
  }
  .blog-theme .about-blogger .nav-tabs{
    width: 100%;
  }
  .accordion-element .accordion .accor-img{
    margin-bottom: 24px;
  }
  .accordion-button:focus{
    box-shadow: unset;
  }
  .accordion-element .accordion .accor-img img{
    width: auto;
    height: 126px;
  }
  .accordion-element .accordion-item{
    box-shadow: 0 11px 28px 0 rgba(0, 0, 0, 0.26);
    background-color: #ffffff;
    border-radius: unset;
    border: 1px solid #ddd;
  }
  .orange-wrapper .accordion-element .accordion-item{
    background-color: transparent;
    box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
    border-color: #ffffff;
  }
  .purple-wrapper .accordion-element .panel{
    box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
    background-color: transparent;
    border-color: #ffffff;
  }
  .purple-wrapper .panel-default > .panel-heading{
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .purple-wrapper .accordion-element .panel
  .accordion-element .panel .panel-heading{
    background-color: transparent;
    border-color: transparent;
    padding: 22px 29px 22px 30px;
    /*padding: 0px 0px 23px 0px; */
  }
  .about-blogger .nav-tabs>li>a label{
    font-size: 21px;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    width: 550px!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item .social-post iframe{
    height: 600px!important;
  }
  .accordion-element .panel .panel-heading a{
    width: 100%;
    display: inline-block;
    position: relative;
  }
 .accordion-element .accordion h4 button span{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #1e1e1e;
  }
   .accordion-element .accordion-button::after{display:none;}
/*  .accordion-element .accordion-button::after{background-image:url(../Images/according-arrow-white.svg);opacity:0.5;}*/
/*  .accordion-button:not(.collapsed)::after{opacity: 1;}*/
  .accordion-element .accordion h4 span.arrow_icon{
    border: solid #f29912;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-right: 6px;
    position: absolute;
    top: 18px;
    right: 12px;
    transform: rotate(45deg) translateY(-50%);
  }
  .accordion-element  .accordion-button:not(.collapsed) span.arrow_icon{
    border: solid #f29912;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    margin-right: 6px;
    position: absolute;
    top: 16px;
    right: 6px;
    transform: rotate(-135deg) translateY(-50%);
    -webkit-transform: rotate(-135deg) translateY(-50%);
    
  }
  .orange-wrapper .accordion-element .accordion h4 .accordion-button:not(.collapsed) span{border-color: #fff;}
  .purple-wrapper .accordion-element .panel .panel-heading.active h4 a span.arrow_icon{
    border-color: solid rgba(255,255,255,1);
  }
  .accordion-element .panel .panel-collapse .panel-body{
    padding: 0;
  }
  .accordion-element .panel .collapsing{
    padding: 0px 29px 0px 30px;
  }
  .accordion-element .panel .panel-collapse.collapse.in{
    padding: 0px 29px 45px 30px;
  }
  .accordion-element .accordion-button:not(.collapsed) span{
    color: #f29912;
  }
  .orange-wrapper .accordion-element .panel .panel-heading.active h4 a span{
    color: #ffffff;
  }
  .orange-wrapper .accordion-element .panel .panel-heading.active h4 a span.arrow_icon{
    border-color: #ffffff;
  } 
  .orange-wrapper .accordion-element .accordion h4 .accordion-button:not(.collapsed) span{color:#ffffff;}
  .orange-wrapper .accordion-element .accordion-button.collapsed span{
    color: rgba(255,255,255,0.5);
  }
  .purple-wrapper .accordion-element .panel .panel-heading.active h4 a span{
    color: #ffffff;
  } 
  .purple-wrapper .accordion-element .panel .panel-heading h4 a span{
    color: rgba(255,255,255,0.5);
  }
  .purple-wrapper .accordion-element .panel .panel-heading h4 a span.arrow_icon{
    border-color: rgba(255,255,255,0.5);
  }
  .purple-wrapper .accordion-element .panel .panel-heading.active h4 a span.arrow_icon{
    border-color: rgba(255,255,255,1);
  }
  .accordion-element .accortext-content p{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    display: inline-block;
    margin-bottom: 24px;
  }
  .accordion-element .panel .accortext-content ul{
    padding-left: 18px;
  }
  .purple-wrapper .accordion-element .panel .accortext-content p{
    color: #ffffff;
  }
  .purple-wrapper .accordion-element .panel .accortext-content ul li{
    color: #ffffff;
  }
  .accordion-element .panel .accortext-content ul li{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    display: inline-block;
    margin-bottom: 12px;
    position: relative;
  }
  .accordion-element .panel .accortext-content ul li:before{
    position: absolute;
    top: 8px;
    left: -17px;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #f29912;
    border-radius: 50%;
  }
  .accordion-element .panel .accortext-content .aboutmore-btn{
    margin-top: 32px;
  }
  .accordion-element .panel-group .panel + .panel{
    margin-top: 0;
  }
  .orange-wrapper .accordion-element .accortext-content p{
    color: #ffffff;
  }
  .orange-wrapper .accordion-element .panel .accortext-content h3{
    color: #ffffff; 
    margin-bottom: 15px;
    display: inline-block;
  }
.orange-wrapper .accordion-element .accordion h4 button span.arrow_icon{
    border-color: rgba(255,255,255,0.5);
  }
  .photogrid-slider .carousel .carousel-item{
    /*opacity: 1!important;*/
    width: 55%;
  }
  .orange-wrapper .tabbed-content .tab-content .tab-img{
    margin-top: 15px;
  }
  /*.perspektiven-section .standard-nogrey .standard-image img{
    width: 1045px;
  }*/
  .perspektiven-section .standard-nogrey .standard-image{
    overflow: auto;
  }
  .photogrid-slider .carousel{
    height: 350px;
  }
  .orange-wrapper .video-section .video-content{
    margin-bottom: 0;
  }
  .video_fotogrid_section .orange-wrapper .photogrid-section{
    padding-bottom: 0;
  }
  .video_fotogrid_section .subpage-container{
    padding-bottom: 0;
  }
  .tabbed-content .heading-text{
    width: 65%;
  }
  .timeline-wrapper .body span{
    padding-top: 4px;
  }
  .infobox-content-section .infobox-content .infobox-detail{
    width: 80%;
    margin: 0 auto 25px auto;
  }
  .photogrid-slider .carousel .indicators .indicator-item{
    width: 54px;
  }
  .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -78px;
  }
  .techic-slider .slider-wrapper .carousel{
    height: 400px;
  }
  .techic-slider .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -75px;
  }
  .slider-wrapper .carousel .indicators{
    bottom: 0px;
    width: 60%;
  }

  .slider-wrapper .carousel .indicators .indicator-item{width: 40px;}
  .perspektiven-section .standard-nogrey-section .heading-text{
    width: 93%;
  }
  .perspektiven-section .standard-nogrey-section{
    width: 100%;
  }
  .news-home .blog-detail .blog-content{
    width: 70%;
  }
  .tabbed-content .ce-gallery img{
    height: 200px;
  }
  .unser-blog .news{
    width: 87%;
  }
  .about-blogger .tab-content .tab-right{
    padding-top: 45px;
  }
  .about-blogger .tab-content .tab-left{
    padding-left: 0;
  }
  .about-blogger ul li a img{
    height: 100px;
  }
  .orange-wrapper .about-image-btn{
    width: 100%;
  }
  /*.about-blogger .nav-tabs>li>a label{
    font-size: 18px;
  }*/
  .no-banner .bannerbg-image .no-bannerbg-right{
    right: -38px;
  }
  .no-banner .bannerbg-image .no-bannerbg-left{
    left: -60px;
  }
  .persons-information .additional_info{
    width: 100%;
  }
  .persons-information .persons-block{
    margin-bottom: 13px;
  }
  .timeline-wrapper .title video{
    height: 196px;
  }
  .standard-subtext-detail .standard-subtext{
    width: 85%;
  }
  .photogrid-section-content{
    width: 95%;
  }
  .workshop-detail{
    padding-top: 25px;
  }
  .download-module-content .download-module .title{
    display: block;
  }
  .workshop-detail h2{
    font-family: DINNextLTPro;
    font-size: 26px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .workshop-detail p{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
  }
  .standard-nogrey-section{
    width: 100%;
  }
  .standard-text .intro-text{
    font-size: 20px;
  }
  .accordion-section-content .accordion_bg .accordion_bgleft{
    left: -35px;
  }
  .accordion-section-content .accordion_bg .accordion_bgright{
    right: -20px;
  }
  .footer-right .footer-links ul li a{
    margin-bottom: 18px;
  }
  
  .cardboxes-content-section .cardbox-content{
    width: 100%;
  }
  .aboutdetail_section{
    padding-top: 20px;
  }
  
  .theme-details .second-row .left-col .button-detail:last-child{
    margin-bottom: 16px;
  }
  .navbar-toggle .icon-bar + .icon-bar{
    margin-top: 3px;
  }
  .video_fotogrid_section .orange-wrapper .orangesection-bg{
    height: 77%;
  }
  .slider-wrapper .slider-nav #prev{
    left: 50px;
    top: 36%;
  }
  .photogrid-slider .slider-nav #prev{
    left: 50px;
    top: 39%;
  }
  .slider-wrapper .slider-nav #prev:before,.slider-wrapper .slider-nav #next:before{
    width: 43px;
    height: 45px;
  }
  .photogrid-slider .slider-nav #prev:before,.photogrid-slider .slider-nav #next:before{
    width: 43px;
    height: 45px;
  }
  .slider-wrapper .slider-nav #next{
    right: 50px;
    top: 36%;
  }
  .photogrid-slider .slider-nav #next{
    right: 50px;
    top: 39%;
  }
  /*.theme-section{
    overflow: hidden;
  }*/
  .slider-wrapper .carousel .carousel-item img{
    height: 280px;
    transform: translateX(0px) translateY(-64.25px);
  }
  .photogrid-slider .carousel .carousel-item img{
    height: 280px;
    transform: translateX(15px) translateY(-55.25px);
  }
  .theme-content .theme-details .row .col-md-8, .theme-content .theme-details .row .col-md-4{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .heading-text p{  
    font-size: 18px!important;  
  } 
  .heading-text p.sub-text{ 
    font-size: 21px!important;  
  } 
  .heading-text h2{ 
    font-size: 32px!important;  
  }
  
  /*.navbar{
    padding-top: 25px;
  }*/
  .banner-text{
    width: 90%;
    top: 47%;
    padding-left: 3px;
  }
  .photogrid-content-img.photogrid-bgleft:before{
    width: 100%;
  }
  .slider-wrapper .carousel .carousel-item img{
    height: 250px;
  }
  .standard-grey-section .standard-image img{
    width: 100%;
  }
  /*.header{
    display: none;
  }*/
  .userblog-content ul li .userblog-profile img{
    height: 100px;
  }
  .userblog-content ul li .userblog-profile label.user-name{
    font-size: 21px;
  }
  .news-home .blog-detail .blog-content .col-md-4{
    width: 100%;
  }
  
  .blog-theme .theme-content .heading-text{
    width: 100%;
  }
  .heading-text h2 {
    font-size: 38px;
  }
  .theme-content .theme-details .toggle-btn{
    font-size: 24px;
    line-height: 1.2;
    border-radius: unset;
    padding: 0px 24px;
    display: flex;
    justify-content: space-between;
    word-break: break-word;
    align-items: center;
  }
  .theme-content .theme-details .toggle-btn .arrow-icon{
    margin-top: -3px;
  }
  /*.theme-content .theme-details .button-detail{
    margin-bottom: 0;
  }*/
  .blog-content .blog-detail{
    margin-bottom: 25px;
  }
  .space-sep35{
    margin-bottom: 0;
  }
  .photogrid-content-img{
    margin-bottom: 25px;
  }
  /*.photogrid-content-img.photogrid-bgleft:before{
    display: none;
  }*/
  .photogrid-content-img.photogrid-bgright:before {
    width: 430px;
    height: 570px;
    top: -120px;
    background-size: contain;
    right: 100px;
  }
  .photogrid-content-img img{
    width: 500px;
    margin: 0 auto;
    display: block;
  }
  /*.photogrid-content-img.photogrid-bgright:before{
    display: none;
  }*/
  .photogrid-content-img.photogrid-bgleft:before{
    left: 13px;
  }
  .banner-text p{
    width: 80%;
    line-height: 1.18;
/*    margin: 12px auto 0px auto;*/
  }
  .photogrid-section .heading-text{
    width: 70%;
  }
  .footer-logo img{
    width: 100%;
    height: 100px;
  }
  .footer .footer-content{
    padding: 0px 45px;
  }
  .footer-content .footer-right{
    float: left;
    text-align: left;
  }
  /*.footer-bottom .dce{
    width: auto;
    display: inline-block;
  }*/
  .footer-bottom .tsd-logo{
    width: auto;
  }
  .footer-bottom .footer-social_icons{
    width: auto;
    float: right;
    margin-top: -45px;
    position: absolute;
    right: 0;
  }
  .footer-bottom .footer-copyright{
    width: 100%;
    margin-top: 25px;
  }
  .footer-bottom ul li{
    margin-left: 0;
    margin-right: 26px;
  }
  .bannerbg-image{
    height: 700px;
  }
  /*.banner-text{
    top: 44%;
  }*/
  .small-banner .banner-text h1{
    font-size: 62px;
  }
  .small-banner .banner-text p{
    font-size: 24px;
  }
  .blogbox-detail .blogbox-text label{
    font-size: 23px;
  }
  .blogbox-text .blogbox-link p{
    font-size: 19px;
  }
  .blogbox-text .blogbox-link p span{
    width: 34px;
    height: 34px;
  }
  .blogitem-button button span{
    padding: 12px 37.5px 12px 37.5px;
    font-size: 22px;
  }
  .red-wrapper .standard-text .standard-text-detail .text p{
    font-size: 19px;
  }
  .red-wrapper .standard-text .standard-text-detail .text ol{margin-left: 0px;}
  .red-wrapper .standard-text .standard-text-detail .text ol li{font-size: 16px;}
  .standard-text .additional-buttons .button-detail a{
    font-size: 18px;
  }
  .video-section .about-video{
    width: 85%;
  }
  .standard-text .additional-buttons .button-detail a span{
    width: 34px;
    height: 34px;
  }
  .video-section .about-video iframe{
    height: 270px;
  }
  .blogbox-detail .blogbox-text .blog-text{
    font-size: 20px;
  }
  
  .themeleft-bg{
    top: 22%;
    left: -110px;
  }
  .themeright-bg{
    top: 22%;
    right: -120px;
  }
  
  .orangesection-bg .orangebg-left{
    width: 100%;
    height: 560px;
  }
  .bannerbg-image {
    height: 500px;
  }
  .banner-text h1 {
    font-size: 69px;
  }
  .banner-text p{
    font-size: 28px;
    width: 90%;
  }
  .row{
    margin-left: -15px!important;
    margin-right: -15px!important;
  }
  .infobox-content .row{
    margin-left: -17.5px!important;
    margin-right: -17.5px!important; 
  }
  
  .small-banner .bannerbg-image:after{
    height: 250px;
  }
  .tabbed-content .ce-gallery img{
    margin-top: 25px;
  }
  .standard-textimage-content .standard-image img{
    width: auto;
    height: 256px;
    margin: 0 auto 25px auto;
    display: block;
  }
  .tabbed-content .ce-gallery img{
    height: 300px;
    width: auto;
  }
  .standard-grey-section .heading-text{
    width: 90%;
  }
  .standard-grey .standard-image{
    height: 603px;
  }
  .accordion-section .accordion-section-content{
    padding: 0px;
  }
  .tabbed-content .nav-tabs>li{
    float: unset;
  }
  .orange-wrapper .tabbed-content .nav-tabs>li{
    margin-bottom: -2px;
  }
  .tabbed-content .nav-tabs > li > a{
    font-size: 18px;
    border-bottom: 3px solid transparent;
  }
  .tabbed-content .nav-tabs > li.active > a{
    font-size: 18px;
  }
  .navigation-section .nav_menulink{
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }
  .orange-wrapper .photogrid-section .heading-text{
    width: 100%;
  }
  .standard-grey-section .heading-text{
    width: 100%;
  }
  .standard-grey-section .standard-image img{
    height: 330px;
  }
  .bannerbg-image:after{
    height: 400px;
  }
  .tabbed-content .ce-gallery img{
    height: 250px;
  }
  .tabbed-content .tab-content p span.detail{
    font-size: 25px;
  }
  .orange-wrapper .tabbed-content .tab-content h3{
    font-size: 25px;
  }
  .standard-text-detail .text h3{
    font-size: 27px;
  }
  
  .red-wrapper{
    overflow: hidden;
  }
  .standard-nogrey-section .heading-text h2{
    font-size: 30px;
  }
  .standard-nogrey-section .heading-text{
    width: 85%;
  }
  .standard-nogrey-section .standard-image img{
    height: 330px;
  }
  .standard-nogrey .standard-image .caption{
    font-size: 18px;
  }
  .persons-block .person-info .name h4{
    font-size: 20px;
  }
  .persons-block .person-info .info p{
    font-size: 18px;
  }
  .persons-block .person-info div.tel, .persons-block .person-info div.fax, .persons-block .person-info div.email a{
    font-size: 18px;
  }
  .cardbox-content .cardbox-text label{
    font-size: 20px;
    line-height: 1.25;
  }
  .cardbox-content .cardbox-text .cardbox-link a{
    font-size: 16px;
    line-height: 1.25;
  }
  .cardbox-content .card-bgimg .cardbox-text label{
    font-size: 26px;
    line-height: 1.08;
  }
  .cardbox-content .card-bgimg .cardbox-text label{
    top: 44%;
  }
  .cardbox-content .cardbox-text .cardbox-link a span.arrow-icon{
    width: 32px;
    height: 32px;
  }
  .cardbox-content .cardbox-text{
    padding: 32px 32px 32px 32px;
  }
  .footer{
    padding-bottom: 23px;
  }
  .footer-social_icons{
    margin-bottom: 15px;
  }
  .footer-content .footer-left form{
    margin-bottom: 80px;
  }
  .infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{
    height: 258px;
    top: -167px;
  }
  .slider-wrapper .carousel .carousel-item{
    width: 70%;
  }
  
  .aptitude_test-section .aptitude_test-Questions label{
    font-size: 26px;
  }
  .blog-content .blog-detail{
    height: auto;
  }
  .slider-wrapper .carousel .carousel-item .image-caption{
    left: 50%;
    padding-left: 0;
  }
  .perspektiven-section .standard-nogrey .standard-image{
    padding: 35px 56px 35px 55px;
  }


   .navbar-toggle .icon-bar{
    width: 17px;
    height: 2px;
    position: relative;
    right: -10px;
  }
  .header.fix .navbar-toggle .icon-bar{
    right: -43px;
  }
  .header.mobile-header .orangesection-bg{
    display: block;
    transition-delay: 4s;
    transition-duration: 6s;
     /*transition: width 6s;*/
    /*height: 500px;*/
  }
  .navbar-brand>img{
    width: 147px;
    height: 80px;
  }
  .header .navbar{
    padding-left: 5px;
    padding-right: 5px;
  }
  .navbar-default .navbar-toggle{
    border: unset;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
    background-color: transparent;
  }
  .navbar-default .navbar-toggle .icon-bar{
    background-color: #ffffff;
  }
  .navbar-collapse{
    border-top: unset;
  }
  .header .navbar .navbar-nav{
    width: 100%;
  }
  .header{
    padding-top: 0;
  }
  .header.fix{
    position: fixed;
    width: 79px;
    right: 0;
    left: auto;
    /*z-index: 0;*/
    /*height: 80px;*/
  }
  .header.fix.mobile-header{
    width: 100%;
  }
/*  .header.fix .navbar .navbar-brand{
    visibility: hidden;
  }*/
  .header.fix .navbar-default .navbar-toggle.collapsed{
    background-image: url(../Images/born2btischler/menu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 79px;
    height: 74px;
  }
  .navbar-default{
    background-color: transparent;
    border: unset;
  }
  .navbar-collapse{
    box-shadow: unset;
  }
  .header.mobile-header .navbar .navbar-nav>li.dropdown.selected{
    background-color: transparent;
    box-shadow: unset;
    width: 100%;
    display: inline-block;
  }
  .header.mobile-header .navbar .navbar-nav>li.dropdown span.caret{
    left: -7px;
    right: auto;
    bottom: auto;
    top: 21px;
  }
  .header .navbar .navbar-nav>li:first-child{
    padding-left: 32px;
  }
  .header .navbar .navbar-nav>li{
    padding-left: 32px;
  }
  .navbar-default .navbar-nav>.selected>a, .navbar-default .navbar-nav>.selected>a:focus, .navbar-default .navbar-nav>.selected>a:hover{
    color: #ffffff!important;
  }
  .header .navbar .navbar-nav>li.dropdown.selected{
    padding-left: 32px;
  }
  .header.mobile-header .navbar .navbar-nav>li.dropdown.selected span.caret{
    border-color: #ffffff;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 24px; 
  }
  .navbar-default .navbar-nav .selected>.dropdown-menu li a,.navbar-default .navbar-nav .selected>.dropdown-menu li a{
    color: #ffffff;
    font-size: 20px;
  }
  .navbar-default .navbar-nav .selected>.dropdown-menu{
    padding: 15px 16px 2px 0px;
    background-color: transparent;
    position: relative;
    width: 100%;
    display: inline-block;
  }
  .navbar-default .navbar-nav .selected>.dropdown-menu li{
    margin-bottom: 9px;
    display: inline-block;
    width: 100%;
  }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: transparent;
  }
  .header.fix.mobile-header .navbar-header button.navbar-toggle{
    position: relative;
    right: 20px;
    top: 13px;
    width: 27px;
    height: 27px;
    opacity: 1;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    background-image: unset;

  }
  .mobile-header .navbar-header button.navbar-toggle:before,.mobile-header .navbar-header button.navbar-toggle:after{
    position: absolute;
    left: 15px;
    content: ' ';
    height: 22px;
    width: 3px;
    background-color: #ffffff;
  }
  .mobile-header .navbar-header button.navbar-toggle:before{
    transform: rotate(45deg);
  }
  .mobile-header .navbar-header button.navbar-toggle:after{
    transform: rotate(-45deg);
  }
  .mobile-header .navbar-header button.navbar-toggle span{
    display: none;
  }
  .header-social-icon{
    display: none;
  }
  .header.mobile-header .header-social-icon{
    margin-top: 75px;
    margin-bottom: 75px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .header.mobile-header .header-social-icon ul li{
    display: inline-block;
    margin-right: 18px;
  }
  .header.mobile-header .header-social-icon ul li:last-child{
    margin-right: 0px;
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    border-color: #ffffff!important;
  }
  .news.news-single .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -57px;
  }
  .news.news-single .slider-wrapper .carousel .indicators{
    bottom: 36px;
  }
  .news.news-single .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -100px;
  }
  .news.news-single .slider-wrapper .carousel .indicators .indicator-item{
    width: 25px;
  }
  .news-single .slider-wrapper .carousel .carousel-item{
    width: 80%;
  }
  .accordion-item{
    background-color: transparent;
    box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
    border-color: #ffffff;
  }
  .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .orange-wrapper .accordion-button{background-color: transparent;}
  .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: unset;
  }
}
@media (min-width: 600px) and (max-width: 700px){
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    transform: translateX(-51px) translateY(-257px)!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item .social-post iframe{
    height: 580px!important;
  }
}
@media (min-width: 470px) and (max-width: 570px){
  .banner-text h1{ font-size: 50px; }
}
@media (max-width: 700px){
  /*.timeline-wrapper .left-col:before{
    right: -9.5%;
  }*/
  .tabbed-content .heading-text{
    width: 65%;
  }
  .photogrid-content-img.photogrid-bgleft:before{
    left: -3px;
  }
}
@media (max-width: 640px){
  .timeline-wrapper .timleline-bgimg:before{width: 295px;}
}
@media (min-width: 541px){
  .blog-theme .blogger-intro .userblog-content{
    display: block;
  }
  .blog-theme .blogger-intro .unserblog-mob{
    display: none;
  }
  .timeline-wrapper{
    display: block;
  }
  .timeline-wrapper-mobile{
    display: none;
  }
}
@media (max-width: 540px){
  .timeline-wrapper{
    display: none;
  }
  .timeline-wrapper-mobile{
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  /*.timeline-wrapper-mobile .owl-item{
    margin-right: 0!important;
    left: -30px;
  }*/
  /*.timeline-wrapper-mobile .owl-item .item{
    width: 96%;
    float: right;
    position: relative;
  }*/
  /*.timeline-wrapper-mobile .owl-item.active{
    padding-left: 63px;
    padding-right: 5px;
    margin-right: 0!important;
    max-width: 400px;
  }*/
  .timeline-wrapper-mobile .owl-carousel .owl-stage{
    display: flex;
  }
  .timeline-wrapper-mobile .owl-carousel .owl-item{
    /*width: 80%!important;*/
    max-width: 500px;
  }
  .timeline-wrapper-mobile .owl-carousel .owl-item .item{
    width: 280px;
    padding-bottom: 50px;
  }
  .timeline-wrapper-mobile .item .timeline-box-detail{
    box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
    border: solid 1px #e3e3e3;
    background-color: #ffffff;
    height: 360px;
    margin-bottom: 45px;
  }
  .timeline-wrapper-mobile .item .timeline-box-detail .timeline-box-image video{
    height: 144px;
  }
  .timeline-wrapper-mobile .item .timeline-box-detail .timeline-box-image img{
    height: 144px;
    object-fit: cover;
  }
  .timeline-wrapper-mobile .item .timeline-box-detail .timeline-box-text{
    padding: 24px;
    height: 215px;
    overflow: auto;
  }
  .timeline-wrapper-mobile .item .timeline-box-detail .timeline-box-text span{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    color: #de3831;
    margin-bottom: 2px;
    display: inline-block;
  }
  .timeline-wrapper-mobile .item .timeline-box-detail .timeline-box-text p{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
  }
  .blog-theme .blogger-intro .userblog-content{
    display: none;
  }
  .blog-theme .blogger-intro .unserblog-mob{
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 0;
  }
  .blog-theme .blogger-intro .unserblog-mob .owl-carousel .owl-item .item{
    margin-left: 9px!important;
    margin-right: 9px!important;
  }
  .about-blogger .interviewblog-mob .item{
    margin-left: 9px!important;
    margin-right: 9px!important; 
  }
  .blog-theme .blogger-intro .unserblog-mob .owl-carousel .owl-item img{
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .about-blogger .interviewblog-mob .owl-item img{
    width: 100%;
    height: auto;
    object-fit: contain; 
  }
  .standard-link-btn.orange-btn button span{
    width: 75%;
    word-break: break-all;
  }
  .blog-theme .blogger-intro .unserblog-mob .userblog-profile label.user-name{
    margin-top: 12px;
    font-family: DINNextLTPro;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    display: inline-block;
  }
}
@media (max-width: 576px){
.jobresult-list{padding-right: 0px; padding-left: 0px;}
 .jobresult-list .search_result_list .item-content-detail .item-content-left{width: 100%;display: inline-block;}
  .jobresult-list .search_result_list .item-content-detail .item-content-right{ width: 100%; float: left; }
  .jobresult-list .search_result_list .item-content-detail{ padding-left: 0; flex-direction: column; }
  .jobresult-list .search_result_list .item-content-detail .item-content-logo{ margin-bottom: 25px !important; margin-top: 0px !important; padding: 0px !important; margin-right: 0px !important; width: 100% !important;}
  .jobresult-list .search_result_list .item-content-detail .item-content-logo img{width: auto; display: inline-block;}

  .jobresult-list .search_result_list .item-content-detail .item-content-text h4,
  .jobresult-list .search_result_list .item-content-detail .item-content-text ul li, 
  .jobresult-list .search_result_list .item-content-detail .item-content-text ul li a{font-size: 16px;}

  .jobsearch_section .jobsearch-section-content{ padding:0; }
  .jobdetail-slider .jobdetail_wrapper{ padding-left: 0 !important; padding-right: 0 !important; }
  .jobresult-list .search_result_list .item-content-detail .item-content-text{ width: 100%!important; margin-right: 0; }
  .jobresult-list .search_result_list .item-content-detail .item-detail-link label, 
  .jobresult-list .search_result_list .item-content-detail .item-detail-link p{font-size: 16px;} 
 
  .jobdetail-slider{ margin-top: 0; }
  .jobresult-list .search_result_list .item-content-detail{ padding-left: 16px; padding-right: 16px; }
  
  .jobsearch-detail label.field-label{ font-size: 17px; }
.jobsearch-detail .job-filter label.container-checkbox{ font-size: 17px; }
.jobsearch-detail .jobsearch-form .form-group label{ font-size: 17px; }
.jobsearch-detail .form-group .range_slider p{ font-size: 17px; }
  
.footer-logo img{ width: 100%; }  

  .photogrid-content-img img{
    width: 100%;
  }
  .photogrid-section .heading-text{
    width: 100%;
  }
  .carousel-section .heading-text{
    width: 100%;
  }
  .carousel-section .heading-text h2{
    font-size: 36px;
  }
  .video-section .about-video .heading-text{
    margin-bottom: 31px;
  }
  .video-content{
    margin-top: 0px;
  }
  .standard-text .standard-text-detail{
    width: 85%;
  }
  .timeline-wrapper .title video{
    height: 165px;
  }
  .orange-wrapper .photogrid-section .heading-text p{
    font-size: 22px;
  }
  .tabbed-content .heading-text{
    width: 100%;
  }
  .routine-section .heading-text{
    width: 100%;
  }
  .about-blogger ul li a img{
    height: 95px;
  }
  .about-blogger .nav-tabs>li>a label{
    font-size: 16px;
  }
  .about-blogger ul li a{
    padding-bottom: 35px;
  }
  /*.timeline-wrapper .left-col:before{
    right: -11.5%;
  }*/
  /*.timeline-wrapper .entry{
    margin-bottom: 30px;
  }*/
  .slider-wrapper .carousel .carousel-item img{
    transform: translateX(0px) translateY(-64.25px);
  }
  .slider-wrapper .carousel .carousel-item{
    width: 75%;
  }
  .timeline-wrapper .timeline .entry .row .left-col:after {
    right: -8.2%;
  }
  .timeline-wrapper .timeline .entry.last .row .left-col:after{
    right: -11%;
  }
  .timeline-wrapper .timeline .entry.timleline-last:after{
    right: 47.5%;
  }
  .timeline-wrapper .body p{
    word-break: break-all;
  }
  .photogrid-content-img.photogrid-bgright:before{
    right: 40px;
  }
  .photogrid-section{
    overflow: visible;
  }
  .redsection-bg .redbg-left{
    width: 100%;
  }
  /*.redsection-bg .redbg-right{
    width: 100%;
  }*/
  .small-banner .banner-text h1{
    font-size: 54px;
  }
  .small-banner .banner-text p{
    font-size: 22px;
  }
  .blogbox-detail .blogbox-text{
    padding: 33px 16px 32px 16px;
  }
  .blogbox-detail .blogbox-text .author-name{
    font-size: 14px;
    line-height: 1.14;
    margin-bottom: 7px;
  }
  .blogbox-detail .blogbox-text label{
    font-size: 20px;
    line-height: 1.25;
  }
  .blogbox-detail .blogbox-text .blog-text{
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 33px;
  }
  .blogbox-text .blogbox-link p{
    font-size: 16px;
    line-height: 1.25;
  }
  .blogbox-text .blogbox-link p span{
    width: 22px;
    height: 22px;
  }
  .blog-item .blogbox-detail.blog-bgimg .blogbox-text .blogbox-link{
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .blog-section{
    padding-bottom: 0;
  }
  .theme-section{
    padding-bottom: 20px; 
  }
  .blog-bgimg .blogbox-text .blogbox-link{
    width: 100%;
  }
  /*.standard-nogrey-section .standard-image img{
    height: 360px;
  }*/
  /*.cardbox-content .cardbox-text label{
    font-size: 19px;
  }*/
  .cardboxes-content-section .cardbox-content{
    width: 100%;
  }
  .standard-nogrey-section .heading-text{
    width: 95%;
  }
  .standard-subtext-detail .standard-subtext p{
    font-size: 16px;
  }
  .download-module-content .download-module .title{
    font-size: 16px;
    line-height: 1.25;
  }
  .download-module-content .download-module .download-btn button{
    height: 52px;
  }
  /*.download-module .download-btn button a span{
    font-size: 18px;
  }*/
  .standard-subtext h3{
    font-size: 27px;
  }
  .download-module .download-btn button:before{
    width: 24px;
    height: 24px;
  }
  .slider-wrapper .carousel .carousel-item .image-caption{
    font-size: 16px;
  }
  .photogrid-slider .carousel .carousel-item .photo-caption{
    font-size: 16px;
    line-height: 1;
    padding-left: 0;
  }
  /*.standard-nogrey-section .standard-image img{
    height: 350px;
  }*/
  .standard-subtext-detail .standard-subtext{
    width: 90%;
  }
  .standard-subtext-detail .standard-subtext{
    width: 90%;
  }
  .video-section .about-video{
    width: 90%;
  }
  .userblog-content ul li .userblog-profile img{
    height: 95px;
  }
  .userblog-content ul li .userblog-profile label.user-name{
    font-size: 16px;
  }
  .our-articles .nav-tabs li a{
    font-size: 16px;
  }
  .our-articles .nav-tabs>li.active>a, .our-articles .nav-tabs>li.active>a:focus, .our-articles .nav-tabs>li.active>a:hover{
    font-size: 16px;
  }
  .infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{
    top: -138px;
  }
  .banner-text p{
    width: 100%;
  }
  .banner-text{
    width: 93%;
    top: 52%;
  }
  .workshop-image img{
    height: 270px;
  }
  /*.slider-wrapper .slider-nav #prev{
    top: 31%;
  }*/
  .slider-wrapper .carousel .indicators .indicator-item{
    width: 30px;
  }
  .theme-content .theme-details{
    width: 92%;
  }
  .news-home .blog-detail .blog-content{
    width: 80%;
  }
  .blog-item .blogbox-detail{
    height: auto;
  }
  .theme-details .heading-text p{
    width: 95%;
  }
  .timeline-wrapper .timleline-bgimg:before {
    width: 270px;
    top: -18%;
  }
  .aptitude_test-section .question-counter{width: 90%;}
  .aptitude_test-section .aptitude_test-Questions{
    width: 90%;
  }
  .questionData .next-prev-btns{
    width: 90%;
  }
  .aptitude_test-Questions .aptitude_test-Example p{
    font-family: DINNextLTPro;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #757575;
  }
  .aptitude_test-section .aptitude_test-Questions .aptitude_test-Example label{
    font-family: DINNextLTPro;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #757575;
    margin-bottom: 6px;
    display: inline-block;
  }
  .aptitude_test-Example .series-template{
    margin-top: 28px;
  }
  .aptitude_test-Questions .aptitude_test-Example .series-template p{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
  }
  .aptitude_test-Example .series-template p:first-child{
    padding-bottom: 17px;
  }
  .aptitude_test-Example .series-template .sub-question input{
    width: 55px;
    height: 36px;
    margin-left: 10px;
    font-size: 16px;
  }
  .news.news-single .slider-wrapper .carousel .indicators{
    bottom: 46px;
  }
  .news.news-single .slider-wrapper .carousel .indicators .indicator-item{
    width: 22px;
  }
  .news.news-single .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -93px;
  }
  
}

@media (min-width: 568px) and (max-width: 576px){
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post span{
    width: 450px!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    width: 450px!important; 
    height: 600px!important;
    transform: translateX(-12px) translateY(-257px);
  }
  
}
@media (min-width: 568px){
  .about-blogger .interviewblog-mob{
    display: none;
  }
  .about-blogger .nav-tabs{
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 616px){
  .slider-wrapper .carousel .indicators .indicator-item{
    width: 45px;
  }
}
@media (min-width: 1025px) {
  .slider-wrapper .carousel .indicators .indicator-item{
    width: 65px;
  }
  .slider-wrapper .carousel .indicators{
    width: 60%;
    bottom: -3px;
  }
  .news.news-single .slider-wrapper .carousel .indicators .indicator-item{
    width: 35px;
  }
}

@media (max-width: 567px){

.jobsearch-result .search_result_list .item-content-detail .item-content-left{width: 100%;display: inline-block;}
.jobsearch-result .search_result_list .item-content-right{ width: 100%; }
.jobsearch-result .search_result_list .item-content-detail{ flex-direction: column; }
.jobsearch-result .search_result_list .item-content-detail .item-content-logo{ margin-bottom: 25px; padding: 25px;}

  .theme-content .tabbed-content{
    width: 100%;
  }
  .news-single .theme-content ul.pager{
    padding-left: 0;
    padding-right: 0;
  }
  .photogrid-slider .carousel .carousel-item .photo-caption{
    bottom: -84px;
    left: 49%;
  }
  .infobox-content-section .infobox-content .infobox-detail{
    width: 100%;
  }
  .about-blogger .tab-content .blogger-interview{
    width: 95%;
  }
  .about-blogger ul li a{
    padding: 0px 0px 34px 0px;
  }
  .photogrid-section{
    padding-bottom: 50px;
  }
  .fancybox-caption p{
    line-height: 1;
    font-size: 18px;
  }
  /*.perspektiven-section .standard-nogrey-section .heading-text .intro-text .sub-text{
    word-break: break-all;
  }*/
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    width: 320px!important;
    transform: translateX(-38px) translateY(-257px);
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item{
    width: 65%;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item iframe{
    width: 320px!important;
  } 
  .socialmedia-slider .slider-wrapper .carousel .carousel-item span{
    width: 320px!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post span{
    width: 320px!important;
    height: 650px!important; 
  }
  .theme-section.blog-theme .themeleft-bg{
    left: -118px;
  }
  .theme-section.blog-theme .themeright-bg{
    right: -112px;
  }
  .purplesection-bg .purplebg-right{
    bottom: 0;
  }
  .photogrid-content-images{
    display: none;
  }
  .photogrid-slider{
    display: block;
    padding-bottom: 0;
  }
  .about-blogger .interviewblog-mob{
    display: block;
  }
  .about-blogger .nav-tabs{
    display: none;
  }
  .about-blogger .interviewblog-mob{
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    z-index: 0;
  }
  .about-blogger .interviewblog-mob .user-interview{
    text-align: center;
  }
  /*.about-blogger .interviewblog-mob .user-interview img{
    width: 162px;
    height: 161px;
  }*/
  .about-blogger .interviewblog-mob .user-interview label{
    margin-top: 12px;
    display: inline-block;
    font-family: DINNextLTPro;
    font-size: 18px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }
  .our-articles .nav-tabs{
    margin: 0 auto 40px auto;
  }
  .purplesection-bg .purplebg-left{
    width: 100%;
  }
  .slider-wrapper .carousel .indicators{
    width: 80%;
  }
  .banner-text h1 {
    text-shadow: 0 1px 27px rgba(0, 0, 0, 0.5);
    font-family: DINNextLTPro;
    font-size: 40px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.95;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
  }
  .banner-text p{
    text-shadow: 0 3px 11px rgba(0, 0, 0, 0.5);
    font-family: DINNextLTPro;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 100%;
  }
  .photogrid-content-img.photogrid-bgleft:before {
    left: -65px;
  }
  .blog-list .blog-content{
    width: 100%;
  }
  .news-home .blog-detail .blog-content{
    width: 100%;
  }
  .news-home .blog-detail .container-fluid{
    padding-left: 0;
    padding-right: 0;
  }
  .workshop-content .workshop-image img{
    width: 100%;
  }
  .infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{
    top: -120px;
  }
  .tabbed-content .tab-content p span.detail{
    font-size: 22px;
  }
  .standard-subtext h3{
    font-size: 25px;
  }
  .cardboxes-content-section .heading-text h2{
    font-size: 40px;
  }
  .timeline-wrapper .body p{
    word-break: break-all;
  }
  /*.timeline-wrapper .left-col:before{
    right: -19.5%;
  }*/
  .infobox-content-section .infobox-content{
    padding: 0;
  }
  .timeline-wrapper .title h3{
    font-size: 40px;
    margin-top: -17px;
  }
  .timeline-wrapper .entry{
    margin-bottom: 25px;
  }
  .unser-blog .news{
    width: 100%;
  }
  /*.blog-theme .our-articles{
    padding: 0;
  }*/
  .tabbed-content .nav-tabs>li{
    margin-bottom: 0;
    width: 100%;
    display: inline-block;
    min-height: 47px;
    float: unset;
  }
  .cardbox-content .cardbox-text .cardbox-link a span.arrow-icon{
    width: 22px;
    height: 22px;
  }
  .routine-section .heading-text h2{
    font-size: 37px;
  }
  .routine-section .heading-text p{
    font-size: 18px;
  }
  .video-section .about-video{
    width: 100%;
  }
  .video_fotogrid_section .orange-wrapper .video-section .heading-text p{
    font-size: 17px;
  }
  .video-section .about-video .heading-text h2{
    font-size: 26px;
    line-height: 1.23;
  }
  .video-section .about-video .heading-text p{
    font-size: 16px;
    line-height: 1.25;
  }
  .video-section .about-video iframe{
    height: 168px;
  }
  .about-blogger ul li{
    width: 46%;
    display: inline-block;
    float: unset;
    margin-bottom: 25px;
  }
  .about-blogger ul li a img{
    display: block;
    margin: 0 auto 16px auto;
  }
  .standard-text .additional-buttons{
    padding: 36px 0px 32px 0px;
  }
  .infobox-content-section .heading-text{
    width: 100%;
  }
  .userblog-section .standard-link-btn.orange-btn button{
    width: 100%;
  }
  .infobox-content-section .infobox-content{
    padding: 0px 0px;
  }
  .timeline-wrapper .body span{
    font-size: 17px;
  }
  .timeline-wrapper .body p{
    font-size: 17px;
    line-height: 1.25;
  }
  .orange-wrapper .tabbed-content .tab-content h3{
    font-size: 23px;
  }
  .orange-wrapper .more-btn{
    width: 178px;
    height: 44px;
  }
  .orange-wrapper .more-btn a{
    font-size: 18px;
  }
  /*.cardbox-content .cardbox-text label{
    font-size: 21px;
  }*/
  .socialmedia-slider .slider-wrapper .carousel .carousel-item .social-post iframe{
    height: 620px!important;
  }
  .theme-content .theme-details .toggle-btn .arrow-icon{
    margin-top: -5px;
  }
  .routine-section .heading-text{
    width: 100%;
  }
  .accordion-section-content .accordion_bg .accordion_bgright {
    bottom: auto;
    right: -196px;
    top: 32%;
    width: 100%;
    transform: rotate(92deg);
  }
  .infobox-content .infobox-detail .infobox-image img{
    height: 143px;
    object-fit: cover;
  }
  .infobox-content .infobox-text{
    padding-top: 32px;
  }
  .infobox-content .infobox-text label{
    font-size: 20px;
    line-height: 1.25;
  }
  .infobox-content .infobox-text p{
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 33px;
  }
  .infobox-content .infobox-text .infobox-link a{
    font-size: 16px;
    line-height: 1.25;
  }
  .infobox-content .infobox-text .infobox-link a span.arrow-icon{
    width: 22px;
    height: 22px;
  }
  .accordion-section-content .accordion_bg .accordion_bgleft{
    width: 100%;
    top: 32%;
  }
  .accordion-section .accordion-section-content{
    padding: 0;
  }
  .accordion-detail .c-accordion-title-text{
    word-break: break-word;
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
  }
  .accor-content .more-link a{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
  }
  .accor-content .more-link{
    margin-top: 15px;
  }
  .accordion-section-content .accordion-detail{
    padding: 32px 16px 31px 15px;
  }
  .theme-content .theme-details .toggle-btn{
    font-size: 20px;
    padding: 0px 24px;
    display: flex;
    justify-content: space-between;
    word-break: break-word;
    align-items: center;
  }
  .accordion-section-content .accordion_bg .accordion_bgleft{
    left: -83px;
  }
  .accordion-detail .heading-text h2{
    font-family: DINNextLTPro;
    font-size: 26px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }
  .accor-content p{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
  }
  .accordion-detail .panel-default > .panel-heading .panel-title a.accordion-toggle span.arrow_icon{
    top: 28px;
  }
  .carousel-section .heading-text h2{
    font-size: 30px;
  }
  .carousel-section .heading-text p{
    font-size: 19px;
  }
  .banner-text .line-divider img{
    width: 55px;
  }
  .orangesection-bg .orangebg-left{
    height: 485px;
  }
  .bannerbg-image {
    height: 500px;
  }
  /*.banner-text p{
    font-size: 21px;
    line-height: 1.19;
    margin: 15px auto 0px auto;
  }*/
  .workshop-image img{
    height: 225px;
  }
  .photogrid-content-img{
    width: 100%;
  }
  .aboutdetail_section .about-text h2{
    font-size: 26px;
    line-height: 1.23;
  }
  .aboutdetail_section .about-text p{
    font-size: 16px;
    line-height: 1.25;
  }
   .aboutdetail_section{
    width: 100%;
    padding-bottom: 0;
  }
  .about-image{
    margin-top: 0px;
  }
  .carousel-section .heading-text{
    width: 100%;
  }
  .workshop-content{
    padding-left: 0;
    padding-right: 0;
  }
  /*.workshop-detail p{
    font-size: 18px;
  }*/
  .about-image .button-bg{
    left: 0px;
    top: -40px;
    margin-top: 0;
    width: 100%;
  }
  .about-image button{
    width: 254px;
    height: 47px;
  }
  .about-image button span{
    padding: 10px 32.5px 11px 32.5px;
  }
  .workshop-content .box-rowreverse{
    margin-top: 140px;
  }
  .box-rowreverse .workshop-detail p{
    font-size: 16px;
  }
  .no-banner .bannerbg-image .no-bannerbg-left{
    left: -78px;
  }
  /*.orangesection-bg .orangebg-right{
    height: 295px;
  }*/
  /*.carousel-section .heading-text{
    display: none;
  }*/
  /*.slider-wrapper .carousel .carousel-item img{
    height: 300px;
    object-fit: contain;
    transform: translateX(15px) translateY(-100.00px);
  }
  .slider-wrapper .carousel{
    height: 475px;
    perspective: 1325px;
  }*/
  .about-blogger{
    z-index: 0;
  }
  .no-banner .bannerbg-image{
    height: 132px;
  }
  .no-banner .bannerbg-image:before{
    height: 132px;
  }
  .no-banner .bannerbg-image .no-bannerbg-left{
    height: 132px;
    width: 242px;
  }
  .no-banner .bannerbg-image .no-bannerbg-right{
    height: 132px;
  }
  .no-banner .bannerbg-image:after{
    height: 132px;
  }
  .tab-content .tab-detail{
    width: 100%;
  }
  .tab-right .tab-detail .tab_about{
    word-break: break-all;
  }
  .userblog-content ul li{
    width: 50%;
    margin-bottom: 12px;
  }
  .userblog-content ul li .userblog-profile{
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .userblog-content ul li .userblog-profile img{
    display: block;
    margin: 0 auto 16px auto;
  }
  .blogger-intro .blog-link-btn button{
    width: 100%;
  }
  .blogger-intro .blog-link-btn button a{
    padding: 0px 10px;
    width: 100%;
    display: inline-block;
  }
  .blogger-intro .blog-link-btn button a span{
    font-size: 17px;
  }
  .blogger-intro .blog-link-btn button a:before{
    top: 3px;
    right: -3px;
  }
  .slider-wrapper .carousel .carousel-item{
    width: 85%;
    height: 200px;
  }
  .photogrid-slider .carousel .carousel-item{
    width: 85%;
    height: 190px;
    /*overflow: hidden;*/
    /*opacity: 1!important;*/
  }
  .photogrid-slider .carousel .carousel-item.active .photo-caption{
    display: none;
  }
  .slider-wrapper .carousel .carousel-item img{
    /*height: 220px;
    transform: translateX(-2px) translateY(-30.25px);*/
     height: 250px;
    transform: translateX(-1.0px) translateY(-65px);
    box-shadow: 0 30px 85px 0 rgba(0, 0, 0, 0.26);
  }
  .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -80px;
  }
  .orange-wrapper .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -70px;
  }
  .techic-slider .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -67px;
  }
  .photogrid-slider .carousel .carousel-item img{
    /*height: 220px;
    transform: translateX(-2px) translateY(-30.25px);*/
     height: 250px;
    transform: translateX(-2px) translateY(-60px);
  }
  .slider-wrapper .carousel{
    height: 400px;
  }
  /*.techic-slider .slider-wrapper .carousel{
    height: 320px;
  }*/
  .photogrid-slider .carousel{
    height: 300px;
  }
  .orange-wrapper .photogrid-slider .carousel{
    height: 300px;
  }
  .orange-wrapper .photogrid-slider .carousel .carousel-item img{
    transform: translateX(-2px) translateY(-35px);
  }
  .orange-wrapper .photogrid-slider .slider-nav #prev{
    top: 42%;
  }
  .orange-wrapper .photogrid-slider .slider-nav #next{
    top: 42%;
  }
  .home-fotogrid .photogrid-slider .carousel{
    height: 300px;
  }
  .home-fotogrid .photogrid-slider .carousel .carousel-item img{
    transform: translateX(-2px) translateY(-28px);
  }
  .home-fotogrid .photogrid-section{
    padding-bottom: 0;
  }
  .slider-wrapper .carousel .indicators{
    bottom: 10px;
  }
  .techic-slider{
    margin-top: -10px;
  }
  .techic-slider .slider-wrapper .carousel .indicators{
    bottom: 0px;
  }
  .photogrid-slider .carousel .indicators{
    bottom: 50px;
  }
  .theme-content .theme-details{
    width: 100%;
    position: relative;
  }
  .bannerbg-image:after{
    height: 250px;
  }
  .our-articles .nav-tabs li{
    margin-bottom: 12px;
  }
  .our-articles{
    padding: 0px 15px;
  }
  /*.workshop-image img{
    height: 250px;
  }*/
  .slider-wrapper .carousel .indicators .indicator-item{
    width: 30px;
  }
  .photogrid-slider .carousel .indicators .indicator-item{
    width: 45px;
  }
  .slider-nav .material-icons{
    /*display: none!important;*/
  }
  .slider-wrapper .slider-nav #next{right: 0px; top: 37%;}
  .slider-wrapper .slider-nav #prev{left: 0px; top: 37%;}
  .slider-wrapper .slider-nav #prev:before, .slider-wrapper .slider-nav #next:before{width: 30px; height: 30px;}
  .slider-wrapper .slider-nav #next:hover::before{width: 65px; height: 65px; right: -11px; top: -11px;}
  .slider-wrapper .slider-nav #prev:hover::before{width: 65px; height: 65px; left: -11px; top: -11px;}

  .photogrid-slider .slider-nav #next{right: 0px; top: 35%;}
  .photogrid-slider .slider-nav #prev{left: 0px; top: 35%;}
  .photogrid-slider .slider-nav #prev:before, .photogrid-slider .slider-nav #next:before{width: 30px; height: 30px;}
  .photogrid-slider .slider-nav #next:hover::before{width: 65px; height: 65px; right: -11px; top: -11px;}
  .photogrid-slider .slider-nav #prev:hover::before{width: 65px; height: 65px; left: -11px; top: -11px;}
  /*.workshop-detail .about-image .button-bg{
    top: -50px;
  }*/
  .workshop-detail .about-image-btn{
    margin-top: -18px;
  }
  /*.photogrid-content-img img{
    width: 100%;
  }*/
  .workshop-detail .about-image {
    margin-bottom: -118px;
  }
  .theme-details .heading-text h2{
    font-size: 30px;
  }
  .theme-details .heading-text p{
    width: 100%;
  }
  .blog-section .heading-text{
    width: 100%;
  }
  .blog-content{
    width: 100%;
  }
  .blog-detail .blog-detail-text{
    padding: 43px 12px 32px 12px;
  }
  .photogrid-section .heading-text{
    width: 100%;
  }
  .photogrid-section-content{
    width: 100%;
  }
  .footer-content .footer-left form{
    margin-bottom: 48px;
  }
  .footer .footer-content{
    padding: 0;
    margin-top: -25px;
  }
  .footer-logo img{
    height: 79px;
  }
  .footer-logo{
    top: -53px;
    height: 104px;
  }
  .footer .footer-content .footer-left form label{
    margin-bottom: 12px;
    font-size: 24px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 1.25;
  }
  .footer-content .footer-left form .inputdiv input{
    width: 223px;
    font-size: 16px;
    line-height: 2;
    height: 48px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .footer-content .footer-left form .inputdiv button{
     font-size: 20px;
     line-height: normal;
     height: 48px;
     top: 0px;
  }
  .footer-right .footer-links ul li a{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .footer-bottom{
    margin-top: 32px;
  }
  .footer-bottom .tsd-logo img{
    height: 74px;
  }
  .theme-details .heading-text p{
    font-size: 19px;
  }
  .photogrid-section .heading-text h2{
    font-size: 35px;
  }
  .photogrid-section .heading-text p{
    font-size: 18px;
  }
  .footer-bottom .footer-social_icons ul li{
    margin-right: 12px;
  }
  .footer-bottom .footer-social_icons ul li img{
    width: 33px;
    height: 33px;
  }
  .footer-bottom .footer-copyright{
    margin-top: 25px;
  }
  .footer-bottom ul li a{
    font-size: 16px;
    line-height: 1.25;
  }
  .footer-bottom .footer-social_icons ul li:last-child{
    margin-right: 0;
  }
  .footer-bottom .footer-copyright ul li{
    margin-right: 10px;
  }
  .footer-bottom .footer-social_icons ul li a{
    font-size: 18px;
  }
  .footer-bottom .dce span.copyright{
    font-size: 18px; 
    margin-left: 9px;
  }
  .footer-bottom .footer-social_icons{
    position: relative;
    right: 10px;
  }
  .about-image .button-bg{
    width: 100%;
  }
  /*.orangesection-bg .orangebg-right{
    width: 100%;
  }*/
  .about-image-btn{
    margin-top: 0px;
  }
  .header .navbar .navbar-nav>li{
    padding-left: 32px;
  }
  .header .navbar .navbar-nav>li:first-child{
    padding-left: 32px;
  }
  .blog-content .blog-detail .blog-link{
    display: flex;
    justify-content: center;
  }
  .blog-detail .blog-detail-text .blog-link a{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .blog-detail .blog-detail-text .blog-link a span{
    margin-left: 0px;
    margin-right: 8px;
  }
  .standard-grey-section .standard-image img{
    height: 205px;
  }
  .standard-grey .standard-image{
    height: 403px;
  }
  .standard-text .intro-text{
    font-size: 20px;
  }
  .tabbed-content .ce-gallery img{
    height: 235px;
  }
  .tabbed-content .heading-text{
    width: 100%;
    margin-bottom: 35px;
  }
  .about-blogger .tab-content .tab-left p{
    font-size: 16px;
  }
  .tab-right .tab-detail .tab_about label{
    font-size: 16px;
  }
  .tab-right .tab-detail .tab_about p{
    font-size: 16px;
  }
  .tabbed-content .heading-text h2{
    font-size: 38px;
  }
  .small-banner .banner-text h1{
    font-size: 38px;
  }
  .small-banner .bannerbg-image{
    height: 500px;
  }
  .small-banner .banner-text{
    top: 35%;
  }
  .navigation-section .nav_menulink{
    bottom: 0;
    text-align: center;
  }
  .standard-text .standard-text-detail{
    width: 100%;
  }
  .navigation-section ul li{
    width: 100%;
  }
  .standard-text h2{
    font-size: 29px;
  }
  .orange-wrapper .tabbed-content .tab-content .tab-pane header h3{
    font-size: 26px;
  }
  .standard-textimage-section .heading-text{
    width: 100%;
  }
  .standard-textimage-content .standard-image img{
    margin-bottom: 3px;
  }
  .standard-textimage-content .standard-content p{
    font-size: 16px;
    line-height: 1.5;
  }
  .standard-text .standard-link-btn button{
    margin-top: 30px;
  }
  .standard-textimage-content{
    width: 100%;
  }
  .tabbed-content .heading-text h2{
    font-size: 35px;
  }
  .standard-text .standard-text-detail .text h4{
    font-size: 19px!important;
  }
  .standard-text .text p{
    font-size: 16px!important;
  }
  /*.standard-text-detail .text h3{
    font-size: 23px;
  }*/
  .tabbed-content .tab-content p span.detail{
    font-size: 23px;
  }
  .orange-wrapper .tabbed-content .tab-content h3{
    font-size: 22px;
  }
  .routine-section .heading-text{
    width: 100%;
  }
  .blogbox-content .blog-item{
    width: 100%;
  }
  .blog-item .blogbox-detail{
    min-height: unset;
    height: unset;
    margin-bottom: 0px;
  }
  .blog-content .blog-detail{
    height: auto;
  }
  .blogbox-detail .blogbox-text .blogbox-link{
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    transform: unset;
  }
  .blogbox-text .blogbox-link p{
    font-size: 16px;
    line-height: 1.25;
  }
  .blogitem-button .button-bg{
    width: 335px;
  }
  .blogitem-button button span{
    padding: 8px 34.5px 8px 34.5px;
    font-size: 22px;
  }
  .blogitem-button .button-bg{
    width: 275px;
  }
  .standard-text .additional-buttons .button-detail{
    padding-left: 14px;
    padding-right: 14px;
  }
  .standard-text .additional-buttons .button-detail a{
    font-size: 16px;
  }
  .standard-nogrey-section{
    width: 100%;
  }
  .standard-nogrey-section .heading-text{
    width: 100%;
    padding: 0px 15px;
  }
  .perspektiven-section .standard-nogrey .standard-image{
    padding: 49px 26px 33px 25px;
    overflow: auto;
  }
  .standard-nogrey-section .heading-text h2{
    font-size: 24px;
  }
  .standard-text .standard-nogrey-section .intro-text{
    font-size: 19px;
  }
  .standard-nogrey-section .standard-image img{
    height: 229px;
    object-fit: cover;
  }
  .standard-nogrey .standard-image .caption{
    font-size: 16px;
    line-height: 1.25;
  }
  .standard-subtext-detail .standard-subtext{
    width: 100%;
    position: relative;
  }
  .download-module-content .download-module{
    width: 100%;
    height: auto;
    padding: 32px 50px;
  }
  /*.persons-information .persons-block{
    flex-direction: column-reverse;
  }*/
  .persons-information .persons-block{
    padding-left: 8px;
    padding-right: 8px;
  }
  .persons-information .persons-block .person-img{
    margin-bottom: 27px;
    width: 100%;
    text-align: center;
  }
  .persons-information .persons-block .person-img img{
    width: 220px;
    height: 198px;
    object-fit: cover;
    object-position: center 19%;
  }
  .persons-information .persons-block .person-info{
    padding-left: 3px;
  }
  .businesscard-information .heading-text{
    width: 100%;
  }
  .businesscard-information .heading-text h2{
    font-size: 32px;
  }
  .businesscard-information .intro-text{
    font-size: 20px;
  }
  .persons-block .person-info div.tel, .persons-block .person-info div.fax, .persons-block .person-info div.email a{
    font-size: 16px;
    line-height: 1.25;
  }
  .persons-block .person-info .info p{
    font-size: 16px;
    line-height: 1.25;
  }
  .persons-information .persons-block{
    box-shadow: 0 2px 4px -1px rgba(207, 207, 207, 0.2), 0 1px 10px 0 rgba(207, 207, 207, 0.12), 0 4px 5px 0 rgba(207, 207, 207, 0.14);
    padding: 32px 32px 32px 32px;
    flex-direction: column-reverse;
  }
  .persons-block .person-info .name h4{
    font-size: 16px;
    line-height: 1.25;
  }
  .download-module-content .download-module .file-type{
    font-size: 16px;
    line-height: 1.25;
    color: #82786f;
  }
  /*.standard-link-btn.orange-btn button span{
    font-size: 14px;
  }*/

  /*.redsection-bg .redbg-right{
    right: -20px;
  }*/

  .photogrid-slider{
    /*background-color: rgba(0,0,0,0.7);*/
    /*padding: 94px 0 92px;*/
    /*width: 100%;*/
    /*display: inline-block;*/
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .home-fotogrid .photogrid-section .heading-text{
    margin: 0 auto 38px auto;
  }
  .home-fotogrid .photogrid-slider .slider-nav #next{
    top: 45%;
  }
  .home-fotogrid .photogrid-slider .slider-nav #prev{
    top: 45%;
  }
  /*.photogrid-slider .carousel.photoslider .indicators .indicator-item{
    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 2px;
    width: 45px;
    margin: 0px 0px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 11px;
  }
  .photogrid-slider .carousel.photoslider .indicators .indicator-item.active{
    background-color: rgba(255,255,255,1);
  }*/
  .purple-wrapper .accordion-element .panel .accortext-content ul li:before{
    background-color: #ffffff;
  }
  .red-wrapper .accordion-element .panel{
    box-shadow: 0 2px 4px -1px rgba(133, 69, 18, 0.3), 0 1px 10px 0 rgba(133, 69, 18, 0.22), 0 4px 12px 8px rgba(133, 69, 18, 0.16);
    background-color: transparent;
    border-color: #ffffff;
  }
  .red-wrapper .panel-default > .panel-heading{
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .red-wrapper .accordion-element .panel .panel-heading h4 a span{
    color: rgba(255,255,255,0.5);
  }
  .red-wrapper .accordion-element .panel .panel-heading h4 a span.arrow_icon{
    border-color: rgba(255,255,255,0.5);
  }
  .red-wrapper .accordion-element .panel .panel-heading.active h4 a span{
    color: #ffffff;
  }
  .red-wrapper .accordion-element .panel .panel-heading.active h4 a span.arrow_icon{
    border-color: rgba(255,255,255,1);
  }
  .red-wrapper .accordion-element .panel .accortext-content p{
    color: #ffffff;
  }
  .red-wrapper .accordion-element .panel .accortext-content ul li{
    color: #ffffff;
  }
  .red-wrapper .accordion-element .panel .accortext-content ul li:before{
    background-color: #ffffff;
  }
  .video_fotogrid_section .orange-wrapper .orangesection-bg{
    height: 75%;
  }
  .heading-text p{
    font-size: 16px!important;
  }
  .heading-text p.sub-text{
    font-size: 19px!important;
  }
  .heading-text h2{
    font-size: 26px!important;
  }
  .infobox-content-section .infobox-content .infobox-detail.info-bgbox1:before{
    position: absolute;
    bottom: 96%;
    left: -167px;
    content: "";
    background-image: url(../Images/born2btischler/infobox-top-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 513px;
    height: 180px;
    z-index: -1;
    top: -110px;
    height: 258px;
    width: 100%;
    height: 180px;
    left: 33%;
    bottom: auto;
    transform: translateX(-50%);
  }
  .infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{
    display: none;
  }
  .aptitude_test-section .standard-text{
    padding-left: 15px;
    padding-right: 15px;
  }
  .aptitude_test-section .standard-text .standard-text-detail{
    text-align: center;
    display: inline-block;
  }
  .aptitude_test-section .standard-text h2{
    font-family: DINNextLTPro;
    font-size: 26px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }
  .aptitude_test-section .standard-text p{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
  }
  .aptitude_test-section .theme-section{
    padding-top: 48px;
  }
  .aptitude_test-section .aptitude_test-Questions label{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 16px;
  }
  .aptitude_test-section .aptitude_test-Questions .example-text, .aptitude_test-section .aptitude_test-Questions .example-text p{
    font-family: DINNextLTPro;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #757575;
  }
  .aptitude_test-section .aptitude_test-Questions .options-radio{
    margin-top: 24px;
  }
  .aptitude_test-Questions .options-radio [type="radio"]:checked + label, .aptitude_test-Questions .options-radio [type="radio"]:not(:checked) + label{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
  }
  .aptitude_test-Questions .options-radio [type="radio"]:checked + label:before, .aptitude_test-Questions .options-radio [type="radio"]:not(:checked) + label:before{
    width: 22px;
    height: 22px;
  }
  .aptitude_test-Questions .options-radio [type="radio"]:checked + label:after, .aptitude_test-Questions .options-radio [type="radio"]:not(:checked) + label:after{
    width: 10px;
    height: 10px;
  }
  .aptitude_test-section .aptitude_test-Questions.first-question button#previous{
    margin-right: 5px;
  }
  .aptitude_test-section .question-counter{width: 100%;}
  .aptitude_test-section .aptitude_test-Questions{
    width: 100%;
  }
  .aptitude_test-section .themeleft-bg{
    display: none;
  }
  .aptitude_test-section .themeright-bg{
    display: none;
  }
  .aptitude_test-Questions .aptitude_test-Example img.aptitude-unbenannt-img{
    height: 76px;
    max-width: 100%;
    object-fit: contain;
  }
  .aptitude_test-Questions .Folding_template img.unbenannt-img{
    height: 122px;
  }
  .aptitude_test-section .aptitude_test-Questions label{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    display: inline-block;
    margin-bottom: 24px;
    width: 100%;
  }
  .arithmetic-template .sub-question span{
    font-family: DINNextLTPro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
  }
  .arithmetic-template .sub-question input{
    width: 238px;
    height: 42px;
    margin-right: 7px;
  }
  .arithmetic-template .sub-question span.cubic{
    font-family: DINNextLTPro;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    color: #000000;
  }
  .questionData .next-prev-btns{
    width: 100%;
  }
  .aptitude_test-Example .series-template .sub-question{
    margin-bottom: 0;
  }
  .aptitude_test-Questions .aptitude_test-technicalintro img.aptitude-technicalintro-img{
    width: 100%;
    height: auto!important;
  }
  
  .aptitude_test-Questions .arithmetic-template .sub-question .aptitude_test-Questions .error_msg{
    width: 100%;
  }
  .next-prev-btns .standard-link-btn.orange-btn.final-btn button#submit{
    width: 155px;
  }
  .standard-link-btn.orange-btn.final-btn button span{
    width: 60%;
    font-size: 15px;
    left: 14px;
  }
  .aptitude_test-progress{
    width: 100%;
    padding: 45px 35px;
  }



  .timeline-wrapper-mobile .owl-item.active .item .timeline-box-time{
    background-image: url(../Images/born2btischler/slider-border-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0px;
    transform: rotate(-0.25deg);
    width: 74vw;
    height: 13px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
  .timeline-wrapper-mobile .owl-item.active .item .timeline-box-time.timleline-boxlast{
    width: 100vw;
  }
  .timeline-wrapper-mobile .item .timeline-box-time.timleline-boxlast .timeline-time{
    left: 29.5%;
  }
  .timeline-wrapper-mobile .owl-item.active .item .timeline-box-time.timleline-boxlast .timeline-dott span{
    left: 53%;
  }
  .timeline-wrapper-mobile .item .timeline-box-time .timeline-time{
    font-family: DINNextLTPro;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.77;
    letter-spacing: normal;
    text-align: center;
    color: #de3831;
    position: relative;
    top: 27px;
    left: 46.5%;
    width: 50%;
    display: inline-block;
  }
  .timeline-wrapper-mobile .owl-item.active .item .timeline-box-time .timeline-dott{
    /*height: 75vw;*/
    /* display: inline; */
    /*background-image: url(../Images/born2btischler/border-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 0;
    transform: rotate(90deg);*/
    /*width: 2vw;
    position: relative;
    top: 50%;
    bottom: 50%;*/
    /* bottom: 0; */
    /*margin-top: 0;
    margin-bottom: 0;*/
    /* width: 100vw; */
    /*position: relative;
    top: -135px;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;*/

  }
  /*.timleline-first-mob .timeline-box-time:before{
    position: absolute;
    top: -3.8px;
    left: 7px;
    content: "";
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../Images/born2btischler/round-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .timleline-last-mob .timeline-box-time:before{
    position: absolute;
    top: -1px;
    right: -10px;
    content: "";
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../Images/born2btischler/round-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; 
  }*/
  .timeline-wrapper-mobile .owl-item.active .item .timeline-box-time .timeline-dott span{
    position: absolute;
    top: -1.5px;
    left: 69%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../Images/born2btischler/round-icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .news.news-single .slider-wrapper .carousel .indicators .indicator-item{
    width: 18px;
  }
  .news.news-single .slider-wrapper .carousel .indicators{
    bottom: 20px;
  }
  .news.news-single .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -135px;
  }
  .news-single .slider-wrapper .carousel .carousel-item{
    width: 90%;
  }
  .news.news-single .slider-wrapper .carousel .indicators{
    bottom: 0;
  }
  .aptitude_test-Questions .answer_message.ans_red{
    font-size: 16px;
  }
  .aptitude_test-Questions .answer_message.ans_green{
    font-size: 16px; 
  }
}
@media (min-width: 530px) and (max-width: 600px){
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    width: 400px!important;
  }
}
@media (min-width: 700px) and (max-width: 749px){
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    transform: translateX(-20px) translateY(-257px)!important;
  }
}
@media (min-width: 750px) and (max-width: 800px){
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    transform: translateX(-105px) translateY(-257px)!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item .social-post iframe{
    height: 600px!important;
  }
}
@media (min-width: 801px) and (max-width: 900px){
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    transform: translateX(-88px) translateY(-257px)!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item .social-post iframe{
    height: 625px!important;
  }
}
@media (min-width: 400px) and (max-width: 500px){
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    width: 344px!important;
    transform: translateX(-38px) translateY(-257px);
  }
}
@media (min-width: 450px) and (max-width: 550px){
  .timeline-wrapper .left-col:before{
    right: -12.0%;   
  }
}
@media (min-width: 414px){
  .slider-wrapper .carousel .carousel-item{opacity:1 !important;}
}
@media (max-width: 400px){
  /*.download-module-content .download-module{
    padding: 24px 12px;
  }*/
  .timeline-wrapper-mobile .owl-item.active .item .timeline-box-time{
    width: 82vw;
  }
  .timeline-wrapper-mobile .owl-item.active .item .timeline-box-time .timeline-dott span{
    left: 63%;
  }
  .timeline-wrapper-mobile .item .timeline-box-time .timeline-time{
    left: 31.5%;
    width: 65%;
  }
  .timeline-wrapper-mobile .item .timeline-box-time.timleline-boxlast .timeline-time{
    left: 18.5%;
  }
  .timeline-wrapper-mobile .owl-item.active .item .timeline-box-time.timleline-boxlast .timeline-dott span{
    left: 50%;
  }
}
@media (max-width: 370px){
  /*.infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{
    width: 450px;
    height: 279px;
    left: -42%;
    bottom: 61%;
  }*/
  .timeline-wrapper-mobile .owl-carousel .owl-item .item{
    width: 260px;
  }
  .timeline-wrapper-mobile .owl-item.active .item .timeline-box-time{
   width: 80vw; 
  }
  .timeline-wrapper-mobile .owl-item.active .item .timeline-box-time .timeline-dott span{
    left: 61%;
  }
  .timeline-wrapper-mobile .item .timeline-box-time .timeline-time{
    left: 29.5%;
    width: 65%;
  }
}
@media (min-width: 350px) and (max-width: 370px){
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    transform: translateX(-43px) translateY(-257px);
  } 
}
@media (max-width: 350px){
  .footer-bottom .footer-copyright .dce span.copyright{
    font-size: 16px;
  }
  .tabbed-content .heading-text h2{
    font-size: 32px;
  }
  .orange-wrapper .tabbed-content .tab-content h3{
    font-size: 20px;
  }
  .timeline-wrapper .body span{
    word-break: break-all;
  }
  .timeline-wrapper-mobile .owl-carousel .owl-item .item{
    width: 222px;
  }
  .infobox-content-section .infobox-content .infobox-detail.info-bgbox1:before{top:-102px;}
    /*.infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before {
    width: 380px;
    height: 279px;
    left: -38%;
    bottom: 58%;
  }*/
  .footer-bottom .footer-copyright ul li a{
    font-size: 16px;
  }
  /*.banner-text h1 {
    font-size: 45px;
  }*/
  /*.aboutdetail_section .about-text h2{
    font-size: 27px;
  }*/
  .banner-text p{
    width: 100%;
  }
  .photogrid-section .heading-text h2{
    font-size: 30px;
  }
  .footer-content .footer-left form .inputdiv input{
    width: 185px;
  }
  /*.theme-content .theme-details .toggle-btn{
    font-size: 15px;
  }*/
  .navbar-brand>img{
    width: 122px;
  }
  .header .navbar .navbar-nav>li>a, .dropdown-menu>li>a{
    font-size: 19px;
  }
  .standard-text h2{
    font-size: 26px;
  }
  .orange-wrapper .photogrid-section .heading-text p{
    font-size: 20px;
  }
  .orange-wrapper .tabbed-content .nav-tabs>li{
    margin-right: 0;
  }
  .orange-wrapper .tabbed-content .tab-content .tab-pane header h3{
    font-size: 23px;
  }
  .standard-grey-section .standard-image img{
    height: 175px;
  }
  .blogger-intro .blog-link-btn button a span{
    font-size: 14px;
  }
  .infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{
    top: -97px;
  }
  /*.blogger-intro .blog-link-btn button a:before{
    right: -27px;
  }*/
  .our-articles .nav-tabs li{
    width: 100%;
  }
  .accordion-detail .heading-text h2{
    font-size: 35px;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    width: 280px!important;
    transform: translateX(-36px) translateY(-257px);
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item iframe{
    width: 280px!important;
  } 
  .socialmedia-slider .slider-wrapper .carousel .carousel-item span{
    width: 280px!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post span{
    width: 280px!important; 
    height: 650px!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .indicators{
    z-index: 111;
  }
  /*.video-section .about-video .heading-text h2{
    font-size: 26px;
  }
  .video-section .about-video .heading-text p{
    font-size: 16px;
  }*/
  .carousel-section .heading-text h2{
    font-size: 25px;
  }
  .timeline-wrapper .left-col:before{
    right: -22.5%;
  }
  /*.standard-nogrey-section .heading-text h2{
    font-size: 21px;
  }*/
  .persons-information .persons-block{
    flex-direction: column-reverse;
  }
  .standard-subtext-detail .standard-subtext p{
    text-align: justify;
  }
  .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -95px;
    padding-left: 0;
  }
  .slider-wrapper .carousel .indicators .indicator-item{
    width: 25px;
  }
  .next-prev-btns .standard_link-btn button .link-background{
    width: 140px;
    height: 48px;
  }
  .next-prev-btns .standard_link-btn button{
    width: 140px;
    height: 48px;
  }
  .next-prev-btns .standard-link-btn.orange-btn button{
    width: 140px;
    height: 48px
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item .social-post iframe{
    height: 680px!important;
  }
  .slider-wrapper .carousel .indicators{
    bottom: -4px;
  }
  .orange-wrapper .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -75px;
  }
  .no-banner .bannerbg-image .no-bannerbg-left{
    left: -124px;
  }
  .news.news-single .slider-wrapper .carousel .indicators .indicator-item{
    width: 16px;
  }
  .news.news-single .slider-wrapper .carousel .carousel-item .image-caption{
    bottom: -152px;
  }
  .news-single .slider-wrapper .carousel{
    height: 525px;
  }
  .aptitude_test-progress span{
    font-size: 40px;
  }
  .aptitude_test-progress-about .standard-link-btn button{
    width: 290px;
  }
  .next-prev-btns .standard-link-btn.orange-btn.final-btn button#submit{
    width: 145px;
  }
  .standard-link-btn.orange-btn button:before{
    right: 8px;
  }
  .standard-link-btn.orange-btn.final-btn button span{
    left: 10px;
  }
  .aptitude_test-progress{
    padding: 50px 35px;
  }
}
@media (max-width: 300px){
  .footer-bottom .dce span.copyright{
    font-size: 14px;
  }
  .footer-bottom ul li a{
    font-size: 14px;
  }
  .footer-bottom .tsd-logo img{
    height: 90px;
  }
  .header .navbar .navbar-nav>li>a, .dropdown-menu>li>a{
    font-size: 16px;
  }
  .tab-right .tab-detail .tab_about p{
    word-break: break-word;
  }
  .header.mobile-header .navbar .navbar-nav>li.dropdown span.caret{
    top: 18px;
  }
  .heading-text h2{
    font-size: 32px;
  }
  .blogger-intro .blog-link-btn button a{
    padding: 0px 5px;
  }
  .blogger-intro .blog-link-btn button a span{
    font-size: 12px;
  }
  .blogger-intro .blog-link-btn button a:before{
    top: 3px;
    width: 22px;
    height: 22px;
  }
  .navbar-brand>img{
    width: 115px;
  }
  .banner-text h1 {
    font-size: 38px;
  }
  .banner-text p{
    font-size: 19px;
  }
  .about-image button span {
    padding: 12px 25.5px 12px 27.5px;
    font-size: 19px;
  }
  .about-image .button-bg{
    left: 0;
    width: 290px;
  }
  .workshop-image img{
    height: 175px;
  }
  .theme-content .theme-details .toggle-btn{
    padding: 24px 5px 25px 10px;
    font-size: 14px;
  }
  .theme-content .theme-details .toggle-btn .arrow-icon{
    width: 26px;
    height: 26px;
  }
  .blog-detail .blog-detail-text{
    padding: 43px 10px 32px 10px;
  }
  .photogrid-section .heading-text h2{
    font-size: 27px;
  }
  .photogrid-section .heading-text p{
    font-size: 17px;
  }
  .footer-logo img{
    height: 60px;
  }
  .footer .footer-content .footer-left form label{
    font-size: 21px;
  }
  .footer-content .footer-left form .inputdiv input{
    height: 54px;
    font-size: 18px;
    width: 146px;
  }
  .footer-content .footer-left form .inputdiv button{
    height: 54px;
    font-size: 24px;
  }
  .slider-wrapper .carousel .indicators .indicator-item{
    width: 24px;
  }
  .photogrid-slider .carousel .indicators .indicator-item{
    width: 65px;
  }
  .small-banner .banner-text h1{
    font-size: 32px;
  }
  .standard-text h2{
    font-size: 22px;
  }
  .orange-wrapper .photogrid-section .heading-text p{
    font-size: 17px;
  }
  .tabbed-content .nav-tabs > li > a{
    font-size: 17px;
  }
  .tabbed-content .nav-tabs > li.active > a{
    font-size: 17px;
  }
  .orange-wrapper .tabbed-content .tab-content .tab-pane header h3{
    font-size: 19px;
  }
  .tabbed-content .ce-gallery img{
    height: 145px;
  }
  .standard-textimage-content .standard-image img{
    height: 165px;
  }
  .standard-text .standard-link-btn button{
    width: 230px;
  }
  .standard-text .standard-link-btn button a span{
    font-size: 18px;
  }
  .tabbed-content .heading-text h2{
    font-size: 28px;
  }
  .blog-detail .blog-detail-text label{
    font-size: 19px;
  }
  .standard-text .intro-text{
    font-size: 18px;
  }
  .standard-grey-section{
    width: 100%;
  }
  .accordion-detail .heading-text h2{
    font-size: 30px;
  }
  .footer-bottom ul li{
    margin-right: 10px;
  }
  .footer-bottom .dce span.copyright{
    margin-left: 10px;
  }
  .footer-bottom .footer-copyright .dce span.copyright{
    font-size: 14px;
  }
  .footer-bottom .footer-copyright ul li a{
    font-size: 14px;
  }
  .infobox-content-section .infobox-content .infobox-detail.info-bgbox3:before{
    word-break: 432px;
  }
  .infobox-content-section .heading-text h2{
    font-size: 37px;
  }
  .timeline-wrapper .left-col:before{
    right: -26.5%;
  }
  .timeline-wrapper .body span{
    font-size: 16px;
  }
  .standard-text-detail .text h3{
    line-height: 1.23;
  }
  .tabbed-content .tab-content p span.detail{
    font-size: 21px;
  }
  .video-section .about-video .heading-text h2{
    font-size: 28px;
  }
  .video-section .about-video iframe{
    height: 280px;
  }
  .carousel-section .heading-text h2{
    font-size: 22px;
  }
  .businesscard-information .heading-text h2{
    font-size: 28px;
  }
  .footer-content .footer-left form .inputdiv button{
    top: 1px;
  }
  .cardbox-content .card-bgimg .cardbox-text label{
    font-size: 24px;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    width: 240px!important;
    transform: translateX(-38px) translateY(-257px);
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item iframe{
    width: 240px!important;
  } 
  .socialmedia-slider .slider-wrapper .carousel .carousel-item span{
    width: 240px!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post span{
    width: 240px!important; 
    height: 650px!important;
  }
  .socialmedia-slider .slider-wrapper .carousel .carousel-item.active .social-post iframe{
    transform: translateX(-29px) translateY(-257px);
  }
  .techic-slider .slider-wrapper .carousel .indicators{
    bottom: -3px;
  }
}

@media (max-width: 1080px){
  /*.navbar-default .navbar-toggle {
      border: unset;
  }
  .navbar-default .navbar-toggle span.icon-text {
    color: #ffffff;
    display: inline-block;
    width: auto;
    position: absolute;
    left: -30px;
    top: 2px;
    font-weight: 600;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #f29912;
  }
  .navbar-toggle .icon-bar {
    width: 17px;
    height: 2px;
    position: relative;
    right: -10px;
  }
  .header .navbar {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .header .navbar {
    border-radius: unset;
    min-height: unset;
    border: unset;
    margin-bottom: 0;
    padding-left: 64px;
    padding-right: 64px;
  }
  .navbar-default {
    background-color: transparent;
    border: unset;
  }
  .navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
  }
  .navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
  }
  .navbar-default .navbar-toggle {
    border-color: #dfdfdf;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 6px 11px;
    margin-top: 24px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 27px;
    height: 2px;
    border-radius: 0;
  }*/
}
@media (max-width: 1080px){
  
  .header.mobile-header .orangesection-bg{  
    display: block; 
    transition-delay: 4s; 
    transition-duration: 6s;  
  } 
  .navbar-brand>img{  
    width: 147px; 
    height: 80px; 
  } 
  .header .navbar{  
    padding-left: 5px;  
    padding-right: 5px; 
  } 
  .navbar-default .navbar-toggle{ 
    border: unset;  
     position: relative;
    float: right;
    padding: 6px 11px;
    margin-top: 24px;
    margin-right: 0;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
  } 
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{ 
    background-color: transparent;  
  } 
  .navbar-default .navbar-toggle .icon-bar{ 
    background-color: #f29912;  
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
  .navbar-toggle .icon-bar {
    width: 22px;
    position: relative;
    display: block;
    height: 2px;
    border-radius: 0;
}
  .header.fix .navbar-default .navbar-toggle.collapsed .icon-bar{
      right: -43px;
      background-color: #ffffff; 
}
  .navbar-collapse{ 
    border-top: unset;  
  } 
  .header .navbar .navbar-nav{  
    width: 100%;  
  } 
  .header{  
    padding-top: 0; 
  } 
  .navbar-default .navbar-nav .selected>.dropdown-menu li a:hover{
    background-color: transparent;
  }
  .header.fix{  
    position: fixed;  
    width: 79px;  
    right: 0; 
    left: auto; 
  } 
  .header.fix.mobile-header{  
    width: 100%; 
    z-index: 11111; 
  } 
/*  .header.fix .navbar .navbar-brand{  
    visibility: hidden; 
  } */
  .header.fix .navbar-default .navbar-toggle.collapsed{ 
    background-image: url(../Images/born2btischler/menu-bg.png); 
    background-repeat: no-repeat; 
    background-size: cover; 
    margin: 0;  
    padding: 0; 
    position: fixed;  
    top: 0px; 
    right: 0px; 
    width: 79px;  
    height: 74px; 
  }
  .navbar-default{  
    background-color: transparent;  
    border: unset;  
  } 
  .navbar-collapse{ 
    box-shadow: unset;  
  }
  .header.mobile-header .navbar .navbar-nav>li.dropdown.selected{ 
    background-color: transparent;  
    box-shadow: unset;  
    width: 100%;  
    display: inline-block;  
  } 
  .header.mobile-header .navbar .navbar-nav>li.dropdown span.caret{ 
    left: -7px; 
    right: auto;  
    bottom: auto; 
    top: 21px;  
  } 
  .header .navbar .navbar-nav>li:first-child{ 
    padding-left: 32px; 
  } 
  .header .navbar .navbar-nav>li{ 
    padding-left: 32px; 
  } 
  .navbar-default .navbar-nav>.selected>a, .navbar-default .navbar-nav>.selected>a:focus, .navbar-default .navbar-nav>.selected>a:hover{  
    color: #ffffff!important; 
  } 
  .header .navbar .navbar-nav>li.dropdown.selected{ 
    padding-left: 32px; 
  } 
  .header.mobile-header .navbar .navbar-nav>li.dropdown.selected span.caret{  
    border-color: #ffffff;  
    transform: rotate(-135deg); 
    -webkit-transform: rotate(-135deg); 
    top: 24px;  
  } 
  .navbar-default .navbar-nav .selected>.dropdown-menu li a,.navbar-default .navbar-nav .selected>.dropdown-menu li a{  
    color: #ffffff; 
    font-size: 20px;  
  } 
  .navbar-default .navbar-nav .selected>.dropdown-menu{ 
    padding: 15px 16px 2px 0px; 
    background-color: transparent;  
    position: relative; 
    width: 100%;  
    display: inline-block;  
    top: 0;
    min-width: 100%;
  } 
  .navbar-default .navbar-nav .selected>.dropdown-menu li{  
    margin-bottom: 9px; 
    display: inline-block;  
    width: 100%;  
  } 
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{ 
    background-color: transparent;  
  }
  .mobile-header .navbar-header button.navbar-toggle{ 
    position: relative; 
    right: 10px;  
    top: -9px;  
    width: 27px;  
    height: 27px; 
    opacity: 1; 
    animation-duration: 0.3s; 
    -webkit-animation-duration: 0.3s; 
    animation-fill-mode: both;  
    -webkit-animation-fill-mode: both;  
  } 
  .mobile-header .navbar-header button.navbar-toggle:before,.mobile-header .navbar-header button.navbar-toggle:after{ 
    position: absolute; 
    left: 15px; 
    content: ' '; 
    height: 22px; 
    width: 3px; 
    background-color: #ffffff;  
  } 
  .mobile-header .navbar-header button.navbar-toggle:before{  
    transform: rotate(45deg); 
  } 
  .mobile-header .navbar-header button.navbar-toggle:after{ 
    transform: rotate(-45deg);  
  } 
  .mobile-header .navbar-header button.navbar-toggle span{  
    display: none;  
  }
  .header-social-icon{  
    display: none;  
  } 
  .header.mobile-header .header-social-icon{  
    margin-top: 75px; 
    margin-bottom: 75px;  
    width: 100%;  
    display: inline-block;  
    text-align: center; 
  } 
  .header.mobile-header .header-social-icon ul li{  
    display: inline-block;  
    margin-right: 18px; 
  } 
  .header.mobile-header .header-social-icon ul li:last-child{ 
    margin-right: 0px;  
  }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus{ 
    border-color: #ffffff!important;  
  }
  .header .orangesection-bg{
    display: none;
  }
  .navbar-default .navbar-toggle span.icon-text{
    color: #ffffff;
    display: inline-block;
    width: auto;
    position: absolute;
    left: -38px;
    top: 4px;
    font-weight: 600;
    /*display: none;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .header.fix .navbar-default .navbar-toggle span.icon-text{
    display: none;
  }
  .header.mobile-header .navbar{
    max-height: 100vh;
    overflow: auto;
    flex-direction: column;
  }

  .navbar-header {
        float: none;
        width:100%;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
      border: unset!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
        width: 100%;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .header .navbar-collapse.collapse {
      display: none !important;
    }
    .header.fix .navbar-collapse.collapse.in{
        display:block !important;
    }
    .header.mobile-header .navbar-collapse.collapse{
      display: block!important;
    }
    
}
@media (min-width: 1081px){
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

.timeline-wrapper-mobile .owl-item.active .item.timleline-first-mob .timeline-box-time  {
  left: 50%;
  width: 32vw;
  margin-left: 0vw;
}
.timeline-wrapper-mobile .item.timleline-first-mob .timeline-box-time .timeline-time{
  left: -48px;
  width: 100%;
}
.timeline-wrapper-mobile .owl-item.active .item.timleline-first-mob .timeline-box-time .timeline-dott span{
  left: 8px;
}
.timeline-wrapper-mobile .owl-item.active .item.timleline-last-mob .timeline-box-time.timleline-boxlast .timeline-dott span{
  left: 97%;
}
.timeline-wrapper-mobile .item.timleline-last-mob .timeline-box-time.timleline-boxlast .timeline-time{
      left: 48.5%;
      width: 100%;
}
.timeline-wrapper-mobile .owl-item.active .item.timleline-last-mob .timeline-box-time.timleline-boxlast{
      width: 54vw;
}

/*@media (min-width: 1080px){
  .navbar-default .navbar-toggle {
      border: unset!important;
  }
  .header .navbar {
    padding-left: 5px!important;
    padding-right: 5px!important;
  }
  .navbar-default {
    background-color: transparent!important;
    border: unset!important;
  }
  .navbar-default .navbar-toggle span.icon-text {
    color: #ffffff!important;
    display: inline-block!important;
    width: auto!important;
    position: absolute!important;
    left: -30px!important;
    top: 2px!important;
    font-weight: 600!important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff!important;
  }
  .navbar-toggle .icon-bar {
    width: 17px!important;
    height: 2px!important;
    position: relative!important;
    right: -10px!important;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 3px!important;
  }
  .navbar-collapse {
    box-shadow: unset!important;
  }
  .navbar-collapse {
    border-top: unset!important;
  }
  .collapse {
    display: none!important;
  }
  .navbar-collapse {
    padding-right: 0!important;
    padding-left: 0!important;
    overflow-x: visible!important;
    -webkit-overflow-scrolling: touch!important;
    border-top: 1px solid transparent!important;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%)!important;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%)!important;
  }
  .header .navbar .navbar-nav {
    width: 100%!important;
  }
  .mobile-header .navbar-header button.navbar-toggle:before {
    transform: rotate(45deg)!important;
  }
  .mobile-header .navbar-header button.navbar-toggle:before, .mobile-header .navbar-header button.navbar-toggle:after {
    position: absolute!important;
    left: 15px!important;
    content: ' '!important;
    height: 22px!important;
    width: 3px!important;
    background-color: #ffffff!important;
  }
  .navbar-collapse.in{
    overflow-y:auto!important;
  }
  .collapse.in{
    display: block!important;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0!important;
    overflow: visible !important;
  }
}
@media (max-width: 1081px){
  
  .collapse {
    display: none!important;
  }

  .navbar-collapse {
    width: auto!important;
    border-top: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px!important;
  }
  .navbar-nav {
    float: left!important;
    margin: 0!important;
  }
  .navbar-nav > li {
    display: inline-block!important;
    float: unset!important;
  }
  .navbar-toggle{
    display: block!important;
  }
  .collapse.in{
    display: block!important;
  }
}*/


.Name p {color: #000;}
