/************************/
/*CSS Information*/
/************************/
/*
Typo
Noto Sans

Colors
Type Blue			#003a81			(Hover: #003669)
Typo Black			#000
Typo Main			#555555
Typo Light Grey		#b1b1b1

Sidebar Ground		#fafafa

*/

@font-face {
  font-family: 'Noto Sans'; /* regular font */
  src: url("../fonts/NotoSans-Regular-webfont.woff") format("woff");
  font-weight: normal; font-style: normal; }

@font-face {
  font-family: 'Noto Sans'; /* regular font */
  src: url("../fonts/NotoSans-Bold-webfont.woff") format("woff");
  font-weight: bold; font-style: normal; }

@font-face {
  font-family: 'Noto Sans'; /* regular font */
  src: url("../fonts/NotoSans-Italic-webfont.woff") format("woff");
  font-weight: normal; font-style: italic; }

@font-face {
  font-family: 'Noto Sans'; /* regular font */
  src: url("../fonts/NotoSans-BoldItalic-webfont.woff") format("woff");
  font-weight: bold; font-style: italic; }

@font-face {
  font-family: 'Noto Sans'; /* regular font */
  src: url("../fonts/NotoSans-Regular-webfont.ttf") format("ttf"),
       url("../fonts/NotoSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style:  normal; }


/************************/
/*Initial Resets*/
/************************/

html {
   overflow-y: scroll;
}

body{
    padding: 0;
    margin: 0;
    background: #f1f5f8;
    font-family: 'Noto sans'; sans-serif;
}
.backdrop {
    position: absolute;
    z-index: -1;
    height: 1000px;
    width: 100%;
}
body.portal .backdrop {
    height: 450px;
}

body.gks-hydraulik .backdrop {
    background: url(../img/gks_bg_hydraulik_general.jpg) no-repeat center top;
}
body.portal.gks-hydraulik .backdrop {
    background: url(../img/gks_bg_hydraulik_aggregat.jpg) no-repeat center top;
}



body.gks-marine .backdrop {
    background: url(../img/gks_bg_marine_general.jpg) no-repeat center top;
     background: url(../img/gks_bg_marine_tabor_new.jpg) no-repeat center top;
     transform: scaleX(-1);
}
body.portal.gks-marine .backdrop {
    background: url(../img/gks_bg_marine_tabor_new.jpg) no-repeat center top;
    display: none;
    
}


#wrapper {
    padding-top: 40px;
    z-index: 10;
}
.invisible{
display: none;
}
#header, #footer{
height: auto;
}
img {
  width: 100%;
  height: auto;
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%; /* Part 1: Set a maxium relative to the parent */
  height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */
  min-width: auto\9; /* IE7-8 need help adjusting responsive images */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
img[width] {
  min-width: 0; /* Overwrite min-width: auto when img width set */
}
img.mime_icon{
width: auto;
}
figure{
margin: 0;
padding: 0;
}
figcaption{
color: #CACACA;
font-size: 11px;
padding: 5px 0;
width: auto !important;
line-height: 15px;
}
.clear{
	clear: both;	
}

h1,h2,h3,h4,h5{
    color: #000;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 9px;
}
.gks-marine h1,
.gks-marine h2,
.gks-marine h3,
.gks-marine h4,
.gks-marine h5 {
    /*color: #05529C;*/
}

.portal .teaser h3 {
    border-bottom: 1px solid #E2021B;
    padding-bottom: 4px;
}
.portal.gks-marine .teaser h3 {
    border-bottom: 1px solid #05529C;
}

h1 a,h2 a,h3 a,h4 a,h5 a{
color: #000;
text-decoration: none;
}
.gks-marine h1 a,
.gks-marine h2 a,
.gks-marine h3 a,
.gks-marine h4 a,
.gks-marine h5 a {
    /*color: #05529C;*/
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover{
/*color: #BE021B;*/
text-decoration: none;
}
.gks-marine h1 a:hover,
.gks-marine h2 a:hover,
.gks-marine h3 a:hover,
.gks-marine h4 a:hover,
.gks-marine h5 a:hover {
    /*color: #053e7b;*/
}

h1{
font-size: 24px;
line-height: 32px;
margin-bottom: 18px;
}
h2{
font-size: 24px;
line-height: 32px;
margin-bottom: 18px;
}
h3{
font-size: 18px;
line-height: 25px;
}
#main h3{
	border-bottom: 1px solid #e2001a;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.gks-marine #main h3{
    border-bottom: 1px solid #05529C;
}

.gks-marine #main .mod_newslist h3 a{
	color: #000;
}
.gks-marine #main .mod_newslist h3 a:hover,
.gks-marine #main .mod_newslist h3 a:focus,
.gks-marine #main .mod_newslist h3 a:active{
	color: #05529C;
}

body.portal #main .box h3{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 9px;
}
h4{
font-size: 15px;
line-height: 22px;
}
h5 {
    color: #999;
}
.person h4{
	margin-bottom: 0px;	
}
.topline{
	margin-bottom: 4px;
	display: block;	
	font-size: 15px;
	line-height: 20px;
	color: #e2001a;
}
body.gks-marine .topline{
	color: #05529C;
}
p.back{
margin-top: 60px;
}
p.empty{
    margin-left: 20px;    
}
p.red, span.red{
	color: #E2021B;
}
p.blue, span.blue{
	color: #05529C;
}
p.teaser_text{
	color: black;
    font-size: 15px;
    line-height: 22px;
    font-style: italic;
}
ul, ol{
margin-bottom: 22px;
}
li{
line-height: 22px;
}
.img-circle {
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
}
[class*="span"]{
    margin-bottom: 0px;    
}
/*Gallery*/
.ce_gallery .span2{
width: 130px;
margin-bottom: 20px;
}
/*Gallery*/
table{
width: 100%;
margin-bottom: 10px;
}
.ce_text ul{
    list-style: outside disc;
    margin-left: 0;
}
.ce_text ul li{
position: relative;
left: 20px;
padding-right: 20px;	
}
.closed{
	margin-bottom: 0px !important;	
	padding-bottom: 0px !important;	 
}
/************************/
/*Fonts*/
/************************/
/************************/
/*Global Variables*/
/************************/
html{
/*Will fix thin looking fonts caused by flexslider*/
-webkit-font-smoothing: antialiased;
}

body{
    color: #666;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
}
figure img{
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.dark{
    background: #f5f5f5;
}
.content_inside{
padding: 0 20px;
}
.box .content_inside{
padding: 0 10px;    
}
.mod_newslist figure.float_left,
.ce_text figure.float_left {
width: 40%;
margin-right: 20px;
margin-bottom: 4px;
margin-top: 10px;
}

.ce_text.img-small figure.float_left{
	width: 20%;
}

body.portal .mod_newslist figure.float_left,
body.portal .ce_text figure.float_left{
margin-right: 10px;	
}
.ce_text figure.float_right{
width: 40%;
margin-left: 20px;
margin-bottom: 10px;
}



.ce_text.teaser.float_left .text{
	width: 56%;
	float: left;	
}
.ce_text.teaser.float_right .text{
	width: 56%;
	float: left;	
}
.ce_text.person figure.float_left {
width: 20%;
margin-right: 10px;
margin-bottom:4px;
margin-top: 5px;
}

a {
    color: #E2021B;
    text-decoration: underline;
}
a.btn{
	text-decoration: none;	
}
.gks-marine a {
    color: #05529C;
}
a:hover, a:active {
    color: #BE021B;
}
.gks-marine a:hover, .gks-marine a:active {
    color: #053e7b;
}
.btn a:hover, .btn a:active, a.btn:hover, a.btn:active{
	color: white;
}
a.more,
p.more a {
	text-decoration: none;
	display: block;	
}
a.more:before,
p.more a:before {
content: "‣";
color: white;
font-weight: bold;
background-color: #E2021B;
float: left;
width: 15px;
height: 15px;
text-align: center;
margin: 3px 5px 0 0;
padding: 0px;
pointer-events: none;
font-size: 19px;
line-height: 12px;
border-radius: 3px;
}
.gks-marine a.more:before,
.gks-marine p.more a:before {
    background-color: #05529C;
}

a.more:hover:before, a.more:hover:before
a.more:before:hover, a.more:before:active{
    background-color: #BE021B;
}
.gks-marine a.more:hover:before, .gks-marine a.more:hover:before
.gks-marine a.more:before:hover, .gks-marine a.more:before:active{
    background-color: #053e7b;
}
.spacer.horizontal{
display: block;
margin-right: 20px;
float: left;
height: 1px;
}
.spacer{
    margin-bottom: 20px;    
}
hr{
border-top: none;
border-bottom: 1px dotted #ececec;
}
.info{
color: #b1b1b1;
margin-bottom: 9px;
}
.btn, button[type="submit"] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-image: -webkit-linear-gradient(bottom, #d7021a, #ec0621);
	background-image: -moz-linear-gradient(bottom, #d7021a, #ec0621);
	background-image: -o-linear-gradient(bottom, #d7021a, #ec0621);
	background-image: linear-gradient(to top, #d7021a, #ec0621);
	border-bottom-color: none;
	border-color: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7021a', endColorstr='#ec0621', GradientType=0);
	*background-color: #e2001a;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

.gks-marine button[type="submit"] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
      background-color: #05529C;
    background-image: -moz-linear-gradient(top, #05529C, #053e7b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#05529C), to(#053e7b));
    background-image: -webkit-linear-gradient(top, #05529C, #053e7b);
    background-image: -o-linear-gradient(top, #05529C, #053e7b);
    background-image: linear-gradient(to bottom, #05529C, #053e7b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}






.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

#search .btn.btn-search,
.btn.btn-primary {

	color: #fff;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #e2001a;
	-webkit-box-shadow: 1px 1px 1px rgba(0,11,9,.21);
	-moz-box-shadow: 1px 1px 1px rgba(0,11,9,.21);
	box-shadow: 1px 1px 1px rgba(0,11,9,.21);
	border: solid 1px #ee354b;
	background-image: -webkit-linear-gradient(bottom, #d7021a, #ec0621);
	background-image: -moz-linear-gradient(bottom, #d7021a, #ec0621);
	background-image: -o-linear-gradient(bottom, #d7021a, #ec0621);
	background-image: linear-gradient(to top, #d7021a, #ec0621);
    border-bottom-color: none;
    border-color: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7021a', endColorstr='#ec0621', GradientType=0);
	*background-color: #e2001a;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);  	
	
	font-weight: 400;
}

.gks-marine #search .btn.btn-search,
.gks-marine .btn.btn-primary {
    border-color: #053e7b;
    background-color: #05529C;
    background-image: -moz-linear-gradient(top, #05529C, #053e7b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#05529C), to(#053e7b));
    background-image: -webkit-linear-gradient(top, #05529C, #053e7b);
    background-image: -o-linear-gradient(top, #05529C, #053e7b);
    background-image: linear-gradient(to bottom, #05529C, #053e7b);
    border-bottom-color: #053e7b;
    *background-color: #05529C;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #ec0621;
  *background-color: #ec0621;
  	background-image: none;
}
.gks-marine .btn-primary:hover,
.gks-marine .btn-primary:focus,
.gks-marine .btn-primary:active,
.gks-marine .btn-primary.active,
.gks-marine .btn-primary.disabled,
.gks-marine .btn-primary[disabled] {
    background-color: #053e7b;
    *background-color: #053e7b;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #E2021B \9;
}
.gks-marine .btn-primary:active,
.gks-marine .btn-primary.active {
    background-color: #05529C \9;
}

/*
.btn-primary:after{
content: "›";
font-size: 20px;
float: right;
margin-left: 4px;
margin-top: -2px;
font-weight: bold;
}
*/

.btn, .btn-group, .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
font-size: 13px;
line-height: 18px;
border-color: #ededed;
}

.btn-navbar {
    display: none;
    float: right;
    margin-top: -24px;
    padding: 3px 10px;
    font-size: 12px;
    color: #FFF;
    background: #E2021B;
    border: 0;
    text-decoration: none;
}
.btn-navbar:hover {
    color: #FFF;
    background: #BE021B;
}

.tiny_link.btn-primary{
font-size: 20px;
font-weight: bold;
padding: 0px 5px;
height: 20px;
margin-left: 2px;
}
.tiny_link.btn-primary:after{
content: "";
}
.bordered{
-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
.portal .bereiche {
    margin-bottom: 30px;
}

.box{
    background-color: #FAFAFA;		
	-webkit-box-shadow: 1px 1px 1px rgba(0,11,9,.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,11,9,.1);
	box-shadow: 1px 1px 1px rgba(0,11,9,.1);
}
.box figure{
	margin-left: -20px;
	margin-right: -20px;
}

.portal .bereiche .box {
    height: auto;
    padding: 10px 0;
    background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.portal .bereiche .box figure{
	margin-left: 0px;
	margin-right: 0px;
}
 .portal .bereiche.box .text{
	margin-left: 0px;
	margin-right: 0px;	
}

.portal .bereiche .box .content_inside {
    background-color: #FAFAFA;
	-webkit-box-shadow: 1px 1px 1px rgba(0,11,9,.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,11,9,.1);
	box-shadow: 1px 1px 1px rgba(0,11,9,.1);
    padding: 0 10px 1px;
    margin: 0 8px;
}
.portal .bereiche .box .btn{
	font-size: 14px;
}

.portal .bereiche .box h2 {
    border-top: 10px solid #E2021B;
    font-size: 18px;
	line-height: 25px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px 0;
}
.portal.gks-marine .bereiche .box h2 {
    border-top: 10px solid #05529C;
}
.portal .bereiche .box p {
	margin-bottom: 20px;
}
.portal .bereiche .box p.height_control {
	min-height: 100px;
}
.gks-marine.portal .bereiche .box h3{
    min-height: 50px;
} 
.gks-marine.portal .bereiche .box p.height_control {
	min-height: 180px;
}
.portal .bereiche .box .image_container {
    margin: 0 -10px;
}
.portal .bereiche .box .btn {
    display: block;
    text-decoration: none;
}


.portal .mod_newslist time.info {
    display: inline;
}
.mod_newsreader .info, .mod_newslist .info{
	display: block;
	float: none;
}
.mod_newsreader .info{
	display: none;
}
.mod_newsreader span.info{
	display: block !important;
}
.mod_newsreader .ce_text.img50 figure{
	max-width: 50%;
}



#sidebar_right .box {
    background-color: #FAFAFA;
	-webkit-box-shadow: 1px 1px 1px rgba(0,11,9,.1);
	-moz-box-shadow: 1px 1px 1px rgba(0,11,9,.1);
	box-shadow: 1px 1px 1px rgba(0,11,9,.1);
    padding: 0 10px 1px;
    margin-bottom: 20px;
}

#sidebar_right .box .image_container {
    margin: 0 -10px;
}

#sidebar_right .box .text{
	margin: 0px;	
}

.box h4 {
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
    margin-left: -10px;
    margin-right: -10px;
    border-top: 10px solid #E2021B;
    padding: 10px 10px 0;
    color: #333;
}
.gks-marine #sidebar_right .box h4 {
    border-top: 10px solid #05529C;
}

/*
.portal .bereiche > .box {
    position: relative;
}
.portal .bereiche > .box:nth-child(1) {
    left: 20px;
}
.portal .bereiche > .box:nth-child(2) {
    left: 7px;
}
.portal .bereiche > .box:nth-child(3) {
    right: 7px;
}
.portal .bereiche > .box:nth-child(4) {
    right: 20px;
}
*/



/************************/
/*Top Bar*/
/************************/
#topnav {
    margin-top: -20px;
    text-align: right;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
    font-size: 12px;
    line-height: 12px;
}
#topnav a {
    color: #fff;
    text-decoration: none;
}

#topnav img {
    width: 25px;
    height: 20px;
}

/************************/
/*Header*/
/************************/
#header .container{
    z-index: 999;
}
#header{
	margin-bottom: 70px;	
}
body.portal #header{
	margin-bottom: 0px;	
}

#header #logo {
    position: absolute;
    top: -26px;
    margin-left: -3px;
}

#header #logo img {
    width: auto;
    height: auto;
}

#header #search {
    position: relative;
    margin-top: -51px;
    float: right;
}

#header .mod_search {
    text-align: right;
}

#header .mod_search form {
    padding: 0;
    margin: 0;
}

#header .mod_search input#ctrl_keywords {
    width: 150px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    margin: 0 5px 0 0;
}

#header .mod_search .btn.btn-search{
    padding: 2px 6px;
    height: 24px;
    float: right;
    margin: 0 6px 0 0;
}

/*-----Navigation Reset-----*/
.navbar-inner {
    min-height: inherit;
    padding: 0;
    background: #E2021B;
    color: #FFF;
    filter: none;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px rgba(0,11,9,.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,11,9,.3);
	box-shadow: 1px 1px 1px rgba(0,11,9,.3);
    margin-left: 10px;
}

.gks-marine .navbar-inner {
    background: #05529C;
}

.navbar {
    overflow: visible;
    margin: 0;
    color: inherit;
}
.nav {
list-style: none;
}
.navbar .nav {
    margin: 0;
    float: right;
}
.navbar ul.nav {
    margin-right: 210px;
    z-index: 999;
}
/*-----Navigation-----*/
header .mod_navigation.nav{
    margin-right: 0;
    margin-top: 5px;
}
li.subnavigation{
    display: none;
}
.nav-pills > li > a {
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.navbar .nav > li{
    margin-left: 0px;
}
.navbar .nav > li > a {
    float: none;
    padding: 12px 10px;
    color: #FFF;
    text-decoration: none;
    text-shadow: none;
    font-weight: lighter;
    font-size: 15px;
}
.navbar .nav > li.last a{
    padding-right: 15px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomright:4px; 
    -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-right-radius:4px;      
    border-top-right-radius : 4px;
    border-bottom-right-radius : 4px;       
}
.navbar .nav > li.last a{
    padding-right: 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.navbar .nav > li > a:hover {
    background-color: #BE021B;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a.trail,
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle  {
    color: #FFF;
    text-decoration: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .nav-pills > li > a:hover, .nav-pills > li > a:focus, .nav-pills > li > a.trail, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
    background: #BE021B;    
}
.gks-marine .navbar .nav > li > a:hover{
    background-color: #053e7b;
}
.gks-marine .navbar .nav > .active > a,.gks-marine .navbar .nav > .active > a:hover,.gks-marine .navbar .nav > .active > a:focus,.gks-marine .nav-pills > li > a:hover,.gks-marine .nav-pills > li > a:focus,.gks-marine .nav-pills > li > a.trail,.gks-marine .navbar .nav li.dropdown.open > .dropdown-toggle,.gks-marine .navbar .nav li.dropdown.active > .dropdown-toggle,.gks-marine .navbar .nav li.dropdown.open.active > .dropdown-toggle{
    background: #053e7b;    
}

.navbar .nav > .active > a{
    /*border-bottom: 2px solid #344c00;*/
}
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #FFF;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}
a.menu:after, .dropdown-toggle:after {
    content: none;
}
.navbar .dropdown-menu {
 margin-top: 0;
}
/*Dropdown*/
.navbar .nav .dropdown-toggle .caret {
margin-top: 5px;
}
.navbar .nav .dropdown.active .caret{
margin-left: 6px;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #FFF !important;
    border-bottom-color: #FFF !important;
}
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}
.navbar .dropdown-menu::before {
    content: inherit !important;
    display: inherit !important;
    border-left: inherit !important;
    border-right: inherit !important;
    border-bottom: inherit !important;
    border-bottom-color: inherit;
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    border: none;
}
.navbar .dropdown-menu::after {
    content: inherit !important;
    display: inherit !important;
    border-left: inherit !important;
    border-right: inherit !important;
    border-bottom: inherit !important;
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    border: none;
}
.nav-pills .dropdown-menu, .btn-group .dropdown-menu {
    background-color: #E2021B;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
.gks-marine .dropdown-menu, .gks-marine .btn-group .dropdown-menu {
    background-color: #05529C;
}

.dropdown-menu a {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px solid #E2021B;
    padding-top: 8px;
    padding-bottom: 8px;
}
.gks-marine .dropdown-menu a {
    border-bottom-color: #05529C;
}

.dropdown-menu li > a, .dropdown-menu li > span {
    padding: 8px 20px;
    color: #FFF;
    display: block;
    text-shadow: none;
    border-bottom: 1px solid #BE021B;
}
.gks-marine .dropdown-menu li > a, .gks-marine .dropdown-menu li > span {
    border-bottom: 1px solid #053e7b;
}

.dropdown-menu li > span {
    color: #848484;
}
.dropdown-menu li > a:hover {
    color: #FFF;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.05);
    background: inherit;
    filter: inherit;
    behavior: url(/tl_files/website/pie/PIE.htc);
}

.dropdown-menu li > a:hover {
    background-color: #BE021B;
}
.gks-marine .dropdown-menu li > a:hover {
    background-color: #053e7b;
}

.dropdown-menu li a.active {
    background-color: #BE021B !important;
}

.gks-marine .dropdown-menu li a.active {
    background-color: #053e7b !important;
}

.dropdown-menu li.first a{
    border-top: none;
}
.dropdown-menu li.last a{
    border-bottom: none;
}
ul.nav li.dropdown:hover ul.dropdown-menu{
    display: block;    
}
.navbar .dropdown-menu {
    margin-top: -1px;
}
.nav .btn-primary.dropdown-toggle .caret {
    border-top-color: white;
    border-bottom-color: white;
    margin-top: 6px;
    margin-left: 6px;
}
.btn-group.open .btn-primary.dropdown-toggle {
    background-color: #E2021B;
}

.gks-marine .btn-group.open .btn-primary.dropdown-toggle {
    background-color: #05529C;
}

/*-----Breadcrumb-----*/
.breadcrumb {
padding: 0;
margin: 15px 0 20px 20px;
list-style: none;
background-color: inherit;
-webkit-border-radius: inherit;
-moz-border-radius: inherit;
border-radius: inherit;
color: #CACACA;
font-size: 11px;
}
.breadcrumb a{
color: inherit;
text-decoration: underline;
}
.breadcrumb a:hover, .breadcrumb a:active{
color: #b6b6b6;
}
.breadcrumb li.first{
margin-right: 5px;
}
.breadcrumb li.active{
color: inherit;
}
/*-----Quicknav-----*/
.mod_quicknav {
    display: none;
    margin-bottom: 0px !important;
}
.mod_quicknav select{
    width: 100%;
}
/************************/
/*Hero*/
/************************/

#hero_wrapper{
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,11,9,.3);
    padding-top: 50px;
    height: 240px;
}
#hero_wrapper [class*="span"]{
    margin-bottom: 20px;    
}    
#hero_wrapper h1 {
	color: #fff;
	font-size: 36px;
    line-height: 47px;
    margin-bottom: 0;
    float: left;
    width: 75%;
    padding: 10px 20px;
    background-color: rgba(226, 2, 27, .8);
    /* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#90E2021B, endColorstr=#90E2021B);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#90E2021B, endColorstr=#90E2021B)";
}
#hero_wrapper .ce_text .content_inside{
   display: block;
   position: relative;
}
#hero_wrapper .ce_text .image_container{
   position: absolute;
   max-width: 65px;
   right: 150px;
}
.gks-hydraulik #hero_wrapper .ce_text .hero_text {
   clear: both;
	font-size: 15px;
	line-height: 20px;
    float: left;
    padding: 10px 20px;
    width: 75%;
    background-color: rgba(226, 2, 27, .5);
    /* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60E2021B, endColorstr=#60E2021B);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#60E2021B, endColorstr=#60E2021B)"; 
}
.gks-marine #hero_wrapper .ce_text .hero_text {
   clear: both;
	font-size: 15px;
	line-height: 20px;
    float: left;
    padding: 10px 20px;
    width: 75%;
 background-color: rgba(5, 82, 156, .5);
    /* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#6005529C, endColorstr=#605529C);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#6005529C, endColorstr=#6005529C)";    
}



.gks-marine #hero_wrapper h1 {
    background-color: rgba(5, 82, 156, .8);
    /* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#9005529C, endColorstr=#905529C);
	/* For IE 8*/
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#9005529C, endColorstr=#9005529C)";    
}
#hero_wrapper p {
   max-width: 90%;
}
.gks-marine #hero_wrapper p {
 
}

.gks-marine #cookiebar{
	background-color: lime;
}

/************************/
/*Main*/
/************************/

#main{
    position: relative;
    z-index: 1;
}


#main .row{
padding: 0 0 20px 0;
}
.gap{
    margin-bottom: 20px;    
}
#main .row.entire{
padding-bottom: 0px;
}
.main_content {
    background: white;
    border-top: 10px solid #E2021B;
    padding-bottom: 40px;
}
.gks-marine .main_content {
    border-color: #05529C;
    margin-top: 50px !important;

}
@media only screen and (min-width: 767px) and (max-width: 991px){
	.gks-marine .main_content {
	    margin-top: 80px !important;
	
	}
}

body.landing .main_content {
    margin-top: 0px;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.content{
padding-bottom: 60px;
}
.upper_bar, .lower_bar{
height: 40px;
}
.upper_bar{
margin-top: -40px;
background: black;
}

/************************/
/*Single Pages*/
/************************/
/************************/
/*Portal*/
/************************/
body.portal .mod_breadcrumb{
display: none;	
}
body.portal #main .row.bereiche{
padding-top: 20px;
}
/************************/
/*News*/
/************************/
.info{
color: #b1b1b1;
display: inline;
float: left;
margin-bottom: 0px;
}
/*-----List-----*/
.layout_latest.list .clear{
padding-bottom: 40px;
}
.layout_latest.list figure{
width: 30%;
margin-right: 20px;
float: left;
}
.layout_latest.list figure.float_right{
margin-left: 20px;
margin-right: 0px;
}
.layout_latest.list .text_wrapper{
float: left;
width: 65%;
display: block;
}
.layout_latest.list .teaser.addimage{
    float: left;
    width: 65%;
}
/*-----Full-----*/
.layout_full .image_wrapper{
width: 40%;
margin-left: 20px;
float: right;
}
.enclosure, .share{
margin-bottom: 20px;
}
.addthis_toolbox a{
width: 150px;
}

/************************/
/*Sidebar*/
/************************/
#sidebar_right {
    margin-top: 60px;
    padding: 0 20px 40px;
    border-left: 1px solid #EFEFEF;
}

#sidebar_right ul li strong{
	font-weight: normal;
}


#sidebar_right .ce_text, #sidebar_right ul {
    font-size: 12px;
    line-height: 20px;
}

#sidebar_right .content_inside{
    padding: 0;
}
#sidebar_right .nav ul{
list-style: circle;
margin-left: 20px;
}
/************************/
/*Search*/
/************************/

#header .btn-mobile{
    display: none !important;
}
/************************/
/*Footer*/
/************************/
#footer{
    padding: 40px 0 40px 0;
    color: #FFF;
    background: #E2021B;
}
.gks-marine #footer {
    background: #05529C;
}
#footer h3 {
    color: #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
/*
#footer a{
    color: #003a81;
    text-decoration: underline;
}
#footer a:active, #footer a:hover{
    color: #003a81;
}
#footer a.btn {
    color: #FFF;
}
*/

#footer li{
    line-height: 18px;
}
#footer a{
	color: white;
}
#footer a:hover,
#footer a:active,
#footer a:visited{
	color: #f0f0f0;
}
#footer ul.level_1{
    list-style: none;
    margin-left: 0;
}
#footer .mod_navigation{
    overflow: visible;
}
#footer .mod_navigation a{
    text-decoration: none;
}
#footer .mod_navigation li a,
#footer .mod_navigation li span {
    color: #FFF;
}
#footer .certificates{
margin-bottom: 10px;
}
#footer .certificates figure{
float: left;
width: 40%;
margin-right: 10px;	
margin-bottom: 10px;
}
#footer .mod_quicknav{
display: block;		
}

/** Linked IN **/
#footer .social.linked-in img{
	width: 23px;
	height: 23px;
	margin-right: 10px;
}
/************************/
/*Flexslider*/
/************************/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider .flex-next {opacity: 0.8; right: 5px;}
.flexslider .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


.flex-viewport {
    height: 288px !important;
}

.flexslider {
    margin: 0;
}

.flexslider .flex-direction-nav a {
    top: 312px;
    opacity: 1;
}

.flexslider .flex-next {right: 50%;
	margin-right: -40px;
}
.flexslider .flex-prev {left: 50%;
	margin-left: -40px;
}


@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1;}
  .flex-direction-nav .flex-next {opacity: 1;}
}


/************************/
/*Browser Fixes/
/************************/
/*-----IE-----*/
body.ie7 #header .mod_search input[type='search'],
body.ie8 #header .mod_search input[type='search']{
padding-bottom: 6px;
padding-top: 2px;
}
body.ie7 #header .mod_search input.btn.submit,
body.ie8 #header .mod_search input.btn.submit{
line-height: 0px;
padding-left: 5px;
padding-right: 5px;
height: 24px;
padding-top: 0px;
padding-bottom: 8px;
}
body.ie7 .dropdown-menu li > a:hover,
body.ie8 .dropdown-menu li > a:hover{

}
body.ie7.portal #hero_wrapper,
body.ie8.portal #hero_wrapper{
padding-top: 40px;
}
body.ie7 img,
body.ie8 img{
max-width: none;
}
body.ie7 .navbar .nav > li > a, 
body.ie8 .navbar .nav > li > a {
font-size: 13px;
padding: 12px 8px;
}
body.ie7 #header .mod_search INPUT#ctrl_keywords,
body.ie8 #header .mod_search INPUT#ctrl_keywords{
width: 130px;        
}
body.ie7 #header .navbar UL.nav,
body.ie8 #header .navbar UL.nav{
margin-right: 185px;      
}
body.ie7 .dropdown-menu,
body.ie8 .dropdown-menu{
border: none;
}
body.ie7 .navbar .nav > LI > .dropdown-menu:before,
body.ie8 .navbar .nav > LI > .dropdown-menu:before,
body.ie7 .navbar .nav > LI > .dropdown-menu:after,
body.ie8 .navbar .nav > LI > .dropdown-menu:after
{
display: none !important;    
}
body.ie7 .portal .bereiche .box p.height_control,
body.ie8 .portal .bereiche .box p.height_control {
	height: 100px;
}
/*-----FF-----*/
body.firefox #header .mod_search input[type="search"] {
    font-size: 12px;
    height: auto;
    margin-bottom: 0;
    padding: 3px 4px;
}
/************************/
/*Print Fixes*/
/************************/
@media print {
.logo{
width: 150px;
}
}


.layout_full .ce_text.block{
  overflow: visible;
}
.layout_full .ce_text.block .content_inside{
    padding: 0;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background-color:#E2021B ;
    background-image: none ;
}




/** Cookiebar **/
/** Hydraulik **/
.cookiebar{
	z-index: 99;
}
.cookiebar button{
	background-color: #e2001a;
	color: rgba(255,255,255,0.8);
	transition: all 0.25s ease-in;
}
.cookiebar button:hover{
	color: rgba(255,255,255,1);
}
.cookiebar a{
	transition: all 0.25s ease-in;
}
.cookiebar a:hover{
	color: #e2001a;
	text-decoration: underline;
}

/** Media Queries Cookiebar **/
@media only screen and (max-width: 1200px){
.cookiebar button{
	margin-top: 10px;
    	margin-bottom: 10px;
	}    	
}
@media only screen and (max-width: 767px){
.cookiebar a{
	display: block;
    margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	
	}	
}
@media only screen and (min-width: 768px) and (max-width: 991px){
 .cookiebar a{
 	margin-top: 10px;	
 	}
}



/** Cookiebar Marine **/

.gks-marine .cookiebar button{
	background-color: #05529C;
	color: rgba(255,255,255,0.8);
	transition: all 0.25s ease-in;
}
.gks-marine .cookiebar button:hover{
	color: rgba(255,255,255,1);
}

.gks-marine .cookiebar a{
	color: #fff;
	transition: all 0.25s ease-in;
}
.gks-marine .cookiebar a:hover{
	color: #05529C;
	text-decoration: underline;
}


/** Newsletter Checkbox **/

.mod_avisota_subscribe .checkbox-container{
	margin-bottom: 20px;
}
.mod_avisota_subscribe input#acceptPrivacyPolicy{
	margin-top: -2px;
    margin-right: 6px;
}
.mod_avisota_subscribe .checkbox-container label{
	display:inline;
}


/** Suche Hydraulik **/

.mod_search .widget.widget-text{
	display: inline;
	margin-bottom: 0;
}
.mod_search .widget.widget-submit{
	display: inline;
}
.mod_search .widget.widget-submit button{
	margin-top: -10px;
}

/** Suche Marine **/

.gks-marine .mod_search .widget.widget-text{
	display: inline;
	margin-bottom: 0;
}
.gks-marine .mod_search .widget.widget-submit{
	display: inline;
}
.gks-marine .mod_search .widget.widget-submit button{
	margin-top: -10px;
}



/** Crossfade Hero **/
.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 500px;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: -1;
}

.crossfade > figure:nth-child(1) { 
	background-image: url('../../../files/website/img/Slider_GKS_Marine/GKS_Marine_Slide_01.jpg'); 
}

.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('../../../files/website/img/Slider_GKS_Marine/GKS_Marine_Slide_02.jpg');
}

.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('../../../files/website/img/Slider_GKS_Marine/GKS_Marine_Slide_03.jpg');
}

.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url('../../../files/website/img/Slider_GKS_Marine/GKS_Marine_Slide_04.jpg');
}

.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url('../../../files/website/img/Slider_GKS_Marine/GKS_Marine_Slide_05.jpg');
}

.crossfade > figure:nth-child(6) {
  animation-delay: 30s;
  background-image: url('../../../files/website/img/Slider_GKS_Marine/GKS_Marine_Slide_08.jpg');
  display: block !important;
}

@keyframes 
imageAnimation {  0% {
 animation-timing-function: ease-in;
 opacity: 0;
}
 8% {
 animation-timing-function: ease-out;
 opacity: 1;
}
 17% {
 opacity: 1
}
 25% {
 opacity: 0
}
 100% {
 opacity: 0
}
}


/** YouTube Video **/
.ce_youtube{
	margin-bottom: 48px;
	position: relative;
	  overflow: hidden;
	  width: 100%;
	  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}



/** Produktanfrage Marine **/
body.gks-marine #modal_request input.submit{
	padding: 4px 12px;
    border-radius: 3px;
}

body.gks-marine #modal_request .modal-body{
	margin-bottom: 20px;	
}

body.gks-marine #modal_request .modal-footer button.btn{
	border-radius: 3px !important;
	background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    color: black;
}

body.gks-marine #modal_request .modal-footer button.btn:hover{
	background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

body.aktuelles aside{
	display: none;
}


