/* 
    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;
position: relative;
}

.clear { clear:both; }
.red { color: #930000 !important; }
.yellow { color: #FFB200 !important; }
.blue { color: #0B458E !important; }
.grey { color: #697C89 !important; }
.black { color: #000 !important; }
.green { color: #22ba00 !important; }
.green-climate { color: #95C11F !important; }
.white { color: #ffffff !important; }

.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 { color: #707070; font-size: 0.9em; text-transform: none; margin: 0px 0px 20px 0px; line-height: 1em; }
.h2 { color: #707070; font-size: 2.2em; text-transform: none; margin: 0px 0px 30px 0px; line-height: 1.2em; }
.h3 { font-weight: bold; font-size: 1.4em; margin: 15px 0px 15px 0px; }

.title-medium { font-size: 36px; font-weight: 300; }
.title-large { font-size: 42px; font-weight: 300; }
.title-uppercase { text-transform: uppercase; }

.subtitle { margin: 0px 0px 10px 0px; font-size: 1.3em; line-height: 1.5em; }

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 {
    
}

#header-tabbed-border { 
    height: 25px; 
    width:50%;  
    position: absolute; 
    bottom: -1px; 
    right: 0px; 
    background-image: url(../img/common/header-tab-border.png);
    background-position: 300px 0px;
    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;
}


#header-topbar {
    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;
    padding: 8px 0px;
}

#header-topbar .row-fluid [class*="span"] { min-height: auto; }

.header-topbar-row-1 {}
.header-topbar-row-2 { position: relative; }
.header-topbar-row-2 div { display: inline-block; }

.topbar-title { margin-right: 15px; }
.topbar-logo-co2 img { max-height: 24px; vertical-align: bottom; margin-right: 15px; }
.topbar-ratings { position: relative; z-index: 100; }
.topbar-ratings .ratingCountContainer { display: none; }
.topbar-ratings .ratingDetailsContainer .yellow { color: #FFF; }

#header-topbar .h1 {
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
    line-height: 1;
    text-transform: uppercase; 
}

#header-topbar a { color: #FFF; text-decoration: none; }
.language-selector img { vertical-align: sub; height: 15px; }
.topbar-nav a { margin-right: 10px; font-size: 16px; }
.topbar-nav a:last-child { margin-right: 0px; }
.topbar-nav form { display: inline-block; margin: 0px; padding: 0px; vertical-align: top; }

#header-navbar { margin: 10px 0px 10px 0px; }
#header-navbar #header-assistant-nav-container { text-align: right; }
#header-navbar #header-assistant-nav { display: none; }


#header-navbar.makesticky { margin: 0px; }
#header-navbar.makesticky #logo { display: none; }
#header-navbar.makesticky #header-assistant-nav { display: block; margin-top: 10px; }


#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 40px 0px;
}

.container-inner > div {
    border: 0px solid red;
}

.content { 
    line-height: 1.5em; 
    text-align: justify; 
    overflow-wrap: normal;
    word-wrap: normal;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual;
    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: 40px 0px 30px 0px; }
#footer a { color: #FFF; }
#footer .btn-default { color: #0B458E !important; }
#footer .footer-col { padding-bottom: 0px; }
#footer .footer-col .footer-title { font-size: 1.2em; text-transform: uppercase; font-weight: 700; margin-bottom: 15px; margin-top: 25px; } 
#footer .footer-col .footer-title:first-child { margin-top: 0px; }
#footer .footer-col i { margin-right: 10px; }

#footer .GooogleRatingOverall { display: block; }
#footer .GooogleRatingOverall i { margin-right: 2px; }
#footer .GooogleRatingOverall a { color: #FFF; font-weight: normal; }
#footer .GooogleRatingOverall a:hover { text-decoration: none; }
#footer .GooogleRatingOverall .ratingCountContainer, #footer-trust .GooogleRatingOverall .ratingDetailsContainer { display: inline-block; }
#footer .GooogleRatingOverall .name { display: none; }
#footer .g_logo { margin-right: 6px; vertical-align: top; }
#footer .GooogleRatingOverall .ratingCta a { display: inline-block; margin-top: 10px; padding: 4px 40px; }

#footer .footer-nav { list-style-type: none; margin: 0px; padding: 0px; }
#footer .footer-nav li { display: block; margin-bottom: 5px; }

/* Search and Logo */
#logo-search { margin-bottom: 5px;  }
#language { font-weight: 500; position: relative; top: 25px; z-index: 20; }
#language a { color: #707070; }
#language a.active { font-weight: bold; }
#search { position: relative; top: 20px; }
#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 { 
    right: 0px;  
    top: -10px;
    position: relative;  
    z-index: 10; 
}
#logo img { 
    max-width: 230px; 
}
 
#sticky-logo { 
    display: none; 
    position: absolute;
    z-index: 1000;
    top: 14px;
    left: 10px; 
}

.makesticky #sticky-logo {
    display: block;
    animation: fade_in_show 0.5s
}

#sticky-logo img {
    max-width: 150px;
}

@keyframes fade_in_show {
     0% {
          opacity: 0;  
     }

     100% {
          opacity: 1;  
     }
}


#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: 0px; }

.navbar .navbar-inner {
padding: 0;
background: #fff; /* Old browsers */
border: 0px;
box-shadow: none;
text-shadow: none;
border-radius: 0px;
}

.navbar .nav {
margin: 0;
display: table;
width: 100%;
}

.navbar .nav li i {
    line-height: 1em !important;
}

.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 0px 10px 0px;
    margin-right: 35px;
    -webkit-transition: all 0.15s ease-in-out; 
    -moz-transition: all 0.15s ease-in-out; 
    -o-transition: all 0.15s ease-in-out; 
    transition: all 0.15s ease-in-out; 
    
}

.navbar .nav li a:hover, .navbar .nav li a:active, .navbar .nav li a:focus {
background: #FFF;
color: #0B458E;
}

.navbar .nav > li:first-child > a:hover {
color: #FBB900;
}

.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 {
  background: #FFF;
  color: #0B458E;
}

.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; }


#header-navbar.primary-nav { padding: 0px; background: #FFF; }
#header-navbar.makesticky { left: 0px; width: 100%; }
#header-navbar.makesticky { margin-bottom: 0px; padding-bottom: 10px; padding-top: 5px; -webkit-box-shadow: 0 1 4px rgba(0,0,0,0.2); box-shadow: 0 1px 4px rgba(0,0,0,0.2); }



/* 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-jumbo {
    clear: both; 
    margin-top: 30px; 
    margin-bottom: -30px; 
    padding: 0px; 
    background: #FFF;
    position:relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    text-align: center;
}

.home-jumbo-row { vertical-align: top; display: flex; justify-content: center; }
.home-jumbo-box { 
    display: inline-block; 
    background: #F7F7F7;
    background-image: url(../img/common/home/home-motive-bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 780px; 
    margin: 0px 35px 35px 0px; 
    box-sizing: border-box; 
    padding: 10px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    vertical-align: top;
}
.home-jumbo-box:hover { 
    background: #ECECEC;
    background-image: url(../img/common/home/home-motive-bg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-jumbo-box:last-child { margin-right: 0px; }

.home-jumbo-box#home-jumbo-box-2, .home-jumbo-box#home-jumbo-box-4 {
    background-position: bottom right;
}

.home-jumbo-box .home-jumbo-box-image { display: inline-block; height: 290px; width:50%; float:right; vertical-align: top; }
.home-jumbo-box img { 
    height: 100%;
    width: auto !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.home-jumbo-box:hover img { 
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.home-jumbo-box-inactive img { 
    -webkit-filter: blur(3px);
    filter: blur(3px); 
    /* 
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    */
}




.home-jumbo-box .home-jumbo-box-caption { display: inline-block; box-sizing: border-box; width:45%; text-align: left; margin-top: 40px; }
.home-jumbo-row .home-jumbo-box:last-child .home-jumbo-box-image { float:left; vertical-align: top; }
.home-jumbo-row .home-jumbo-box:last-child .home-jumbo-box-caption { text-align: right; }

.home-jumbo-box-title { text-transform: uppercase; font-size: 1.7em; color: #0B458E; margin: 10px 0px; }
.home-jumbo-box-text { color: #707070; }

#home-jumbo .btn-block { width: 75%; display: inline-block; box-shadow: none !important; font-size: 1.1em; }


.hslide-progress-bar { display: none; position: absolute; top: 0px; left: 0px; width: 0%; height: 4px; background: #FBB900; box-sizing: border-box; }

#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 { }
#socialmediabar a { margin-right: 6px; }
#socialmediabar a:last-child { margin-right: 0px; }
#socialmediabar img { height: 28px; }

#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; }


.home-news-container-wrapper {  
    display: flex; 
    gap: 10px;
    justify-content: center;
    align-items: stretch;
    flex-flow: wrap; 
    margin-bottom: 20px;
}
.home-news-container { 
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 380px;
    text-align: center;
    box-sizing: border-box; 
    background: #F4F4F4;
    border: 1px solid #FFF;
    color: #707070;
    padding: 10px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.home-news-container:hover {
    border: 1px solid #cecece;
    color: #042f51;
    text-decoration: none;
}

.home-news-container:hover .btn-primary {
    background: #0044cc;
}

.home-news-icon { 
    text-align: center; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%; 
    margin-bottom: 20px;
}
.home-news-icon img { width: 100%; }
.home-news-body { padding-bottom: 50px; }
.home-news-title { font-size: 1.1em; font-weight: bold; margin-bottom: 6px; }
.home-news-button { position: absolute; width: 100%; bottom: 15px; text-align: center; }

.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; }

.title-h2 { display: block; text-align: center; font-size: 42px; text-transform: uppercase; margin: 20px 0px 40px 0px; line-height: 1.2em; }

/*
 * Modul // USP
 */
#home-usp { 
    padding-bottom: 30px; 
    position: relative;
    background-color: #0B458F;
    background-image: url(../img/common/backgrounds/bg-blue-circuits.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}
.usp-container { 
    margin-bottom: 20px; 
    text-align: center; 
    color: #FFF; 
    padding: 10px; 
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    border-radius: 8px;
    min-height: 310px !important;
}
.usp-icon { text-align: center; margin: 0px auto 20px auto; max-width: 100px; }
.usp-title { text-align: center; font-size: 24px; margin-bottom: 20px; line-height: auto; }
.usp-body { text-align: center; line-height: 2em;  }
.usp-button { margin: 20px 0px 0px 0px; }
.usp-container:hover { color: #FFF; text-decoration: none; background: rgba(7, 49, 99, 0.8); }


#home-trust { 
    padding: 50px 0px 40px 0px; 
    position: relative;
}
.trust-container { 
    padding: 0px 10px 10px 0px;
    background: none;
    text-align: left; 
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out; 
}
.trust-icon { text-align: left; margin: 0px auto 10px auto; max-height: 60px; }
.trust-title { text-align: left; font-size: 16px; font-weight: 500; margin-bottom: 20px; line-height: 1.2em; }
.trust-body { text-align: left; line-height: 2em;  }
.trust-body ul { list-style-type: none; margin: 0px; padding: 0px; }
.trust-body ul li { margin-left: 20px; padding: 0px 0px 10px 0px; }
.trust-body ul li::before { content: "\f00c"; font-family: 'FontAwesome'; margin-left: -20px; margin-right: 5px; color: #95C11F; }

#home-ratings {  padding-bottom: 30px; }
.home-ratings-container { text-align: center; }
#home-ratings .title-h2 { margin-bottom: 25px; }
.home-ratings-title { text-align: center; font-size: 24px; margin-bottom: 20px; }
.home-ratings-body { text-align: center; font-style: italic; line-height: 2em; }
.home-ratings-body::before, .home-usp-body::after { content:'"'; }

#home-ratings-slider { margin-bottom: 0px; }
#home-ratings-slider .item { 
  background: rgba(0,0,0,0.03);
  padding: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 110px;
}
#home-ratings-slider .carousel-control {
  position: absolute;
  top: 40%;
  left: 0px;
  width: auto;
  height: auto;
  margin-top: 0px;
  font-size: 42px;
  font-weight: 100;
  color: #000;
  text-align: center;
  background: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

#home-ratings-slider .carousel-control.left { left: -60px; }
#home-ratings-slider .carousel-control.right { right: -60px; left: auto; }

#home-ratings-survery-slider { text-align: center; padding: 0px; margin-top: 20px; }
#home-ratings-survery-slider .item { font-size: 1.4em; text-align: center !important; }


.page-312 #home-ratings.fullsize-style-1 {
  background: #0b458e;
  color: #FFF;
}

.page-312 #home-ratings-slider .item { 
  background: rgba(0,0,0,0.1);
}


#home-aboutus {
    position: relative;
    background-color: #FFF;
    background-image: url(../img/common/backgrounds/bg-white-circuits.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    padding-top: 40px;
}
.home-aboutus-title { text-align: left; margin: 0px 0px 10px 0px; }
.home-aboutus-subtitle { margin: 0px 0px 10px 0px; font-size: 1.3em; line-height: 1.5em; }
.home-aboutus-body { line-height: 2em; }


#home-references { text-align: center; padding-top: 30px; padding-bottom: 50px;  }
.home-references-title { margin: 0px 0px 10px 0px; }
.home-references-subtitle { margin: 0px 0px 40px 0px; font-size: 1.3em; line-height: 1.5em; }
.home-references-box { 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    border-radius: 8px; 
    background: #FFF; 
    padding: 30px; 
    border: 1px solid #FFF; 
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out; 
    cursor: pointer;
    margin-bottom: 15px;
}
.home-references-box:hover { border: 1px solid #0B458E;  }
.home-references-controls { margin: 30px 0px 0px 0px; }

#home-content { padding-top: 40px; line-height: 2em; }
.home-content-contact-container { background: #F0F0F0; padding: 20px 20px 40px 20px; text-align: center; max-width: 380px; }

.team-style-2-container {
    display: flex; 
    width: 100%; 
    flex-flow: wrap; 
    align-items: stretch;
    gap: 10px;
    justify-content: space-around;
    margin-bottom: 20px;
}

.team-style-2-wrapper { 
    width: 100%; 
    max-width: 330px; 
    box-sizing: border-box; 
    margin: 0px auto 10px auto;
    padding: 10px 20px;
    line-height: 1.5em; 
    text-align: center;  
}
.team-style-2-image { max-width: 240px; margin: 0px auto 10px auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; overflow: hidden; }
.team-style-2-name { margin: 0px; font-weight: bold; font-size: 1.4em; }
.team-style-2-position { margin: 0px; }
.team-style-2-phone { margin: 5px 0px; font-size: 1.2em }


.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; }

.table-technology-container table, .table-technology-container * { table-layout: fixed; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; border-radius: 0px !important; }
.table-technology-container table { margin-bottom: 0px; }
.table-technology-container th, .table-technology-container td { text-align: center; padding: 12px 12px; }
.table-technology-container th:first-child, .table-technology-container td:first-child { text-align: left; }
.table-technology-header { margin-bottom: 0px; border: 0px; }
.table-technology-header th { background: #0B458E; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #dddddd; color: #FFF; height: auto; vertical-align: middle; font-size: 28px; font-weight: normal; line-height: 1.3em; }
.table-technology-header th:first-child { background: none; border: 0px; }
.table-technology-collapsible-header { background: rgba(11, 69, 142, 1); color: #FFF; padding: 12px; border-bottom: 1px solid #dddddd; cursor: pointer; }
.table-technology-collapsible-header:hover { background: rgba(11, 69, 142, 0.8); }
.table-technology-collapsible-header::before { content: "\f107"; font-family: 'FontAwesome'; margin-right: 10px; }
.table-technology-container .btn { -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; }

.table-technology-compact, .table-technology-compact table { table-layout: auto; }
.table-technology-compact th:first-child, .table-technology-compact td:first-child { width: 375px; font-weight: bold; }


.readmore-container { position: relative; z-index: 1; overflow: hidden; height: 300px; }
.readmore-container.readmore-open { height: auto !important; padding-bottom: 80px; }
.readmore-container.h400 { height: 400px; }
.readmore-container.h500 { height: 500px; }
.readmore-container.h600 { height: 600px; }
.readmore-container.h700 { height: 700px; }
.readmore-container.h800 { height: 800px; }
.readmore-container.h900 { height: 900px; }
.readmore-container-footer { 
    position: absolute; 
    z-index: 10; 
    bottom: 0px; 
    right: 0px; 
    width: 100%; 
    height: 120px; 
    text-align: left; 
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+54 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.readmore-container-footer .readmore-btn { position: absolute; z-index: 10; bottom: 10px; width: 100%; text-align: center; background: none; border: none; padding: 0px; color: #0b458e; font-size: 1.2em; }
.readmore-container-footer .readmore-btn-show::before { content: "\f107"; font-family: 'FontAwesome'; padding-right: 10px; }
.readmore-container-footer .readmore-btn-show::after { content: "\f107"; font-family: 'FontAwesome'; padding-left: 10px; }
.readmore-container-footer .readmore-btn-close { display: none; }
.readmore-container-footer .readmore-btn-close::before { content: "\f106"; font-family: 'FontAwesome'; padding-right: 10px; }
.readmore-container-footer .readmore-btn-close::after { content: "\f106"; font-family: 'FontAwesome'; padding-left: 10px; }

.readmore-container.readmore-open .readmore-container-footer { background: none; }

#product-slider { padding-bottom: 40px; }
#product-slider .carousel-indicators { left: 0px; bottom: 0px; top: auto; width: 100%; background: none; text-align:center; }
#product-slider .carousel-indicators li { display: inline-block; float: none; background: rgba(174, 174, 174, 0.5); cursor: pointer; }
#product-slider .carousel-indicators .active { background: rgba(174, 174, 174, 1); }
#product-slider .product-slider-element { 
    position: relative;
    border: 1px solid #F0F0F0; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px;
    overflow:hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

#product-slider .product-slider-footer { position: relative; z-index: 10; background: #F0F0F0; text-align: center; padding: 10px 0px 15px 0px; font-size: 1.2em; }
#product-slider .product-slider-image { position: relative; z-index: 1; }
#product-slider .product-slider-buttons { 
    opacity: 0; 
    padding: 15px; 
    position: absolute; 
    box-sizing: border-box; 
    z-index: 5; 
    bottom: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    background: rgba(255,255,255,0.5); 
}

#product-slider .product-slider-buttons form { margin: 0px !important; padding: 0px; }
#product-slider .product-slider-buttons .btn { margin: 0px 0px 4px 0px; }

#product-slider .product-slider-element:hover { text-decoration: none; }
#product-slider .product-slider-element:hover .product-slider-buttons  { 
    animation: fadeInAnimation ease 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; 
}


.technology-grid-filter > div { 
    border: 1px solid #d2d2d2;
    padding: 15px;
    background: #f7f7f7; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px;
}

#product-tiles { 
    width: 100%; 
    margin-bottom: 60px;
}
.products-wrapper{
    display: flex; 
    width: 100%; 
    flex-flow: wrap; 
    align-items: stretch;
    gap: 10px;
    justify-content: space-around;
}
#product-tiles .product-tiles-element { 
    width: 49%;
    position: relative;
    border: 1px solid #0B458E; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px;
    overflow:hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #0B458E;
}

#product-tiles .product-tiles-footer { position: relative; z-index: 10; height: 100%; background: #0B458E; color: #FFF; text-align: center; padding: 6px 0px 6px 0px; font-size: 1.2em; }
#product-tiles .product-tiles-image { position: relative; z-index: 1; }
#product-tiles .product-tiles-buttons { 
    opacity: 0; 
    padding: 15px; 
    position: absolute; 
    box-sizing: border-box; 
    z-index: 5; 
    bottom: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    background: rgba(255,255,255,0.5); 
}

.product-tiles-content { display: none; }

#product-tiles .product-tiles-buttons form { margin: 0px !important; padding: 0px; }
#product-tiles .product-tiles-buttons .btn { margin: 0px 0px 4px 0px; }

#product-tiles .product-tiles-element:hover { text-decoration: none; }
#product-tiles .product-tiles-element:hover .product-tiles-buttons  { 
    animation: fadeInAnimation ease 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; 
}



@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}


.mini-slider { padding-bottom: 40px; }
.mini-slider .carousel-indicators { left: 0px; bottom: 0px; top: auto; width: 100%; background: none; text-align:center; }
.mini-slider .carousel-indicators li { display: inline-block; float: none; background: rgba(174, 174, 174, 0.5); cursor: pointer; }
.mini-slider .carousel-indicators .active { background: rgba(174, 174, 174, 1); }
.mini-slider .mini-slider-element { 
    position: relative;
    border: 1px solid #F0F0F0; 
    -webkit-border-radius: 8px; 
    -moz-border-radius: 8px; 
    border-radius: 8px;
    overflow:hidden;
    -webkit-transition: all 0.4s ease-in-out; 
    -moz-transition: all 0.4s ease-in-out; 
    -o-transition: all 0.4s ease-in-out; 
    transition: all 0.4s ease-in-out; 
    margin-bottom: 10px;
}

.mini-slider .mini-slider-element:hover { border: 1px solid #0B458E;  }

#rating-widget a { 
    color: #707070; 
    text-decoration: none;
    -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;
}

#rating-widget a:hover { color: #0B458E; }


/* 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; }

/*
 * Image Element basic style
 */
.img { display: block; text-align: center; width: 100%; position: relative; z-index: 1; margin-bottom: 30px; }
.img img { width: 100%; }
.img-right { float: right; margin-bottom: 20px; margin-left: 40px; }
.img-left { float: left; margin-bottom: 20px; margin-right: 40px; }
.img-center { margin-left: auto; margin-right: auto; }
.img .caption { font-size: 85%; color: #999999; padding-top: 5px; box-sizing: border-box; line-height: 1.4em; }
.img-rounded img, .img-rounded .img-bg { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

/*
 * Image-Box variations
 */
.img-box { background: #f2f2f2; padding: 20px; box-sizing: border-box; }
.img-box-blue { background: #194382; padding: 20px; box-sizing: border-box; }
.img-box-yellow { background: #FAB900; padding: 20px; box-sizing: border-box; }
.img-box-blue .caption, .img-box-yellow .caption { color: #FFF; }

.img-boxhalf, .img-boxhalf-yellow, .img-boxhalf-blue { padding: 30px; box-sizing: border-box; }
.img-boxhalf .img-bg, .img-boxhalf-yellow .img-bg, .img-boxhalf-blue .img-bg { position: absolute; z-index: 5; top: 0px; right: 0px; background: #f2f2f2; width: 60%; height: 100%; }
.img-boxhalf-yellow .img-bg { background: #FAB900; }
.img-boxhalf-blue .img-bg { background: #194382; }
.img-boxhalf img, .img-boxhalf-yellow img, .img-boxhalf-blue img { position: relative; z-index: 10; }
.img-boxhalf .caption, .img-boxhalf-yellow .caption, .img-boxhalf-blue .caption { position: absolute; bottom: 30px; left: 0px; width: 100%; z-index: 20; padding: 5px 40px; color: #FFF; text-shadow: 1px 1px #000; }
.img-left .img-bg { left: 0px; }



.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; }

.modal-backdrop {
  background-color: rgba(0,44,115,1);
}


/* 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-honeypot { height: 1px; overflow: hidden; margin-bottom: -1px; }




#layer-selection-cancel { display: none; }
#calculation-tiles {
    display: flex; 
    gap: 20px;
    flex-direction: row; 
    flex-wrap: wrap; 
    justify-content: center; 
    position: relative;
    z-index: 1;
    margin: 0px;
    padding: 0px;
}

#calculation-tiles .calculation-tile { 
    position: relative;
    display: inline-block;
    width: 32%;
    background: #F5F8F9; 
    text-align: center; 
    padding: 40px 40px; 
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #707070;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #F5F8F9;
}

#calculation-tiles .calculation-tile .calculation-tile-title {
    font-weight: bold;
    font-size: 1.4em;
    margin-top: 20px;
}

#calculation-tiles .calculation-tile .calculation-tile-title small {
    font-weight: normal;
    font-size: 0.6em;
    display: block;
    margin-top: 4px;
}

#calculation-tiles .calculation-tile .label {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

#calculation-tiles .calculation-tile img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#calculation-tiles .calculation-tile:hover {
    border: 1px solid #E8E8E8;
}

#calculation-tiles .calculation-tile:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

#calculation-tiles .tech-info { 
    position: absolute;
    z-index: 20;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    box-sizing: border-box;
    padding: 10px 15px 15px 15px;
    background: rgba(245, 248, 249, 0.9);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition:visibility .3s, opacity .3s; 
    visibility:hidden; opacity:0;
    overflow: hidden;
}

#calculation-tiles .tech-info.active {
    visibility:visible; opacity:1
}

#calculation-tiles .tech-info-open {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 15;
    width: 60px;
    height: 60px;
    background-image: url(../img/common/tech-info.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    overflow: hidden;
}

#calculation-tiles .tech-info-close { 
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 30;
    font-size: 1.5em;
    display: none;
    cursor: pointer;
}

#tech-info-trigger { cursor: pointer; }


#calculation-tiles .tech-info table { width: 100%; text-align: left; vertical-align: top; font-size: 0.9em; line-height: 1.3em; }
#calculation-tiles .tech-info table tr {  }
#calculation-tiles .tech-info table th { width: 35%;  vertical-align: top; }
#calculation-tiles .tech-info table td {  vertical-align: top; }

.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-right { padding: 0px; text-align: right; padding-right: 25px; }
.checkbox-right input { float: right !important; margin-right: -25px; }


/* 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;
}

#kalk_form { min-height: 450px; }
#calculationform { position: relative; z-index: 1; }
#calculationform.form-blur { filter: blur(3px); -webkit-filter: blur(3px); }
.prevent-editing { position: absolute; z-index: 10; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(255,255,255,0.3); }
#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; }

.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; }

#layer-selection-abort {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    color: #b00000;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: middle;
}


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; }

#btn-order-submit.disabled, #btn-order-submit[disabled], #btn-to-payment.disabled, btn-to-payment[disabled]  { cursor: pointer;  opacity: 1 !important; background: #5bb75b; }
#btn-order-submit .order-submit-tooltip, #btn-to-payment .to-payment-tooltip { display: block; width: 100%; height:100%; top: 0px; left: 0px; background: none; position:absolute; z-index:1000; text-transform: none !important; }

@-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 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; }

#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: 12px;  
}

.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_position { position: relative; }
.cart_position .btn-reorder { position: absolute; top: 10px; right:10px; }
.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; }
.fileupload-buttonbar { padding: 10px; background: #dce7ea; border: 1px dashed #c0d5db; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.fileupload-buttonbar .btn { margin-bottom: 0px !important; }
.assemblyform .fileupload { width: 83%; }
.assemblyform .fileupload-buttonbar { text-align: center; box-sizing: border-box; padding: 50px; }
.assemblyform .control-group.error .fileupload-buttonbar { border-color: #b94a48; }
.assemblyform .assemblyform-bottom-container-button { text-align: center; }
.assemblyform .assemblyform-bottom-container-button i { cursor: pointer; }

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; }

.downloads-tiles-container { 
    display: flex; 
    width: 100%; 
    flex-flow: wrap; 
    align-items: stretch;
    gap: 10px;
    justify-content: space-around;
    margin-bottom: 30px;
}
.downloads-tiles-element { 
    box-sizing: border-box;
    display: inline-block;
    width: 32%;
    min-width: 200px;
    height: 200px;
    position: relative;
    border: 1px solid #E1E1E1; 
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px;
    overflow:hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #F9F9F9;
    color: #0B458E;
    padding: 15px 20px 10px 20px;
    text-align: center;
    font-size: 1em;
}

.downloads-tiles-element i { display: block !important; font-size: 72px; margin-bottom: 4px; }

.downloads-tiles-element:hover { 
    text-decoration: none; 
    background: #0B458E;
    color: #FFF;
    border: 1px solid #0B458E;
}

.downloads-tiles-filesize { font-size: 0.8em; margin-bottom: 4px; }

.downloads-tiles-button { max-width: 400px; margin: 30px auto 0px auto; }


#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; }

#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-wrapper {
    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;
    max-width: 210px;
    min-height: 80px;
    text-align: center;
}

.career-secondary-footer-social-media-links a {
    text-decoration: none;
    display: inline-block;
    margin: 20px 3px;
    max-width: 36px;
}

.career-secondary-footer-social-media-links a:hover {
}

#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: 15%; }
#jobs-list .jobs-list-entry .jobs-title { width: 55%; font-weight: bold; text-align: left; }
#jobs-list .jobs-list-entry a:after { position: absolute; bottom: 20px; right: -40px; 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; }

#jobs-list .jobs-list-entry .jobs-sprache img { width: 100%; max-width: 24px; }


/*
 * Thumbnails Jobs Style
 */
.thumbnails-jobs:before, .thumbnails-jobs:after { display: none; }

.thumbnails-jobs { 
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    gap: 15px;
    width: 100%; 
    justify-content: center;
    margin-bottom: 20px;
}
.thumbnails-jobs .thumbnail { 
    flex: 1 1 28%;
    min-width: 300px;
    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; }

.thumbnails-jobs .jobs-sprache img { width: 100%; max-width: 24px; margin-top: 3px; }


/*
 * Margin and Padding Helper Classes
 */
.pl0 { padding-left: 0px !important; }
.pt0 { padding-top: 0px !important; }
.pb0 { padding-bottom: 0px !important; }
.pr0 { padding-right: 0px !important; }

.pl5 { padding-left: 5px !important; }
.pt5 { padding-top: 5px !important; }
.pb5 { padding-bottom: 5px !important; }
.pr5 { padding-right: 5px !important; }

.pl10 { padding-left: 10px !important; }
.pt10 { padding-top: 10px !important; }
.pb10 { padding-bottom: 10px !important; }
.pr10 { padding-right: 10px !important; }

.pl20 { padding-left: 20px !important; }
.pt20 { padding-top: 20px !important; }
.pb20 { padding-bottom: 20px !important; }
.pr20 { padding-right: 20px !important; }

.pl30 { padding-left: 30px !important; }
.pt30 { padding-top: 30px !important; }
.pb30 { padding-bottom: 30px !important; }
.pr30 { padding-right: 30px !important; }

.pl40 { padding-left: 40px !important; }
.pt40 { padding-top: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pr40 { padding-right: 40px !important; }

.pl50 { padding-left: 50px !important; }
.pt50 { padding-top: 50px !important; }
.pb50 { padding-bottom: 50px !important; }
.pr50 { padding-right: 50px !important; }

.ml0 { margin-left: 0px !important; }
.mt0 { margin-top: 0px !important; }
.mb0 { margin-bottom: 0px !important; }
.mr0 { margin-right: 0px !important; }

.ml5 { margin-left: 5px !important; }
.mt5 { margin-top: 5px !important; }
.mb5 { margin-bottom: 5px !important; }
.mr5 { margin-right: 5px !important; }

.ml10 { margin-left: 10px !important; }
.mt10 { margin-top: 10px !important; }
.mb10 { margin-bottom: 10px !important; }
.mr10 { margin-right: 10px !important; }

.ml20 { margin-left: 20px !important; }
.mt20 { margin-top: 20px !important; }
.mb20 { margin-bottom: 20px !important; }
.mr20 { margin-right: 20px !important; }

.ml30 { margin-left: 30px !important; }
.mt30 { margin-top: 30px !important; }
.mb30 { margin-bottom: 30px !important; }
.mr30 { margin-right: 30px !important; }

.ml40 { margin-left: 40px !important; }
.mt40 { margin-top: 40px !important; }
.mb40 { margin-bottom: 40px !important; }
.mr40 { margin-right: 40px !important; }

.ml50 { margin-left: 50px !important; }
.mt50 { margin-top: 50px !important; }
.mb50 { margin-bottom: 50px !important; }
.mr50 { margin-right: 50px !important; }

.ml60 { margin-left: 60px !important; }
.mt60 { margin-top: 60px !important; }
.mb60 { margin-bottom: 60px !important; }
.mr60 { margin-right: 60px !important; }

.ml70 { margin-left: 70px !important; }
.mt70 { margin-top: 70px !important; }
.mb70 { margin-bottom: 70px !important; }
.mr70 { margin-right: 70px !important; }

.ml80 { margin-left: 80px !important; }
.mt80 { margin-top: 80px !important; }
.mb80 { margin-bottom: 80px !important; }
.mr80 { margin-right: 80px !important; }

.ml90 { margin-left: 90px !important; }
.mt90 { margin-top: 90px !important; }
.mb90 { margin-bottom: 90px !important; }
.mr90 { margin-right: 90px !important; }


/*
 * Width Helper Classes
 */ 
.w10 { width: 10%; }
.w15 { width: 15%; }
.w20 { width: 20%; }
.w25 { width: 25%; }
.w30 { width: 30%; }
.w35 { width: 35%; }
.w40 { width: 40%; }
.w45 { width: 45%; }
.w50 { width: 50%; }
.w55 { width: 55%; }
.w60 { width: 60%; }
.w65 { width: 65%; }
.w70 { width: 70%; }
.w75 { width: 75%; }
.w80 { width: 80%; }
.w85 { width: 85%; }
.w90 { width: 90%; }
.w95 { width: 95%; }
.w100 { width: 100%; }

.maxw10 { max-width: 10%; }
.maxw15 { max-width: 15%; }
.maxw20 { max-width: 20%; }
.maxw25 { max-width: 25%; }
.maxw30 { max-width: 30%; }
.maxw35 { max-width: 35%; }
.maxw40 { max-width: 40%; }
.maxw45 { max-width: 45%; }
.maxw50 { max-width: 50%; }
.maxw55 { max-width: 55%; }
.maxw60 { max-width: 60%; }
.maxw65 { max-width: 65%; }
.maxw70 { max-width: 70%; }
.maxw75 { max-width: 75%; }
.maxw80 { max-width: 80%; }
.maxw85 { max-width: 85%; }
.maxw90 { max-width: 90%; }

.minw10 { min-width: 10%; }
.minw15 { min-width: 15%; }
.minw20 { min-width: 20%; }
.minw25 { min-width: 25%; }
.minw30 { min-width: 30%; }
.minw35 { min-width: 35%; }
.minw40 { min-width: 40%; }
.minw45 { min-width: 45%; }
.minw50 { min-width: 50%; }
.minw55 { min-width: 55%; }
.minw60 { min-width: 60%; }
.minw65 { min-width: 65%; }
.minw70 { min-width: 70%; }
.minw75 { min-width: 75%; }
.minw80 { min-width: 80%; }
.minw85 { min-width: 85%; }
.minw90 { min-width: 90%; }




/*
 * Boxes
 */

.box-fluid {
    display: flex; 
    gap: 20px;
    flex-direction: row; 
    flex-wrap: wrap; 
    justify-content: center; 
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.box-auto { 
    flex-grow: 1;
    position: relative;
    display: inline-block;
    background: #F5F8F9; 
    padding: 20px; 
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #707070;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #F5F8F9;
}



.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-rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.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-60 { width: 60%; }
.box-50 { width: 50%; }
.box-40 { width: 40%; }
.box-33{ width: 33.3333333333%; }
.box-25 { width: 25%; }

.box-h-200 { min-height: 200px !important; }
.box-h-250 { min-height: 250px !important; }
.box-h-300 { min-height: 300px !important; }
.box-h-350 { min-height: 350px !important; }
.box-h-400 { min-height: 400px !important; }
.box-h-450 { min-height: 450px !important; }
.box-h-500 { min-height: 500px !important; }
.box-h-550 { min-height: 550px !important; }
.box-h-600 { min-height: 600px !important; }
.box-h-650 { min-height: 660px !important; }
.box-h-700 { min-height: 700px !important; }
.box-h-750 { min-height: 750px !important; }
.box-h-800 { min-height: 800px !important; }

.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)
 */
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: 47%; 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 !important;
    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";
}


/*
 * Feature Custom Tag
 */
.feature-list {    
    display: flex; 
    flex-flow: wrap; 
    align-items: stretch;
    gap: 10px;
    justify-content: space-around;
    margin-bottom: 10px;
}

.feature-list.feature-list-cols-1 {
    gap: 4px;
}

.feature-element {
    width: 100%;
    min-width: 160px;
    box-sizing: border-box; 
    text-align: center; 
    padding: 20px;  
    font-size: 1em;
    -webkit-border-radius: 4px; 
    -moz-border-radius: 4px; 
    border-radius: 4px;
    transition: all .2s ease-in-out;
}

.feature-element:hover { text-decoration: none; }

.feature-list.feature-list-cols-1 .feature-element { width: 98%; }
.feature-list.feature-list-cols-2 .feature-element { width: 48%; }
.feature-list.feature-list-cols-3 .feature-element { width: 31.333%; }
.feature-list.feature-list-cols-4 .feature-element { width: 23%; }
.feature-list.feature-list-cols-5 .feature-element { width: 18%; }
.feature-list.feature-list-cols-6 .feature-element { width: 14.666%; }
.feature-list.feature-list-cols-7 .feature-element { width: 11%; }


.feature-element .feature-icon {
    width: 100%;
}

.feature-element .feature-icon .image-wrapper { 
    width: 30%; 
    margin: 0px auto; 
    display: block;
    max-width: 120px;
}
.feature-element .feature-icon .image-wrapper.icon-large { width: 50%; }
.feature-element .feature-icon .image-wrapper.icon-2x { width: 60%; }
.feature-element .feature-icon .image-wrapper.icon-3x { width: 70%; }
.feature-element .feature-icon .image-wrapper.icon-4x { width: 80%; }

.feature-element .feature-icon-rounded .image-wrapper {
    -webkit-border-radius: 50%; 
    -moz-border-radius: 50%; 
    border-radius: 50%;
    overflow: hidden;
}

.feature-element .feature-title {
    width: 100%;
    font-size: 1.1em;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-align: center;
    font-weight: normal;
    line-height: 1;
}

.feature-element .feature-text { 
    line-height: 1.2em;
    margin: 10px 0px 0px 0px;
}


.feature-element .feature-title { color: #707070; }
a.feature-element .feature-title { color: #0B458E; }
.feature-element .feature-icon, .feature-element .feature-text { color: #707070; }
.feature-element .feature-icon .color-green { color: #5bb75b; }
.feature-element .feature-icon .color-yellow { color: #fab800; }
.feature-element .feature-icon .color-blue { color: #0B458E; }
.feature-element .feature-icon .color-red { color: #b70000; }
.feature-element .feature-icon .color-white { color: #ffffff; }

.feature-element-style-1 {
    background: rgba(248,248,248,1);
    border: 1px solid #F8F8F8;
}
a.feature-element-style-1:hover {
    background: rgba(248,248,248,0.7);
    border: 1px solid #e5e5e5;
}

.feature-element-style-2 {
    background: none;
}

.feature-element-style-3 {
    background: rgba(248,248,248,1);
    text-align: left; 
    padding: 4px;
    border: 1px solid #F8F8F8;
    min-width: 300px;
}
a.feature-element-style-3:hover {
    background: rgba(248,248,248,0.7);
    border: 1px solid #e5e5e5;
}
.feature-element-style-3 .feature-icon {
    display: inline-block !important;
    width: 50px !important;
    margin: 0px;
    vertical-align: middle;
    text-align: center;
}
.feature-element-style-3 .feature-icon .image-wrapper { 
    width:50%;
}

.feature-element-style-3 .feature-body {
    
}    

.feature-element-style-3 .feature-title {
    margin-top: 0px;
    display: inline-block !important;
    width: 80% !important;
    text-align: left;
    vertical-align: middle;
}

.feature-element-style-3 .feature-text {
    display: inline-block;
    width: 80%;
    margin: -5px 0px 10px 53px;
}


.fullsize { 
    margin-left: calc(49% - 49vw); 
    margin-right: calc(49% - 49vw);
    box-sizing: border-box;
    padding: 20px;
    clear: both;
}

.fullsize-style-1 { background: #f0f0f0; color: #707070; }
.fullsize-style-2 { background: #0b458e; color: #ffffff; }
.fullsize-style-2 h1, .fullsize-style-2 h2, .fullsize-style-2 h3, .fullsize-style-2 h4 { color: #ffffff; }
.fullsize-style-2 a:not(.btn) { 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; }
.fullsize-style-4 { background: #FFFFFF; color: #707070; }

.fixed-bg-1 { background-image: url(../img/common/backgrounds/bg-blue-circuits.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; }
.fixed-bg-2 { background-image: url(../img/common/backgrounds/bg-white-circuits.jpg); background-position: top center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; }

.fullsize-header { position: relative; padding: 0px !important; background: none; height: 19vw; overflow: hidden; margin-top: 0px; text-align: left; background-size: cover; }
.fullsize-header-caption { position: relative; z-index: 10; margin-top: 4vw; width: 25vw; }
.fullsize-header-caption-title { text-transform: uppercase; font-size: 3em; margin-bottom: 30px; line-height: 1.1em; color: #134383; -webkit-text-stroke: 0px; }
.fullsize-header-caption-subtitle {  font-size: 1.5em; line-height: 1.3em; margin-bottom: 30px; font-weight: 400; color: #707070; text-transform: none; -webkit-text-stroke: 0px; }

.secondary-nav { display: flex; list-style-type: none; margin: 0px 0px 0px 0px; padding: 0px; background: #F0F0F0; width: 100%; max-width: 1100px; -webkit-box-shadow:0 1 4px rgba(0,0,0,0.2); box-shadow:0 1px 4px rgba(0,0,0,0.2); }
.secondary-nav li { flex-basis: 100%; text-align: center; padding: 0px; border-right: 1px solid #dddddd; }
.secondary-nav li:last-child { border-right: 0px solid #e3e3e3; }
.secondary-nav li a { box-sizing: border-box; display: inline-block; width: 100%; height: 100%; padding: 15px 15px; }
.secondary-nav li a:hover { text-decoration: none; background: #0B458E; color: #FFF; }
.secondary-nav li.active a { background: #0B458E; color: #FFF; }

.makesticky { position:fixed; z-index:1000; top: 0px; }
.secondary-nav.makesticky { top: 55px; z-index:900; }


/*
 * 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;
}



/*
 * Umwelt

.page-288 .content h1,
.page-288 .content h2,
.page-288 .content h3,
.page-288 .content h4 { 
    font-weight: 300;
}

.page-288 .content h3,
.page-288 .content h4 { 
    font-weight: 400;
}


.page-288 .content h1 { color: #95C11F; font-size: 2.4em; }
.page-288 .content h2 { color: #95C11F; font-size: 2.6em; }
.page-288 .content h3 { color: #707070; font-size: 2.2em; }
.page-288 .content h4 { color: #707070; font-size: 2em; text-decoration: underline; }
 */


#umwelt-fs1 {  
    position: relative;
    background-color: rgba(68, 171, 27, 1);
    background-image: url(../img/common/backgrounds/umwelt-bg-1.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
}

#umwelt-fs1 #prima-klima-leaf { position: absolute; bottom: -30px; right: 30px; width: 25vw; min-width: 280px; }

#umwelt-fs2 {  
    background-image: url(../img/common/backgrounds/umwelt-bg-2.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
}


/*
 * History Module
 */
.history-module {
    position: relative;
}

.history-module-items-container {
    position: relative;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    height: 540px;
    width: 100%;
}

.history-module-controls { 
    position: relative; 
    z-index: 50;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}

.history-module-controls-left {
    display: inline-block;
    font-size: 3em;
    cursor: pointer;
    margin: 0px 10px;
}

.history-module-controls-right {
    display: inline-block;
    font-size: 3em;
    cursor: pointer;
    margin: 0px 10px;
}


.history-module-text { text-align: center; margin-top: -20px; margin-bottom: 20px; }

.history-module-items-container::-webkit-scrollbar {
  display: none;
}


.history-module-item { 
    text-align: center; 
    display: inline-block;
    box-sizing: border-box;
    min-width: 240px;
    position: relative;
    top: 50px;
    z-index: 10;
    border-top: 20px solid #72a6c6;
}

.history-module-item .item-nav {
    position: absolute;
    display: none;
    z-index :50;
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 30px;
}

.history-module-item .item-nav-up, .history-module-item .item-nav-down { font-size: 1.8em; margin: 0px 5px; cursor: pointer; }


.history-module-item .year { 
    position: absolute;
    z-index: 20;
    top: -125px;
    width: 100%;
    box-sizing: border-box;
    font-size: 2.5em; 
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    color: #0b458e;
}

.history-module-item .year:after {
    font-family: FontAwesome;
    content:"\f0d8";
    font-size: 3em;
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
}

.history-module-item .icon { 
    position: absolute;
    z-index: 30;
    top: -60px;
    box-sizing: border-box;
    width: 100px; 
    height: 100px; 
    margin: auto;
    border-radius: 50%; 
    overflow: hidden; 
    border: 3px solid #0b458e;
    position: relative;
    z-index: 20;
}

.history-module-item .text-container {
    position: absolute;
    z-index: 10;
    top: 0px;
    width: 100%;
    height: 230px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px;
    background: #0b458e;
    color: #FFF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.history-module-item .text-container .text {
    margin-top: 40px;
    height: 140px;
    overflow: hidden;
}


.history-module-item:nth-child(even) .item-nav {
    bottom: 45px;
}

.history-module-item:nth-child(even) .year {
    top: 60px;
    color: #72a6c6;
}

.history-module-item:nth-child(even) .year:after {
    font-family: FontAwesome;
    content:"\f0d7";
    font-size: 3em;
    position: absolute;
    left: 0px;
    top: -40px;
    width: 100%;
}

.history-module-item:nth-child(even) .icon {
    border-color: #72a6c6;
}

.history-module-item:nth-child(even) .text-container {
    padding: 15px;
    top: -250px;
    background: #72a6c6;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -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;
}

.history-module-item:nth-child(even) .text-container .text {
    margin-top: 0px;
}



.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: none; padding: 30px 0px 0px 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; }
#kalk-anfrageoptionen .span4 { display: inline-block; float: none; width: 30%; vertical-align: top; margin-bottom: 20px; }

.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);
}

.accordion-plaintext .accordion-wrapper { clear: both; }

#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: -50px; }

#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; 
    z-index: 10;
    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 .tech-info {
    position: absolute; 
    z-index: 20; 
    bottom: 0px; 
    left: 0px; 
    width: 100px; 
    height: 100px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
#serientechnologien .tech-info img { width: 100%; }
#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;
}


/*
 * Payment
 */
#payment-form { margin: 0px; padding: 0px; }
.payment-title { font-size: 1.5em; color: #fab800; font-weight: normal; margin-top: 0px; }
#accordion_payment { margin: 10px 0px !important; }
#accordion_payment .accordion-group label { line-height: 30px; height: 30px; }
#accordion_payment .accordion-group input { line-height: 24px; height: 24px; }
#accordion_payment .accordion-toggle::after { content: ""; }


/*
 * 
 */
.ul-order-successful li { padding: 10px 0px; font-weight: bold; }
.ul-order-successful li .icon-li { color: #00B050; }


/*
 * Rogers HF Seite
 */
.rogers-hf-box { margin-bottom: 30px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border: 1px solid #dbdbdb; padding: 30px; }
.rogers-hf-box-title { text-align: center !important; font-size: 1.4em; border-bottom: 1px solid #dbdbdb; padding-bottom: 20px; margin-top: -10px; }
.rogers-hf-box-img { margin: 30px auto; text-align: center; }
.rogers-hf-box-img img { max-width: 80%; }
.rogers-hf-box-body {}
.rogers-hf-box-download { margin: 30px 0px -10px 0px; text-align: center; }
.rogers-hf-box-download a { display: inline-block; margin: 0px auto; background: #FBB900; color: #FFF; padding: 5px 10px; width: 250px; text-align: center; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }
.rogers-hf-box-download a:hover { text-decoration: none; }


/*
 * Themes
 */

#theme-header-decoration {
    height: 55px; 
    width: 12vw;
    max-width:330px;  
    position: absolute; 
    bottom: 0px; 
    left: 0px;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}
#theme-top-left, #theme-top-right, #theme-bottom-left, #theme-bottom-right {
    position: absolute;
    z-index: 1000;
    min-width: 30px;
    max-width: 250px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain; 
}

#theme-top-left {
    top: 0px;
    left: 0vw;
    width: 10vw;
    background-position: top center;
}
#theme-top-right {
    top: 0px;
    right: 0vw;
    width: 10vw;
    background-position: top center;
}
#theme-bottom-left {
    bottom: 0px;
    left: 0vw;
    width: 10vw;
    background-position: bottom center;
}
#theme-bottom-right {
    bottom: 0px;
    right: 0vw;
    width: 10vw;
    background-position: top center;
}



/*
 * Contact-Layer
 */
#ContactLayer.modal { 
    width: 900px; 
    margin-left: -450px;
    background-color: #FFF;
    background-image: url(../img/common/backgrounds/contact-layer-bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
}

#ContactLayer.modal .modal-body { padding: 40px 40px 30px 40px; max-height: none; }
#ContactLayer.modal #ContactData { margin-top: 50px; margin-bottom: 60px; }
#ContactLayer.modal .ContactDataTitle { color: #134383; }
#ContactLayer.modal .ContactDataRow { margin-bottom: 15px; }
#ContactLayer.modal .close-btn { position:absolute; top: 8px; right: 8px; font-weight: bold; background: #134383; color: #FFF; padding: 0px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; text-align: center; width: 24px; height: 24px; line-height: 24px; }

#ContactLayer.modal .ContactDataBody a { color: #707070; }
#ContactLayer.modal .ContactDataBody a i { color: #134383; }

#ContactLayer.modal .ContactDataLinks a { display: block; padding: 5px 0px 5px 0px; }
#ContactLayer.modal .ContactDataLinks a:before { content: "- "; }



/*
 * Ratings Modul
 */
#ratings { padding: 20px 0px; }
#ratings-overview-title { font-size: 2.1em; line-height: 1em; text-transform: uppercase; margin-bottom: 20px; }
#ratings-overview-text { font-size: 1.3em; margin-bottom: 30px; }
.ratings-bar { margin-bottom: 20px; }
.ratings-bar-label, .ratings-bar-progress, .ratings-bar-percent { display: inline-block; vertical-align: middle; }

.ratings-bar-label { width: 20%; }
.ratings-bar-progress { width: 60%; }
.ratings-bar-percent { width: 10%; padding-left: 10px; }

.ratings-bar-progress .progress { height: 35px; margin-bottom: 0px; }
.ratings-bar-progress .progress .bar { line-height: 35px; }
.ratings-bar-label, .ratings-bar-percent { line-height: 35px; font-size: 1.2em; }

#ratings-comments { display: none; }
#ratings-comments-title { font-size: 1.8em; line-height: 1.1em; margin: 40px 0px 40px 0px; }
.ratings-comment { 
    box-sizing: border-box; 
    padding: 20px; 
    margin-bottom: 20px;
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 6px;
    background: red;
    background: #eaeaea;
    border: 1px solid #dddbdb;
}

#ratings.ratings-light { color: #707070; }
#ratings.ratings-dark { color: #FFFFFF; }
#ratings.ratings-dark #ratings-button-showall { color: #535353; background: #FFF; border-color: #FFF; }
#ratings.ratings-dark #ratings-button-showall:hover { background: #F7F7F7; }

.ratings-comment-info-stars { color:#FFB200; font-size: 1.2em; }
.ratings-comment-info-name { font-size: 1.1em; font-weight: bold; }
.ratings-comment-info-date {}
.ratings-comment-text { font-style: italic; }
.ratings-comment-text:before, .ratings-comment-text:after  { content: '"'; }
.ratings-comment-answer { margin-top: 10px; }

#ratings-button-hideall { display: none; }

#ratings-carousel { }
#ratings-carousel-controls { text-align: center; font-size: 4em; }
#ratings-carousel-controls a * { text-decoration: none; }

#ratings-container-loading { display: none; }


/*
 * Sponsoring Modul
 */
#sponsoring.sponsoring-light { color: #707070; }

#sponsoring-title { text-transform: uppercase; font-size: 2em; line-height: 1.1em; margin-bottom: 30px; }
#sponsoring-text { }
#sponsoring-carousel { margin-top: 30px; }


.sponsoring-item-title { 
    text-align: center; 
    font-weight: bold; 
    margin-bottom: 20px; 
    font-size: 1.4em; 
    height: 48px;
    overflow: hidden;
}
.sponsoring-item-image { 
    text-align: center; 
    margin-bottom: 20px; 
    width: 100%; 
    border: 1px solid #f0f0f0;
}
.sponsoring-item-image img { width: 100%; }

.sponsoring-item-text { 
    text-align: center; 
    margin-bottom: 20px; 
    line-height: 1.1em; 
    min-height: 60px;
}
.sponsoring-item-button { text-align: center; margin-bottom: 0px; }
#sponsoring-carousel-controls { text-align: center; font-size: 4em; }
#sponsoring-carousel-controls a * { text-decoration: none; }
#sponsoring.sponsoring-dark, #sponsoring.sponsoring-dark #sponsoring-carousel-controls a { color: #FFFFFF; }


/*
 * Presseartikel Modul
 */
#pressarticle { position: relative; z-index: 1; }
#pressarticle.pressarticle-light { color: #707070; }

#pressarticle-title { text-transform: uppercase; font-size: 2em; line-height: 1.1em; margin-bottom: 30px; }
#pressarticle-text { }
#pressarticle-carousel { margin-top: 0px; }

.pressarticle-item-title { 
    text-align: left; 
    font-weight: bold; 
    margin-bottom: 20px; 
    margin-top: 30px;
    font-size: 1.4em; 
}
.pressarticle-item-image { 
    text-align: left; 
    margin-bottom: 20px; 
}
.pressarticle-item-image img { 
    width: 210px;
    height: 210px;    
}

.pressarticle-item-text { 
    text-align: left; 
    margin-bottom: 20px; 
    line-height: 1.1em; 
}
.pressarticle-item-button { text-align: left; margin-bottom: 0px; }

#pressarticle-carousel-controls { text-align: center; font-size: 2.5em; height: 100px; position: absolute; top:50%; right:0px; }
#pressarticle-carousel-controls a { display: block; }
#pressarticle-carousel-controls a * { text-decoration: none; }

#pressarticle.pressarticle-dark #pressarticle-carousel-controls a { color: #FFF; }

/*
 * Socialmedia Module
 */
#socialmedia-module { padding-bottom: 30px; }
#socialmedia-module-title { text-align: center; text-transform: uppercase; font-size: 2em; line-height: 1.1em; margin-bottom: 30px; }
#socialmedia-module-text { text-align: center; margin-bottom: 30px; }

#socialmedia-module-items {
    display: flex; 
    flex-direction: row; 
    flex-wrap: wrap; 
    justify-content: space-around; 
    position: relative;
}

#socialmedia-module-items a { 
    display: inline-block; 
    position: relative;
    width:210px; 
    padding: 20px 20px 40px 20px; 
    background: #f7f7f7; 
    text-align: center; 
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 6px; 
    margin-bottom: 40px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;  
}

#socialmedia-module-items a:hover { 
    background: #f0f0f0; 
}

#socialmedia-module-items a img { 
    max-width:100px; 
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#socialmedia-module-items a:hover img { 
    max-width:100px; 
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.socialmedia-module-items-label { 
    position: absolute; 
    bottom: -20px; 
    box-sizing: border-box; 
    display: block; 
    width: 100%;
    max-width: 210px; 
    background: #0B458E; 
    color: #FFF; 
    padding: 10px; 
    -webkit-border-radius: 6px; 
    -moz-border-radius: 6px; 
    border-radius: 6px; 
}

.socialmedia-module-white #socialmedia-module-items a { background: rgba(0,0,0,0.2);  }
.socialmedia-module-white #socialmedia-module-items a:hover { background: rgba(0,0,0,0.3);  }

.vertical .carousel-inner {
  height: 100%;
}

.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
  top: 0;
}

.carousel.vertical .next {
  top: 100%;
}

.carousel.vertical .prev {
  top: -100%;
}

.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}

.carousel.vertical .active.left {
  top: -100%;
}

.carousel.vertical .active.right {
  top: 100%;
}

.carousel.vertical .item {
    left: 0;
}



.page-302 #sponsoring-title { text-transform: none; font-size: 1.6em; margin-bottom: 20px; font-weight: bold; }


#shipping-icons img { max-width: 110px; margin: 5px 0px 12px 0px; }
#payment-icons .payment-icon { max-width: 55px; margin: 5px 15px 5px 0px; }
#payment-icons .payment-icon-label { font-weight: normal; }




/*
 * Gallery Modul
 */

.gallery-style-1 {}
.gallery-style-1 .gallery-carousel-wrapper { display: flex; flex-direction: row; align-items: center; gap: 20px; }
.gallery-style-1 .gallery-title { font-size: 1.3em; margin-bottom: 10px; }
.gallery-style-1 .gallery-carousel { display: inline-block; box-sizing: border-box; width: 95%; vertical-align: middle; }
.gallery-style-1 .gallery-carousel-controls  { display: inline-block; width: 5%; text-align: right; }
.gallery-style-1 .gallery-carousel-controls a { display: block; font-size: 2em; text-decoration: none; margin: 10px 0px; }
.gallery-style-1 .gallery-item-wrapper { display: flex; flex-direction: row;  align-items: center; gap:20px; }
.gallery-style-1 .gallery-item-image { width:20%; min-width: 150px; margin: 10px 0px; }
.gallery-style-1 .gallery-item-content { max-width: 700px; margin: 0px 0px; }
.gallery-style-1 .gallery-item-title { margin: 0px 0px 20px 0px; font-size: 1.2em; font-weight: bold; }
.gallery-style-1 .gallery-item-text { line-height: 1.5em; }

.gallery-style-2 {}
.gallery-style-2 .gallery-title { font-size: 1.8em; padding: 30px; text-align: center; }
.gallery-style-2 .gallery-wrapper { display: flex; align-items: stretch; gap: 20px; flex-wrap: wrap; justify-content: center }
.gallery-style-2 .gallery-item { min-width: 260px; box-sizing: border-box; padding: 15px; background: #f0f0f0; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; text-align: center; text-decoration: none; color: #707070; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.gallery-style-2 .gallery-item:hover { background: #0B458E; color: #FFF; }
.gallery-style-2 .gallery-item-title { margin: 10px 0px; font-size: 1.2em; font-weight: bold; }
.gallery-style-2 .gallery-item-text {}
.gallery-style-2 .gallery-cols-1 .gallery-item { width: 100%; }
.gallery-style-2 .gallery-cols-2 .gallery-item { width: 49%; }
.gallery-style-2 .gallery-cols-3 .gallery-item { width: 32%; }
.gallery-style-2 .gallery-cols-4 .gallery-item { width: 23%; }

.gallery-style-3 {}
.gallery-style-3 .gallery-title { font-size: 1.8em; padding: 30px; text-align: center; }
.gallery-style-3 .gallery-wrapper { display: flex; align-items: stretch; gap: 20px; flex-wrap: wrap; justify-content: center; }
.gallery-style-3 .gallery-item { overflow: hidden; position: relative; z-index: 10; min-width: 260px; box-sizing: border-box; padding: 10px; background: #f0f0f0; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; text-align: center; text-decoration: none; color: #FFF; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.gallery-style-3 .gallery-item:hover { background: #0B458E; color: #FFF; }
.gallery-style-3 .gallery-item-image { position: relative; z-index: 20; }
.gallery-style-3 .gallery-item-content { position: absolute; top: 80%; left: 0px; height: 100%; width: 100%; padding: 0px 20px; box-sizing: border-box; z-index: 30; background: rgba(11, 69, 142, 0.8); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.gallery-style-3 .gallery-item-title { margin: 10px 0px 20px 0px; font-size: 1em; font-weight: bold; }
.gallery-style-3 .gallery-item:hover .gallery-item-content { top: 0px; }
.gallery-style-3 .gallery-item:hover .gallery-item-title{ margin-top: 30px; }
.gallery-style-3 .gallery-item-text { }
.gallery-style-3 .gallery-cols-1 .gallery-item { width: 100%; }
.gallery-style-3 .gallery-cols-1 .gallery-item-content { top: 90%;}
.gallery-style-3 .gallery-cols-1 .gallery-item-title { margin: 20px 0px 50px 0px; font-size: 1.3em; font-weight: bold; }
.gallery-style-3 .gallery-cols-2 .gallery-item { width: 49%; }
.gallery-style-3 .gallery-cols-2 .gallery-item-content { top: 85%;}
.gallery-style-3 .gallery-cols-2 .gallery-item-title { margin: 10px 0px 20px 0px; font-size: 1.2em; font-weight: bold; }
.gallery-style-3 .gallery-cols-3 .gallery-item { width: 32%; }
.gallery-style-3 .gallery-cols-4 .gallery-item { width: 23%; }
.gallery-style-3 .gallery-cols-4 .gallery-item-text { line-height: 1em; font-size: 0.9em; }


.gallery-style-4 { position: relative; }
.gallery-style-4 .gallery-title { font-size: 1.6em; padding: 20px; text-align: center; }
.gallery-style-4 .gallery-item { box-sizing: border-box; padding: 15px; background: none; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; text-align: center; text-decoration: none; color: #707070; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
.gallery-style-4 .gallery-item:hover { background: #0B458E; color: #FFF; }
.gallery-style-4 .gallery-item-title { margin: 10px 0px; font-size: 1.2em; font-weight: bold; }
.gallery-style-4 .gallery-item-text { line-height: 1.3em; }
.gallery-style-4 .gallery-item-image { width: 100%; max-height: 180px; overflow: hidden; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.gallery-style-4 .gallery-carousel-controls { text-align: center; font-size: 4em; position: absolute; top: 150px; width: 100%; }
.gallery-style-4 .gallery-carousel-controls a * { text-decoration: none; }
.gallery-style-4 .gallery-carousel-control-left { position: absolute; left: -40px; }
.gallery-style-4 .gallery-carousel-control-right { position: absolute; right: -40px; }



.table-production thead th { background: rgba(0,0,0,0.2); color: #FFF; }


/*
 * Toolbox
 */
.toolbox-form legend { 
    position: relative;
    z-index: 10;
    background: #f5f5f5; 
    box-sizing: 
    border-box; 
    padding: 5px 10px;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #e3e3e3;
    display: inline-block;
    width: 40%;
}

.toolbox-form .toolbox-icon { width: 34px; margin-right: 10px; }

.toolbox-form fieldset .formtab {
    position: relative;
    z-index: 5;
    top: -1px;
    background: #f5f5f5;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    padding: 19px;
}


.box-highlights {
  background: rgba(0,0,0,0.05);
  padding: 20px;
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.2);
}

.box-highlights-title { font-weight: bold; font-size:1.2em; margin: 0px 0px 10px 0px; }
.box-highlights ul {
    list-style-type: none;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

.box-highlights ul li {
    line-height: 1.4em;
}

.box-highlights ul li:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-left: -20px;
  margin-right: 5px;
  color: #95C11F;
}

.copytoclipboard { cursor: pointer; display: inline-block; }
.copytoclipboard:hover:after {
  content: "\f0c5";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  line-height: 14px;
}

.copytoclipboard-success:hover:after {
  content: "\f14a";
  color: #5db883;
}

.copytoclipboard-blank:hover:after {
  content: none !important;
}


/* Responsive Features */

@media (max-width: 1920px) { 
    
    .fullsize-header { height: 24vw; }
    .fullsize-header-caption { margin-top: 4vw; width: 32vw; }
    .fullsize-header-caption-title { font-size: 2.1vw; }
    .fullsize-header-caption-subtitle {  font-size: 1.1vw; }
 
}   


@media (min-width: 1900px) { 
    #element-ajax-price { width: 340px; }
}    


/* Large desktop */
@media (min-width: 1700px) { 
    #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; }
    
}


@media (min-width: 1400px) { 

    #serientechnologien-filter { position: fixed; left: -6px; }
    #element-ajax-price { display: none; }
    
}



@media (max-width: 1700px) { 
    
    .widget-primaklima { display: none; }
    
    .fullsize-header { height: 28vw; }
    .fullsize-header-caption { margin-top: 3vw; width: 40vw; left: 5vw; }
    .fullsize-header-caption-title { font-size: 2.3vw; }
    .fullsize-header-caption-subtitle {  font-size: 1.5vw; }
 
}      


@media (max-width: 1560px) { 
    
    .home-jumbo-row {  }
    .home-jumbo-box { width: 45%; margin: 0px 25px 25px 0px; }
    .home-jumbo-box:last-child { margin-right: 0px; }
    
    .home-jumbo-box .home-jumbo-box-image { float:none !important; clear: both !important; width:100%; height: auto; }
    .home-jumbo-box img { 
        height: auto !important;
        width: 100% !important;
        -webkit-filter: blur(0);
        filter: blur(0);
    }
    
    .home-jumbo-box .home-jumbo-box-caption { width:100%; padding: 20px 20px 30px 20px; margin-top: 0px; text-align: center; }
    .home-jumbo-row .home-jumbo-box:last-child .home-jumbo-box-image { float:none !important; }
    .home-jumbo-row .home-jumbo-box:last-child .home-jumbo-box-caption {  text-align: center;  }
    
    .home-jumbo-box-title { margin: 10px 0px; }
    .home-jumbo-box-text {  }
    
    
    /*
     * Toolbox
     */
    .toolbox-form legend { 
        width: 60%;
    }
 
}   



@media (min-width: 1250px)  and (max-width: 1450px) { 
    
    .makesticky #sticky-logo {
        display: none;
    }
    
    #header-navbar.makesticky:before {
        content: '';
        background: url('../img/leiton-leiterplatten-icon.svg');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        width: 45px;
        height: 40px;
        left: 8px;
        top: 10px;
        border: 0px solid red;
    }
    
    .fullsize-header { height: 30vw; }
    .fullsize-header-caption { margin-top: 3vw; width: 40vw; left: 7vw; }
    .fullsize-header-caption-title { font-size: 2.3vw; }
    .fullsize-header-caption-subtitle {  font-size: 1.5vw; }
    .fullsize-header-caption .btn-large { font-size: 1.3vw; }

}


@media (min-width: 1025px)  and (max-width: 1249px) { 
    
    .makesticky #sticky-logo {
        display: none;
    }
    
    #header-navbar.makesticky:before {
        content: '';
        background: url('../img/leiton-leiterplatten-icon.svg');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 8px;
        top: 15px;
        border: 0px solid red;
    }
    
    #header-tabbed-border { background-position: 240px 0px;}
  
    .navbar .nav li a { margin-right: 16px; }
    
    .topbar-nav a { margin-right: 5px; }
    
    #logo { top: 0px; }
    #logo img { max-width: 200px; }
    
    .fullsize-header { height: 30vw; }
    .fullsize-header-caption { margin-top: 7vw; width: 50vw; left: 10vw; }
    .fullsize-header-caption-title { font-size: 2.3vw; }
    .fullsize-header-caption-subtitle {  font-size: 1.5vw; }
    .fullsize-header-caption .btn-large { font-size: 1.3vw; }

}



@media (min-width: 1200px) { 
    #login-widget { display: block; }
    #login-widget { display: none; }
    
    #home-news .container { width: 100%; max-width: 1600px;  }
}   

/* Small desktop */
@media (min-width: 979px)  and (max-width: 1200px) { 
    
    #header-decoration {
        height: 45px; 
        width:270px;  
        right: 33.5%;
    }
    
    #theme-top-left { left: -10vw; width: 10vw; }
    #theme-top-right { right: -10vw; width: 10vw; }
    #theme-bottom-left { left: -10vw; width: 10vw; }
    #theme-bottom-right { right: -10vw; width: 10vw; }
    
    .secondary-nav li a { padding: 15px 5px; }

}

@media (max-width: 1024px) { 
    
    .navbar .nav li a { text-align: left; border: 0px; }
    .navbar .nav li ul li a { padding-left: 20px; }
    .navbar #btn-navbar-help { display: block; }
    
    #header-topbar .container, #header-navbar > .container { width: 100%; padding: 0px 20px; box-sizing: border-box; }
     
    
    #header-navbar .span9,
    #header-navbar .span3 {
        width: 100%;
        margin-left: 0px;
        float: none;
        display: block;
        box-sizing: border-box;
    }
    
    #header-navbar .container { position: relative; }
    
    #header-navbar #header-assistant-nav-container { 
        display: inline-block; 
        width: auto;
        position: absolute;
        right: 75px;
        top: 4px;
    }
    
    #header-navbar.makesticky #header-assistant-nav {
      margin-top: 0px;
    }
    
    #header-navbar #header-assistant-nav { display: block; }
    #header-navbar #header-assistant-nav .topbar-nav a { line-height: normal; display: inline-block; border: 0px solid red; font-size: 1.6em; margin-top: 0px; margin-right: 15px;  }
    #header-navbar #header-assistant-nav .topbar-nav a span { display: none; }
    #header-navbar #header-assistant-nav .topbar-nav a i { display: inline-block; padding-top: 1px; }
    #header-navbar #header-assistant-nav .topbar-nav .language-selector img { vertical-align: text-top; height: 20px; margin-top: 5px; }
    
    #header-navbar #header-assistant-nav .topbar-nav form { display: inline-block; height: 30px; border: 0px solid red; margin: 0px; padding: 0px; vertical-align: top; }
    #header-navbar #header-assistant-nav .topbar-nav button { font-size: 1.1em; padding: 4px 8px; }
    
    #header-navbar-container .navbar .btn-navbar { margin-top: 4px; margin-right: 0px; }
    
    
    #logo { 
        display: none;
    }

    #sticky-logo {
        position: relative;
        display: inline-block;
        float: left;
        top: 9px;
        left: 20px;
    }

    .makesticky #sticky-logo {
        animation: none;
    }
    
    #sticky-logo img {
        max-width: 150px;
    }
    
    #header-navbar .nav-collapse.collapse.in ul { margin-top: 10px; margin-bottom: 20px; }
    #header-navbar .nav-collapse .nav > li { border-bottom: 1px solid #e8e8e8; }
    #header-navbar .nav-collapse .nav > li:last-child { border-bottom: 0px; }
    
    
    .fullsize-header { height: 40vw; background-position: -190% 100%; }
    .fullsize-header-caption { margin-top: 7vw; width: 55vw; left: 0vw; }
    .fullsize-header-caption-title { font-size: 3vw; }
    .fullsize-header-caption-subtitle {  font-size: 1.9vw; }
    .fullsize-header-caption .btn-large { font-size: 1.7vw; }
    
    .home-jumbo-box, .home-jumbo-box:hover, .home-jumbo-box#home-jumbo-box-2, .home-jumbo-box#home-jumbo-box-4 { 
        background-position: bottom center;
        background-size: auto;
    }
    
    
    .home-news-container { 
        flex-basis: 320px;
    }

    
    .pressarticle-item-image img { 
        width: 150px;
        height: 150px;    
    }
    
    .pressarticle-item-title {
      margin-top: 0px;
    }
    
    #calculation-tiles .calculation-tile { 
        width: 48%;
    }

    .gallery-style-2 .gallery-item, .gallery-style-3 .gallery-item { flex-grow: 1; }
    
}



/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) { 
    
    #header-decoration {
        height: 27px; 
        width:160px;  
        right: 33.5%;
    }
    
    #theme-header-decoration { display: none; }
    
    #theme-top-left { left: -10vw; width: 10vw; }
    #theme-top-right { right: -10vw; width: 10vw; }
    #theme-bottom-left { left: -10vw; width: 10vw; }
    #theme-bottom-right { right: -10vw; width: 10vw; }

    .table-responsive { width:100%; overflow-x: scroll; margin:0px; padding: 0px; }
    .table-responsive table { margin: 10px 0px; }
    
    .img.w10, .img.w20, .img.w30, .img.w40 { width: 50%; }
    
    #serientechnologien .thumbnails li { margin: 1% 0%; width: 100%; }
    #serientechnologien .caption { padding: 30px; }
    
    #widget-contact2.closed { bottom: -50px; }
    
    #umwelt-fs1 { padding-bottom: 80px !important; }
    
    .secondary-nav { display: block; }
    .secondary-nav li { flex-basis: auto; text-align: left; display: block; border-right: 0px; border-bottom: 1px solid #FFF; }
    .secondary-nav li a { display: block; }
    .secondary-nav.makesticky { position: static; }
    
    .pull-right, .pull-left { float: none !important; }
    
    /*
     * Contact-Layer
     */
    #ContactLayer.modal { 
        width: 90%;
        margin-left: -45%;
    }
    
    
    .sponsoring-item-title { font-size: 1.1em; }
    
}

/* 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) {
    
    #theme-top-left, #theme-top-right, #theme-bottom-right, #theme-bottom-left {
        display: none;
    }
    
    .content { 
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    
    .container { width: 90%; }
    
    .header-topbar-row-2 { text-align: center; line-height: 2em; }
    .topbar-logo-co2 img { vertical-align: top; margin-top: 2px; }
    #header-topbar .h1 { font-size: 14px; margin-bottom: 5px; }
    
    
    #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;  }
    .assemblyform .fileupload { width: 100%; }
    
    #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; }
    
    #kalk-anfrageoptionen .span4 { width: 100%; }
    
    
    #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-auto, .box-100, .box-75, .box-60, .box-50, .box-40, .box-33, .box-25 { width: 100%; }
    
    /*
     * Width Helper Classes
     */ 
    .w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90 { width: 100% !important; }
    
    .img-right, img-left { float: none; margin-left: 0px; margin-right: 0px; }
    
    
    #jobs-list .jobs-list-entry a { display: block; width: 100%; }
    #jobs-list .jobs-list-entry a > div { display: block;  width: 100%; }
    #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;
    }
    
    #umwelt-fs1 { padding-bottom: 180px !important; }
    
    .fullsize-header { height: 45vw; background-position: -150% 100%; }
    .fullsize-header-caption { margin-top: 7vw; width: 55vw; left: 0vw; }
    .fullsize-header-caption-title { font-size: 3vw; margin-bottom: 20px; }
    .fullsize-header-caption-subtitle {  font-size: 1.9vw; }
    .fullsize-header-caption .btn-large { font-size: 1.7vw; }
    
    
    .pressarticle-item-image img { width: 210px; height: 210px; }
    .pressarticle-item-title { margin-top: 0px; }
    #pressarticle-carousel .item { padding-bottom: 20px; }
    #pressarticle-carousel .item * { text-align: center; }
    #pressarticle-carousel-controls { top: 40%; }
    
    
    /*
     * Gallery module
     */
    .gallery-style-4 .gallery-carousel-controls { text-align: center; font-size: 4em; position: relative; top: 0px; width: 100%; }
    .gallery-style-4 .gallery-carousel-controls a * { text-decoration: none; }
    .gallery-style-4 .gallery-carousel-control-left { position: relative; left: 0px; }
    .gallery-style-4 .gallery-carousel-control-right { position: relative; right: 0px; }
    
    /*
     * Toolbox
     */
    .toolbox-form legend { 
        width: 75%;
    }
    
    .toolbox-form .control-label { text-align: left; }
    
    /*
     * Contact-Layer
     */
    #ContactLayer.modal { 
        width: 97%;
        margin-left: -1%;
    }
    
    
    .home-news-container { 
        flex-basis: 400px;
    }
    
    
}



@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-jumbo-row { display: block; }
    .home-jumbo-box, .home-jumbo-box:last-child { width: 90%; margin: 0px 5% 25px 5%; }
    .home-jumbo-box .home-jumbo-box-caption { text-align: center !important; }
    
    #widget-contact2 #rating-widget div { display: block; }
    
    #widget-contact2 { 
        width: 80%;
        left: 10%;
    }

    .fullsize-header { height: 50vw; background-position: -130% 100%; }
    .fullsize-header-caption { margin-top: 5vw; width: 65vw; left: 0vw; }
    .fullsize-header-caption-title { font-size: 4vw; margin-bottom: 15px; }
    .fullsize-header-caption-subtitle {  font-size: 2.7vw; }
    .fullsize-header-caption .btn-large { font-size: 2.5vw; }
    
    #footer .footer-col { padding-bottom: 30px; }
    
    /*
     * Ratings Modul
     */
    #ratings-overview { text-align: center; }
    #ratings-bars { margin-top: 40px; }
    .ratings-bar-label { width: 22%; }
    .ratings-bar-progress { width: 58%; }
    .ratings-bar-percent { width: 15%; }
    .ratings-bar { margin-bottom: 10px; }
    #ratings-overview-title { font-size: 1.8em; }
    #ratings-comments-title { text-align: center; }

    /*
     * Sponsoring Modul
     */
    .sponsoring-item-button { margin-bottom: 50px; }
    
    
    #calculation-tiles .calculation-tile { 
        width: 100%;
    }
    
    /*
     * Feature Modul
     */
    .feature-list.feature-list-cols-1 .feature-element,
    .feature-list.feature-list-cols-2 .feature-element,
    .feature-list.feature-list-cols-3 .feature-element,
    .feature-list.feature-list-cols-4 .feature-element,
    .feature-list.feature-list-cols-5 .feature-element,
    .feature-list.feature-list-cols-6 .feature-element,
    .feature-list.feature-list-cols-7 .feature-element { width: 100%; }
    
    
    /*
     * Gallery Modul
     */
    .gallery-style-1 .gallery-carousel-wrapper { display: flex; flex-direction: row; align-items: flex-start; gap: 20px; }
    .gallery-style-1 .gallery-item-wrapper { display: block; }
    .gallery-style-1 .gallery-item-image { width: 100% !important; min-width: 150px; margin: 10px 0px; }
    .gallery-style-1 .gallery-item-content { max-width: none; width: 100% !important; }

  
}   



/* 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; }
    
    .pressarticle-item-image img { width: 180px; height: 180px; }
    #pressarticle-carousel-controls { top: 42%; }
    
    /*
     * Toolbox
     */
    .toolbox-form legend { 
        width: 100%;
    }
 
}



@media (max-width: 400px) {
    
    #sticky-logo, .makesticky #sticky-logo {
        display: none;
    }
    
    #header-navbar { position: relative; }
    
    #header-navbar:before {
        content: '';
        background: url('../img/leiton-leiterplatten-icon.svg');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        position: absolute;
        z-index: 1000;
        width: 40px;
        height: 40px;
        left: 10px;
        top: 3px;
        border: 0px solid red;
    }
    
    #header-navbar.makesticky:before {
        top: 11px;
    }
    
    
    /*
     * Ratings Modul
     */
    .ratings-bar-label { width: 28%; }
    .ratings-bar-progress { width: 49%; }
    .ratings-bar-percent { width: 15%; }
    
    
    .downloads-tiles-element { 
        width: 100%;
    }
    

}



@media (max-width: 350px) {
    
    #language { position: absolute; top: 0px; right: 20px; display: inline-block; width: auto; }
    #language a { color: #FFF; }
    
    .formtab { max-width: 165px; padding: 0px; }
    
    legend { 
        border-width: 0px 0px 0px 0px; 
    }
    
    #jobs2017 { padding: 150px 15px 0px 15px; }
    
}   


/*
 * Contact Layer scrolling-fix for small devices
 */
@media (max-width: 767px), (max-height: 800px) { 
    
    #ContactLayer.modal { 
        position: absolute;
        top: 10px;
    }

}


@media print {
  
   body > .container { size: auto; margin: 0mm; padding: 0mm; }
   .noprint, 
   #sidebar_container,
   table.downloads { 
       display: none !important; 
   }
   .content { font-size: 12px; }
    
}