/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

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: 140px;
   }
}
@media (min-width: 992px) {
  body {
  padding-top: 50px;
   }
}
@media (min-width: 1200px) {
  body {
  padding-top: 0px;
   }
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-default {
  background-color: #070725;/*dark blue*/
  border-color: #070725;/*dark blue*/
  /*border-radius:6px !important;*/
  padding: 15px 4px 15px 0px;
}

.navbar-default .navbar-nav > li > a {
  color: #000;/*Schriftfarbe*/
  background-color: #e7e7e7;/*hellgrau*/
  margin: 5px 4px 5px 0px; /*siehe auch media*/
  padding: 8px 10px 8px 10px; /*geht - Größe der Buttonumrandung*/

  /*font-size: 16px;*/
  /*font-weight: bold;*/
  /*border-radius: 4px;*/
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000;/*Schriftfarbe*/
  background-color: #fff;
  /*border-radius: 4px;*/
}

/*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: #e43427;/*mlt red*/
  /*border-radius: 4px;*/
}

/*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: #e43427;/*mlt red*/
}


/*funktioniert (Hintergrund Abrollmenü)
 .navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav .open .dropdown-menu {
    background-color: #e43427;/*mlt red*/
    color:#ffffff;
  }
*/


/*header??*/
 .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header{
   /*background-color: #f0f0f0;*/
   /*color:#fcb532;*/
   /*background-image: url(../images/logo-gks.png);*/
   /*background-repeat: repeat;*/
}

.gks-header-top {
  height: 32px;
  /*width: 320px;*/
  padding: 8px 0px 0px 20px;
  margin: -6px 0px 4px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #e7e7e7;/*hellgrau*/ 
  color: #5a5a5a;  
  /*background-color: #111a5a;*/
  background-image: url(../images/header-bg.png);
}

.gks-header {
  height: 32px;
  /*width: 320px;*/
  padding: 8px 0px 0px 20px;
  margin: 0px 0px 4px 0px;
  font-size: 16px;
  font-weight: bold;
  color: #e7e7e7;/*hellgrau*/  
  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;
}

.mylogotext {
  margin: 0px 15px 0px 0px;
  /*background-color: #000;*/
}

.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;*/
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* 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: #4d5a66;
  background-color: #343d46;/* ----------------------------------------------BG des oberen Bereiches----*/
  background-image: url(../images/yt-banner.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: 16px;
  line-height: 1.2;
color: #e43427;/*mlt red*/
}

.carousel-caption p {
  font-size: 12px;
  /*line-height: 1.2;*/
  text-align: left;
  color: #fff;
  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: #9b9ba0;/*mlt light grey*/
    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*/
    border-color: #9b9ba0;/*mlt light grey*/
    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: 60px;
 width: 70px;/*120px; bei altem Logo*/
 margin-right: 20px;
}

.marketing hr {
  border-color: #e43427;/*mlt red*/
}

@media (min-width: 992px) {
.panel-service-height {
  height: 90px;
}
}

.events hr {
  border-color: #e43427;/*mlt red*/
}

.panel-trio-height {
  height: 460px;
  /*overflow-y: scroll;*/
}



/* 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;*/
}


/*dt und dl weiter nach links positionieren*/
@media (min-width: 768px) {
	.impressum_fr {
    		.dl-horizontal dt {
        		width: 280px;
        		white-space: normal;
        		margin-bottom: 1px;
    		}
    		.dl-horizontal dd {
        		margin-left: 290px;
    		}
	}
}


th {
  /*background-color: #feb811;gelb*/
  background-color: #e43427;/*mlt red*/
  color: #ffffff;
}

.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 {
  background-color: #070725;/*dark blue*/
  padding: 20px 20px 10px 20px;
  /*border-radius: 6px;*/
  color: #c0c0c0;
  /*padding-right: 0;
  padding-left: 0;
  width: auto;*/
}

/*Reihenfolge einhalten: link - visited - hover - active (active = bei Mouseclick)*/
footer a {
  color: #c0c0c0;
  text-decoration: none;
}
footer a:visited {
  color: #c0c0c0;
  text-decoration: none;
  /*background-color: #123c31;*/
}
footer a:hover {
  color: #fff;
  /*background-color: #292c31;*/
  text-decoration: none;
}
footer a:active {
  color: #fff;
  text-decoration: none;
}

.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;*/
  }
}

.img-link-ck{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-ck1-280x280.jpg);
}
.img-link-et{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-et2-280x280.jpg);
}
/*.img-link-et:hover{
   background-image: url(../images/contact-et2-280x280.jpg);
}*/
.img-link-km{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-km1-280x280.jpg);
}
.img-link-er{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-er-280x280.jpg);
}
.img-link-kva{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-empty-280x280.jpg);
}
.img-link-mt{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-mt-280x280.jpg);
}
.img-link-mg{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-mg2-280x280.jpg);
}
.img-link-at{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-at-280x280.jpg);
}
.img-link-vk{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-vk-280x280.jpg);
}
.img-link-nm{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-nm-280x280.jpg);
}
.img-link-gk{
   display:block;
   width:211px;
   height:280px;
   background-image: url(../images/contact-gk-211x280.jpg);
}

.img-link-tg-jl{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-tg-jl-280x280.jpg);
}
.img-link-tg-cp{
   display:block;
   width:233px;
   height:280px;
   background-image: url(../images/contact-tg-cp-233x280.jpg);
}
.img-link-volm-km{
   display:block;
   width:266px;
   height:280px;
   background-image: url(../images/contact-volm-km-266x280.jpg);
}

.img-link-vs-jlog{
   display:block;
   width:280px;
   height:280px;
   background-image: url(../images/contact-vs-jlog-280x280.jpg);
}

/*.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;
    }
}

.gkscontact p {
  margin: 0px 0px 0px 0px;
}

.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*/
}
