body {
  padding-bottom: 20px;
  color: #5a5a5a;
  background-color: #fff;
  padding-top: 0px;
}
/*wichtig - Positionierung des Inhalts bei sich ändernder Navbar-Höhe:*/
@media (min-width: 768px) {
  body {
  padding-top: 120px;
   }
}
@media (min-width: 992px) {
  body {
  padding-top: 50px;
   }
}
@media (min-width: 1200px) {
  body {
  padding-top: 0px;
   }
}


.navbar-default {
  background-color: #000;
  border-color: #000;
  padding: 15px 4px 15px 0px;
}
.navbar-default .navbar-nav > li > a {
  color: #c3c3c3;/*Schriftfarbe*/
  background-color: #1c4777;/*rigotech-dark-blue*/
  margin: 5px 4px 5px 0px; /*siehe auch media*/
  padding: 8px 10px 8px 10px; /*geht - Größe der Buttonumrandung*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;/*Schriftfarbe*/
  background-color: #2b6cb5;/*rigotech-light-blue*/
}
/*Navbar aktiver Haupt-Button*/
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2b6cb5;/*rigotech-light-blue*/
}
/*Abrollmenü*/ 
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  /*color: #337ab7;*//*blau*//*blockiert: .dropdown-menu > .active > a*/
}
/*Schrift: Abrollmenü - Hoover*/
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #292C31;/*mlt dark grey*/
  background-color: #e7e7e7;/*hellgrau*/
}

.dropdown-menu > li > a {
  color: #292C31;/*mlt dark grey*/
  background-color: #fff;
}

.dropdown-menu > .active > a {
  color: #f8f8f8;/*NavBar*/
  background-color: #2b6cb5;/*rigotech-light-blue*/
}


.rt-header-top {
  height: 32px;
  padding: 6px 20px 0px 20px;
  margin: -6px 0px 4px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;  
  background-image: url(../images/header-bg.png);
}
.rt-header {
  height: 32px;
  padding: 6px 20px 0px 20px;
  margin: 0px 0px 4px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #5a5a5a;  
  background-image: url(../images/header-bg.png);
}

.dropdown-menu .hr {
  color: #e43427;/*mlt red*/
}


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding: 10px 15px 0px 15px;
  /*background-color: #ff0000;*/
}
.navbar-wrapper .navbar .container-fluid {
  /*padding: 300px 0px 0px 0px;*/
  width: auto;
}

.navbar-wrapper .navbar .container {
  width: auto;
  /*background-color: #ff0000;*/
}

.mylogo {
  margin: 0px 35px 0px 15px;
}


.myflagright {
  margin-right: 10px;
}
.myflagleft {
  margin-right: 0px;
}
.mysocial > img {
 height: 18px;
 width: 18px;
/*background-color: #111;*/
}

.navbar-brand {
  margin: 0px 15px 0px 0px;
  padding: 0px 15px 0px 15px;
  /*height: 60px;*/
}





/* Carousel base class */
.carousel {
  height: 600px;
  margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color: #343d46;/* ----------------------------------------------BG des oberen Bereiches----*/
  background-image: url(../images/bg-home.jpg);
}

/*Gradient der Controls entfernen*/
.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
 }
.carousel .carousel-control {
  /*visibility: hidden;*/ /*geht*/
}
.carousel:hover .carousel-control {
  visibility: visible;
  /*Pfeilfarbe - Glyphicon*/
  color: #fff;
}

.carousel-inner > .item > img {
  position: absolute;
/*  top: 47%;*/
  top: 318px;  /* ---------------------------------------------------Mitte Bild von oben */
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 600px;
  width: auto;
  /*border-radius: 6px;*/
}

/* Einblendeverzoegerung der Caption - opacity erstmal auf 0*/
.item.next .carousel-caption {
    opacity: 0;
}
.item.prev .carousel-caption {
    opacity: 0;
}
.carousel-caption {
  transition: opacity .925s ease-in-out;
  -moz-transition: opacity .925s ease-in-out;
  -webkit-transition: opacity .925s ease-in-out;
/*  text-align: left;  geht!! */
}
.carousel-caption h1 {
  margin-bottom: 1px;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
  color: #e7e7e7;/*hellgrau*/
color: #e43427;/*mlt red*/
  margin-left: 20px;
}

.carousel-caption h2 {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2;
  color: #1487ff;/*rigotech-blue*/
}

.carousel-caption p {
  font-size: 12px;
  /*line-height: 1.2;*/
  text-align: middle;
  color: #e7e7e7;/*hellgrau*/
  margin-left: 20px;
}

.carousel-caption p.c1 {
  font-size: 16px;
  /*line-height: 1.2;*/
  text-align: left;
  color: #fdb532;/*gks-yellow*/
  margin-left: 20px;
}

.carousel-caption li {
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.page-header {
   margin-bottom: 2px;
}

/*Carousel-Navpoints*/
.carousel-indicators li {
    display: inline-block;
    width: 20px;/*alt: 12 x 12*/
    height: 8px;
    margin: 1px;
    text-indent: 0;
    cursor: pointer;
    border-radius: 15%;
    background-color: #000;
    border-color: #7f7f7f;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.5);
}
.carousel-indicators .active {
    width: 20px;
    height: 8px;
    margin: 1px;
    background-color: #e43427;/*mlt red*/
    background-color: #2b6cb5;/*rigotech-light-blue*/
    background-color: #0a97ff;
    border-color: #7f7f7f;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.5);
}




/* MARKETING CONTENT
-------------------------------------------------- */
.panel {
  background-color: #fff;
  /*border: 1px solid transparent;*/
  /*border-radius: 6px;*/
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);*/
  margin: 0px 0px 20px 0px;
}

.marketing h2 {
  font-weight: normal;
  margin-top: 10px;
}

.marketing h2 > img{
 height: 48px;
 width: 48x;
 margin-right: 20px;
}

.marketing hr {
  border-color: #2b6cb5;/*rigotech-light-blue*/
}

.marketing h3 {
  padding: 8px;
  color: #fff;
  background-color: #7f7f7f;
}

.marketing h5 {
  padding: 8px;
  color: #a9446e;/*dark-red*/
  background-color: #f2dede;/*bright-red*/
}

.btn {
  border-radius: 1px;
}
/*Farben auch änderbar!*/


.marketing p.img-text {
  padding: 8px 0px 8px 0px;
  color: #7f7f7f;/*grey*/
}

@media (min-width: 992px) {
.panel-service-height {
  height: 90px;
}
}

.events hr {
  border-color: #2b6cb5;/*rigotech-light-blue*/
}

.panel-trio-height {
  height: 460px;
  /*overflow-y: scroll;*/
}

.events h3 {
  font-size: 18px;
  margin: 10px 0px 20px 0px;
}
.events h4 {
  margin: 0px 0px 0px 0px;
}


/* BUTTON-WECHSEL */
[data-toggle="collapse"]:not(.collapsed) .if-collapsed {
  display: none;
}
[data-toggle="collapse"].collapsed .if-not-collapsed {
  display: none;
}

/* info-container - damit Abstand von oben passend zum Footer-Abstand ist */
.myinfo {
  margin-top: 110px;
  /*background-color: #111;*/
}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #e7e7e7;/*hellgrau*/
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* FOOTER
-------------------------------------------------- */
footer {
  color: #7f7f7f;
  background-color: #000;
  padding: 20px 20px 10px 20px;
  /*padding-right: 0;
  padding-left: 0;
  width: auto;*/
}

/*Reihenfolge einhalten: link - visited - hover - active (active = bei Mouseclick)*/
footer a {
  color: #337ab7;/*blau*/
  text-decoration: none;
}
footer a:visited {
  color: #337ab7;/*blau*/
  text-decoration: none;
  /*background-color: #123c31;*/
}
footer a:hover {
  color: #bec0c5;
  /*background-color: #292c31;*/
  text-decoration: none;
}
footer a:active {
  color: #337ab7;/*blau*/
  text-decoration: none;
}

.f-mysocial-x > img {
 height: 18px;
 width: 18px;
}

.f-mysocial-linkedin > img {
 height: 40px;
 width: 47px;
 margin: 0px 0px 10px 10px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    /*border-radius: 4px;*/
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.1;
  }

  .featurette-heading {
    font-size: 50px;
  }

   .panel-trio-height {
     height: 390px;
   }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }

  .navbar-default .navbar-nav > li > a {
  margin: 14px 4px 5px 0px;
  }
}



@media (min-width: 768px) {
  .fixed-panelheader {
     min-height: 65px;
     max-height: 65px;
  }
  .fixed-panel {
     min-height: 85px;
     max-height: 105px;
 /*  overflow-y: scroll;*/
  }

  .fixed-panel2 {
     min-height: 385px;
     max-height: 385px;
 /*  overflow-y: scroll;*/
  }
}


/*.panel-contact {
  background-color: #eeeeee;
}*/

/*.gkscontact .dd {
  padding: 20px 0px 20px 0px;
}*/


.gkscontact h4 {
  color: #292C31;/*mlt dark grey*/
  margin: 10px 0px 2px 0px;
}
.gkscontact hr {
     margin: 0px 0px 3px 0px;
     /*border-color: #dcdcdc;*//*grau*/
     border-color: #e43427;/*mlt red*/
     border-width: 3px;
}


/*dt und dl weiter nach links positionieren*/
@media (min-width: 768px) {
    .gkscontact .dl-horizontal dt {
        width: 50px;
        white-space: normal;
        margin-bottom: 1px;
    }
    .gkscontact .dl-horizontal dd {
        margin-left: 60px;
    }
}

.gksinfo ul {
     padding: 0px 0px 0px 5px;
}



/*Nav-Pills Höhe anpassen*/
.mynav >li >a {
    padding-top: 3px;
    padding-bottom: 3px;
    color: #000;
    border-radius:1px !important;
}
.mynav >li.active >a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    /*color: #fff;*/
    background-color: #e43427;/*mlt red*/
}
