/***************** Allgemein *******************/

html {
    min-height: 100%;
    position: relative;
}

body {
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 14px;
}
body#kebuPreview{
    background-color: #ffffff;
}

.Attention {
    color: #ff0000;
}

.itb-pflichtfeld-marker {
	font-size: 18px;
	vertical-align:sub;
}

.itbverstecken {
    display: none;
}

.itbpunktpunktpunkt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.itb-ohne-padding {
    padding-right: 0;
    padding-left: 0;
}

.itb-flexbox-container {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -moz-flex;
    /* Safari */
    display: -ms-flex;
    /* Safari */
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    /* Safari 6.1+ */
    -moz-flex-flow: row wrap;
    /* Safari 6.1+ */
    -ms-flex-flow: row wrap;
    /* Safari 6.1+ */
}

.itb-flexbox {
    height: 100%;
}

.itb-out-of-the-flexbox {
    margin-bottom: 20px;
}

.itb-panel-nav-right {
    margin-right: -110px;
}

.itb-right {
    margin-top: 20px;
}

.img-thumbnail,
.thumbnail {
    background-color: #fff;
}

.itb-dyn-ellipsis {
    width: 20rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-group-item.active.itb-item-active * {
    color: #fff;
}

.itb-thumbnail {
    height: 25px;
}

.itb-totop {
	z-index: 20;
	position: fixed;
	bottom: 0;
	right: 10px;
}

.itb-totop .btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.itb-zweite-ebene {
    padding-left: 35px;
}

.itb-dritte-ebene {
    padding-left: 55px;
}

.itb-toggle {
    width: 20px;
}

.itb-img-row-container {
	margin: 5px 0 5px 0;
}

.itb-nicht-osc-leistung {
    background-color: #336600;
}

.wk-popover-img{
    display: inline-block;
    max-width: 246px;
    height: auto;
}

/********************************************************************************************/
/*************************************** kundenspezifisch ***********************************/
/********************************************************************************************/

/* Farben hanseboot */
/* 	blau: #003E81
	hellblau: #6699CC
	helles hellblau:#e8eef5
	pink: #e30076
	dunkelpink: #b0005b
*/

a, .btn-link {
	color: #003E81;
}

.btn-link:hover,
.btn-link:focus {
	color:#202a5d;
}

h1, h2, h3 {
	color: #003E81;
}

h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.7rem;
}

h3 {
	font-size: 2.3rem;
	font-weight: bold;
}

.panel-default,
.panel-primary {
    border: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,.26);
}

.panel-primary>.panel-heading,
.panel-default>.panel-heading {
	background-color: #fff;
	border-bottom: 3px solid #6699CC;
	font-weight: bold;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #003E81;
    border: 0;
    
}

.panel-primary>.panel-heading a {
    color: #fff;
}


.btn-primary {
	border-color: transparent;
}

.inactive#ChangeWKButton,
.inactive#ChangeWKButton:hover,
.inactive#ChangeWKButton:focus,
.inactive#ChangeWKButton:active {
		background-color: #EEEEEE;
		border-color: #CCCCCC;
		color: #6C6C6C;
		-webkit-box-shadow: none;
		cursor: default;
}

#ChangeWKButton {
	border-color: #66afe9;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.text-primary {
	color: #e30076;
}

.itbheaderrahmen {
	background-color: #003E81;
	height: 50px;
}

.itb-vglogo {
	margin-top: 18px;
}

.itb-vglogo img {
	z-index: 5;
	position: absolute;
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
}

.itb-search {
	margin-top: 8px;
}

.itb-search input {
	border: 0;
	color: #003E81;
}

.itb-social {
	margin-top: 6px;
}

.itb-search button,
.itb-search button:hover,
.itb-search button:focus {
	color: #003E81;
	border-color: #fff;
	background-color: #fff;
}

.nav-pills>li>a>.badge {
	margin-left: -6px;
    margin-top: -10px;
}

.badge {
	background-color: #e30076;
	min-width: 24px;
	min-height: 18px;
	margin-top: -20px;
}

li.active>a>span>.badge {
	background-color: #fff;
	color: #e30076;
}

/* Navigation oben */
.itb-navbar-oben {
	padding-left: 140px;
	padding-top: 50px;
	height: 87px;
	font-size: 18px;
}

.itb-navbar-oben .nav-pills>li>a {
    border-radius: 8px 8px 0 0;
    padding: 10px 20px 20px;
}

.itb-navbar-oben .nav>li>a:hover,
.itb-navbar-oben .nav>li>a:focus {
    background-color: #6699CC;
    color: #fff;
}

.itb-navbar-oben .nav-pills>li.active>a,
.itb-navbar-oben .nav-pills>li.active>a:hover,
.itb-navbar-oben .nav-pills>li.active>a:focus {
	background-color: #e30076;
}

.itb-hover-menu-bg {
	z-index: 10;
	width: 100%;
	border-top: 3px solid #cfd9e3;
	background-color: rgba(255,255,255,0.75);
	box-shadow: 0 4px 7px -2px rgba(0,0,0,.25);
	position: absolute;
}

.itb-hover-menu-container {
	background-color: #fff;
	padding: 20px 40px;
}

.itb-vg-info {
	position: absolute;
	z-index: 5;
	background-color: rgba(255,255,255,.9);
	padding: 0 30px;
	border-radius: 0 0 8px 8px;
	margin-left: -15px;
	width: 75%;
}


#itb-miniwk-content {
	margin-top: 10px;
	padding: 15px;
	box-shadow: 0 6px 12px rgba(0,0,0,.7);
	width: 300px;
	border-radius: 0;
	white-space: normal;
}


#divminiwk ul{
	color: #2d3b83;
	left: -73px;
	top: 5px;
	cursor: default;
 }

#itb-wkPapierkorb {
	float: left;
	margin-top: 5px;
}

.itb-vg-auftrag-header {
    padding:25px 0 25px 10px;
    margin-bottom:20px;
    background-color:#f5f5f5;
}

/* alle .itb-vg-auftrag-header*/
.itb-vg-auftrag-header {
    margin-top:0;
}
/* alle  .itb-vg-auftrag-header children in .panel-body ausser dem ersten*/
.itb-vg-auftrag-header ~ .itb-vg-auftrag-header {
    margin-top:10px;
}
.itb-vg-auftrag-header + hr {
    display: none;
}

/* ehemaliges rechts Men� jetzt im Header */

.itb-former-Menu {	
	border: 0;
	position: absolute;
	z-index: 5;
	top: 20px;
	right: 0;
	width: 50%;
}

.itb-former-Menu .panel {
	background-color: transparent;
	margin-top: 3px;
}


.itb-former-Menu .panel,
.itb-former-Menu .panel-heading,
.itb-former-Menu .panel-heading a {
	background-color: #003E81;
	color: #fff;
	border-bottom: 0;
}

.itb-former-Menu .panel-body {
	background-color: #fff;
	color: #003E81;
}

.itb-former-Menu .panel {
	border: 0;
}

.itb-former-Menu .panel:first-child {
	border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.itb-former-Menu .panel:last-child {
	border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.itb-mein-stand {
	background-color: #e8eef5;
}

/* Breadcrumbs */

.itb-breadcrumbs {
    border-bottom: 2px solid #d9d9d9;
    background-color: #f5f5f5;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.itb-breadcrumbs .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
}

/* Neues Panel horizontal */
.itb-panel-horizontal .panel {
	border: 0;
	box-shadow: 0 0 5px #c0c0c0;
}

/* Plausis "Zusammen gekauft" */



.itb-plausis button {
	margin-top: 50px;
}

/* Teaser */

.itb-teaser {
	background-color: #e8eef5;
	margin-top: 50px;
	padding: 30px 0;
}

.itb-teaser-box {
	border: 0;
}

.itb-teaser-box .panel-heading {
	background-color: transparent;
	border-bottom: 0;
}

.itb-innercontent {
	padding-bottom: 50px;
}


/* Footer */

.itbfooter {
	border-top: 10px solid #003e81;
	padding: 20px 0;
}

.itb-etikett {
	color: #fff;
	background-color: #003E81;
    margin-left: -25px;
    padding: 10px 15px;
    width: 60px;
    text-align: center;
    box-shadow: 0 2px 10px #888888;
}

.itb-border {
	border-left: 3px solid #003E81;
}

.itb-katalog {
	margin-bottom: 0;
}

.itb-klapp {
	border: 0;
	
}

.itb-klapp .panel-heading {
	background-color: #fff;
	color: #003E81;
	font-weight: 700;
	border-bottom: 2px solid #69c;
}

.itb-klapp .panel-heading h2 {
	font-size: 22px;
	font-weight: 700;
}

.itb-klapp .panel-default {
	border: 0;
	margin-bottom: 15px;
	box-shadow: 0 2px 5px rgba(0,0,0,.26)
}

.itb-klapp .panel-body h4 {
	margin-left: 65px;
}

.itb-icon {
	margin-top: 10px;
}

/* Bild */

.itb-bild-leikatview  {
	height: 220px;
}

.itb-bild-leikatview .footer {
    font-weight: 700;
    position: absolute;
    margin-right: 15px;
    margin-left: 15px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    background-color: #003e81;
    background-color: rgba(0,62,129,.8);
}

.itb-bild-leikatview .footer:hover {
	background-color: rgba(0,62,129,.9);
} 

.itb-bild-leikatview-box {
	margin-bottom: 30px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #003E81;
    border-color: transparent;
}

.pagination>li>a,
.pagination>li>span {
	color: #003E81;
}

/* Formular- und Pflichtfelder */

.itb-pflicht .form-control {
	    border: 1px solid #000;
}

ul.itb-border-no-border-left-right > li {
    margin-left: 25px;
    border-left: 0;
    border-right: 0;
}

.itb-content-mobile {
	position: fixed;
	top: 110px;
	right: 10px;
	z-index: 10;
}

.itb-content-mobile > ul {
  	margin: 0;
  	padding: 0;
  	list-style: none;
}

.itb-content-mobile > ul > li {
  	margin: 0;
  	padding: 0;
}

input[data-itb-colorize="changed"] {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type='text'].has-error{
	border-color: #a94442;
}

/****************** verschiedene Formatierungen f�r unterschiedliche Aufl�sungen  ***********************/

/* xs */
@media (max-width: 767px) {
	
	.itb-content-mobile {
		top: 135px;
	}
	
	.itbheaderrahmen {
		height: 140px;
	}
	
	.itb-navbar-oben {
	    padding-left: 15px;
	    padding-top: 10px;
	    margin-bottom: 0;
	    height: auto;
	}
	
	.itb-border {
    	border-left: 0;
	}
	
	.itb-etikett {
    	margin-left: 0;
	}
	
	.itb-klapp .panel-body h4 {
	    margin-left: 0;
	}
	
	.itb-navbar-oben .nav-pills>li>a {
		padding: 10px 15px;
	}
	
	.itb-hover-menu-container {
	    padding: 15px;
	}
	
	.itb-hover-menu-bg {
		background-color: #fff;
		padding-top: 15px;
	}
	
	.itb-hover-menu-bg dl {
		margin-left: 15px;
		margin-top: 0;
    	margin-bottom: 20px;
    	padding-top: 0;
	}
	
	.itb-hover-menu-container dd {
	   margin-left: 15px;
	}
	
	.itb-vg-info {
		position: relative;
		padding: 0;
		border-radius: 0;
		margin-left: 0;
		width: 100%;
		background-color: transparent;
	}
	
	.itb-vg-info-bg {
		background-color: #e8eef5;
	}
	
	.itb-vg-info h1 {
		font-size: 14px;
		font-weight: bold;
	}
	
	.itb-vg-info h3 {
		font-size: 12px;
		margin-top: 0;
		font-weight: normal;
	}
	
	.itb-navbar-oben .nav-pills>li>a {
    	padding: 10px;
	}
	
}

/* sm */
@media (min-width: 768px) {
	.itb-teaser {
		margin-top: 30px;
	}
	
	.itb-vg-info {
		position: relative;
		padding: 0;
		border-radius: 0;
		margin-left: 0;
		width: 100%;
		background-color: transparent;
	}
	
	.itb-vg-info-bg {
		background-color: #e8eef5;
	}
	
	.itb-vg-info h1 {
		font-size: 14px;
		font-weight: bold;
	}
	
	.itb-vg-info h3 {
		font-size: 12px;
		margin-top: 0;
		font-weight: normal;
	}
}


/* md */
@media (min-width: 992px) {
	.itb-teaser {
		margin-top: 30px;
	}
	
	/*.itb-vg-info {
		position: absolute;
		z-index: 5;
		background-color: rgba(255,255,255,.9);
		padding: 0 30px;
		border-radius: 0 0 8px 8px;
		margin-left: -15px;
		width: 75%;
	}*/
	
	.itb-vg-info h1 {
		font-size: 20px;
		font-weight: 500;
	}
	
	.itb-vg-info h3 {
		font-size: 16px;
		margin-top: 0;
		font-weight: bold;
	}

}

/* lg */
@media (min-width: 1200px) {
	.itb-teaser {
		margin-top: 30px;
	}
	
	.itb-vg-info h1 {
		font-size: 36px;
		font-weight: 500;
	}
	
	.itb-vg-info h3 {
		font-size: 22px;
		margin-top: 0;
		font-weight: bold;
	}
}


@media print {
	.itbcontent {
		position: relative;
		overflow: visible;
		display: inline;
	}
	
	header,
	.btn {
		display: none;
	}
	
	img.img-thumbnail {
		width: 80px;
	}
}





/* von FN, noch nicht gekl�rt, ob n�tig */

.itbheader {
    background-color: #fff;
}

.itb-bottom {
    position: absolute;
    bottom: 15px;
}

.itb-vg-color {
    color: #023E7C;
}

/********************************* File Upload **************************************************/

.fileupload-img-container {

    margin-top: 10px;
}

.uploaded-filename{
    text-overflow: ellipsis;
    overflow:hidden;
    display: block;
}

@media (max-width: 767px){
    .uploaded-filename{
        width: 70vw;
    }
}

#itb-modal-content {
    overflow: auto;
    width:100%;
    height:auto;
}


/*******************************************************************************************/

span.kebu-form-label-msp{
    font-size: smaller;
}

button.mvgnom-add-logo{
    border: none;
    background-color: transparent;
    color: #023e7c;
    padding: 0;
    margin-left: 10px;
}

button.mvgnom-add-logo.disabled{
    color: inherit;
}

li.mvgnomsSelected{
    margin-top: 5px;
}

/********************************************************************************************/

/** In Anlehnung an die Datenbankprozedur dbpax.text2html**/
.text-to-html, .text2html{
    white-space: pre-line;
}

.pulse {
    animation: pulse 2s 1;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,255,0, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 7px rgba(0,255,0, 1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,255,0, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0,255,0, 1);
        box-shadow: 0 0 0 0 rgba(0,255,0, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 7px rgba(0,255,0, 1);
        box-shadow: 0 0 0 7px rgba(0,255,0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0,255,0, 0);
        box-shadow: 0 0 0 0 rgba(0,255,0, 0);
    }
}
/* ############################################################
        Angebotspakete  styles (Responsive iframes see @ https://www.benmarshall.me/responsive-iframes/)
############################################################ */
.adressauswahl-modal .iframe-container {
	overflow: hidden;
	/* 16:9 aspect ratio */
	padding-top: 56.25%;
	position: relative;
}

.adressauswahl-modal .iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.adrbu-adressauswahl-modal-wrapper-container {
	width: 95%; /* um horizontale scrollbar zu vermeiden*/
}

@media (min-width: 1200px) {
	.adressauswahl-modal {
		width: 1100px;
	}
}

@media (min-width: 1600px) {
	.adressauswahl-modal {
		width: 1500px;
	}
}

.modal {
	overflow-y: auto;
}


.itb-ml-auto {
	margin-left: auto;
}

.itb-top-row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.btn-eintrag-uebernehmen {
	padding-left: 0;
	padding-right: 0;
}



.adrbu-adressauswahl-modal-wrapper-container label,
.component-container label{
	font-weight: normal;
}

.itb-ng-close {
	margin-top: -25px !important;
}
.itb-ng-icon-close:before {
	content: 'x';
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
}

.truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.itb-sprachwechsel,
.itb-sprachwechsel a {
	color: #fff;
}

.itb-sprachwechsel {
	padding-top: 15px;
}

.itb-sprachwechsel-aktiv {
	font-weight: bold;
}


.itb-badge-success {
	background-color: rgb(40, 167, 69) !important;
	color: white;
}

.itb-badge-danger {
	background-color: rgb(220, 53, 69) !important;
	color: white;
}
