/* 
    Document   : leiton
    Created on : 02.10.2018
    Author     : S. Braun <kontakt@dreampainter.de>
    Description:
        LeitOn CSS Custom styles
*/

@import url('styles.css');

body {
padding: 0px;
background-color: #FFF;
font-family: 'Exo 2', sans-serif;
font-weight: 400;
font-size: 15px;
color: #707070;
}

.clear { clear:both; }
.red { color: #930000; }
.yellow { color: #FFB200; }
.blue { color: #0B458E; }
.grey { color: #697C89; }
.black { color: #000; }
.green { color: #22ba00; }

.pull-left { margin: 0px 10px 0px 0px; }
.pull-right { margin: 0px 0px 0px 10px; }
.text-center, th.text-center, td.text-center  { text-align: center; }

/* Header */
h1, h2 {
    -webkit-text-stroke: 0.2px;
}

h1 { font-size: 2.2em; text-transform: uppercase; font-weight: 400; margin: 20px 0px 30px 0px; color: #fab800; }
h2 { font-size: 2.0em; text-transform: uppercase; font-weight: 400; color: #fab800;  }
h3 { font-weight: 700; color: #707070; }
h4 { font-weight: 700; color: #707070; }

h1.jumbo-blue,
h2.jumbo-blue,
h3.jumbo-blue,
h4.jumbo-blue,
h5.jumbo-blue,
h6.jumbo-blue {
    font-size: 1.7em; font-weight: 400; color: #0088cc; margin: 24px 0px 12px 0px; line-height: 1.1em;
}

.bold { font-weight: bold; }

.alert { text-align: left !important; padding: 8px 14px; }
.alert .close { right: 0px; margin-left: 10px; }
.alert-error { border-color: #B94A48; }
.alert h4 { margin-bottom: 5px; }
.alert-lo { background: #fbb900; color: #FFF; text-shadow: none; }
.alert-lo h4 { color: #FFF; }
.alert-lo ul { width: 97%; }
.alert-lo-icon { font-size: 2.9em !important; }

#header {
    background-color: #0b458e;
    background-image: url(../img/common/header-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    color: #FFF;
    position: relative;
}

#header h1 { color: #FFF;
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    padding: 40px 0px 10px 0px;
    line-height: 1;
    text-transform: uppercase; 
}

#header-tabbed-border { 
    height: 25px; 
    width:34%;  
    position: absolute; 
    bottom: -1px; 
    right: 0px; 
    background-image: url(../img/common/header-tab-border.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#header-decoration {
    height: 55px; 
    width:330px;  
    position: absolute; 
    bottom: 0px; 
    right: 34.3%;
    background-image: url(../img/common/header-decoration-easter.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

#content-title-wrapper { margin: 20px 0px 30px 0px; }
#content-title-wrapper h1 { margin:0px; }
#content-title-wrapper #content-title-img { margin-top: 0px; }


a { color: #0b458e; }
a:hover { color: #042f51; }

/* Links */
a.white { color: #FFF; }
a.yellow { color: #FFB200; }
a.blue { color: #0033CC; }

/* Custom container */
.container {
    max-width: 1100px;
}

body > .container {
   margin-top: 0px; 
   position: relative;
}

.container > hr {
margin: 60px 0;
}

hr.condensed { margin: 10px 0px; }
hr.dotted { border-top: 0px; border-bottom: 1px dotted #CECECE; }

.container-inner {
    background: #FFF;
    padding: 0px 0px 60px 0px;
}

.container-inner > div {
    border: 0px solid red;
}

.content { 
    line-height: 1.5em; 
    text-align: justify; 
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    min-height: 650px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content h7,
.content h8 {
    text-align: left;
}

#footer { position: relative; z-index: 10; background: #0b458e; color: #FFF; padding: 20px 0px 20px 0px; }
#footer-links h5 { font-size: 16px; font-weight: bold; color: #FFF; margin: 0px; padding:0px; }
#footer-contact { line-height: 1.6em; }
#footer-contact a { color: #FFF; }
#footer-contact, #footer-links, #footer-nav, #footer-trust { padding-bottom: 30px; }
#footer-trust { text-align: right; }
#footer-trust a { margin-left: 40px; }

/* Search and Logo */
#logo-search {  border: 0px solid red; margin-bottom: 20px;  }
#language { height: 55px; line-height: 80px; font-weight: 500; position: relative; z-index: 20; }
#language a { color: #707070; }
#language a.active { font-weight: bold; }
#search { border: 0px solid red; padding-top: 24px; }
#search input { width: 100px; }
#search form { margin: 0px; }
#search.input-append input { 
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px; 
    font-weight: normal;
}
#search.input-append .btn:last-child { 
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    border: 1px solid #cccccc;
    background: none;
    text-shadow: none;
    box-shadow: none;
    font-weight: normal;
}
#logo { 
    text-align: right;  
    background-image: url(../img/common/header-tab-border.png);
    background-position: 100px 0px;
    background-repeat: no-repeat; 
    padding-top: 20px; 
    margin-top: -24px; 
    position: relative;  
    z-index: 10; 
}


#login-info { position: relative; margin-top: 20px; right: 0px; border: 0px solid red; }

/* Customize Buttons */
.min-100 { min-width: 100px; }
.min-200 { min-width: 200px; }

a.btn-badge { position: fixed; margin-left: -60px; }

/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar { margin-bottom: 5px; }

.navbar .navbar-inner {
padding: 0;
background: #f0f0f0; /* Old browsers */
border: 0px;
box-shadow: none;
text-shadow: none;
border-radius: 0px;
}



.navbar .nav {
margin: 0;
display: table;
width: 100%;
}

.navbar .nav li {
    
}

.navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.75);
    color: #707070;
    text-shadow: none;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
}

.navbar .nav li a:hover, .navbar .nav li a:active, .navbar .nav li a:focus {
background: #0b458e; /* Old browsers */
color: #FFF;
}

.navbar .nav li:first-child a {
border-left: 0;
border-radius: 0px 0 0 0px;
}
.navbar .nav li:last-child a {
border-radius: 0 0px 0px 0;
}

.navbar .nav li ul li {
display: block;
width: auto;
}

.navbar .nav li ul li a {
 position: relative;
 z-index: 10000;
 text-align: left;
 color: #707070;
 font-size: 14px;
 padding: 4px 30px 4px 10px;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-bottom-color: #707070;
    border-top-color: #707070;
    color: #707070;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #707070;
}

.dropdown .dropdown-menu .nav-header {
    padding-left: 10px;
     font-size: 14px;
     color: #d3d3d3;
}

.dropdown .dropdown-menu { min-width: 250px; }

.navbar .btn-navbar, .navbar .btn-navbar:hover {  
    background: #0B458E;
    box-shadow: none;
    text-shadow: none;
    border: 2px solid #0B458E;
}

.navbar .btn-navbar .icon-bar { background: #F0F0F0; box-shadow: none; text-shadow: none; }
.navbar #btn-navbar-help { float: right; margin: 8px 5px 0px 0px; color: #134383; font-weight: bold; display: none; }




/* Secondary Navbar */
.nav-secondary { text-align: center; background-color:#F0F0F0; width: 100%; }
.nav-secondary li { float: none; display: inline-block; position: relative; }
.nav-secondary > li > a { border-radius: 0px; margin-top: 0px; margin-bottom: 0px; padding-top: 12px; padding-bottom: 12px; }
.nav-secondary > .active > a, .nav-secondary > .active > a:hover, .nav-secondary > li > a:hover { background: #134383; color: #FFF; }
.nav-secondary > .active > a:before { 
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background: #134383;
    transform: rotate(45deg);
}


/* Nav Footer */
ul.footer { margin: 0px; display: block; }
ul.footer li { display: inline; margin: 0px; padding: 0px; line-height: 1.3em; }
ul.footer li:after{content:" | ";}
ul.footer li:last-child:after{content:"";}
ul.footer li a { display: inline-block; color:#FFF; }
ul.footer li a:hover { color:#FFF; text-decoration: underline; background: none; }

#footer-links ul.footer li { font-size: 12px; }


#home-slider {
 background: #FFF;
 height: 55vh;
 min-height: 350px;
 max-height: 600px;
 overflow: hidden;
 position: relative;
 box-sizing: border-box;
 width: 100%;
 margin: 0px 0px 20px 0px;
 padding: 0px;
}

#home-slider .hslide {
    display: block;
    float:left;
    width: 20%;
    background-color: #f5f5f5;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border-width: 0px 0px 0px 4px;
    border-style: solid;
    border-color: #FFF;
    height: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto 100%;

}
#home-slider .hslide.active { }

#home-slider .hslide:first-child { border-width: 0px 0px 0px 0px; }
#home-slider .hslide.active { width:60%; }
#home-slider .hslide-caption { 
    position: absolute; 
    bottom: 0px; 
    height: 160px; 
    background: none; 
    transition:background-color 0.3s ease;
    padding: 20px; 
    box-sizing: border-box;
}

#home-slider .hslide-img { width: 100%; height: 100%; background: red; }

#home-slider .active .hslide-caption { background: #f8f8f8; width: 98%; transition:background-color 0.3s ease; }
#home-slider .caption-title { color: #858585; text-transform: none; font-weight: 500; float:left; margin: 0px; padding: 0px; }
#home-slider .caption-title a { color: #858585; }
#home-slider .active .caption-title { color: #858585; margin-right: 10px; text-shadow: none; }
#home-slider .caption-title.highlight2 { color: #3E3E3E; text-shadow: 0px 0px 5px rgba(255, 255, 255, 1); position: relative; }
#home-slider .caption-title.highlight2 a { color: #3E3E3E; }
#home-slider .caption-body { display: none; float:right; width: 60%; }
#home-slider .active .caption-body { display: block; }
#home-slider .hslide img { height: 100% !important; max-width: none; display: none; }
#home-slider .hslide.active img { display: block; }

#home-slider .hslide-caption .caption-button { display: inline-block; width: 49.2%; box-sizing: border-box; padding: 3px 6px; margin-bottom: 4px; color: #0B458D; vertical-align: top; }
#home-slider .hslide-caption .caption-button:hover { color: #0470B7; text-decoration: underline; }

#home-slider .next-slide { border: 1px solid #fbb900; position: absolute; font-size: 120px; top: 0px; left: 0px; width:100%; height: 100%; color: rgba(0, 0, 0, 0.4); display: none; text-align: center; box-sizing: border-box; padding-top: 60%; }

#home-slider .hslide-origin { position: absolute; width:200px; top: 20px; right: 20px; text-align: right; }
#home-slider .hslide-origin-first { font-weight: bold; font-size: 1.4em; padding-bottom: 5px; }
#home-slider .hslide-origin-second { font-weight: bold; font-size: 1.2em; padding-bottom: 5px; }
#home-slider .hslide-origin-third { font-weight: normal; font-size: 1em; padding-bottom: 5px; }

.hslide-progress-bar { display: none; position: absolute; top: 0px; left: 0px; width: 0%; height: 4px; background: #FBB900; box-sizing: border-box; }
#home-slider .active .hslide-progress-bar { display: block; }

#teaser-aktuell .small-carousel-control { position: absolute; z-index: 1000; right: 6px; top: 10px; border: 0px solid red; }
#teaser-aktuell .small-carousel-control a { color: #FFF; text-decoration: none; margin-left: 5px; }
#teaser-aktuell .small-carousel-control a:hover { color: #FFB200; }


.partnerandlinks { margin-top: 20px; }


#socialmediabar { 
    display: none;
    position: fixed; 
    right: 0px; 
    top: 65px; 
    width: 60px;
    min-height: 200px;
    padding: 10px; 
    background: #f0f0f0; 
    text-align: center; 
    z-index: 1000;
}
#socialmediabar img { margin: 4px 0px; width: 42px; }

#login-widget {
    text-align: left;
}

#login-widget h4 { text-align: left; }
#login-widget a { color: #707070; }
#login-widget #link-register { display: inline-block; margin-top: 5px; }
#login-widget input { border: 0px; }

/* Teaser Home */
#aktuell-kontakt h4 { color: #fab800; text-transform: uppercase; font-size: 32px; margin: 0px 0px 20px 0px; padding: 0px; font-weight: 500; display: inline-block; }
#aktuell-kontakt .teaser-body { padding-left: 10px; }
#aktuell-kontakt .carousel { line-height: 1.5em; margin-bottom: 0px; }
#teaser-aktuell { border-width: 0px 1px 0px 0px; border-style: solid; border-color: #f0f0f0; }
#teaser-aktuell img { margin-right: 30px; }
#aktuell-kontakt:after { clear: both; }


#teaser-home-news { }
#teaser-home-news h4 { color: #fab800; text-transform: uppercase; font-size: 32px; margin: 10px 0px 30px 0px; padding: 0px; font-weight: 500; display: inline-block; }

#teaser-home-list ul { margin: 0px 0px 20px 0px; padding: 0px; list-style-type: none; }
#teaser-home-list ul li { margin: 0px 0px 3px 0px; padding: 10px 10px; background: #f8f8f8; box-sizing: border-box; line-height: 30px; height: 45px; overflow: hidden; }
#teaser-home-list ul li::before {
    font-family: FontAwesome;
    content:"\f058";
    font-size: 20px;
    line-height: 30px;
    margin-right: 10px;
    vertical-align: top;
}
#teaser-home-list ul li a { text-decoration: none; color: #707070; }

#teaser-home-slider .carousel { line-height: 1.3em; }
#teaser-home-slider .carousel-small .carousel-indicators li { 
    float: none;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.25); 
}

#teaser-home-slider .carousel-small .carousel-indicators li.active { 
    background-color: rgba(0, 0, 0, 0.5); 
}

#teaser-home-slider .carousel-indicators {
    position: absolute;
    top: 115px;
    left: 0px;
    z-index: 5;
    margin: 0;
    list-style: none;
    text-align: center;
}


.teaser-home-bottom h2 {
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1.1;
    color: #123d82;
    color: #707070; 
    margin: 0px 0px 20px 0px;
}


.teaser-home-bottom a { color: #707070; }
.teaser-home-bottom h2 {  }
.teaser-home-bottom h4 { margin: 0px 0px 15px 0px; text-transform: uppercase; font-size: 15px; }
.teaser-home-bottom .amt { font-weight: bold; font-size: 1.3em; margin-bottom: 20px; }
.teaser-home-bottom .notes { margin: 10px 0px; }
.teaser-home-bottom .prices { margin-top: 0px; }
.teaser-home-bottom .prices a { text-decoration: none; }
.teaser-home-bottom .teaser-home-img .badge-neu { position: absolute; margin: 4px 0px 0px -32px; }

.priceimg { margin: 4px 0px; }
.priceimg img { height:73px; }
.priceimg .numbers-after { position:relative; bottom:15px; margin-left:-17px; z-index:10; }
.priceimg .numbers-after img { height:41px; }

.priceimg.priceimg-small img { height:58px; }
.priceimg.priceimg-small .numbers-after { bottom:12px; margin-left:-14px; }
.priceimg.priceimg-small .numbers-after img { height:34px; }

.teaser-home-bottom .price-gross, .teaser-home-bottom .price-net {
    color: #fab800;
    font-size: 72px;
    font-weight: 500;
    box-sizing: border-box;
    position: relative;
    margin: 30px 0px 40px 0px;
}

.teaser-home-bottom .price-gross span, .teaser-home-bottom .price-net span {
    font-size: 24px;
    display: inline-block;
    position: absolute;
    top: -15px;
    margin-left: -12px;
}

.teaser-home-bottom ul { margin: 0px; padding: 0px; list-style-type: none; }
.teaser-home-bottom ul li { line-height: 1.4em; }



.download-info { display: none; }

#technology-table-container table { table-layout: fixed; }
#technology-table-container table th { }
#technology-table-container table td:first-child { font-weight: bold; }

/* Common Elements */

.lexikon .header { font-size: 3em; }
.lexikon td a { display: block; }

div.lexikon-tipp { border: 1px solid #000; background:#ECECEC; padding:10px; margin:80px 0px 20px 0px; }

p.lexikon-link-home { text-align: center; color: #C3C3C3;}
p.lexikon-link-home a, p.lexikon-link-home a:link, p.lexikon-link-home a:visited, p.lexikon-link-home a:active {
color: #C3C3C3;
text-decoration: none;
}

p.lexikon-link-home a:hover { color:#144E8C;  }

.group1 img { z-index: 10; position: relative; }
.img-caption { font-size: 80%; padding: 10px; text-align: center; line-height: 1.2em; }

.hidden { display: none; }
.visible { display: inline-block; }

.scrollToTop {
	width:50px; 
	height:50px;
        line-height: 50px; 
	text-align:center; 
	background: #0b458e;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	position:fixed;
        z-index: 10000;
	bottom:20px;
	right:20px;
	display:none;
        border: 1px solid #FFF;
}
.scrollToTop:hover{
	text-decoration:none;
        background: #08346a;
        color: #FFF;
}
.scrollToTop i {
        line-height: 50px;
}

.kalk-start-badge-container { 
    position: absolute; 
    
}
.kalk-start-badge { 
    position: relative; 
    left: -15px;
    top: 15px;
    background: rgba(254,177,0,0.9); 
    color: #FFF; 
    font-weight: bold; 
    box-sizing: border-box; 
    padding: 3px 10px 2px 10px;
    max-width: 230px;
    min-width: 120px;
    box-shadow: 3px 2px 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    text-shadow: 0px 0px 3px #9b5f00;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}

.kalk-start-badge-container::after {
  content: url(../img/common/badge-bg.png);
  position: relative; 
    left: -15px;
    top: 15px;
}

.kalk-start-badge-title { font-size: 20px; }
.kalk-start-badge-info { font-size: 13px; font-style: italic; }

/* Sidebar */
#sidebar_container {
    float: right;
    padding-top: 0px;
}

.well { }
.well-table { display: table; }

/* Tooltips */
.popover {
    max-width: 400px;
    width: auto;
    height: auto;
    min-height: 200px;
    max-height: 600px;
}

.tooltip.in{
    opacity:.85;
    filter:alpha(opacity=85);
}

.tooltip-inner{
    max-width:550px;
    font-size: 1.2em;
}

.show_popover, .show_tooltip { cursor: pointer; }
.lo-well, .lo-well a { text-align: center; text-decoration: none; }


#sidebar-contact > div { min-height: 116px; }



/* Modals */
.modal-header { 
    background: #FBBA00; 
    -webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}

.modal-header h4 { color: #FFF; display: inline-block; }


/* Forms */
fieldset { margin-bottom: 20px; }
fieldset .formtab {  
    background: #f5f5f5; 
    border-width: 0px 1px 1px 1px; 
    border-style: solid; 
    border-color: #e3e3e3; 
    padding: 19px; 
}

legend { 
    width: 100%; 
    background: none; 
    border-width: 0px 0px 1px 0px; 
    border-style: solid; 
    border-color: #e3e3e3;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-weight: bold;
    color: #697c89;
    text-transform: uppercase;
}

legend span { 
    position: relative;
    top: 1px;
    min-width: 265px;
    display: inline-block; 
    border-width: 1px 1px 0px 1px; 
    border-style: solid; 
    border-color: #e3e3e3; 
    margin:0px 0px 0px 0px; 
    padding: 0px 20px 0px 10px;
    background: #f5f5f5;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
} 

.form-kalk-start legend span { min-width: 300px; }

label.control-label { color: #fab800; font-weight: bold; }
label.radio {  }
label.required:before{ content:"* ";color:#ff0000; }
label .label-comment { position: relative; display: block; font-weight: normal; line-height: 1em; margin: 5px 0px 0px 0px; width: 160px; }
label .label-comment-absolute { position: absolute; }

.form-horizontal .control-group { margin: 8px 0px; }
.form-horizontal .controls.controls-row .help-block { padding-top: 5px; }

.form-buttons, .form-buttons-centered { text-align: left; }
.form-buttons-centered { text-align: center; }
.form-buttons-right { text-align: right; }

#login-small { border: 0px solid red; }
#login-small .control-group { margin-bottom: 10px; }
#login-small .control-label { text-align: left; border: 0px solid red; }
#login-small .controls { border: 0px solid red; }
#login-small button { margin-top: 0px; }

#form-angebot { margin: 0px; }
#form-angebot .control-group { margin:0px 0px; }
#form-angebot .modal-footer { text-align: center; }
#form-angebot #angebot-status-wrapper { margin-bottom: 10px; }

#field_hp_container { position: absolute; left: -10000px; }

.beschriftungsposition > label, .beschriftungsposition > div { 
    background: #D3D3D3;
}

.beschriftungsposition .span2, .beschriftungsposition .span6 {
    margin: 0px !important;
}

.beschriftungsposition .span2 { width: 80px; }

.beschriftungsposition .radio input { 
    margin-left: 10px;
}

.beschriftungsposition .span6 {
    padding: 0px;
    line-height: 50px;
    text-align: center;
    width: 240px;
}

#checkbox_agb { padding: 0px; text-align: right; padding-right: 20px; }
#checkbox_agb input { float: right; margin-right: -20px; }


/* Calculation */
.calculation_tab {
    background-color: #F5F8F9;
    border-color: #A5B9C3;
    border-width: 1px;
    border-style: solid;
    margin: 10px 0px;
    padding: 0px 10px 0px 10px;
}

.calculation_tab h3 {
    font-size: 1.4em;
    margin: 0px 0px 15px 0px;
    border-bottom: 1px solid #D3D3D3;
}

#calculationform { position: relative; }
#calculationform .formtab .row-fluid div > .control-group, #form_schablonen .formtab .row-fluid div > .control-group { padding-bottom: 8px; border-bottom: 1px dotted #CECECE; }
#calculationform .formtab .row-fluid div > .control-group:last-child, #form_schablonen .formtab .row-fluid div > .control-group:last-child { padding-bottom: 8px; border-bottom: 0px dotted #CECECE; }
#calculationform #zusatzoptionen, #calculationform #kundennutzen, #form_schablonen #zusatzoptionen, #calculationform #bohroptionen, #calculationform #multinutzen { background: #FBFBFB; margin-top: -9px; }

#calculationform .formtab .row-fluid div > .control-group.no-border, #form_schablonen .formtab .row-fluid div > .control-group.no-border { border: 0px; }
#calculationform .icon-info-sign { font-size: 18px; }

#calculationform #AtContainer { position: relative; min-height: 130px; }
#calculationform #AtContainerStatus { position: absolute; box-sizing: border-box; z-index: 10; width: 100%; height: 100%; background: rgba(96%, 96%, 96%, 0.8); text-align: center; }
#calculationform #AtContainerStatus i { vertical-align: middle; margin-right: 5px; }
#calculationform #AtContainerStatus span { display: block; position: absolute; top: 50%; margin-top: -25px; width: 100%; height: 50px; line-height:50px; }

#bestellstatus { list-style-type: none; padding: 0px; margin: 10px 0px; width: 100%; }
#bestellstatus li { padding: 5px 0px; background: #d0dce2; color: #697c85; display: inline-block; min-width: 150px; line-height: 1em; text-transform: uppercase; }
#bestellstatus li.active { background: #fbba00; color: #FFF; }
#bestellstatus li span { float: left; display: inline-block; font-size: 34px; line-height: 30px; vertical-align: middle; padding: 0px 6px; }


#calculation-forms .panel-kalk-start { padding: 12px; background: #F5F5F5; }
#calculation-forms .panel-kalk-start .panel-kalk-start-body { min-height: 100px; }
#calculation-forms .panel-kalk-start .panel-kalk-start-body-condensed { min-height: 50px; }
#calculation-forms .panel-kalk-start h3 { margin: 10px 0px 20px 0px; line-height: auto; }
#calculation-forms .panel-kalk-start .btn { margin-top: 20px; }
#calculation-forms .panel-kalk-start img { width:140px; vertical-align: bottom; }

#calculation-forms .panel-kalk-start2 form { margin: 0px; }
#calculation-forms .panel-kalk-start2 { position: relative; padding: 8px; background: #F5F5F5; cursor: pointer; }
#calculation-forms .panel-kalk-start2 .panel-kalk-start-body2 { position: relative; z-index: 200; display: none; line-height: 1.15em; }
#calculation-forms .panel-kalk-start2 .panel-kalk-start-body-condensed { min-height: 50px; }
#calculation-forms .panel-kalk-start2 h3 { margin: 6px 0px 6px 0px; line-height: auto; }
#calculation-forms .panel-kalk-start2 select { margin-top: 11px; }
.panel-kalk-start2 .btn { margin-top: 10px; }
#calculation-forms .panel-kalk-start2 select { width: 100%; }
#calculation-forms .panel-kalk-start2 img { width:120px; vertical-align: bottom; }
#calculation-forms .panel-kalk-start2 img.pull-left { margin-bottom: 0px; }
#calculation-forms .panel-kalk-start2 .panel-kalk-start2-btn-auswahl { box-sizing: border-box; position: absolute; z-index:100; top: 0%; left: 0%; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); text-align: center; padding: 8px; display: none; }
#calculation-forms .panel-kalk-start2 .panel-kalk-start2-btn-auswahl .btn { width: 250px;} 

#calculation-forms .panel-kalk-start2.active { border-color: #5BB75B !important; }
#calculation-forms .panel-kalk-start2.active .panel-kalk-start2-btn-auswahl { z-index:-1; }
#calculation-forms .panel-kalk-start2.active .panel-kalk-start-body2 { display: block; }


#calculation-forms .panel-kalk-start3 { padding: 0px 10px 0px 10px; background: #F5F5F5; }
#calculation-forms .panel-kalk-start3.active { border-color: #FBB900 !important; border-width: 1px; box-shadow: 0 0 0 rgba(251, 185, 0, 0.8); animation: pulse 1.5s infinite; }
#calculation-forms .panel-kalk-start3 form { margin: 0px 0px 10px 0px; }
#calculation-forms .panel-kalk-start3 h3 { margin: 0px 0px 0px 0px; line-height: auto; font-size: 20px; }
#calculation-forms .panel-kalk-start3 img { margin-top:12px; }
#calculation-forms  .panel-kalk-start-body3-schablonen-text { font-size: 11px; line-height: 1.2em; }

.form-button, .form-button button, .form-button btn { margin: 0px; font-family: 'Exo 2', sans-serif; font-weight: 400; display: inline-block; }

#cf_ausfuehrung .controls-row label .tab1 { display: inline-block; background: none; }
#cf_ausfuehrung .controls-row label .tab2 { display: inline-block; background: none; }
#cf_ausfuehrung .controls-row label .tab3 { display: inline-block; background: none; }

span.icon { 
    display: inline-block; 
    width:36px; 
    height:36px; 
    vertical-align: text-bottom; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%; 
}
span.icon-size-24 { width:24px; height: 24px; }
span.icon-size-18 { width:18px; height: 18px; }
span.icon-size-16 { width:16px; height: 16px; }
span.icon-size-12 { width:12px; height: 12px; }
span.icon-shared { background-image: url(../img/icons/shared.svg); }
span.icon-shared-white { background-image: url(../img/icons/shared-white.svg); }
span.icon-individual { background-image: url(../img/icons/individual.svg); }
span.icon-individual-white { background-image: url(../img/icons/individual-white.svg); }
span.icon-individual-active { background-image: url(../img/icons/individual-active.svg); }

#kundennutzen .help-block { margin: 0px 0px 0px 0px; padding-left: 10px; }
#kundennutzen #nutzenanzeige { margin-left: 10px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(251, 185, 0, 0.8);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(251, 185, 0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(251, 185, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(251, 185, 0, 0.8);
    box-shadow: 0 0 0 0 rgba(251, 185, 0, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(251, 185, 0, 0);
      box-shadow: 0 0 0 10px rgba(251, 185, 0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(251, 185, 0, 0);
      box-shadow: 0 0 0 0 rgba(251, 185, 0, 0);
  }
}


#orderprocess {  
    margin: 20px 0px 10px 0px;
  display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow: hidden;
background-color: #f7f7f7;
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
background-repeat: repeat-x;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#orderprocess div { 
    flex: 1 1 auto;
    font-size: 0.9em; 
    padding: 10px 5px;
    background: none; 
    color: #697c85; 
    line-height: 1em; 
    text-transform: uppercase; 
    border-left: solid 0px white;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

#orderprocess div:first-child { border-left: solid 0px white; }
#orderprocess div.completed { background: #707070; color: #FFF; }
#orderprocess div.active { background: #fbba00; color: #FFF; }
#orderprocess div span { }

#layers-modify-form { position: absolute; margin-left: 60px; margin-top: 260px; text-align: left; z-index: 100; }
#layers-modify-form.layers-modify-form-10l { margin-top: 300px; }


.form-horizontal .group-row { margin: 0px 0px 10px 0px; }
.form-horizontal .group-row label,
.form-horizontal .group-row div { display: inline-block; float: left; margin: 0px; width: auto; border: 0px !important; }

.form-horizontal .group-row .control-group  { margin: 2px 0px 6px 0px; border-bottom: 1px dotted #CECECE !important; }
.form-horizontal .group-row:last-child .control-group  { margin: 2px 0px 0px 0px; border-bottom: 0px dotted #CECECE !important; }
.form-horizontal .group-row .control-label { margin-right: 10px; }

.form-horizontal .group-row input,
.form-horizontal .group-row select { margin-right: 10px; }


#umfrageform { margin-top: 40px; }


#f_impedanzen { border-bottom: 0px dotted #CECECE !important; }

#cb { text-align: right; margin-top: 10px; }

#prices {  background: #f5f5f5; border-width: 1px 1px 1px 1px; border-style: solid; border-color: #e3e3e3; min-height: 200px; padding-bottom: 0px; }
#prices h3 { text-transform: uppercase; border-bottom: 1px dotted #e3e3e3; margin: 0px 0px 10px 0px; padding: 0px 4px; }
#prices td { background: #f5f5f5; }


table.prices { border-radius: 0px; border: 1px solid #e3e3e3; }
table.prices tr:nth-child(2n+1) td { background: #f5f5f5; }
table.prices tr th { border-radius: 0px !important; text-align: right; background-color: #707070 !important; color: #FFF; }
table.prices, table.prices th, table.prices td { border-color: #e3e3e3; }
table.prices th, table.prices td { padding: 4px 15px; font-size: 1.2em; border: 0px solid #707070; }
table.prices .price-label { color: #fab800; font-weight: bold; }
table.prices .price-label-normal { font-weight: normal; }
table.prices .price, table.prices .price-at { text-align: right; }
table.prices .price .price-note { font-style: italic; font-size: 13px; color: #798C96; }
table.prices .prices-final { font-weight: normal; }
table.prices .prices-final td { text-align: right; }
table.prices .prices-final td { background-color: #f5f5f5 !important; }
table.prices .border-top td { border-top: 1px solid #e3e3e3; }
table.prices .price-label-discount * { font-weight: bold; color: #0045A1; }
table.prices .price-final-productioncountry td { background: #0B458E !important; color: #FFF; text-align: center; font-size: 0.9em; }

#pcbdetails { }
#pcbdetails .pricelabel { font-weight: bold; font-size: 1em; }
#pcbdetails .pricelabel:after{content:":";}
#pcbdetails .price { font-size: 1em; }

#pcbprice {  }
#pcbprice .pricelabel { font-weight: normal; font-size: 1.2em; text-align: right; }
#pcbprice .row-fluid:last-child, #pcbprice .row-fluid:last-child .pricelabel { font-weight: bold; }
#pcbprice .pricelabel:after{content:":";}
#pcbprice .price { font-size: 1.2em; text-align: right; }


#PriceProductiontype .productiontype-title { padding: 10px 20px; font-size: 14px; min-width: 180px; position: relative; }
#PriceProductiontype .productiontype-desc { font-size: 14px; margin-top: 6px; }
#PriceProductiontype a .icon { display: inline-block !important; }

.cart-preview { 
    position: absolute; 
    z-index: 100000;
    top: 20px; 
    right: 20px;
    text-align: right; 
    color: #FFF; 
    box-sizing: border-box; 
    padding: 0px 0px 0px 0px; 
}

.cart-preview button { margin-left: 5px; }

.cart-preview form { margin: 0px; }

.cart-preview-sticky { 
    position: fixed; 
    top: 30px;  
}

.cart-preview-sticky-animate { 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}



.cart-details-container { 
    background: #f5f5f5; 
    border-width: 1px 1px 1px 1px; 
    border-style: solid; 
    border-color: #e3e3e3; 
    padding: 15px; 
    margin: 10px 0px;
}

.cart-details-container.dark {
    background: #4C6666;
    color: #FFF;
}

.cart-details-container .cart_details .row-fluid [class*="span"] { min-height: 22px; }
.cart-details-container .cart_details_label { color: #fab800; font-weight: bold; }
.cart-details-container .cart_details_label:after{ content:": "; }
.cart-details-container .cart_details_value {  }

.order-details .cart_details_label { color: #d78519; font-weight: bold; }

.cart-details-container .cart_position { border-bottom: 1px dotted #a5b9c3; padding-bottom: 10px; }
.cart-details-container .cart_position:last-child { border-bottom: 0px dotted #a5b9c3; padding-bottom: 10px; }


.cart_position_footer { margin-top: 10px; text-align: right; }
.cart_position_footer .price { font-size: 1.2em; }
.cart_position_footer .price .cart_details_value { text-align: right; }
.cart_position_footer .buttons { margin-top: 10px; }
.cart_position_footer .buttons form { margin: 4px 0px; }
.cart_position_footer .buttons form input[type=submit], .cart_position_footer .buttons form button[type=submit] { min-width: 80px; text-align: left; margin-bottom: 4px; }

.btn-calculation-modal, .btn-calculation-modal:hover { text-decoration: none; position:absolute; right: 15px; }
.btn-calculation-modal-inline, .btn-calculation-modal-inline:hover { position: static; }
.btn-inverse,
.btn-success,
.btn-info,
.btn-alert { color: #FFFFFF !important; }

.btn {
    background: #FFF;
    color: #333333;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #E1E1E1;
    text-transform: uppercase;
}

.btn-warning {
    background: #fab800;
    color: #FFF;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    border: 1px solid #fab800;
}

.btn-inverse {
    background: #707070;
    color: #FFF;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    border: 1px solid #707070;
}

.btn-inverse-light {
    background: #cccccc;
    border: 0px;
}

.btn-success {
    color: #ffffff;
    background: #5bb75b;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    border: 1px solid #5bb75b;
}

.btn-primary {
    color: #ffffff;
    background: #0B458E;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    border: 1px solid #0B458E;
}

.btn-link{
    color: #134383;
    background: none;
    text-transform: uppercase;
    box-shadow: none;
    text-shadow: none;
    border: 0px;
    text-decoration: none !important;
}

table.address { }
table.address tr td:first-child { font-weight: bold; padding-right: 20px; }

#upload-formats { margin-top: 20px; }
#upload-formats div.well { min-height: 110px; width: 155px; font-size: 0.8em; text-align: center; float: left; margin-right: 10px; }
#upload-formats div.well:last-child { margin-right: 0px; }
#upload-formats div.well img { display: block; margin: 0px auto; }

img.pull-right { margin: 0px 0px 20px 20px; }
img.pull-left { margin: 0px 20px 20px 0px; }

.media-list-96 { }
.media-list-96 li { border-width: 0px 0px 1px 0px; border-style: solid; border-color: #EDEDED; padding-bottom: 20px; margin-top: 20px; }
.media-list-96 li a.btn { margin-top: 5px; }
.media-list-96 img.media-object { max-width: 96px; }

.media-list-team li { padding: 10px 10px; border: 1px solid #EDEDED;
                     -webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.media-list-team h4 { margin-bottom: 0px !important; }
.media-list-team .postion { }
.media-list-team .quote { font-size: 0.9em; font-style: italic; }


.downloads-extended {  }
.downloads-extended td:first-child { min-width: 450px; }


#loading-layer { 
    position: absolute; 
    left: 0px; 
    width: 100%; 
    height: 2000px; 
    z-index: 100000; 
    background: #FFF;
    color: #004189; 
    text-align: center; 
    padding: 50px; 
    box-sizing: border-box;
    font-size: 2em;
}


#info-updating {
    display: none;
    position: fixed; 
    bottom: 10%;
    left: 40%; 
    width: 20%; 
    z-index: 100000; 
    background: rgba(19, 67, 131, 0.8);
    color: #FFF; 
    text-align: center; 
    padding: 20px; 
    box-sizing: border-box;
    font-size: 1.4em;
}


#element-ajax-price {
    display: none;
    position: fixed;
    top: 60px;
    right: 20px;
    width: 280px;
    background: #f5f5f5;
    padding: 10px; 
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}
#element-ajax-price h4 { margin-top: 0px; }
#element-ajax-price .ajax-price-row div { display: inline-block; width: 50%; text-align: right; }
#element-ajax-price .ajax-price-row div:first-child { width: 50%; }
#element-ajax-price #icon-update-price { display: none; }
#element-ajax-price .ajax-price-notice { position: absolute; display: none; top: 0px; left: 0px; width: 100%; box-sizing: border-box; margin: 0px 0px 0px 0px; padding: 8px; }
#element-ajax-price .ajax-price-notice > div { display: table-cell; vertical-align: middle; text-align: center; width: 278px; box-sizing: border-box; }
#element-ajax-price #ajax-price-notice-info { background: rgba(252, 248, 227, 0.95); color: #c09853; border: 1px solid #fbeed5; }
#element-ajax-price #ajax-price-notice-error { background: rgba(242, 222, 222, 0.95); color: #b94a48; border: 1px solid #eed3d7; }
#element-ajax-price #ajax-price-workingdays { margin-bottom: 10px; }
#element-ajax-price #ajax-price-net { font-weight: bold; }
#element-ajax-price #ajax-price-gross { border-top: 1px solid #9E9E9E; font-weight: bold; }
#element-ajax-price #ajax-price-single { font-size: 0.8em; margin-top: 0px; }
#element-ajax-price #ajax-price-buttons-container { margin-top: 30px; }
#element-ajax-price #ajax-price-buttons-container .btn { margin-bottom: 5px; font-size: 0.9em; }


#pricematrix-container {
    position: fixed;
    top: 450px;
    right: 20px;
    width: 340px;
    background: #f5f5f5;
    padding: 10px; 
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

#pricematrix-container h4 { margin-top: 0px; }

#element-ajax-pricematrix {
    display: table;
    width: 100%;
}

#element-ajax-pricematrix .thead { font-weight: bold; width: 100%; display: table-header-group; }
#element-ajax-pricematrix .tbody { width: 100%; display: table-row-group; }
#element-ajax-pricematrix .trow { display: table-row; width: 100%; height: 30px; line-height: 30px; }
#element-ajax-pricematrix .tcell { display: table-cell; width: 25%; text-align: center;  border-bottom: 1px solid #D8D8D8; padding: 4px; }
#element-ajax-pricematrix .tcell:first-child {  text-align: left; font-weight: bold; }
#element-ajax-pricematrix .tcell .prices { text-align: right; }
#element-ajax-pricematrix .prices.selectable:hover, #element-ajax-pricematrix .prices.selectable.isactive:hover { background: #134383; color: #FFF; cursor: pointer; }
#element-ajax-pricematrix .prices.isactive { font-weight: bold; color: #134383; }
#element-ajax-pricematrix .trow.isactive { background: #DEDEDE; }


/*
 * Jobs
 */

#jobs2017 {
    background-color: #FFF;
    background-image: url(../img/jobs/jobs-bg-plattenbau-hightech.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 720px 70px 0px 70px;
}

.job-title-before {
    color: #164282;
    font-weight: bold;
    font-size: 22px;
}

#jobs2020 .job-title-before {
    color: #999;
    font-weight: normal;
    font-size: 22px;
    text-align: center !important;
    margin-top: 20px;
    margin-bottom: -15px;
}

h1.job-title {
    color: #164282;
    text-align: center !important;
    text-transform: none;
    font-weight: bold;
    line-height: 1em;
    margin: 20px 0px 40px 0px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}


#jobs2020 h1.job-title small {
    display: block;
    margin-top: 10px;
    font-size: 22px;
}


.job-content { color: #000; text-align: left; }
.job-content h4 { color: #000; }
.job-content ul { list-style-type: square; margin: 10px 0px 25px 15px; padding: 0px; }
.job-content ul li { padding-left: 10px; }
.job-content .cta { text-align: center !important; font-weight: bold; font-size: 18px; margin: 20px 0px 30px 0px; }
#jobs2020 .job-content .cta { 
    text-align: center !important; 
    margin: 30px 0px 10px 0px; 
    font-weight: normal; 
    font-size: 16px; 
    background: #f0f0f0;
    box-sizing: border-box;
    padding: 20px;
}
#jobs2020 .job-content .cta .cta-title { 
    font-weight: bold; 
    font-size: 24px; 
    color: #164282; 
}



#cms_edit { 
    position:fixed; 
    z-index: 100000;
    top:0px; right: 30px; 
    padding:5px 10px 5px 10px; 
    background: #FFB200; 
    color: #FFF;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-box-shadow:    0px 1px 4px 1px #000;
   -webkit-box-shadow: 0px 1px 4px 1px #000;
   box-shadow:         0px 1px 4px 1px #000;
}

#cms_edit a {
    color: #FFF;
    line-height: 35px;
    text-decoration: none;
}

#cms_edit a:hover {
    color: #014479;
}

#cms_edit i { vertical-align: middle; }

#SaConsole { position: fixed; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.7); }
#SaConsole h4 { margin: 10px 0px; color: #FFF; }
#SaConsole .nav, #SaConsole ul { margin: 0px; }

.rating i { cursor: pointer; display: inline-block; border: 1px solid transparent; }
#rz-container-response { display:none; }

#lo-notification { 
    position: fixed;
    bottom: 0px;
    left: 25%;
    width: 50%;
    z-index: 10000;
}



/* Site Search */

.highlight { background: #FFB200; }
.searchheading { font-size: 130%; font-weight: bold; }
.summary { font-size: 80%; font-style: italic; }
.suggestion { font-size: 100%; }
.results { font-size: 100%; }
.category { color: #999999; }
.sorting { text-align: right; }

.result_title { font-size: 100%; font-weight: bold; }	
.result_title a { color: #243A96; }
.description { font-size: 100%; color: #262626; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #008000;}

.zoom_searchform { font-size: 100%; }
.zoom_results_per_page { font-size: 80%; margin-left: 10px; }
.zoom_match { font-size: 80%; margin-left: 10px;}				
.zoom_categories { font-size: 80%; }
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }

.cat_summary ul { margin: 0px; padding: 0px; display: inline; }
.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }		

input.zoom_button {  }
input.zoom_searchbox {  }		

.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0px; }

.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }

.result_pages { font-size: 100%; }
.result_pagescount { font-size: 100%; }

.searchtime { font-size: 80%; }

.recommended 
{ 
        background: #DFFFBF; 
        border-top: 1px dotted #808080; 
        border-bottom: 1px dotted #808080; 
        margin-top: 15px; 
        margin-bottom: 15px; 
}
.recommended_heading { float: right; font-weight: bold; }
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }		
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #008000; }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
.recommend_image { float: left; display: block; }
.recommend_image img { margin: 10px; width: 80px; border: 0px; }

/* Search Form */
.zoom_searchform { border: 0px solid red; }
.zoom_searchform fieldset .formtab { border-width: 1px 1px 1px 1px; }
.zoom_searchbox { width: 60%; margin: 0px 10px 0px 0px; }
.zoom_results_per_page { margin: 0px 0px 0px 30px; width: 50%; }
.zoom_results_per_page select { max-width: 80px; margin: 0px 0px 0px 10px; }
.zoom_match { display: none; }
.result_pagescount { display: none; }

#price-switch .btn { min-width: 70px; }
#preisbeispiele-show-more { margin-top: 40px; }

#table-basismaterial {
    width: 100%; 
    overflow-x: scroll;
    font-size: 80%;
    white-space:nowrap; 
}


/* Sondertechnologien */

.thumbnails-sondertechnologien .thumbnail .caption { min-height: 270px; position: relative; top: 0px; left: 0px; box-sizing: border-box; }
.thumbnails-sondertechnologien .thumbnail .caption .caption-action { position: absolute; bottom: 10px; left: 0px; width: 100%; padding: 0px 9px; box-sizing: border-box; }
.thumbnails-sondertechnologien .thumbnail.active { border-color: #5BB75B !important; border-width: 2px; }


.thumbnails-sondertechnologien img {
    
}

.thumbnails-sondertechnologien h3 {
    line-height: 1em;
    min-height: 50px;
    color: #0088cc;
}

.thumbnails-sondertechnologien .caption {

}

.thumbnails-sondertechnologien .caption-action {
    text-align: center;
}

.thumbnails-sondertechnologien .caption-badge-container {
    position: absolute;
}

.thumbnails-sondertechnologien .caption-badge { 
    position: relative; 
    top: 15px;
    left: -14px;
    background: rgba(254,177,0,0.9); 
    color: #FFF; 
    font-weight: bold; 
    box-sizing: border-box; 
    padding: 5px 10px 4px 10px;
    max-width: 230px;
    min-width: 120px;
    box-shadow: 3px 2px 2px 0 rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    text-shadow: 0px 0px 3px #9b5f00;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
}

.thumbnails-sondertechnologien .caption-badge-container::after {
  content: url(../img/common/badge-bg-xs.png);
  position: relative; 
  left: -14px;
  top: 15px;
}

.thumbnails-sondertechnologien .caption-badge-text { font-size: 18px; font-style: italic; }


.content-karriere .carousel { margin-bottom: 0px; }
#career-secondary-footer { padding-bottom: 20px; }
#career-secondary-footer h4 { margin-bottom: 20px; }

#career-secondary-footer .rating-widget a { 
    border: 1px solid #FFF; 
    background-color: #FFF;
    display: inline-block; 
    padding:10px; 
    font-size: 18px;
    color: #707070;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    min-width: 190px;
    min-height: 80px;
}

#career-secondary-footer .rating-widget a:hover {
    text-decoration: none;
    border: 1px solid #D6D6D6;
}

#career-secondary-footer .rating-widget div, 
#career-secondary-footer .rating-widget > span, 
#career-secondary-footer .rating-widget small { 
    display: block; 
}

#career-secondary-footer .rating-widget span.yellow { display: block; font-size: 20px; padding: 5px 0px; }

.kununu-rating { }
.kununu-rating .kununu-rating-overall { font-size: 1.3em; margin-bottom: 4px; }
.kununu-rating .kununu-rating-stars { color: #FFB200; }
.kununu-rating .kununu-rating-logo { max-width: 110px; margin: 0px auto; }


.career-secondary-footer-social-media-links a {
    text-decoration: none;
    font-size: 1.4em;
    display: block;
    margin-bottom: 10px;
    color: #707070;
}

.career-secondary-footer-social-media-links a:hover {
    color: #0B458E;
}

#jobs-list { margin-bottom: 30px; }
#jobs-list .jobs-list-entry { 
    border: 1px solid #ddd; 
    margin: 10px 0px; 
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
    border: 1px solid #ddd;
    background-size: cover; 
    background-position: 0px 0px;
}

#jobs-list .jobs-list-entry:hover,
#jobs-list .jobs-list-entry:focus {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}   

#jobs-list .jobs-list-entry a { position: relative; text-decoration: none; display: table; width: 95%; color: #707070; font-size: 15px; }
#jobs-list .jobs-list-entry a > div { display: table-cell; width: 20%; }
#jobs-list .jobs-list-entry .jobs-title { width: 60%; font-weight: bold; }
#jobs-list .jobs-list-entry a:after { position: absolute; bottom: 20px; right: -30px; background: #134383; width: 30px; height: 30px; line-height: 30px; content: "\f054"; font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 20px; text-align: center; color: #fff; }

/*
 * Thumbnails Jobs Style
 */
.thumbnails-jobs .thumbnail { position: relative; border-radius: 0px; box-shadow: none; padding: 20px; min-height: 220px; font-size: 15px; color: #707070; }
.thumbnails-jobs .thumbnail h3 { font-weight: 700; margin: 0px 0px 20px 0px; line-height: normal; font-size: 18px; }
.thumbnails-jobs .thumbnail h5 { font-size: 15px; margin: 0px 0px 0px 0px; }
.thumbnails-jobs .thumbnail:hover { text-decoration: none; }
.thumbnails-jobs .jobs-button-icon { position: absolute; bottom: 20px; right: 20px; font-size: 40px; color: #fab800; }
.thumbnails-jobs .thumbnail:after { position: absolute; bottom: 20px; right: 20px; background: #134383; width: 30px; height: 30px; line-height: 30px; content: "\f054"; font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 20px; text-align: center; color: #fff; }


/*
 * Boxes
 */
.box { margin: 20px 0px; display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; }
.box.box-bordered, .box .box-bordered { border: 1px solid #EAEAEA; }
.box * { box-sizing: border-box; }
.box > div, .box > a { padding: 20px; margin: 0px; }
.box .box-image { margin: 0px; padding: 0px; background-color: #EAEAEA; background-size: cover; background-position: 0px 0px; min-height: 200px; }
.box .box-content { margin: 0px; }

.box-100 { width: 100%; }
.box-75 { width: 75%; }
.box-50 { width: 50%; }
.box-33{ width: 33.3333333333%; }
.box-25 { width: 25%; }

.box-emotion { 
    position: relative; 
    padding: 0px !important; 
    height: 300px; 
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
    border: 1px solid #ddd;
    -webkit-background-size: cover;
    background-size: cover; 
    background-position: center center;
}
.box-emotion .box-emotion-caption-left,
.box-emotion .box-emotion-caption-right { position: absolute; top: 30px; left: 0px; padding: 10px; text-align: left; background: rgba(7%, 26%, 51%, 0.8); color: #FFF; min-width: 150px; font-size: 20px; }
.box-emotion .box-emotion-caption-right { left: auto; right: 0px; text-align: right; }

.box-emotion .box-emotion-content { position: relative; top: 100px; width: 100%; text-align: center; }

a.box-emotion:hover,
a.box-emotion:focus {
  text-decoration: none;
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.box-emotion:after { position: absolute; bottom: 20px; right: 20px; background: #134383; width: 30px; height: 30px; line-height: 30px; content: "\f054"; font-family: FontAwesome; font-weight: normal; font-style: normal; font-size: 20px; text-align: center; color: #fff; }


/*
 * Icon List
 */
ul.lo-icon-list { margin: 0px; padding: 0px; list-style-type: none;  }
ul.lo-icon-list li a { color: #707070; font-weight: bold; padding: 15px 0px; display: inline-block; }
ul.lo-icon-list li a:hover { color: #fab800; }
ul.lo-icon-list li:before { content: "\f138"; font-family: FontAwesome; font-weight: normal; font-style: normal; margin-right: 10px; font-size: 36px; vertical-align: middle; color: #fab800; }


/*
 * Feature List
 */
ul.feature-list { 
    list-style-type: none; 
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    justify-content: space-around; 
    width: 100%; 
    margin: 0px; 
    padding: 0px; 
}

ul.feature-list li { 
    background: #F8F8F8; 
    width: 100%; 
    box-sizing: border-box; 
    text-align: center; 
    min-height: 150px; 
    padding: 10px;  
    font-size: 1em;
    color: #0B458E; 
}

ul.feature-list li{  transition: all .2s ease-in-out; }
ul.feature-list li:hover { transform: scale(0.9); }


ul.feature-list.feature-list-cols1 li { width: 98%; margin: 1%; }
ul.feature-list.feature-list-cols2 li { width: 48%; margin: 1%; }
ul.feature-list.feature-list-cols3 li { width: 31.333%; margin: 1%; }
ul.feature-list.feature-list-cols4 li { width: 23%; margin: 1%; }
ul.feature-list.feature-list-cols5 li { width: 18%; margin: 1%; }
ul.feature-list.feature-list-cols6 li { width: 14.666%; margin: 1%; }
ul.feature-list.feature-list-cols7 li { width: 11%; margin: 1%; }


.feature-list-content { display: block; }
.feature-list-content h1,
.feature-list-content h2,
.feature-list-content h3,
.feature-list-content h4,
.feature-list-content h5,
.feature-list-content h6 {
    font-size: 1.2em;
    margin: 0px;
    padding: 0px;
    color: #0B458E;
    text-align: center;
    font-weight: normal;
    line-height: 1;
}


ul.feature-list img.feature-list-icon, ul.feature-list.feature-list-style1 img.feature-list-icon { display: block; max-width: 90px; margin: 10px auto; }
.feature-list-style1 .feature-list-content { display: block; }
.feature-list-style1 .feature-list-content h1,
.feature-list-style1 .feature-list-content h2,
.feature-list-style1 .feature-list-content h3,
.feature-list-style1 .feature-list-content h4,
.feature-list-style1 .feature-list-content h5,
.feature-list-style1 .feature-list-content h6 {
    padding: 1px 0px 10px 0px;
}


ul.feature-list.feature-list-style2 li { 
    text-align: left; 
    min-height: 100px;
}
ul.feature-list.feature-list-style2 img.feature-list-icon { display: inline-block; max-width: 15%; margin: 0px 20px 0px 10px; vertical-align: top; }
.feature-list-style2 .feature-list-content { display: inline-block; max-width: 70%; vertical-align: top; text-align: left; margin-top: 15px; }
.feature-list-style2 .feature-list-content h1,
.feature-list-style2 .feature-list-content h2,
.feature-list-style2 .feature-list-content h3,
.feature-list-style2 .feature-list-content h4,
.feature-list-style2 .feature-list-content h5,
.feature-list-style2 .feature-list-content h6 {
    font-size: 1.4em;
    text-align: left;
    padding: 0px 0px 10px 0px;
}


ul.feature-list.feature-list-process li.feature-list-process-arrow { 
    background: none; 
    
    box-sizing: border-box; 
    text-align: center; 
    min-height: 20px; 
    padding: 0px;  
    font-size: 2em;
    color: #0B458E; 
    
}

ul.feature-list.feature-list-process li.feature-list-process-arrow::after {
    font-family: FontAwesome;
    content:"\f0d7";
}



.fullsize { 
    margin-left: calc(49% - 49vw); 
    margin-right: calc(49% - 49vw);
    box-sizing: border-box;
    padding: 20px;
}

.fullsize-style-1 { background: #f0f0f0; color: #707070; }
.fullsize-style-2 { background: #0b458e; color: #ffffff; }
.fullsize-style-3 { background: #fab800; color: #ffffff; }
.fullsize-style-3 h1, .fullsize-style-3 h2, .fullsize-style-3 h3, .fullsize-style-3 h4 { color: #ffffff; }



/*
 * News
 */
#teaser-list-container .teaser-list-row { 
    padding-bottom: 20px; 
    margin-bottom: 20px; 
    border-bottom: 1px solid #eeeeee; 
}

#teaser-list-container .teaser-list-row:last-child { border-bottom: 0px; }
#teaser-list-container .teaser-list-date { font-weight: bold; }
#teaser-list-container .teaser-list-content h3 {
    line-height: normal;
    font-size: 18px;
    margin: 0px 0px 6px 0px;
    padding: 0px;
}
#teaser-list-container .teaser-list-image { text-align: center; }
#teaser-list-container .teaser-list-image img {
    max-width: 180px;
}


.row-no-float { font-size: 0px; }

.row-no-float [class*="span"] {
    float: none;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

.panel{
	margin-bottom:20px;
	background-color:#fff;
	border:1px solid transparent;
	border-radius:4px;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);
	box-shadow:0 1px 1px rgba(0,0,0,0.05)
}

.panel-body{
	padding:15px
}

.panel-heading{
	padding:5px 15px;
	border-bottom:1px solid transparent;
	border-top-right-radius:3px;
	border-top-left-radius:3px
}

.panel-heading>.dropdown .dropdown-toggle{
	color:inherit
}

.panel-title{
	margin-top:0;
	margin-bottom:0;
	font-size:16px;
	color:inherit
}

.panel-title>a{
	color:inherit
}

.panel-footer{
	padding:5px 15px;
	background-color:#f5f5f5;
	border-top:1px solid #ddd;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}

.panel>.list-group{
	margin-bottom:0
}

.panel>.list-group .list-group-item{
	border-width:1px 0;
	border-radius:0
}

.panel>.list-group:first-child .list-group-item:first-child{
	border-top:0;
	border-top-right-radius:3px;
	border-top-left-radius:3px
}

.panel>.list-group:last-child .list-group-item:last-child{
	border-bottom:0;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}

.panel-heading+.list-group .list-group-item:first-child{
	border-top-width:0
}

.panel>.table,.panel>.table-responsive>.table{
	margin-bottom:0
}

.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{
	border-top-right-radius:3px;
	border-top-left-radius:3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{
	border-top-left-radius:3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{
	border-top-right-radius:3px
}

.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{
	border-bottom-left-radius:3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{
	border-bottom-right-radius:3px
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{
	border-top:1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{
	border-top:0
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered{
	border:0
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{
	border-left:0
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{
	border-right:0
}

.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{
	border-bottom:0
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{
	border-bottom:0
}

.panel>.table-responsive{
	border:0;
	margin-bottom:0
}

.panel-group{
	margin-bottom:20px
}

.panel-group .panel{
	margin-bottom:0;
	border-radius:4px;
	overflow:hidden
}

.panel-group .panel+.panel{
	margin-top:5px
}

.panel-group .panel-heading{
	border-bottom:0
}

.panel-group .panel-heading+.panel-collapse .panel-body{
	border-top:1px solid #ddd
}

.panel-group .panel-footer{
	border-top:0
}

.panel-group .panel-footer+.panel-collapse .panel-body{
	border-bottom:1px solid #ddd
}

.panel-default{
	border-color:#ddd
}

.panel-default>.panel-heading{
	color:#333;
	background-color:#f5f5f5;
	border-color:#ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
	border-top-color:#ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color:#ddd
}

.panel-primary{
	border-color:#428bca
}

.panel-primary>.panel-heading{
	color:#fff;
	background-color:#428bca;
	border-color:#428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body{
	border-top-color:#428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color:#428bca
}

.panel-success{
	border-color:#d6e9c6
}

.panel-success>.panel-heading{
	color:#3c763d;
	background-color:#dff0d8;
	border-color:#d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body{
	border-top-color:#d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color:#d6e9c6
}

.panel-info{
	border-color:#bce8f1
}

.panel-info>.panel-heading{
	color:#31708f;
	background-color:#d9edf7;
	border-color:#bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body{
	border-top-color:#bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color:#bce8f1
}

.panel-warning{
	border-color:#faebcc
}

.panel-warning>.panel-heading{
	color:#8a6d3b;
	background-color:#fcf8e3;
	border-color:#faebcc
}

.panel-warning>.panel-heading+.panel-collapse .panel-body{
	border-top-color:#faebcc
}

.panel-warning>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color:#faebcc
}

.panel-danger{
	border-color:#ebccd1
}

.panel-danger>.panel-heading{
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1
}

.panel-danger>.panel-heading+.panel-collapse .panel-body{
	border-top-color:#ebccd1
}

.panel-danger>.panel-footer+.panel-collapse .panel-body{
	border-bottom-color:#ebccd1
}

#cookie-banner { 
    display: none;
    position: fixed;
    z-index: 3000;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.8); 
    color: #FFF; 
    width: 100%; 
    box-sizing: border-box; 
    padding: 20px; 
    margin: 0px; 
    text-align: left;
}

#cookie-banner a { color: #fab800; }
#cookie-banner a:hover { text-decoration: underline; }

#cookie-banner .btn-link { color: #B28200; text-transform: none; }
#cookie-banner .btn-link:hover { color: #fab800; }




.checkbox-center { text-align: center; margin: 15px 0px; }
.checkbox-center input[type="checkbox"] { vertical-align: top; margin-right: 6px; }
.checkbox-center.error { color: #b94a48; }

#notice-wartungsmodus { position:fixed; z-index:1000; left: 0px; bottom: 0px; background: red; color: #FFF; padding: 10px 20px; font-size: 24px; }

#kalk-anfrageoptionen { background: #F5F5F5; padding: 30px 0px 60px 0px; text-align: center; }
#kalk-anfrageoptionen h2 { padding: 0px; margin: 0px 0px 50px 0px; color: #0B458E; text-align: center; }
#kalk-anfrageoptionen a { color: #707070; text-decoration: none; }
#kalk-anfrageoptionen a:hover { color: #0B458E; transition:color 0.3s linear; }
#kalk-anfrageoptionen a i { font-size: 72px; }
#kalk-anfrageoptionen a span { display: block; }
#kalk-anfrageoptionen .kalk-anfrageoptionen-title { font-weight: bold; margin: 14px 0px; font-size: 1.2em; }

.accordion { margin: 20px 0px !important; }
.accordion-heading { background: #F5F5F5; }
.accordion-heading h4 { margin: 0px; padding: 10px 0px; }
.accordion-toggle { text-decoration: none; position: relative; padding: 15px !important; }
.accordion-toggle:hover { text-decoration: none; background: #EAEAEA; }
.accordion-toggle::after {
  font-family: FontAwesome;
  content:"\f078";
  float: right;
  transition: all 0.5s;
}
.accordion-toggle.active::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

#page-wrapper {  }
#widget-contact {  
    width:20%; 
    position: fixed; 
    top: 0px; 
    right: -20%; 
    height: 100%; 
    background: #F8F8F8; 
    z-index: 100000; 
    overflow:hidden; 
    -webkit-box-shadow: inset 6px 0px 5px -4px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 6px 0px 5px -4px rgba(0,0,0,0.25);
    box-shadow: inset 6px 0px 5px -4px rgba(0,0,0,0.25);
    box-sizing: border-box;
    padding: 20px;
}
#widget-contact.open { }
#widget-contact #widget-close { position: absolute; top: 8px; right: 8px; cursor: pointer; }

#widget-contact2 { 
    position: fixed; 
    box-sizing: border-box; 
    bottom: 0px; 
    width: 60%;
    left: 20%;
    background: rgba(11, 69, 142, 0.85); 
    color: #FFF; 
    padding: 10px 30px; 
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    z-index: 1;
    text-align: center;
}

#widget-contact2.closed { bottom: -62px; }

#widget-contact2 .widget-contact2-title { font-weight: bold; text-decoration: underline; }
#widget-contact2 .widget-contact2-body div { display: inline-block; margin: 0px 5px; }
#widget-contact2 a { color: #FFF; }

#widget-contact2 #rating-widget div { display: inline-block; }
#widget-contact2 .minimize { position: absolute; right: 8px; top: 5px; cursor: pointer; }


.lo-thumbnails-wrapper .thumbnails {  }
.lo-thumbnails-wrapper .thumbnails a { position: relative; text-decoration: none; min-height: 260px; }
.lo-thumbnails-wrapper .thumbnails * { text-align: center !important; }
.lo-thumbnails-wrapper .thumbnails h3 { line-height: 1.2em; }
.lo-thumbnails-wrapper .thumbnails i { font-size: 160px; }

.lo-hero-unit-style1 { padding: 40px; }
.lo-hero-unit-style1 * { text-align: center !important; }
.lo-hero-unit-style1 h1 { margin-bottom: 40px; color: #fab800; font-size: 42px; }
.lo-hero-unit-style1 .team-wrapper { margin: 30px 0px; }
.lo-hero-unit-style1 .team-wrapper .row-fluid { margin-bottom: 30px; }
.lo-hero-unit-style1 .team-member h3 { margin: 10px 0px 0px 0px; padding: 0px; }
.lo-hero-unit-style1 .team-member img { min-width: 150px; }

.lo-hero-unit-style1 input, .lo-hero-unit-style1 textarea { padding: 15px !important; text-align: left !important; }
.lo-hero-unit-style1 input { height: 45px !important; }
.lo-hero-unit-style1 .checkbox input[type="checkbox"] { float: none; margin: -3px 10px 0px 0px; }


input.active, textarea.active { border-color: green; }
form i.passed { float: right; color: green; margin: 5px 0px 0px -20px; display: none; }

#serientechnologien h2 { margin: 40px 0px 20px 0px; text-align: center; }
#serientechnologien .thumbnails { 
padding: 0;
margin: 0;
list-style: none;
}
#serientechnologien .thumbnails li { float: left; margin: 1%; padding: 0px 0px; width: 46%; }
#serientechnologien .thumbnail { position: relative; box-sizing: border-box; cursor: pointer; }
#serientechnologien .thumbnail h2, #serientechnologien .thumbnail h3 { text-align: center; }
#serientechnologien .thumbnail h2 { color: #134383; font-size: 1.4em; margin: 8px 0px; }
#serientechnologien .caption { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    height: 100%; 
    box-sizing: border-box; 
    background: rgba(255,255,255,0.9); 
    display: none; 
    text-align: center; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#serientechnologien .buttons { margin-top: 10px; }

#serientechnologien-filter {  }
#serientechnologien-filter h4 { margin: 0px 0px 10px 0px; }
#serientechnologien-filter form { margin: 0px; padding: 0px; }
#serientechnologien-filter label { display: block; padding: 5px 0px; }


.label.label-important i { vertical-align: middle; margin-left: 6px; }
.label.label-important { padding: 4px 10px; }


.fileupload_api_status_field {
     
    width: 100%; 
    height: 100%; 
    background: rgba(234, 240, 242, 0.9); 
    z-index: 10000;
}

h1 #kalk-aktionslabel {
    text-transform: none;
    font-size: 0.5em;
    display: inline-block;
    background: #B94A48;
    color: #FFF;
    position: absolute;
    margin-left: 30px;
    line-height: 1.2em;
    padding: 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

h1 #kalk-aktionslabel small {
    font-size: 0.7em;
    display: inline !important;
    color: #FFF;
    font-weight: normal;
}

/* Responsive Features */

@media (min-width: 1900px) { 
    #element-ajax-price { width: 340px; }
}    


/* Large desktop */
@media (min-width: 1400px) { 
    #widget-contact2 { 
        position: fixed; 
        box-sizing: border-box; 
        bottom: 0px; 
        right: 5%;
        width: auto;
        left: auto;
        background: #0B458E; 
        color: #FFF; 
        padding: 10px 30px; 
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        z-index: 1;
        text-align: center;
    }
    
    #widget-contact2.closed { bottom: -50px; }
    
    #widget-contact2 .widget-contact2-body div { display: block; margin: 0px; }
    
    #widget-contact2 #rating-widget { position: absolute; top: -50px; left: 0px; color: #697C89; width: 100%; }
    #widget-contact2 #rating-widget * { text-align: center; }
    #widget-contact2 #rating-widget a { color: #697C89; }
    #widget-contact2 #rating-widget div { display: block; }
    
    #serientechnologien-filter { position: fixed; left: -6px; }
    
    #element-ajax-price { display: none; }
    
}

@media (min-width: 1200px) { 
    #socialmediabar, #login-widget { display: block; }
    .page-calculation #socialmediabar, #login-widget { display: none; }
}   

/* Small desktop */
@media (min-width: 979px)  and (max-width: 1200px) { 
    
    #header-decoration {
        height: 45px; 
        width:270px;  
        right: 33.5%;
    }
    
    #home-slider .hslide-caption { height: 190px; }
    #home-slider .caption-body { width: 50%; }
    #home-slider .hslide-caption .caption-button { width: 95%; padding: 2px 6px; margin-bottom: 2px; }
    
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) { 
    
    #header-decoration {
        height: 27px; 
        width:160px;  
        right: 33.5%;
    }
    
    #home-slider .hslide-caption { height: 190px; }
    #home-slider .caption-title { float:none; line-height: 1em; margin-bottom: 10px; font-size: 1.9em; }
    #home-slider .caption-body { float:none; }
    #home-slider .caption-body { width: 100%; }
    #home-slider .hslide-caption .caption-button { width: 49.2%; padding: 2px 6px; margin-bottom: 2px; word-wrap:break-word; }
    
    .table-responsive { width:100%; overflow-x: scroll; margin:0px; padding: 0px; }
    .table-responsive table { margin: 10px 0px; }
    
    .navbar .nav li a { text-align: left; border: 0px; }
    .navbar .nav li ul li a { padding-left: 20px; }
    .navbar #btn-navbar-help { display: block; }
    
    #serientechnologien .thumbnails li { margin: 1% 0%; width: 100%; }
    #serientechnologien .caption { padding: 30px; }
    
    #widget-contact2.closed { bottom: -60px; }
    
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
  
    #language { line-height: 1.1em; padding-top:22px; }
     
    #jobs2017 { padding: 68% 10% 0px 10%; }
    h1.job-title { font-size: 22px; }
    .job-title-before { font-size: 19px; }
    
    ul.feature-list li { width: 100% !important; }
    
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
    
    .container { width: 90%; }
    
    #login-info { margin-top: -10px; }
    .header1 { background: none; }
   
    #language { position: absolute; margin-top: 0px; display: inline-block; width: auto; }
    #language a { }
    #logo { text-align: right; background-image: none; }
    #logo img { max-width: 190px; }
    #search-container { display: none; }
    
    
    .teaser-home-bottom { text-align: center; }
    
    #layers-modify-form { position: absolute; left: 25%; width:50%; margin-top: 230px; text-align: left; }
    #layers-modify-form button { width: 100% !important; }
    
    #kalk_form .row-fluid .formtab-image { display: none !important; }
    #calculationform label.radio.inline { margin: 0px;  }
    
    #prices, #pcbprice .price { text-align: center; }
    #pcbdetails { display: none; }
    #cb { text-align: center; }
    #cb button, #cb .btn, .btn-block-xs { display: block; width: 100%; margin: 15px 0px; padding: 8px 0px; }
    
    .cart_position_footer .price .cart_details_label, 
    .cart_position_footer .price .cart_details_value { display: inline; width: auto; }
    
    .cart-details-container .control-label { text-align: left; }
    
    #orderprocess { display: block; margin: 10px 0px 20px 0px; }
    #orderprocess div { display: block; }
    
    #toolbox_start { display: none; }
    
    #technology-table-container table { table-layout: auto; }
    
    #upload-formats div.well { max-width: 90px; }
    
    
    #jobs2017 { padding: 68% 10% 0px 10%; }
    h1.job-title { font-size: 22px; }
    .job-title-before { font-size: 19px; }

    
    .nav-secondary li { display: block; }

    .box-100, .box-75, .box-50, .box-33, .box-25 { width: 100%; }
    
    #jobs-list .jobs-list-entry a { display: block; width: 100%; }
    #jobs-list .jobs-list-entry a > div { display: block; }
    #jobs-list .jobs-list-entry .jobs-title { width: 100%; }
    #jobs-list .jobs-list-entry a:after { bottom: 0px; right: 10px; }
    
    ul.feature-list li { width: 100% !important; }
    
    
    #teaser-list-container .teaser-list-image img {
        max-width: 280px;
        margin-top: 20px;
    }

}



@media (max-width: 600px) { 
    
    #logo { text-align: right; margin-top: 10px; }
    #header h1 { padding: 20px 0px 35px 0px; }
    #language { position: absolute;  display: inline-block; width: auto; }
    
    
    #home-slider { height: 75vh; }
    #home-slider .hslide-caption { height: 300px; }
    #home-slider .caption-title { float:none; line-height: 1em; margin-bottom: 10px; font-size: 1.9em; }
    #home-slider .caption-body { float:none; }
    #home-slider .caption-body { width: 100%; }
    #home-slider .hslide-caption .caption-button { width: 98%; padding: 2px 6px; margin-bottom: 2px; word-wrap:break-word; }
    
    #widget-contact2 #rating-widget div { display: block; }
    
    #widget-contact2 { 
        width: 80%;
        left: 10%;
    }
    
}   



/* Landscape phones and down */
@media (max-width: 500px) { 
    
    h1, h2 { font-size: 1.4em; }

    #carouselStoerer { top: 20px; right: 0px; width: 100px; height: 54px; }
    
    #header h1 { padding: 20px 0px 40px 0px; }
    #language { position: absolute; display: inline-block; width: auto; }


    #layers-modify-form { position: absolute; left: 20%; width:60%; margin-top: 260px; text-align: left; }
    #layers-modify-form button { width: 100% !important; }
    
    .formtab { max-width: 320px; padding: 0px; }
    
    .form-kalk-start legend span {
        min-width: 100px;
        width: 173px;
        text-transform: none;
        font-size: 0.7em;
    }
    
    #calculation-forms .panel-kalk-start2 img.pull-left { float:none; }
    #calculation-forms .panel-kalk-start2 { text-align: center; }
    
    label .label-comment-absolute { position: relative; }

    .downloads th, .downloads td { display: none; }
    .downloads td:first-child { display: block; }
    .downloads .download-info { display: inline; }
    
    h1.job-title { font-size: 19px; }
    .job-title-before { font-size: 17px; }
    
    #serientechnologien .caption { padding: 5px; }
    #serientechnologien .caption h3 { margin: 0px; padding: 0px; }
    #serientechnologien .thumbnail { min-height: 280px; line-height: 1em; }
   
    #widget-contact2.closed { bottom: -90px; }
    
}


@media (max-width: 350px) {
    
    #language { position: absolute; top: 0px; right: 20px; display: inline-block; width: auto; }
    #language a { color: #FFF; }
    
    #home-slider .hslide-caption { height: 320px; }
    #home-slider .caption-title { font-size: 1.5em; }
    
    .formtab { max-width: 165px; padding: 0px; }
    
    legend { 
        border-width: 0px 0px 0px 0px; 
    }
    
    #jobs2017 { padding: 150px 15px 0px 15px; }
    
}   


@media print {
  
   body > .container { size: auto; margin: 0mm; padding: 0mm; }
   .noprint, 
   #sidebar_container,
   table.downloads { 
       display: none !important; 
   }
   .content { font-size: 12px; }
    
}