
@media print {
	.noprint {
		display: none;
	}
}

@media screen {
	.print{
		display: none;
	}
}


.hr {
	border-color: blue;
	border-width: 2px;
	border-style: solid;
	clear: both;
}

.price {
    font-weight: bold;
}

span.unimportant, p.unimportant {
    font-weight: normal;
    color: #444;
}

.articleno {
    color: #777777;
    font-style: italic;
}

table .price {
}

table .articleno {
    font-size: 80%;
}

tr.separator td {
    font-weight: bold;
    background-color: #F8F8F8;
}

.content table th {
    vertical-align: top;
    background-color: #eee;
}

table.compact {
    line-height: 90%;
}

table.bordered td, table.bordered th {
    border: 1px solid #DDD;
    padding: 5px;
}

.sidebar-element-header {
    font-size: 100%;
    font-weight: bold;
}

.sidebar-elements {
    padding-left: 1.0em;
}

.sidebar-elements > li {
    xmargin-left: 1em;  
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
    margin-right: 1em;
}

.sidebar-element-body p {
    margin-bottom: 0.3em;
    font-size: 95%;
}

.content-header > div {
    height: 190px;
}

.content-header-image {
    padding-right: 0;
    text-align:center;
}
.content-header-image img {
    height: 190px;
}

.content-header h1 {
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 0;
}

@media (max-width: 767px) {

}


.content-header-title {
    background-color: #002c6b;
    color: white;
    font-size: 150%;
    font-weight: bold;
    height: 100%;
    padding: 2em 0 0 1em;
}

    .content-header-title .subtitle {
        font-weight: normal;
        font-size: 75%;
        color: #D9D9D9;
        opacity: 1.0;
        margin-top: 1em;
    }

.content-sidebar {
    xborder-right: 1px dotted #DDD;
}


#nav {
    margin-bottom: 0.0em;
}

.nav_wrapper {
    background-color: white;
}

.content {
    background-color: white;
    padding-bottom: 1em;
}

div.info-box {
    background-color: #cedef0;
    padding: 1em;
    margin: 1em;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
}

div.info-box h3 {
    font-size: 120%;
    margin-top: 0;
    font-weight: bold;
}

.breadcrumb {
    padding-left: 0;
}
.breadcrumb li a {
    color: #337ab7;
}
.breadcrumb .start-crumb {
    margin-left: -4px;
}

/*

.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
    padding: 0;
}
.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 55px;
	background: brown;          
	background: hsla(215,90%,25%,1); 
	position: relative; 
	display: block;
	float: left;
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;      
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(215,90%,25%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;     
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 10px;
}
.breadcrumb li:nth-child(2) a       { background:        hsla(215,90%,35%,1); }
.breadcrumb li:nth-child(2) a:after { border-left-color: hsla(215,90%,35%,1); }
.breadcrumb li:nth-child(3) a       { background:        hsla(215,90%,45%,1); }
.breadcrumb li:nth-child(3) a:after { border-left-color: hsla(215,90%,45%,1); }
.breadcrumb li:nth-child(4) a       { background:        hsla(215,90%,55%,1); }
.breadcrumb li:nth-child(4) a:after { border-left-color: hsla(215,90%,55%,1); }
.breadcrumb li:nth-child(5) a       { background:        hsla(215,90%,65%,1); }
.breadcrumb li:nth-child(5) a:after { border-left-color: hsla(215,90%,65%,1); }
.breadcrumb li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}
.breadcrumb li:last-child a:after { border: 0; }
.breadcrumb li a:hover { background: hsla(215,90%,25%,1); }
.breadcrumb li a:hover:after { border-left-color: hsla(215,90%,25%,1) !important; }

*/


.overview-grid {
}

.overview-grid-item {
    width: 250px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 2em;
    float: left;
    -webkit-box-shadow: 4px 4px 6px 0px rgba(196,196,196,0.8);
    -moz-box-shadow: 4px 4px 6px 0px rgba(196,196,196,0.8);
    box-shadow: 4px 4px 6px 0px rgba(196,196,196,0.8);
}

.overview-item-box {
    display: block;
    height: 280px;
    background-color: white;
}

.overview-grid-item-sub {
    min-height: 10em;
    background: #f8f8f8 none repeat scroll 0 0;
    border-top: 1px dotted #a9a9a9;
    padding: 0.5em;
}

.overview-grid-item-title {
	font-weight: bold;
	font-size: 120%;
}

.overview-grid-item-desc {
    font-style: italic;
    font-size: 85%;
}

.overview-grid-item img {
    max-width: 100%;
    height: auto;
}

.highlight-on-hover {
    position: relative;
}

    .highlight-on-hover img {
        width: 100%;
        vertical-align: top;
    }

    .highlight-on-hover:after {
        content: '\A';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.3);
        opacity: 0;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

    .highlight-on-hover:hover:after {
        opacity: 1;
    }

.breadcrumb {
    margin-bottom: 0px;
}





body {
    position: relative;
}

.side-nav.affix {
    top: 100px;
    width: 250px;
}


nav[data-toggle='toc'] {
    xmargin-top: 30px;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 30px;
    padding: 8px;
}

.content-body p {
    text-align: justify;
}

.content-body h2 {
    padding-left: 0;
}

#suchbegriff {
    color: black;
}

#dakks-disclaimer {
    color: rgba(160,160,160,0.8);
    font-size: 10px;
}

@media (min-width: 992px) {
    #dakks-disclaimer {
        display: inline-block;
        width: 10em;  
        position: absolute;
		right: -5px;
        top: 0;
        width: 100px;
    }
}

@media (min-width: 768px) {
    
    .content-body {
        padding-top: 1em;
        padding-left: 0;
    }

    .content-body > h2:first-child, .content-body > h3:first-child, .content-body > h3:nth-child(2) {
        margin-top: 0;
    }


    .nav .direct-link a {
        display: none;
    }
}

/* small screens */
@media (max-width: 767px) {
    
    #dakks-disclaimer {
    }

    /* override the Affix plugin so that the navigation isn't sticky */
    nav.affix[data-toggle='toc'] {
        position: static;
    }

    /* PICK ONE */
    /* don't expand nested items, which pushes down the rest of the page when navigating */
    nav[data-toggle='toc'] .nav .active .nav {
        display: none;
    }
    /* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
    nav[data-toggle='toc'] .nav .nav {
        display: block;
    }

    nav .container {
        padding: 0 0.3em 0 0.3em;
    }

    .navbar-header {
        margin: 0 !important;
    }
    
    #nav.affix {
        width: 100%;
    }
    #nav .nav > li {
        padding-left: 1em;
    }

    .nav .direct-link a {
        font-weight: bold !important;
    }

    .header-search-container {
        display: none;
    }
}

@media (max-width: 350px) {
    .navbar-toggle {
        margin-right: 0;
    }
}

.description-list {
    margin: 0;
    padding: 0;
}

.description-list-item {
    margin-left: 0;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #DDD;
}

    .description-list-item img {
        width: 100%;
        border: 1px solid #EEE;
    }

.description-list-item-imgcontainer {
    padding-left: 0;
}

.description-list-item-desc {
}

    .description-list-item-desc h3 {
        margin-top: 0;
        font-size: 110%;
        font-weight: bold;
    }

@media (max-width: 992px) {

    .description-list-item {
        border-bottom: 2px solid #AAA;
    }

    .description-list-item-desc {
        padding-top: 1.0em;
    }
}


.faq-container {
    padding: 1em;
    padding-left: 0;
}

.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

img.full-width {
    width: 100%;
}
table.comparison-table {
	width: 100%;
}
table.comparison-table tbody td {
    vertical-align: top;
    padding-left:   1em;
    padding-right:  1em;
	width: 50%;
}
.comparison-table h4 {
    margin-top: 0;
}

table.preisliste td, table.preisliste th {
    padding: 0.5em;
}

.home-einfuehrungstext, .home-infoblock-cell {
    padding-top: 0.5em;
}

.home-infoblock h2 {
    font-size: 16px;
    padding-left: 0px;
}

.home-einfuehrungstext h3 {
    font-style: italic;
    font-size: 14px;
    font-weight: normal !important;
}

.home-einfuehrungstext p {
    margin-top: 1.5em;
}

.disclaimer {
    font-weight: normal;
    font-size: 80%;
    color: #777777;
}



.carousel-caption {
    padding-top: 0;
    background-color: rgba(30, 30, 30, 0.58);
    padding-left: 1em;
    right: 0;
}
.carousel-caption h1 {
    margin-top: 0.5em;
}

.home-container {
    margin-top: -16px;
    padding: 0;
}

.home-container .carousel {
    margin-bottom: 0;
}
.home-container .carousel .item {
	min-height: 400px;
}


/* CUSTOMIZE THE CAROUSEL-------------------------------------------------- */
/* Carousel base class */

.carousel {
    margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */

.carousel .item {
	margin-top: 50px;
    height: 600px;
    background-color: #777;
}
.carousel-inner {
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 600px;
    min-width: 1200px;
}

/* special for home-container */
.carousel-indicators {
     position: absolute;
     top: 30px;
}

@media screen and (min-width: 768px) {
     .carousel-indicators {
         bottom: 30px;
    }
}


.carousel-caption {
    left: 0;
    text-align: left;
    bottom: 0;
    padding-bottom: 0;
}
.carousel-caption {
    color: #FFF;
    text-shadow: 4px 3px 3px rgba(30, 60, 90, 1);
}
.carousel-caption h1 {
    font-size: 180%;
    color: #EEE;
    text-shadow: 4px 4px 10px rgba(30, 60, 90, 1);
}
.carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #777;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    width: 15px;
}
.carousel-indicators .active {
    background-color: #444;
    height: 17px;
    margin: 0;
    width: 17px;
}



.home-news-item {
}
.home-infoblock-cell h4:first-of-type {
    margin-top: 0;
}
.home-news-item h4 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold !important;
}
.home-news-item p {
    text-align: justify;   
}

@media (max-width: 767px) {
    #infoblock {
        display: none;
    }
}

#infoblock {
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: White;
    align-items: center;
}
.home-infoblock {
    background-color: white;
    padding-top: 0.5em;
    padding-bottom: 1em;
}

.news-item-subtitle {
    font-size: 90%;
    color: #444;
    border-bottom: 1px solid rgba(196,196,196,0.8);
    margin-bottom: 1em;
}

.news-item-image {
    float: left;
    width: 200px;
    margin-right: 2em;
}
.news-item-image img {
    width: 100%;
}

.content-body table td, .content-body table th {
    padding: 4px;
}

.news-article .publish-date {
    font-weight: bold;

}

.error-message
{
	color: red;
	font-weight: bold;
}
.success-message
{
	color: green;
	font-weight: normal;
}

.qtip-kern 
{
	max-width: 1200px !important;
	min-width: 100px;
}

.news-item-article  ul
{
		overflow: hidden;
}



.status-error {
    background-color: #ff9393;
}
.status-ready {
    background-color: #adffae;
}
.download-button {
    cursor: pointer;
}

.certificate-download-searchresults {
    margin-top: 2em;
}

.certificate-download-searchresults .is-searched-for {
    font-weight: bold;
}
/*
.gsc-input input
{
	background: white !important;
	color: black;
	font-size: 12px;
}
.gsc-input-box
{
	height: 17px;
}
.gsib_a
{
	padding: 0px;
}
*/




.ui-autocomplete {
	z-index:1045 !important;
}

.offergen-ajax-container {
	min-height: 400px;

}
.offergen-whenajax-container {
	margin-top: 2em;
	padding-top: 1em;
	border-bottom: 1px solid #808080;
}
.offergen-addpositions-container {
	border-left: 1em;
}
.offergen-offerposition .preparation {
	font-style: italic;
	color: #808080;
	font-size: 80%;
}
.offergen-offerposition .postype {
	font-style: italic;
	color: #808080;
	font-size: 80%;
}
.offergen-offerposition .delete-link {
	font-size: 80%;
}
.offergen-offerposition .description {
	font-size: 80%;
}
.offergen-offerposition .object-info {
	font-size: 80%;
}
.offergen-offerpositions-table .auf-anfrage {
	font-style: italic;
	color: #808080;
	font-size: 80%;
}
.offergen-instruments-table td {
	font-size: 80%;
}
.offergen-offerposition .sum-row {
	background-color: #525252;
}
.offergen-offerposition .amt-col {
}
.col-singleprice, .col-totalcost {
	text-align: right;
}
.totalcost-explanation {
	font-weight: normal;
	font-size: 80%;
}
.offergen-offerpositions-table .country {
	font-style: italic;
	color: #808080;
	font-size: 80%;
}
.no-word-wrap {
	white-space: nowrap;
}




.error, .with-errors  {
	color: red;
}

.inline-auszug
{
	margin-left: 2em;
}

img.kalschein-auszug
{
	-webkit-box-shadow: 4px 4px 4px 0px rgba(77,77,77,1);
	-moz-box-shadow: 4px 4px 4px 0px rgba(77,77,77,1);
	box-shadow: 4px 4px 4px 0px rgba(77,77,77,1);
	border-radius: 4px 4px 4px 4px;
	
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border: 1px solid #DDD;
}

.qtip
{
	font-size: inherit !important;
	line-height: inherit !important;
	font-family: inherit !important;
}

.cc-window
{
	opacity: 0.8 !important;
	font-size: 12px !important;
}

.form-master-container .form-group
{
	xborder-bottom: 1px solid blue;
}

.form-master-container .help-block
{
	font-style: normal !important;
}

.redfont
{
	color: #FF0000
}


.rotebox {
	border-color: red;
	border-width: 2px;
	border-style: solid;
	clear: both;
	color: #05236a;
	padding: 10px;
	margin: 10px;
	font-size: 90%;
}

.visitenkarte {
	line-height: 1;
}
.contactsymbol {
	font-size: 1.2em;
	color: #002c6b;
}
.contact-name {
	font-weight: bold;
}
.contact-position {
}
.contact-area {
}
.contact-tel {
	line-height: 1;
}
.contact-tel::before {
    content: "✆";
    font-size: larger; 
    color: #002c6b; 
	font-weight: bold;
	padding-right: 0.5em;
}

.contact-fax {
	line-height: 1;
}

.contact-fax::before {
	content: "\1F5B7";
		font-size: larger;
	color: #002c6b;
		font-weight: bold;
	line-height: 1;
	padding-right: 0.5em;
}

.contact-email {
	line-height: 1;
}

.contact-email::before {
	content: "✉";
		font-size: larger;
	color: #002c6b;
		font-weight: bold;
	line-height: 1;
	padding-right: 0.5em;
}

.contact-mobil {
	line-height: 1;
}

.contact-mobil::before {
	content: "\1F4F1";
		font-size: larger;
	color: #002c6b;
		font-weight: bold;
	line-height: 1;
	padding-right: 0.5em;
}

.erroneous {
	color: red;
}

.button-menubig {
	 border: 1px solid #4f8db3;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    background: none repeat scroll 0 0 #4f8db3;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
	width: 100%;
	min-height: 40px;
	height: 60px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 17px;
}
.button-menubig:hover {
	  background: none repeat scroll 0 0 #3b3c41;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #3b3c41;
}
.button-backtostart {
	 border: 1px solid #4f8db3;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    color: #002c6b;
    cursor: pointer;
    display: inline-block;
    text-transform: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
    text-align: center;
    background: none repeat scroll 0 0 #4f8db3;
    text-shadow: none;
    box-shadow: none;
    color: #FFF;
    white-space: nowrap;
	width: 50%;
	min-height: 40px;
	height: 60px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 17px;
}
.button-backtostart:hover {
	  background: none repeat scroll 0 0 #3b3c41;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #002c6b;
}

.field-validation-error
{
	color: red;
	font-weight: bold;
	
}
.validation-summary-errors
{
	color: red;
	font-weight: bold;
}

.news-filter-line
{
	border: 1px solid #EEE;
	background-color: #EEF;
	color: #002c6b;
	padding: 3px;
	margin: 6px;
	font-size: 120%;
}
.news-filter-line-item
{
	margin-right: 3px;
}

.news-overview-article-title a:link
{
	color: #002c6b;
	size: 25px;
}

.news-overview-article-title a:visited
{
	color: #002c6b;
	size: 25px;
}

.news-overview-with-sidebar-hinweis a:link
{
	border: 2px solid #b0C4de;
	padding: 5px;
	color: #b0C4de;
	font-size: 15px;
	font-weight: bold;
}
.news-overview-with-sidebar-hinweis a:visited
{
	border: 2px solid #b0C4de;
	color: #b0C4de;
	font-size: 15px;
	font-weight: bold;
}

.warning
{
	color: red;
	font-weight: bold;
}

.success
{
	color: green;
	font-weight: bold;
}
.equipment-part-nextcalinterval
{
	font-style: italic;
	font-size: 95%;
	color: #774422 !important;
}
.userlogin {
	color: #001f4f;
	font-size: 30px;
}

.quali-table
{
	
}

.quali-expiration
{
	font-size: 80%;
	line-height: 1em;
	margin: 0;
	
}
.schooling-expiration
{
	font-size: 80%;
	line-height: 1em;
	margin: 0;
}

.capitalize
{
	text-transform: uppercase;
}