/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
    color: #222;
    font-size: 10px;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* =========================================================================
	Fonts
	======================================================================== */

@font-face {
    font-family: 'robotoregular';
    src: url('../Fonts/roboto-regular-webfont.ttf') format('ttf'),
         url('../Fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../Fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoitalic';
    src: url('../Fonts/roboto-italic-webfont.ttf') format('ttf'),
         url('../Fonts/roboto-italic-webfont.woff2') format('woff2'),
         url('../Fonts/roboto-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold';
    src: url('../Fonts/roboto-bold-webfont.ttf') format('ttf'),
         url('../Fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../Fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotobold_italic';
    src: url('../Fonts/roboto-bolditalic-webfont.ttf') format('ttf2'),
         url('../Fonts/roboto-bolditalic-webfont.woff2') format('woff2'),
         url('../Fonts/roboto-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../Fonts/robotocondensed-regular-webfont.ttf') format('ttf'),
         url('../Fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../Fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condenseditalic';
    src: url('../Fonts/robotocondensed-italic-webfont.ttf') format('ttf'),
         url('../Fonts/robotocondensed-italic-webfont.woff2') format('woff2'),
         url('../Fonts/robotocondensed-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../Fonts/robotocondensed-bold-webfont.ttf') format('ttf'),
         url('../Fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../Fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_condensedbold_italic';
    src: url('../Fonts/robotocondensed-bolditalic-webfont.ttf') format('ttf'),
         url('../Fonts/robotocondensed-bolditalic-webfont.woff2') format('woff2'),
         url('../Fonts/robotocondensed-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

	
/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 14px/1.4 robotoregular, Arial, sans-serif;
	color: #2e4272;
	box-sizing: border-box;
	min-width: 640px;
	margin: 0px;
}
/* box-sizing vererben */
*, ::before, ::after { box-sizing: inherit; }
img {
    max-width: 100% !important;
	height: auto;
}
h1, h2 {
	line-height: 1.2;
	font-size: 1.2em;
	margin: 0.67em 0;
	background-color: #ffecb6;
	padding: 5px;
}

a {
	text-decoration: none;
	color: #ae441d;
}
.ce-div {
	clear: both;
	display: block;
}

.csc-textpic-caption {
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	line-height: 12px;
}
.image-caption {
	font-size: 0.8em;
}
.frame-layout-1 {
	margin-top: 10px;
	padding: 20px;
	background-color: #ffe18c;
}
.frame-layout-1 a::before {
	content: '>> ';
}
.frame-layout-2 .ce-gallery {
	width: 250px;
}   
/* video media responsive anpassung */

.responsive-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  volume: 0.5;
} 
 
/* ==================================================================================
    Menu															<= 640px
   ==================================================================================
	Basic definitions for all viewport width
	and special definitions for width less than 640px  
   */
/* ==================================================================================
   ==================================================================================
   ==================================================================================
   ==================================================================================
   Pull-down-Menü, Shortcuts als Signets, kein Breadcrumb, Inhalte untereinander
   ==================================================================================
   ==================================================================================
   ==================================================================================
   ================================================================================== */
   
.klmmr {
    width: 100%;
	padding: 0 15px 0 15px;
	margin: 0;
}
.header_outerklmmr {
	background-color: #f0f0f0;
	position: relative;
}
.headerlogo {
	display: inline-block;
}
.headerlogo img {
	height: 150px;
	width: auto;
	margin: 10px 0 10px 0;
	display: inline-block;
}
#headline_images {
	overflow: hidden;
}
#lang_select {
	display: inline-block;
	float: right;
}
.langmenu > li {
	float: left;
	list-style: none;
	width: 90px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.langmenu img{
	border: 5px solid #f0f0f0;
}
.langmenu .activelang img{
	border: 5px solid #d8d8d8;
}
.langmenu .lang_not_available img {
	filter: grayscale(1);
}

.navlevel1_outerklmmr {
	background-color: #44769a;
	position: relative;
	border-top: 10px solid #bdbdbd;
	border-bottom: 5px solid #6e6e6e;
	}

.nav {
	height: 100%;
	display: none;
}
.nav a {
    font: 16px/1.4 robotobold, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
	color: #ffecb6;
    text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.nav a:visited {
	color: #ffecb6;
}
.nav ul,
.breadcrumb ul {
	list-style: none;
}

.nav .sf-menu {
	margin: 0;
	padding: 0;
}
.nav .sf-menu ul {
	padding: 0;
	height: 100%;
	float: right;
	margin: 0 30% 0 0;
}
.nav .sf-menu > li {
	float: left;
	list-style: none;
}

.nav .sf-menu a,
.breadcrumb .sf-menu a {
	display: block;
	position: relative;
}
 
.breadcrumb,
.breadcrumb_sub {
	padding: 0 15px 0 15px;
}
.breadcrumb_sub {
	font-size: 0.9em;
}

.breadcrumb_sub li {
	max-width: calc((100% - 30px) / 6);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb_outerklmmr {
	min-height: 50px;
	position: relative;
	display: none;
}
.breadcrumb_firstline .hassub {
	margin-bottom: 70px;
}
.breadcrumb_firstline .hasnosub {
	margin-bottom: 0;
}
.breadcrumb_sub_outer_back {
	height: 70px;
	background-color: white;
	width: 100%;
}
.breadcrumb_sub_outer {
	min-height: 35px;
	max-height: 70px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #ffe18c;
	padding: 0;
	width: 100%;
	display: inline-block;
}
.breadcrumb_sub ul {
	display: block;
}
.breadcrumb_firstline .sf-menu .breadcrumb_sub_outer_back {
	display: none;
}

.breadcrumb_firstline .sf-menu li:hover .breadcrumb_sub_outer_back,
.breadcrumb_firstline .sf-menu li.sfHover .breadcrumb_sub_outer_back  {
	display: block;
}

.breadcrumb_firstline .sf-menu li.isactive .breadcrumb_sub_outer_back  {
	display: block;
	z-index: 50;
}

.breadcrumb_firstline .sf-menu li.hasnosub  {
	margin-bottom: 0;
}

.breadcrumb_firstline .sf-menu .breadcrumb_sub_outer_back {
	position: absolute;
	display: none;
	top: 50px;
	left: 0;
	z-index: 60;
}
.breadcrumb,
.breadcrumb_sub {
	height: 100%;
}

.breadcrumb_firstline {
	margin: 0;
	padding: 0;
	height: 100%;
}
.breadcrumb_firstline ul,
.breadcrumb_sub ul{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 100%;
}
.breadcrumb_firstline li {
	float: left;
	height: 100%;
	padding: 0;
	background-image: url(../Icons/breadcrumbpfeil.png);
	background-position: right top;
	background-repeat: no-repeat;
}
.breadcrumb_firstline li:last-child {
	background: none;
}
.breadcrumb_firstline > ul > li:hover > a,
.breadcrumb_firstline > ul > li.sfHover > a,
.breadcrumb_firstline > ul > li.isactive > a {
	border-bottom: 5px solid #ffecb6;
}

.breadcrumb_firstline a {
	text-align: center;
	text-decoration: none;
	line-height: 45px;
	margin: 0 25px 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb_firstline a:visited {
	color: #44769a;
}
.breadcrumb_firstline li:first-child a {
	margin: 0 25px 0 0;
}
.breadcrumb_sub li {
	float: left;
	height: 100%;
	padding: 0;
	background: none;
}
.breadcrumb_sub a,
.breadcrumb_sub li:first-child a {
	text-align: left;
	text-decoration: none;
	color: #44769a;
	margin: 0 30px 0 0;
	padding: 0;
	line-height: 35px;
}
.breadcrumb_sub li:hover a,
.breadcrumb_sub li.sfHover a {
	background-color: #f0cc61;
}

#bcpulldown_outerklmmr {
	width: calc(100% - 70px);
	display: none;
	background-color: #ffe18c;
	margin-left: 35px;
	box-shadow: 0px 0px 10px 5px #999;
}
#bcpulldown_outerklmmr ul {
	margin: 0;
	padding: 0;
	height: 100%;
}
#bcpulldown_outerklmmr li{
	list-style: none;
	width: 100%;
}
#bcpulldown_outerklmmr .level_2 {
	padding-left: 10px;
}
#bcpulldown_outerklmmr .level_3 {
	padding-left: 20px;
}
#bcpulldown_outerklmmr .level_4 {
	padding-left: 60px;
}
#bcpulldown_outerklmmr li > a{
	width: 100%;
	line-height: 50px;
	text-decoration: none;
    font: 16px/50px robotobold, Arial, sans-serif;
	text-transform: uppercase;
	color: #44769a;
	padding-left: 15px;
}
#bcpulldown_outerklmmr div[id^="show_sub_of_"] {
	display: inline;
	float: right;
}
#bcpulldown_outerklmmr div[id^="hide_sub_of_"] {
	display: none;
	float: right;
}
div[id^="bcpulldown_sub_of_"] {
	display: none;
	background-color: #44769a;
}
div[id^="bcpulldown_sub_of_"] a {
	color: white !important;
}

#pd_openclose {
	height: 50px;
	width: calc(100% - 40px);
	margin-left: 20px;
	display: inline-block;
	background-color: #ffe18c;
	box-shadow: 0px 0px 10px 5px #999;
	padding: 10px;
}
#pd_open {
	display: inline-block;
	float: right;
	text-transform: uppercase;
}
#pd_close {
	display: none;
	float: right;
}

.homeslider {
	height: 170px;
	background-color: #f0f0f0;
}
.slick-slider {
	margin: 0;
	border: none !important;
}
.slick-slider img {
	margin: 10px 5px 10px 5px;
	height: 150px;
	width: auto;
}

 
.footer_outerklmmr {
	background-color: #44769a;
	position: relative;
	border-top: 10px solid #bdbdbd;
	}
.footer {
	display: inline;
	height: 100%;
}
.footer a {
	font-size: 0.8em;
    text-align: center;
    text-decoration: none;
	color: #ffecb6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
.footer a:visited {
	color: #ffecb6;
}
.footer ul {
	list-style: none;
	padding: 0;
	height: 65px;
}
#footermenu > li {
	float: right;
	list-style: none;
}
 
.maintextbox {
	padding: 0 0 20px 0;
	display: inline-block;
	width: 100%;
}   
.nw_entry {
	display: table;
}
.nw_row {
	display: table-row;
}
.nw_logo {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
}
.nw_logo img {
	width: 200px;
	height: auto;
}
.nw_text {
	display: table-cell;
	vertical-align: middle;
} 
.nw_text a {
	font-weight: bold;
}

.equipment,
.eq_subtable {
	display: table;
	width: 100%;
}
.eq-row {
	display: table-row;
}
.eq-col1,
.eq-col2,
.eq_st_col1,
.eq_st_col2 {
	display: table-cell;
	vertical-align: top;
}
.eq-col1 {
	width: 150px;
	padding: 4px;
	border-bottom: 6px solid #ffecb6;
}
.eq-col2 {
	background-color: #ffecb6;
	padding: 4px;
	border-bottom: 6px solid white;
}
.eq_st_col2 {
	width: 200px;
}
.eq_st_col2 img {
	width: 200px;
	height: auto;
}
.sample {
	display: inline-block;
	vertical-align: top;
	padding: 4px;
}
.sample_block {
	dispaly: table;
}
.sample_img {
	display: table-row;
}

.sample_img img {
	height: 150px;
	width: auto;
}
.sample_caption {
	display: table-caption;
	caption-side: bottom;
	width: 100%;
	font-size: 0.8em;
}
 
/* ==========================================================================
   Media Queries
   ========================================================================== */

/* =========================================================================================== */
/* =========================================================================================== */
/* =========================================================================================== */

@media only screen and (min-width: 671px) {

/* ==============================================================================================
    INTERMEDIATE: Menu													> 640px + 2x 15px padding
   =========================================================================================== */

/* ==================================================================================
   ==================================================================================
   ==================================================================================
   ==================================================================================
   Pull-down-Menü, Shortcuts als Signets mit Text, kein Breadcrumb, News untereinander
   ==================================================================================
   ==================================================================================
   ==================================================================================
   ================================================================================== */

   
   
}   
/* END media 640+ */
/* =========================================================================================== */
/* =========================================================================================== */
/* =========================================================================================== */
@media only screen and (min-width: 991px) {
/* ==============================================================================================
    Full size														> 960px + 2x 15px padding
   =========================================================================================== */
			
/* END media 960+ */
/* =========================================================================================== */
/* =========================================================================================== */
			.klmmr {
				width: 990px;
				margin: 0 auto;
			}
			body {
				font-size: 16px;
			}
			
			.headerlogo img {
				height: 150px;
			}

		/* nav level 1 ================================================== */
			.nav {
				display: inline;
			}
			.nav a {
				font: 18px/1.4 robotobold, Arial, sans-serif;
				display: block;
				width: auto;
			}
			.nav ul {
				margin: 0;
				height: 45px;
			}
			.nav #menulevel_1 li {
				float: left;
				padding: 0px 15px 0px 15px;
				margin-bottom: 0;
				border: none;
				height: 100%;
			}
			.nav #menulevel_1 li:hover,
			.nav #menulevel_1 li.sfHover  {
				border-bottom: 8px solid #ffecb6;
			}
			.nav #menulevel_1 .isinrootline {
				border-bottom: 8px solid #f0cc61;
			}
			.nav #menulevel_1 li:last-child {
			}
			.nav #menulevel_1 > li > a {
				line-height: 45px;
			}
			#pd_openclose {
				display: none;
			}
			.breadcrumb_outerklmmr {
				display: block;
			}
			.homeslider {
				height: 220px;
			}
			.slick-slider img {
				height: 200px;
				width: auto;
			}
			.eq_st_col2,
			.eq_st_col2 img {
				width: 250px;
			}
			.sample_img img {
				height: 200px;
			}

}	
/* ==========================================================================
   Helper classes
   ========================================================================== */
.one_pix_trans {
	width: 100%;
	height: 1px;
	background-color: transparent;
	clear: both;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}