@charset "utf-8";
/* CSS - GeKAB - Gesellschaft für kommerzielle Adminstration und Beratung - 2021*/



/* ---------------------------------------------- /*
 * Google Fonts 
/* ---------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i);


/* ---------------------------------------------- /*
 * Body
/* ---------------------------------------------- */

body {
    color: #333;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 15px;
 	line-height: 1.8em;
    background-color: #fff;
	font-weight: 400;
	padding-top:101px;
}

/* ---------------------------------------------- /*
 * Headings
/* ---------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	color: #2b2d42;
	font-weight: 700;
	margin: 0 0 10px;
   font-family: "Raleway", sans-serif;
}

h1 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin: 0 0 22px 0;
}

h3 {
    color: #283043;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: normal;
    margin-bottom: 24px;
}

h4 {
    color: #283043;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 14px 0;
}

h5 {
    color: #283043;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 14px 0;
}

h6 {
    color: #283043;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 14px 0;
}


/* ---------------------------------------------- /*
 * Standards
/* ---------------------------------------------- */

a {
    text-decoration:none;
	/*
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    */
	outline: none;
	color:#333;
}

a:hover {
	text-decoration: none;
	color:#eee;	
	}


.trenner, .devider{
  border-bottom: 1px solid #ddd;
  padding-left:10px;
  padding-right:10px;
  margin-top:10px;
  margin-bottom:10px;
}


 ul ul, ol ol {
 	 margin-bottom:10px;
}

.fa-15x {
    font-size: 1.5em;
}

.margin-bottom-5{
  margin-bottom:5px !important;
}

.margin-bottom-10{
  margin-bottom:10px !important;
}

.margin-bottom-15{
  margin-bottom:15px !important;
}

.margin-bottom-20{
  margin-bottom:20px !important;
}

.margin-top-5{
  margin-top:5px !important;
}

.margin-top-10{
  margin-top:10px !important;
}

.margin-top-15{
  margin-top:15px !important;
}

.margin-top-20{
  margin-top:20px !important;
}


/* ---------------------------------------------- /*
 * Menu und Navigation
/* ---------------------------------------------- */

.navbar{
	padding:0px;
    min-height: 100px;
    margin-bottom: 20px;
}

.navbar-default {
   /*background-color:#ff5a00;*/
	background: linear-gradient(0deg, #fff 0px, #ddd 100px);
	border:none;
	border-bottom: 1px solid #ddd;
}

.navbar-brand img{
   height:70px;
   margin-top:0px;
}

.navbar-collapse{
  margin-top:0px;
}

.navbar-default ul.navbar-nav{
  height:auto;
  padding-top:5px;
  -webkit-transition: padding .5s ease-in-out;
  -moz-transition: padding .5s ease-in-out;
  transition: padding .5s ease-in-out;
}

.navbar-default .navbar-nav>li>a {
	position:relative;
	padding-top:40px;
	padding-bottom:30px;
	padding-right:15px;
	padding-left:15px;
	color:#333;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	border: 0px solid transparent;
	font-size:14px;
	text-transform:uppercase;
	font-weight:700;	
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #083861;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #083861;
    background-color: transparent;
}

.dropdown-menu {
   background-color: #828a8f;
}

.dropdown-menu>li>a {
  color: #fff;
}


.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.nav > li > a:hover, 
.nav > li > a:focus{
	
	color:#083861;
    background-color: transparent;
    border-radius: 3px;	
	border: 0px solid #fff;
    border-bottom: 0px solid #083861;
}



.navbar-nav > li.active > a, .navbar-nav> li.active >a:focus, .navbar-nav > li.active >a:hover {
    color: #083861;
	border-radius:0px;
    background-color: transparent;
    border: 0px solid #ddd;
	/*
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	*/
}

.nav>li>a:focus{
    text-decoration: none;
    background-color: transparent;
	border-radius:0;
	color: #083861;
}

.navbar-nav > li > a:hover {
    color: #083861;
	border-radius:0;
    background-color: transparent;
	border: 0px solid #ddd;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	
}

.navbar-nav > li > a:after {
	content: "";
	display: block;
	width: 0%;
	height: 2px;
	background-color: #083861;
	-webkit-transition: .2s all;
	transition: .2s all;
	margin-top:3px;
}

.navbar-nav>li>a:hover:after, .navbar-nav>li>a:focus:after, .navbar-nav>li.active>a:after {
	width: 100%
}


/* ---------------------------------------------- /*
 * für alle Sectionen 
/* ---------------------------------------------- */

section {
  padding-top:180px;
  padding-bottom:0px;
  overflow: hidden;
  background-color: #fff; 
}

section h2 {
  font-size: 2.2em;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  color: #2b2d42;
  padding-bottom: 10px
}

section h2::before, section h2::after {
  content: '';
  width: 70px;
  height: 2px;
  background: #083861;
  display: inline-block;
}

section h2::before {
  margin: 0 15px 10px 0;
}

section h2::after {
  margin: 0 0 10px 15px;
}

section h3 {
  color: #2b2d42;
  font-size: 1.5em;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 30px;
}

/* ---------------------------------------------- /*
 * Section Home/Slider
/* ---------------------------------------------- */

#home{
	background-color: #fff;
    padding-top: 0px;
	padding-bottom: 0px;
}

#home h2 {
  padding-bottom: 0px
}

.slideshow {
    margin: 0 auto;
    text-align: center;
    color: #fff;
	border-bottom: 1px solid #ddd;
}

.slideshow .inner-bg {
    padding: 55px 0 60px 0;
    background: url(../bilder/pattern-3.png);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3) inset;
}

.slideshow h2 {
    font-size: 40px;
    line-height: 44px;
	margin-top:20px;
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}

.slideshow p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 36px;
    text-shadow: 0 1px 7px rgba(0,0,0,.2);
}


.slideshow .placeholder{
  height:350px;
}


/* ---------------------------------------------- /*
 * Section Streifen
/* ---------------------------------------------- */

.streifen{
  margin:0px;
  padding-top:0px;
  padding-bottom:0px;
}

.bg_orange{
	background-color: #ff5a00;
}

.bg_blau{
	background-color: #083861;
}

.streifen h3{
  font-weight:200;
  color:#fff;
  margin:0px;
  padding-top:40px;
  padding-bottom:40px;
  text-transform: uppercase;  
  font-size: 30px;
  line-height:1.4em;
}



/* ---------------------------------------------- /*
/* Section Willkommen
/* ---------------------------------------------- */

#willkommen { 
 padding-top:30px;
}

 #willkommen h1{
	color:#666;
	font-size:2.8em;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:15px;
	margin-top:0px;	
}

#willkommen p:last-child{
 margin-bottom:0px;
}


/* ---------------------------------------------- /*
/* Section Leistungen
/* ---------------------------------------------- */

.leistungen .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  /*box-shadow: 0 0 29px 0 rgba(255, 90, 0, 0.18);*/
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height:425px;
  
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto; 
  -o-hyphens: auto;
  hyphens: auto;
  /*
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  */
}

.leistungen .icon-box::before {
  content: '';
  position: absolute;
  background: #bbb;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;
}

.leistungen .icon-box:hover::before {
  background: #083861;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.leistungen .icon {
  margin: 0 auto 20px auto;
  padding-top: 12px;
  padding-left:1px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #083861;
  transition: all 0.3s ease-in-out;
}

.leistungen .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.leistungen .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.leistungen .title a {
  color: #111;
}

.leistungen .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.leistungen .icon-box:hover .title a, .leistungen .icon-box:hover .description {
  color: #fff;
}

.leistungen .icon-box:hover .icon {
  background: #fff;
}

.leistungen .icon-box:hover .icon i {
  color: #083861;
}




/* ---------------------------------------------- /*
/* Section Team
/* ---------------------------------------------- */

#team {
  margin-bottom:100px;
}

.team{
	/*
	background: #f5f8fd;
	*/
}

.team .member {
  margin-bottom: 20px;
  margin-top:20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}


/* ---------------------------------------------- /*
/* Section Referenzen
/* ---------------------------------------------- */

#referenzen {
	margin-bottom:0px;
}

#referenzencarousel{
 height: auto;  
 border:none;
 border-bottom: 1px solid #d5d5d5;
 border-top: 1px solid #d5d5d5;
}

#referenzencarousel .carousel-inner, #referenzencarousel .item {
 height: auto;
 margin-top:0px;
 margin-bottom:0px;
}


#referenzencarousel .img-thumbnail {
  border:none;	
}

.carousel-controls{
   position:relative; 
   display: inline-block;
   height: auto;
   margin: 0 auto;
   text-align: center;
   width: 100%;
}

.carousel-controls a.next, .carousel-controls a.prev { 
  display: inline-block ;
}

a.prev, a.next {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    color: #fafafa;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #083861;
	margin-top:30px;
	margin-bottom:30px;
	border-radius: 3px;		
}

a.next { 
 padding-left: 3px 
}

a.prev.disabled, a.next.disabled {
    display: block;
    cursor: default;
    background-color: #d12527;
    color: #fafafa;
    font-size: 20px;
    text-align: center;
}




/* ---------------------------------------------- /*
/* Kundenfeedback
/* ---------------------------------------------- */

#kundenfeedback {
	padding-top:30px;
	margin-bottom:100px;
}

.kundenfeedback .testimonial-wrap {
  padding-left: 50px;
}

.kundenfeedback .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.kundenfeedback .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.kundenfeedback .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.kundenfeedback .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.kundenfeedback .testimonial-item .fa-quote-left, .kundenfeedback .testimonial-item .fa-quote-right {
  color: #ccc;
  font-size: 1.5em;
}

.kundenfeedback .testimonial-item .fa-quote-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.kundenfeedback .testimonial-item .fa-quote-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.kundenfeedback .testimonial-item p {
  font-style: italic;
  font-size: 1.1em;
  margin: 15px auto 15px auto;
}

.kundenfeedback .owl-nav, .kundenfeedback .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.kundenfeedback .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.kundenfeedback .owl-dot.active {
  background-color: #083861 !important;
}

@media (max-width: 767px) {
  .kundenfeedback .testimonial-wrap {
    padding-left: 0;
  }
  .kundenfeedback .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .kundenfeedback .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}



/* ---------------------------------------------- /*
/* Section Karriere
/* ---------------------------------------------- */

#karriere {
  margin-bottom:100px;
}

.karriere .jobangebot {
  margin-bottom: 30px;
  margin-top:10px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding:20px;
}

.karriere .jobangebot h4{
   font-size: 18px;
   margin-bottom: 20px;
}

.karriere .jobangebot i.fa{
	margin-right:5px; 
	
}

/* ---------------------------------------------- /*
/* Section Kontakt
/* ---------------------------------------------- */

#kontakt {
	margin-bottom:100px;
}

#collapseDisclaimer h5{
	margin-top:15px;
	margin-bottom:3px;
}


/* ---------------------------------------------- /*
/* Section datenschutz
/* ---------------------------------------------- */

#datenschutz {
	padding-top:120px;
	margin-bottom:100px;
}

.datenschutz h5{
	margin-top:15px;
	margin-bottom:3px;
}

.datenschutz #collapseDatenschutz p, .datenschutz #collapseDatenschutz li{
	
	/*
	font-size:12px;
	line-height:1.5em;
	*/
}


/* ---------------------------------------------- /*
/* Formulare
/* ---------------------------------------------- */

form{
	line-height: 1.42857143;
	font-size: 14px;
}

.noresize {
  resize: none; 
}





/* ---------------------------------------------- /*
 * Scrollup
/* ---------------------------------------------- */

.scrollup {
    width: 40px;
    height: 40px;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: fixed;
    bottom: 100px;
    right: 15px;
    display: none;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    background-color: #083861;
    z-index: 9999;
	
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
    
	border-radius: 3px;	
	border: 0px solid #fff;
}

.scrollup:hover{
    background-color: #47779f;
}

.scrollup i { 
  line-height: 38px;
}

a.scrollup:hover i,a.scrollup:focus i {
    text-decoration: none;
    color: #fafafa;
    outline: none;
}



/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
	color: #fff
}

.footer-top {
	margin-top: 0px;
    margin-bottom: 0px;
	background: #083861;
	padding-top:50px;
	padding-bottom:50px;
}

.footer-top ul, .footer-top ol {
	margin: 0;
	padding: 0;
	list-style: none
}


.footer-top h3{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom:30px;
	font-weight:600;
}

  .footer-top ul>li{
	 list-style:none;
	  display:block;
  }

.footer-top li+li {
	margin-top: 3px
}

.footer-top li a, .footer-top li {
	color: #fff
}

.footer-top li a:hover {
	color: #b9babc
}

.footer-top li i {
	margin-right: 15px;
	color: #fff;
	width: 14px;
	text-align: center
}


.footer-one ul li a::before, .footer-two ul li a::before, .footer-three ul li a::before {
	
    font-family: 'FontAwesome';
    content: '\f0c8';
    float: left;
    color: #fff;
    font-size: 8px;
    margin-right: 10px;
	
}
 
.footer-top i.fa{
  margin-right:7px;	
}


.footer-bottom{
	background: #333;
	padding-top:20px;
	padding-bottom:20px;	
}

.footer-bottom a {
	color: #fff;
}

.copyright {
	display: block;
	font-size: 12px;
	color: #fff;
}

.copyright a:hover {
	color: #47779f
}

.footer-bottom li {
	display: inline-block;
	margin-right: 5px
}

.footer-bottom li a {
	color: #15161d;
	font-size: 36px;
	display: block
}

/* ---------------------------------------------- /*
 * Cookie-Bar
/* ---------------------------------------------- */

#cookie-bar {
	background:#444; 
	height:auto; 
	line-height:24px; 
	color:#eeeeee;
	text-align:center;
	padding:15px 0;
}

#cookie-bar.fixed {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%;
	z-index: 100;
	}
	
#cookie-bar.fixed.bottom {
	bottom:0; 
	top:auto;
	}

#cookie-bar p {
	margin:0; 
    padding:4px 0;
}
#cookie-bar a {
	color:#ffffff; 
	display:inline-block;
	border-radius:3px;
	text-decoration:none; 
	padding:0 6px; 
	margin-left:5px;
	margin-right:5px;
	margin-top:10px;
}

#cookie-bar .cb-enable {
	background:#f1d600;
	color:#000;
    font-size: 1.0em;
	font-weight:normal;
    padding: 6px 10px;	
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;	
	}
	
#cookie-bar .cb-enable:hover {
	background:#fff;
	}

#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}

#cookie-bar .cb-policy {
	background:#083861;
    padding: 6px 10px;
    font-size: 1.0em;
	font-weight:normal;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;			
}

#cookie-bar .cb-policy:hover {
	background:#fff;
	color:#000;	
}

