/* Farben */

/*  Weißgrau: #f3f3f3 */
/*  Hellgrau 1: #eaeaea */
/*  Hellgrau 2: #dcdcdc  */
/*  Mittelgrau: #cccccc */
/*  Grau for placeholder: #999999 */
/*  Dunkelgrau: #6b6b6b */
/*  Schwarzgrau: #333333 */
/*  Rot: #c80000 */
/*  Blue: #1d3482 */
/*  Gelb: #f1c91c */
/*  Dark-blue: #15265f */
/*  Full-length: #F5F5F5 */

/*  Font-Color: #424242 */
/*  Border-Color: #aaa*/

/*  Allgemeine Regeln*/
* {
	box-sizing: border-box;
}

.font-red {
	color:#FF5722;
}

.glyphicon {
    vertical-align: baseline;
    font-size: 18px;
}
.btn .glyphicon {
	line-height: inherit;
}
.btn-danger .glyphicon,
.btn-primary .glyphicon {
	color:#fff;
}
.btn-secondary .glyphicon {
	color:#000;
}
.btn-primary-white .glyphicon {
	color:#1d3482;
}

.brand-spacing:not(:last-child) {
	padding-right: 40px;
}

/* ----------------------menu mehr----------------------- */

#brand-world input#more-responsive-nav,
#brand-world #more-responsive-nav-label {
	display: none;
}
#brand-world #more-responsive-nav-label.more {
	display: table-cell;
	padding-left: 15px;
	font-size: 20px;
}
#brand-world #more-responsive-nav-label.more:hover {
	color: #1d3482;
}

#brand-world ul#more-brand-menu {
	display: inline;
	position: absolute;
	min-width: 160px;
	list-style: none;
	z-index: 1000;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	top: -6px;
}

#brand-world div#more-nav .btn.btn-world {
	border: 0px;
	font-size: 14px;
}

#brand-world div#more-nav .btn.btn-world:hover, #brand-world div#more-nav .btn.btn-world:focus {
    font-weight: normal;
    color: #424242;
}
#brand-world div#more-nav {
	display: none;
}
#brand-world input#more-responsive-nav[type=checkbox]:checked ~ div#more-nav {
	display: inline;
}

#brand-world div#more-nav ul li a:hover, #brand-world div#more-nav ul li a:active {
	border-bottom-style: none;
	background: #dcdcdc;
}

#brand-world div#more-nav li {
	width: 100% !important;
}

.nav.nav-pills li,
.nav.nav-pills.nav-justified li
{
	margin:0;
	margin-top: 5px;
	margin-bottom: 5px;
}

#brand-world div#more-nav li a {
	padding: 7.5px;
	padding-left: 10px;
	margin-bottom: 0;
	border: 0;
}

/* ----------------------menu mehr----------------------- */

@font-face {
	font-family: 'Nunito Sans';
	src: url("./fonts/NunitoSans-Regular.eot"); /* IE9 Compat Modes */
	src: local('Nunito Sans'), local('NunitoSans Regular'), local('NunitoSans-Regular'),
		url("./fonts/NunitoSans-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    	url("./fonts/NunitoSans-Regular.svg") format("svg"), /* Legacy iOS */
    	url("./fonts/NunitoSans-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    	url("./fonts/NunitoSans-Regular.woff") format("woff"), /* Modern Browsers */
    	url("./fonts/NunitoSans-Regular.woff2") format("woff2"); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

html {
	font-family: 'Nunito Sans';
	letter-spacing: 0.6px;
}

input,
textarea,
select,
button {
	border: 1px solid #aaa;
}
select {
	font-family: "Nunito", Sans-Serif;
}

select option[data-default] {
	display: none;
}

select[data-default] {
	color: #999999;
}

select.active {
 	color: black;
}

option {
	color: black;
}

h1 {
	text-align: center;
	font-weight: bolder;
	font-size: 1.5em;
}

html {
	height: 100%;
}

p {
	height: 10px;
}

body {
	font-family: 'Nunito Sans';
	letter-spacing: 0.6px;
	font-size: 14px;
	background-color: #fff;
	min-width: 300px;
	position: relative;
	color: #424242;
	min-height: 100%;
	width: 100%;
	margin-bottom: -271px;
	display: inline-block;
}

span strong,
span b {
	vertical-align: bottom;
}

img {
	border-style: none;
	border: 0px;
}

hr.no-top-margin {
	margin-top: 0;
}

hr.reduced-margins {
	margin-top: 10px;
	margin-bottom: 10px;
}

a,
a:hover,
a:focus,
a:visited,
a:link,
a:active {
	text-decoration: none;
	outline: none;
	font-weight: bold;
	color: #424242;
}

a:hover,
a:focus {
	color: #6c6c6c;
}

.btn.disabled,
.btn[disabled] {
	cursor: default;
}

a.btn-link {
	color: #337ab7;
	text-decoration: underline;
	cursor: pointer;
}

.form-control{
	border: 1px solid #aaa;
}

input::-webkit-input-placeholder {
	color: #a5a5a5;
}

input:-ms-input-placeholder {
	color: #a5a5a5;
}

input::-ms-input-placeholder {
	color: #a5a5a5;
}

input::-moz-placeholder {
	color: #a5a5a5;
}

label a {
	vertical-align: initial;
}

.label-default {
    background-color: #bfbfbf;
    line-height: 2;
    font-size: 90%;
    font-weight: normal;
    white-space: pre-wrap;
}

.buttons-panel {
	margin-top: 30px;
}

.panel.stacked {
	margin-bottom: 10px;
}

.btn.btn-primary,
.btn.btn-secondary,
.btn.btn-danger {
	font-weight: normal !important;
	width: 100%;
}

.btn.btn-primary,
.btn.btn-primary.list-group-item {
	color: #fff;
	background-color: #1d3482;
	border-color:#1d3482;
	text-align: center;
}

.btn.btn-primary:hover,
.btn.btn-primary.list-group-item:hover {
	background-color: #15265f;
}

.btn.btn-primary-white {
	color: #1d3482;
	background-color: #fff;
	border:1px solid #1d3482;
	text-align: center;
}
.btn.btn-primary-white:hover,
.btn.btn-primary-white:focus,
.btn.btn-primary-white:active {
	color: #1d3482;
	background-color: #d8d8d8;
	border-color:#1d3482;
}

.btn.btn-inverse.btn-primary, .btn.btn-inverse.btn-primary.list-group-item {
    color: #1d3482;
    background-color: #fff;
    border: 1px solid #1d3482;
    text-align: center;
}
.btn.btn-inverse.btn-primary:hover,
.btn.btn-inverse.btn-primary.list-group-item:hover {
	color: #15265f;
	border-color: #15265f;
}

.btn.btn-secondary {
    border: 1px solid #aaa;
	background-color: #fff;
	color: #424242;
}

.input-group-addon.btn.btn-primary,
.input-group-addon.btn.btn-inverse.btn-primary,
.input-group-addon.btn.btn-secondary,
.input-group-addon.btn.btn-danger {
	padding: 6px 10px;
	width: auto;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
	background-color: #d8d8d8;
	color: #000000;
}

.btn.btn-autowidth {
	width: auto;
}

.btn.input-group-addon.btn-glyphicon {
	width: 10px;
}

.btn-white {
	border: 1px;
	padding: 0;
	width: 42px;
}

.btn-white.margin-position {
	margin-top: -20px;
}

textarea {
	resize: vertical;
	min-height: 150px;
	max-height: 300px;
}

.login-panel .btn-primary {
	width: 100%;
}

.header .modal {
	overflow: auto;
}

.modal-header {
	border: 0;
	margin-top: 0;
}

.emailValidationSuccess:before, .passwordValidationSuccess:before {
	content: "\2713";
	color: rgb(0, 161, 0);
}
.emailValidationError:before, .passwordValidationError:before {
	content: "\2716";
	color: #FF5722;
}

.geo-location-check.message.located:before {
	content: "\2714 ";
	color: rgb(0, 161, 0);
}
.geo-location-check.message.ambiguous:before {
	content: "\2753 ";
	color: #F5C71A;
}
.geo-location-check.message.none:before {
	content: "\2716 ";
	color: #FF5722;
}
.geo-location-check.address {
	font-weight: bold;
}

/* ----------------------header----------------------- */
header {
	border-bottom: 1px solid #aaa;
	line-height: 56px;
	height: 56px;
	width: 100%;
	display: table;
	display: block;
	padding: 0px;
	margin: 0px;
}

.header .headerMenu {
	text-align: right;
	white-space: nowrap;
}

.header .headerMenu span {
	margin-left: 20px;
}

.logobox {
	display: -ms-flexbox;
	display: flex;
	margin-top: 1px;
}

.logo {
	background-repeat: no-repeat;
	width: 142px;
	height: auto;
	padding-left: 0px;
	margin-top: 5px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	display: table;
}
.logo-display {
	display: block;
	height: 46px;
}
.dropbox {
	vertical-align: middle;
	position: relative;
	-moz-appearance: none;
  	-webkit-appearance: none;
  	appearance: none;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	background-color: transparent;
	padding-left: 10px;
	padding-right: 23px;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;

    width: auto;
    max-width: 85%;
	display: initial;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #aaa;
	line-height: 1.42857143;
	top: -2px;
}
.dropbox.disabled,
.dropbox[disabled] {
	cursor: default;
	background: #F5F5F5;
}

div.hidden-dropbox {
	margin-left: 10px;
	width: 80%
}

select.dropbox::-ms-expand {
    display: none;
}
select.dropbox:focus::-ms-value {
    background-color: transparent;
    color: black;
}
.select-wrapper:before {
	content: '\e252';
	font-size: 10px;
	left: -21px;
	position: relative;
	color: black;
	pointer-events: none;
}
#brand-world header,
#dashboard header,
#homepage header {
	border-bottom: 0;
}

table thead tr:not(:last-child ) th {
	font-weight: bold;
}

header div.headerMenu a:focus {
	border-bottom: 2px solid #6c6c6c;
}

header div.menu-box a {
	margin-left: 50px;
}

header .col-sm-1 {
	height: 0px;
}

header div.menu-box a:hover,
header div.menu-box a:focus,
header div.menu-box a:active
	{
	border-bottom: 2px solid #6c6c6c;
}

/*----------- dropdown in header.inc page --------*/
header .dropdown-info {
	position: relative;
	display: inline-block;
}

header .dropdown-info .menu-top {
  margin-top:-1px
}
header .dropdown-info .menu-left {
  margin-left:-40px
}

header .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 10px;
	z-index: 1;
}

header .dropdown:hover .dropdown-content {
	display: block;
}

header .dropbtn {
	background-color: #f1f1f1;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}

header .dropbtn:hover,
header .dropbtn:focus {
	background-color: #f1f1f1;
}

header .dropdown-toggle::after {
	content: "";
}

/*------------------------------ footer-------------------------------*/
footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 30px;
	text-align: center;
	background-color: #6b6b6b;
	padding: 0.5rem;
	z-index: 10;
}

.footer,
.footer a,
.footer div {
	color: white;
	background-color: #6b6b6b;
}
footer a:focus {
	border-bottom: 2px solid #fff;
}

footer a,
footer a:focus,
footer a:visited,
footer a:link,
footer a:active {
	font-weight: normal;
}
footer a:hover {
	font-weight: bold;
}

/* ----------------------------------------------------------------------------- */
.inverse {
	color: #fff;
}

.title {
	font-weight: bolder;
	font-size: 1.5em;
}

.center-title {
	font-weight: bolder;
	font-size: 1.2em;
	text-align: center;
	height: 63px;
}

.tooltip-inner {
	max-width: 350px;
	/* If max-width does not work, try using width instead */
	width: 350px;
}

a.tooltip {
    position: relative;
    display: contents;
    font-weight: normal;
    border-bottom: 1px dotted black;
}
a.tooltip .tooltiptext {
    visibility: hidden;
    width: 270px;
    background-color: #f3f3f3;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 10px 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin-top: -60px;
}
a.tooltip:hover .tooltiptext {
    visibility: visible;
}

.background-middle {
	padding-top: 50px;
	background-position: center center;
	min-height: 600px;
	height: 75%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.background-middle-news .brand-logo-news {
	position: relative;
	max-width: 414px;
	padding: 50px 0 0 0;
}

#brand-world .background-middle {
	min-height: 790px;
}
#brand-world .marketing-news {
	min-height: 790px;
}

#dashboard .marketing-news {
	min-height: 605px;
}

.marketing-news-blur {
	width: 720px;
	left: 60px;
	background-position-x: -60px;
	background-size: auto;
}
.marketing-news-blur.long {
	width: 1200px;
}
#brand-world .marketing-news-blur {
	top: 143px;
}
#dashboard .marketing-news-blur {
	top: 61px;
	min-height: 596px;
}

.background-middle-news {
	min-height: auto;
	min-height: 600px;
	height: 75%;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0% bottom;
	background-attachment: scroll;
	transition: background 0.2s linear;
}

#dashboard .marketing-news-blur {
	background-position-y: bottom;
}

#brand-world .marketing-news-blur {
	background-position-y: bottom;
}

.marketing-news {
	-webkit-box-shadow: inset 0px 0px 213px 30px rgba(15,14,15,0.92);
	-moz-box-shadow: inset 0px 0px 213px 30px rgba(15,14,15,0.92);
	box-shadow: inset 0px 0px 213px 30px rgba(15,14,15,0.92);
	background-color: rgba(0, 0, 0, 0.4);

	text-align: center;
	min-width: 300px;
	max-width: 720px;
	z-index: 1;
}
.marketing-news.long {
	max-width: 1200px;
}

.marketing-text-news {
	text-align: left;
}

.show-more-link {
	color: #fff;
	padding-top: 24px;
	cursor: pointer;
	display: block;
}
.show-more-link:hover {
	text-decoration: underline;
}

#news-blur {
	overflow: hidden;
	position: absolute;
	min-width: 300px;
	overflow: hidden;

    -moz-filter: blur(6px) contrast(0.55);
	-o-filter: blur(6px) contrast(0.55);
	-ms-filter: blur(6px) contrast(0.55);
	-webkit-filter: blur(6px) contrast(0.55);
	filter: blur(6px) contrast(0.55);

	background-image: inherit;
	background-repeat: no-repeat;
}

.marketing-news-logo {
	display: inline-block;
	padding-top: 40px;
}

.inner-marketing-news {
	overflow: hidden;
	height: 480px;
	max-height: 480px;
	width: inherit;
}

.marketing-news .fadeout {
    position: absolute;
    bottom: 128px;
    height: 50px;
    width: 100%;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgb(0, 0, 0, .0001) 100% );
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%,  rgba(0, 0, 0, .0001) 100% );
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .0001) 100% );
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .0001) 100% );
	background-image: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, .0001) 100%);
}

.marketing-news .fadein {
    position: absolute;
    bottom: 88px;
    height: 40px;
    width: 100%;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgb(0, 0, 0, .0001) 100% );
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%,  rgba(0, 0, 0, .0001) 100% );
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, .0001) 100% );
    background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, .0001) 100% );
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, .0001) 100%);
}

#background-middle-news .marketing-news .fadeout {
	bottom: 113px;
}

#background-middle-news .marketing-news .fadein {
	bottom: 73px;
}

.inner-marketing-news .carousel-inner {
	min-height: 605px;
}

#background-middle-news .inner-marketing-news {
	max-height: 600px;
	height: 600px;
}

.inner-marketing {
	max-width: 414px;
	display: inline-block;
	text-align: left;
	overflow: hidden;
}

.marketing {
	text-align: right;
	margin-bottom: 10px;
}

.marketing-text-title {
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 10px;
}

.marketing-text-title-news {
	font-size: 18px;
	font-weight: bold;
	word-wrap: normal;
	text-align: center;
}

.marketing-text-category-news {
	padding-top: 10px;
	font-size: 21px;
	font-weight: bold;
	word-wrap: normal;
	text-align: center;
}

.marketing-text-line {
	width: 55%;
	height: 1px;
}

.marketing-text-news {
	padding-top: 40px;
	padding-left: 80px;
	padding-right: 80px;
}

.marketing-text {
	margin-top: 10px;
	margin-bottom: 10px;
}

.form-error {
	color: #FF5722;
}

.field-error {
	color: #FF5722;
	font-size: 12px;
}

input.input-error,
select.input-error,
textarea.input-error {
	border: 1px solid #FF5722;
}

.ajax-loading {
	background-image: var(--url-ajax-loader);
	background-position: center;
	background-repeat: no-repeat;
	color: transparent;
	text-indent: -220%;
	overflow: hidden;
}

.btn-secondary.ajax-loading,
.btn-primary.btn-inverse.ajax-loading,
.btn-primary.btn-inverse.ajax-loading.disabled,
.btn-primary.btn-inverse.ajax-loading.disabled:hover,
.btn-primary.btn-inverse.ajax-loading[disabled],
.btn-primary.btn-inverse.ajax-loading[disabled]:hover,
.ajax-loading.inverse {
	background-image: var(--url-ajax-loader-inverse);
}

.btn-primary.ajax-loading {
	background-image: var(--url-ajax-loader-blue);
}

.btn-primary.ajax-loading.disabled:hover,
.btn-primary.ajax-loading[disabled]:hover {
	background-image: var(--url-ajax-loader-cyan);
}

.deeplink-loading {
	background-image: var(--url-ajax-loader-inverse);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	width: 100%;
}

input#filter-postal-code{
	width: 80px;
}

.icon-link {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 25px;
	border-bottom: 2px solid transparent;
}

#nr-clicks-link {
	background: var(--url-icon-info) no-repeat center;
	float: right;
}

a.subscription-upgrade {
  	font-size: 14px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
   	color: #1d3482;
	cursor:pointer;
   	text-decoration: underline;
}

a.no-admin {
	color: #adadad;
}

#user-menu {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 1000;
	min-width: 160px;
	padding: 5px 0 0;
	margin: 5px 0 0;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	margin-top: -1px;
}

#user-menu-loader {
	display: inline-block;
	height: 50px;
	width: 200px;
}

.menu {
	line-height: 25px;
}

.menu .menu-item {
	padding: 4px 20px;
	display: block;
	margin: 0;
	text-align: left;
	font-weight: normal;
}

.menu .section {
	overflow: hidden;
	text-align: center;
}
.menu .menu-label {
	padding: 3px 0px;
	display: block;
	margin: 0;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	display: inline-block;
	position: relative;
}
.menu-label::before,
.menu-label::after {
	content: "";
	position: absolute;
	border-top: 1px solid #eee;
	top: 50%;
	width: 2000px;
}
.menu-label::before {
	margin-right: 15px;
	right: 100%;
}
.menu-label::after {
	margin-left: 15px;
	left: 100%;
}
.menu a.menu-item.logout {
	border-top: 1px solid #eee;
}

.menu a.menu-item:hover,
.menu a.menu-item:focus,
.menu a.menu-item:active
{
	background-color: #d8d8d8;
	color: #000;
	border-bottom: 1px solid #eee;
}

.menu-item.user-name div {
	display: block;
	line-height: 16px;
	color: #adadad;
}

.menu div.menu-item.online-catalog-license {
	padding-top: 5%;
	padding-bottom: 5%;
	border-top: 1px solid #eee;
}

 .menu div.menu-item.nr-clicks {
	display: block;
	line-height: 30px;
	word-break: keep-all;
	height:90px;
	padding-top: 8px;
	border-top: 1px solid #eee;
}

.user-menu-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}

.dot-status-success {
	background-color: #7ed321;
	border: solid #d8f1bc 2px;
}

.dot-status-warning {
	background-color: #f5a623;
	border: solid #fce4bd 2px;
}

.dot-status-danger {
	background-color: #d0021b;
	border: solid #f0b3ba 2px;
}

.dot-status-inactive {
	background-color: #d0021b;
	border: solid #f0b3ba 2px;
}

.wirecard-frame .adyen-checkout__helper-text, .adyen-checkout__label__text {
    display: block;
    font-weight: 700;
    line-height: 13px;
    padding-bottom: 5px;
    font-size: 14px;
}
/*------------------------------ homepage-------------------------------*/
div.brands a img.brand-black {
	display: inline;
}

div.brands a:hover img.brand-black {
	display: none;
}

div.brands a img.brand-color {
	display: none;
}

div.brands a:hover img.brand-color {
	display: inline;
}

.col-sm-1 {
	height: 50px;
}

.login-panel {
	max-width: 414px;
	border: 1px solid #aaa;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px;
	z-index: 10;
}

.login-panel .title {
	display: table-cell;
	background: var(--url-login-user) no-repeat;
	background-size: 40px 40px;
	height: 40px;
	padding-left: 50px;
	vertical-align: middle;
}

.login-panel input[type="text"],
.login-panel input[type="password"]
{
	margin-bottom: 5px;
	padding: 0 5px;
	width: 100%;
	font-size: 1.2em;
}

.password_loading
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.split-panel {
	display: table;
	width: 100%;
}

.split-panel>div {
	display: table-cell;
}

.split-panel .split-1of2 {
	padding-right: 3px;
	width: 50%;
}

.split-panel .split-2of2 {
	padding-left: 3px;
	width: 50%;
	text-align: right;
}

.hints {
	font-size: 0.9em;
	white-space: nowrap;
	margin-bottom: 10px;
}

.hints input {
	vertical-align: middle;
}

.hints .password-forgotten {
	color: inherit;
}

a.password-forgotten:hover,
a.password-forgotten:visited,
a.password-forgotten:link,
a.password-forgotten:active
{
	text-decoration: underline;
}

.right {
	text-align: right;
}

.brands {
	text-align: center;
	margin-top: 10px;
}

.brands a:hover,
.brands a:active
{
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.overWriteContainer {
	width: 100%;
}

/*------------------------------ dashboard ------------------------------*/
#dashboard .background-middle {
	background-position: center 0;
}

#dashboard .marketing {
	text-align: right;
}

#dashboard a:hover, #dashboard a:active {
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.divider {
	margin-top: 5px;
	margin-bottom: 5px;
	height: 2px;
	width: 100%;
	border-bottom: 3px solid #dcdcdc;
}

/*------------------ user-list ----------------------*/
tr.user {
	cursor: pointer;
}

/*------------------ user-edit ----------------------*/
.roles label.role {
	font-weight: normal;
	margin-bottom: 0;
}
.roles .hint {
	margin-bottom: 5px;
	margin-left: 18px;
    color: #b9b9b9;
    font-size: 13px;
}

/*------------------ brand-world.jsp ----------------------*/
#document-div .btn {
	margin: 3px 0;
}

#brand-world .inner-marketing {
	text-align: right;
}

#brand-world .inner-marketing img {
	width: 100%;
}

#brand-world .background-menubar {
	height: 60px;
	background: #F5F5F5;
}

#overview .brand-nav-box,
#brand-world .brand-nav-box {
	height: 60px;
	padding: 3px 5px 5px 5px;
	display: block;
}
#brand-world div#nav {
	padding-left: 0.95%;
	padding-right: 0;
	display: table-cell;
	width: 100%;
}
#overview #brand-menu {
	width: 100%;
}
#overview .menu-center {
   	margin-left: 0;
}

#overview li,
#brand-world li {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0.95%;	/*padding: 0 15px;*/
	min-width: 0;
	width: auto;
}

#overview .btn-world,
#brand-world .btn-world {
	border: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 13px;
	font-weight: normal;
	font-size: 16px;
	color: #424242;
	background: none;

	border-radius: 0;
	border-bottom: 4px solid #F5F5F5;
	text-align: left;
}
#overview .btn-world {
	box-shadow: none;
	border-bottom: 4px solid #fff;
}
#overview .btn-world.active {
	background: none;
    font-weight: bold;
    border-bottom: 4px solid #1d3482;
    box-shadow: none;
}

.brand-nav-box .divider {
    margin-top: -2px;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

#overview .btn-world:hover,
#brand-world .btn-world:hover {
    font-weight: bold;
    color: #15265f;
}

#overview .btn-world:focus,
#overview .btn-world:active,
#brand-world .btn-world:focus,
#brand-world .btn-world.active {
	background: none;
    font-weight: bold;
    color: #1d3482;
    border-bottom-color: #1d3482;
    box-shadow: none;
}

#brand-world .brand-nav-logobox {
	display: table-cell;
	padding-top: 10px;
	padding-bottom: 10px;
}

#brand-world .brand-nav-logo {
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 40px;
	cursor: pointer;
}

#brand-world .brand-nav-logo.lang {
	width: 90px;
	background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
}
#brand-world .brand-nav-logo.extralang {
	width: 100px;
}
#brand-world .brand-nav-logo.lang.top {
	background-position: right -4px;
}

#overview .btn-world::after,
#brand-world .btn-world::after {
	display: block;
	content: attr(data-name);
	font-weight: bold;
	visibility: hidden;
	overflow: hidden;
	height: 0px;
	min-width: 15px;
}

#brand-world label.responsive-nav-label {
	display: table-cell;
	cursor: pointer;
	color: #6b6b6b;
	padding: 15px;
	padding-left: 0;
}

#brand-world input#responsive-nav,
#brand-world label.responsive-nav-label {
	display: none;
}

.table-border {
	background-color: #fff;
	border: 1px solid #ddd;
}
#dealer-list .table-responsive {
	overflow-y: auto;
	height: 486px;
}

/*------------------ brand-administration.inc.jsp ----------------------*/
#brand-administration .list-group-item-admin {
	padding-top: 50px;
    margin-bottom: 80px;
    margin-right: 30px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
	border-radius:4px;
	max-width: 360px;
	width: 100%;
	min-height: 240px;
}

#brand-administration .list-group-admin {
	margin: auto;
}

#brand-administration .manage-text {
	font-weight: normal;
	word-wrap: normal;
	text-align: left;
	padding: 25px 15px;
}

#brand-administration .manage-caption {
	font-size: 17px;
	font-weight: bold;
	word-wrap: normal;
	text-align: center;
	padding: 0 30px;
}

#brand-administration .news-div-button-table {
    margin-top: -75px;
}

#brand-administration .notify-badge {
	position: relative;
	top: -90px;
	left: 0;
    color: white;
}
#brand-administration .offset-px {
	margin-left: 30px;
}

#brand-administration .manage-div {
	padding-top: 50px;
	text-align: center;
}

#accounts-management-subscriptions .pagination,
#dealershop-abo-management .pagination,
#brand-administration-customers .pagination,
#overview-invoices .pagination {
	display: inline-flex;
}

#brand-administration-customers-edit .input-group.customer {
	width: 100%;
}
#brand-administration-customers-edit #select-dealer-type {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-radius: 4px;
}

.news-pane, .tc-pane {
    margin-bottom: 80px;
    background-color: #fff;
    border: 1px solid #ddd;
	border-radius:4px;
	vertical-align: top;
	padding-bottom: 20px;
}
.news-pane .navigation-text {
	display: block;
	padding: 10px 5px 10px 5px;
}

#card-content .wirecard-frame {
	display: inline-block;
	margin-top: -15px;
	margin-left: -15px;
	width: 104%;
}
#wirecard-integrated-payment-page-frame {
	min-height: 200px;
}

#accounts-management-subscriptions .news-pane,
#dealershop-abo-management .news-pane,
#onlinecatalog .news-pane,
#dealershop .news-pane,
#news-data-form .news-pane {
    margin-bottom: 50px;
    padding-bottom: 0;
}

#warranty-rights .pane-header {
	height: 90px;
	vertical-align: center;
}

#company-parent-management-table th,
#company-branches-management-table td,
#dealershop-abo-result-table td,
#accounts-management-subscriptions tbody td {
	background-color: #f5f5f5;
	border-top-color: #fff;
	vertical-align: middle;
}
#company-branches-management-table tr,
#dealershop-abo-result-table tr,
#accounts-management-subscriptions tbody tr {
	border: 1px solid #fff;
}
#company-parent-management-table th {
	border-bottom: 4px solid #f5f5f5;
}


#dealershop-abo-result-table .pane-header:hover {
	background-color: #DBE6FF;
}

#dealershop-abo-list {
	margin-bottom: 0;
}

#accounts-management-subscriptions .pane-header,
#company-branches-management-table .pane-header,
#dealershop-abo-list .pane-header,
#warranty-rights .pane-header,
#table-news-list .pane-header,
#invoices-table .pane-header {
	background-color: #DBE6FF;
	border-color: #DBE6FF;
}
#company-branches-management-table .pane-header {
	border: 0;
}
#company-branches-management-table > thead > tr > th {
    border-bottom: 1px solid #DBE6FF;
}
#accounts-management-subscriptions .pane-header:hover,
#dealershop-abo-list .pane-header:hover,
#table-news-list .pane-header:hover {
    background-color: #DBE6FF;
}
#accounts-management-subscriptions .pane-header th,
#dealershop-abo-list .pane-header th,
#table-news-list .pane-header th {
	border-bottom: 0;
	border-top: 0;
}
#customer-groups-list th,
#table-news-list th,
#tc-warranty th,
#tc-order-management th,
#invoices-table th {
	border-top: 4px solid #fff;
	vertical-align: middle;
}

#table-news-list .subject {
	position: relative;
	left: 40px;
	font-weight: bold;
}

#table-news-list .pane-typ,
#table-news-list .pane-typ:hover {
    background-color: #ffffff;
}

#customer-groups-list .pane-content,
#customer-groups-list .pane-content:hover,
#table-news-list .pane-content,
#table-news-list .pane-content:hover {
	background-color: rgb(245, 245, 245);
}

#table-news-list .subject-caption {
	padding-left: 20px;
	color: #999999;
	font-weight: bold;
}

.news-pane .form-caption-h1 {
	font-size: 21px;
	font-weight: bold;
	word-wrap: normal;
	text-align: center;
}

.news-pane .form-caption-h2 {
	font-size: 18px;
	font-weight: bold;
	word-wrap: normal;
	text-align: center;
}
.news-pane .edit-onlinecatalog-form .form-caption-h2,
.news-pane .edit-dealershop-form .form-caption-h2 {
	font-size: 18px;
	font-weight: bold;
	word-wrap: normal;
	text-align: left;
}
#onlinecatalog-management .button,
#dealershop-management .button,
#edit-news-target .button,
#edit-news-content .button {
	width: 42px;
	margin-right: 20px;
	padding-bottom: 15px;
	float: right;
}
#edit-news-target .pane-header,
#edit-news-content .pane-header {
	font-weight: bold;
	height: 60px;
	background-color: #f5f5f5;
	border: 2px solid #f5f5f5;
}
#edit-news-target .pane-header th,
#edit-news-content .pane-header th {
	border-bottom: 0;
	border-top: 0;
}
#edit-news-target .pane-header-activ,
#edit-news-content .pane-header-activ {
	font-weight: bold;
	height: 60px;
	background-color: #DBE6FF;
	border: 2px solid #DBE6FF;
}
#edit-news-content .panel {
	box-shadow: 0 0;
	border-radius: 0;
	border: 0;
}
#edit-news-content .panel .panel-heading label {
	margin: 0;
}
#edit-news-content .panel .panel-heading {
    padding: 0;
}
#edit-news-content .panel .panel-heading a {
	padding: 18px;
    height: 60px;
}
#edit-news-content .language-panel.selected .panel-heading {
	background-color: #DBE6FF;
}
#edit-news-content .language-panel.selected .panel-heading * {
	font-weight: bold;
}
#edit-news-content .panel-heading .indicator {
	display: none;
}
#edit-news-content .language-panel.selected .panel-heading .indicator {
	display: block;
	cursor: pointer;
}
#edit-news-target .pane-header-activ th, #edit-news-content .pane-header-activ th {
	border-bottom: 0;
	border-top: 0;
}
#edit-news-content .panel-heading a {
	padding: 0;
}
#edit-news-content .panel-collapse {
	border-top: none;
	border-left: 2px solid #f5f5f5;
	border-right: 2px solid #f5f5f5;
	border-bottom: 2px solid #f5f5f5;
}

#edit-news-target .target-groups-name {
	display: flex;
	text-align: left;
}
#dealershop-management .groups-order {
	display: flex;
	text-align: left;
}
#edit-news-target tbody, #edit-news-content tbody {
	border: 2px solid #f5f5f5;
	border-top: 0;
}
#edit-news-target .subject-activ, #edit-news-content .subject-activ {
	font-weight: bold;
	padding: 15px;
	padding-left: 80px;
	font-size : 16px;
}
#edit-news-target .subject, #edit-news-content .subject {
	font-weight: normal;
	padding: 15px;
	padding-left: 80px;
	font-size : 14px;
}
#edit-news-target .pane-content, #edit-news-content .pane-content {
	background-color: rgb(245, 245, 245);
}
#edit-news-target .period {
	height: 37px;
}

.news-pane .edit-news-form {
	margin-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

.news-pane .edit-dealershop-form {
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 15px;
}

.news-pane .edit-news-form .form-group {
	padding-top: 20px;
}

.news-pane .edit-news-form .form-paragraph {
	padding-top: 10px;
}

.news-pane .checkbox-inline {
	margin: 0;
}
.news-pane .checkbox-inline:hover {
	text-decoration: none;
	outline: none;
	font-weight: bold;
	color: #6c6c6c;
}

#brand-administration .btn-news-width {
	width: 140px;
}

#background-picture-selector .tile {
    align-items: center;
    display: -ms-inline-grid;
    display: inline-grid;
	width: 340px;
	height: 166px;
	padding: 10px;
}

#edit-news-content .wysiwyg .textarea {
	max-height: 200px;
	height: 200px;
}
#edit-news-content .btn-toolbar .glyphicon {
	vertical-align: middle;
    font-size: 12px;
}
.wysiwyg {
	height: auto;
	padding: 0;
    overflow: hidden;
}
.wysiwyg .btn-toolbar {
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
}
.wysiwyg .btn-toolbar .btn-default {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 10px 15px;
}
.wysiwyg .btn-toolbar .btn-info {
	color: #15265f;
	background-color: #e2e2e2;
}
.wysiwyg .btn-toolbar .btn-default:hover {
	color: #15265f;
	background-color: #d0d0d0;
}
.wysiwyg .btn-toolbar .dropdown-menu.insert-link-popup {
	text-align: center;
}
.wysiwyg .btn-toolbar .dropdown-menu.insert-link-popup input,
.wysiwyg .btn-toolbar .dropdown-menu.insert-link-popup button {
	margin: 10px;
}
.wysiwyg .btn-toolbar .dropdown-menu.insert-link-popup button {
	float: none;
}
.wysiwyg .btn-toolbar .dropdown-menu.insert-link-popup input {
	width: 512px;
}
.wysiwyg .textarea:focus {
	outline: 0;
}
.wysiwyg .textarea {
	overflow: auto;
	padding: 6px 12px;
}

.wysiwyg .textarea i,
.wysiwyg .textarea em {
	font-style: italic;
}

.marketing-text-news i {
	vertical-align: baseline;
	font-style: italic;
}

.marketing-text-news b {
	vertical-align: baseline;
	font-weight: bold;
}

.marketing-text-news u {
	vertical-align: baseline;
}

.marketing-text-news a {
	vertical-align: baseline;
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

.wysiwyg .textarea * {
    vertical-align: baseline;
}
.wysiwyg .textarea a {
    text-decoration: underline;
	font-weight: normal;
    color: #6481d4;
}

#background-picture-selector .picture-thumbnail {
	cursor: pointer;
	position: relative;
}
#background-picture-selector .picture-thumbnail.defaultBu {
    background-color: #f5f5f5;
}
#background-picture-selector .picture-thumbnail.blended img {
	filter: opacity(0.5);
	transition: all 0.3s ease;
}
#background-picture-selector .picture-thumbnail.blended:hover img{
	filter: opacity(1);
	transition: all 0.3s ease;
}

#background-picture-selector .picture-thumbnail .selector-check {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
}
#background-picture-selector .picture-thumbnail .selector-check {
	background-image: var(--url-news-unselected);
}
#background-picture-selector .picture-thumbnail.selected .selector-check {
	background-image: var(--url-news-selected);
}

#background-picture-selector .picture-thumbnail .selector-delete {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	padding: 0;
}

#background-picture-selector .picture-thumbnail .selector-delete.disabled,
#background-picture-selector .picture-thumbnail .selector-delete[disabled] {
    cursor: default;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.carousel-control {
    width: 5%;
}

.carousel-control .image {
    width: 20px;
    height: 20px;
    margin-top: -10px;

    position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;

  	object-fit: contain;
  	border-radius: 10px;
}

.carousel-control .image.next {
	right: 20px;
}
.carousel-control .image.prev {
	left: 20px;
}
.carousel-inner .item.right { /* AGRO3-1623 - our .right class screwes default bootstrap.css */
	text-align: center;
}

#dashboard .carousel-indicators li,
#brand-world .carousel-indicators li {
	padding: 0;
	background-color: #fff;
    height: 8px;
    width: 8px;
    margin: 2px;
    opacity: 0.5;
}
#dashboard .carousel-indicators .active,
#brand-world .carousel-indicators .active {
    height: 8px;
    width: 8px;
    margin: 2px;
    opacity: 0.75;
}

#brand-world .more-events {
	position: relative;
	left: -40%;
	white-space: nowrap;
}
#dealershop-management .more-events, #warranty-rights .more-events {
	margin-top: 15px;
	text-align: center;
	left: auto;
}

#warranty-rights .btn-link,
#brand-world .btn-link {
	color: #1D3482;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

.label-light {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

.display {
	display: table-footer-group;
}

.table-step-img {
	background-position: 40px 20px;
	background-repeat: no-repeat;
}
.table-step-checked {
	background-image: var(--url-news-numbers-checkmark);
}
.table-step-activ-bu {
	background-image: var(--url-news-numbers-bu-active);
}
.table-step-one {
	background-image: var(--url-news-numbers-one);
}
.table-step-activ-one {
	background-image: var(--url-news-numbers-one-active);
}
.table-step-two {
	background-image: var(--url-news-numbers-two);
}
.table-step-activ-two {
	background-image: var(--url-news-numbers-two-active);
}
.table-step-three {
	background-image: var(--url-news-numbers-three);
}
.table-step-activ-three {
	background-image: var(--url-news-numbers-three-active);
}
.table-step-four {
	background-image: var(--url-news-numbers-four);
}
.table-step-activ-four {
	background-image: var(--url-news-numbers-four-active);
}
.news-pane .target-groups {
	padding-left: 20px;
}

.disabled.target-submit {
	pointer-events: none;
}

.disabled.target-submit.message {
	border-radius: 20px;
	margin: 5px;
	color: #fff;
	background-color: #1d3482;
	border-color:#1d3482;
	text-align: center;
	white-space: nowrap;
	padding: 5px 15px 5px 15px;
	display: -ms-inline-grid;
	display: inline-grid;
}

.disabled.target-submit.message a {
	color: #fff;
}

/*------------------ language.jsp ----------------------*/
#language-list a.language.selected {
	background-color: #eaeaea;
}

a.list-group-item {
	margin-top: 4px;
	margin-bottom: 4px;
}

#language-list .language .language-code {
	display: table-cell;
	font-weight: normal;
}

#language-list .language .language-name {
	display: table-cell;
	width: 100%;
}

.nav .btn {
	border: 1px solid #dcdcdc;
}

/*------------------ dealershop.jsp ----------------------*/
#dealershop-publish .dealershop-brands .checkbox-inline,
.news-pane .dealershop-brands .checkbox-inline {
	position: relative;
}
.dealershop-brands .form-error {
	text-align: left;
}
.mobile-note,
.onlinecatalog-note,
.dealershop-note {
	color: #adadad;
	font-weight: normal;
	font-size: 12px;
}

.dealershop-licenses .textarea {
	overflow: auto;
	padding: 6px 12px;
}
.dealershop-licenses .textarea:focus {
	outline: 0;
}
#onlinecatalog-create-payment input[type="radio"],
#onlinecatalog-create-payment input[type="checkbox"],
#dealershop-create-payment input[type="radio"],
#dealershop-create-payment input[type="checkbox"] {
	position: relative;
	margin-right: 20px;
}
#industries-subscriptions .form-caption-h3,
#mobile-form .form-caption-h3,
#overview-payment .form-caption-h3,
#onlinecatalog-publish .form-caption-h3,
#onlinecatalog .form-caption-h3,
#dealershop-publish .form-caption-h3,
#dealershop .form-caption-h3 {
	font-size: 16px;
	font-weight: bold;
	word-wrap: normal;
	text-align: left;
	margin-bottom: 20px;
}
#overview-payment .form-caption-h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#onlinecatalog-publish .form-caption-h3,
#onlinecatalog .form-caption-h3 {
	margin-left: 15px;
}

#onlinecatalog-publish .panel-caption-h3,
#onlinecatalog .panel-caption-h3,
#dealershop-publish .panel-caption-h3,
#dealershop .panel-caption-h3 {
	font-size: 16px;
	font-weight: bold;
	word-wrap: normal;
	text-align: left;
}
#onlinecatalog-create-publish .btn-width,
#dealershop-create-publish .btn-width {
	min-width: 200px;
}
.dealershop-submit {
	padding: 40px;
	padding-right: 30px;
}
.payment-submit {
	padding-right: 30px;
}

#dealershop-create-shop .btn-width,
#dealershop-create-payment .btn-width {
	min-width: 140px;
}
.dealershop-brands .brand-spacing,
.dealershop-brands .brand-spacing {
	padding-left: inherit;
	padding-left: 10px;
}

/*------------------ mobile.jsp ----------------------*/
#industries-mobile .container {
	/*
	width: 70%;
	*/
}

#onlinecatalog .onlinecatalog-annotation,
#dealershop .dealershop-annotation,
#industries-mobile .mobile-annotation {
	background-color: #6481d4;
	color: #ffffff;
}
#onlinecatalog-publish .onlinecatalog-description,
#onlinecatalog .onlinecatalog-description,
#dealershop-publish .dealershop-description,
#dealershop .dealershop-description,
#industries-subscriptions .mobile-description,
#industries-mobile .mobile-description {
	background-color: #f5f5f5;
}
#industries-subscriptions .mobile-brands,
#industries-mobile .mobile-brands {
	height: 280px;
	background-color: #ffffff;
}
#industries-subscriptions .mobile-requirements,
#industries-mobile .mobile-requirements {
	height: 400px;
	background-color: #ffffff;
}
div.onlinecatalog-brands a img,
div.dealershop-brands a img,
div.mobile-brands a img {
    padding-top: 30px;
}

div.dealershop-brands a img.brand-color {
    display: none;
}
div.dealershop-brands a img.brand-black {
	display: inline;
}
div.dealershop-brands a:hover img.brand-black {
	display: none;
}
div.dealershop-brands a:hover img.brand-color {
	display: inline;
}

#onlinecatalog-publish .description-label,
#onlinecatalog .description-label,
#dealershop-publish .description-label,
#dealershop .description-label,
#industries-subscriptions .description-label,
#industries-mobile .description-label {
	font-size: 21px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 40px;
}
#onlinecatalog-publish .brands-label,
#onlinecatalog .brands-label,
#dealershop .brands-label,
#industries-subscriptions .requirements-label,
#industries-subscriptions .brands-label,
#industries-subscriptions .administration-label,
#industries-mobile .requirements-label,
#industries-mobile .brands-label,
#mobile-administration .administration-label {
	font-size: 18px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
	margin-left: 14px;
}

#mobile-administration-price .price-label {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-right: 48px;
}

#onlinecatalog .annotation,
#dealershop .annotation,
#industries-mobile .annotation {
	padding-bottom: 40px;
}
#onlinecatalog .annotation-label1,
#dealershop .annotation-label1,
#industries-mobile .annotation-label1 {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}
#onlinecatalog .annotation-label2,
#dealershop .annotation-label2,
#industries-mobile .annotation-label2 {
	 font-size: 21px;
	 font-weight: bold;
	 color: #ffffff;
	 margin-bottom: 40px;
}

#onlinecatalog-publish .onlinecatalog-manage-div,
#onlinecatalog .onlinecatalog-manage-div,
#dealershop-publish .dealershop-manage-div,
#dealershop .dealershop-manage-div,
#industries-subscriptions .mobile-manage-div,
#industries-mobile .mobile-manage-div {
	text-align: center;
}
.administration-panel .packageCountDiv {
	width: 220px;
	height: 34px;
	display: inline-table;
	margin-top: -10px;
}
.administration-panel .btn.btn-default {
	width: 24px;
	height: 24px;
	padding: 0;
}
.administration-panel .glyphicon {
    font-size: 12px;
}
#subscriptions-administration .packageCount,
#mobile-administration .packageCount {
	border: 1px solid darkgray;
	border-radius: 4px;
	max-width: 120px;
}
.administration-panel .divider {
    margin-top: 17px;
    margin-bottom: 20px;
    height: 1px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
.administration-panel .offset-px {
	margin-left: 30px;
}
.onlinecatalog-description .panel-default,
.dealershop-description .panel-default,
.mobile-description .panel-default {
	min-height: 300px;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.onlinecatalog-description .panel-default,
.dealershop-description .panel-default {
	max-width: 327px;
}
.onlinecatalog-brands .panel-default,
.mobile-brands .panel-default {
	min-height: 130px;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}
.dealershop-brands .panel-default {
	min-height: 70px;
	min-width: 210px;
	max-width: 220px;
	text-align: left;
	padding-left: 20px;
	height: 86px;
}
.dealershop-brands .panel-default.disabled {
	background-color: #ddd;
}
div.dealershop-brands a img {
    padding-top: 5px;
}
#licenses-administration .panel-heading.clickable {
    text-align: left;
}
.administration-panel .panel-default {
    border-color: #ddd;
    min-width: 230px;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	height: 540px;
}
#subscriptions-administration .panel-default.default {
	height: 490px;
}
#onlinecatalog-publish .administration-panel,
#onlinecatalog .administration-panel {
	color: #333;
	background-color: #f5f5f5;
    width: 100%;
    margin-left: auto;
	margin-right: auto;
	height: 292px;
}
#onlinecatalog-publish .administration-panel {
	height: 120px;
}
#onlinecatalog .administration-panel .divider {
    margin-top: 86px;
    margin-bottom: 20px;
    height: 1px;
    width: 88%;
    margin-left: 30px;
    margin-right: 30px;
}
#onlinecatalog-publish .packageCountDiv {
	width: 130px;
}
#onlinecatalog .administration-panel .packageCountDiv {
	width: 130px;
	height: 34px;
	display: inline-table;
	margin-top: -10px;
	margin-left: -46px;
}
#onlinecatalog-publish .packageCount,
#onlinecatalog .packageCount {
	border: 1px solid darkgray;
	border-radius: 4px;
	max-width: 60px;
}
#onlinecatalog .administration-panel .catalog-result {
	text-align: right;
	padding-right: 38px;
	white-space: nowrap;
}

#onlinecatalog-publish .panel-default > .description,
#onlinecatalog .panel-default > .description,
#dealershop-publish .panel-default > .description,
#dealershop .panel-default > .description,
#industries-subscriptions .panel-default > .description,
#industries-mobile .panel-default > .description {
	margin-bottom: 40px;
	margin-top: 30px;
}
#dealershop-create-shop .panel-default:hover,
#subscriptions-administration .panel-default:hover,
#mobile-administration .panel-default:hover {
	opacity: 1;
	background-color: rgba(102, 175, 233, 0.1);
}
#dealershop-create-shop .panel.panel-default.disabled:hover {
	background-color: #ddd;
}
#subscriptions-administration .panel-default.panel-disabled:hover,
#mobile-administration .panel-default.panel-disabled:hover {
	opacity: 1;
	background-color: rgba(102, 175, 233, 0.1);
}
#dealershop-create-shop .panel.panel-default.panel-enabled:hover,
#subscriptions-administration .panel.panel-default.panel-enabled:hover,
#mobile-administration .panel.panel-default.panel-enabled:hover {
	opacity: 1;
	background-color: #ffffff;
}
#dealershop-create-shop .panel.panel-default.default:hover
#subscriptions-administration .panel-default.default:hover,
#subscriptions-administration .panel-default.default.panel-disabled:hover {
	opacity: 0.4;
	background-color: #ffffff;
}

#subscriptions-administration .panel-default.default.panel-enabled:hover {
	opacity: 1;
	background-color: rgba(102, 175, 233, 0.1);
}

#subscriptions-administration .panel-default.default.panel-disabled.expired {
	background-color: rgba(102, 175, 233, 0.1);
}

#subscriptions-administration .panel-default:focus,
#mobile-administration .panel-default:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    background-color: #ffffff;
}
#onlinecatalog-publish .panel-disabled,
#onlinecatalog .panel-disabled,
#dealershop-publish .panel-disabled,
#dealershop .panel-disabled,
#industries-subscriptions .panel-disabled,
#industries-mobile .panel-disabled {
	opacity: 0.4;
	background-color: #ffffff;
}
#onlinecatalog-publish .panel-enabled,
#onlinecatalog .panel-enabled,
#dealershop-publish .panel-enabled,
#dealershop .panel-enabled,
#industries-subscriptions .panel-enabled,
#industries-mobile .panel-enabled {
	opacity: 1;
	background-color: #ffffff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    border: 2px solid #66afe9;
}

#industries-subscriptions .panel-default.default.panel-enabled {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background-color: rgba(102, 175, 233, 0.1);
	border-color: 0.4px #66afe9;
}

#subscriptions-administration .button,
#mobile-administration .button {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
#subscriptions-administration .panel-default > .panel-heading,
#mobile-administration .panel-default > .panel-heading {
    color: #333;
    background-color: #DBE6FF;
    border-color: #ddd;
    height: 80px;
}
#subscriptions-administration .panel-caption,
#mobile-administration .panel-caption {
	padding-top: 40px;
}
#subscriptions-administration .bruttoSumme,
#mobile-administration .bruttoSumme {
	font-size: 28px;
	font-weight: 900;
}
#subscriptions-administration  .lineSize,
#mobile-administration .lineSize {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#subscriptions-administration .line4,
#mobile-administration .line4 {
	font-size: 16px;
	font-weight: bold;
}
#industries-mobile .checkbox-accept {
	display: flex;
	text-align: left;
}
#industries-mobile .image-mobile {
	margin-top: -5px;
	max-width: 470px;
	width: calc(60% + 168px);
	width: -webkit-calc(calc(60% + 168px));
    width: -moz-calc(calc(60% + 168px));
}
#onlinecatalog .image-onlinecatalog,
#dealershop .image-dealershop {
	margin-top: 10px;
	max-width: 600px;
	width: calc(133% - 70px);
	width: -webkit-calc(calc(133% - 70px));
    width: -moz-calc(calc(133% - 70px));
}

#industries-subscriptions .image-mobile-requirements,
#industries-mobile .image-mobile-requirements {
	max-width: 410px;
	width: calc(50% + 209px);
	width: -webkit-calc(calc(50% + 209px));
    width: -moz-calc(calc(50% + 209px));
}
#industries-subscriptions .requirements-lines,
#industries-mobile .requirements-lines {
	padding-top: 10px;
	padding-bottom: 30px;
	line-height: 16px;
}
#onlinecatalog .requirements-lines {
	line-height: 16px;
}
.administration-panel .not-display {
	display: none;
}
.administration-panel .display {
	display: block;
	cursor: pointer;
}
.administration-panel .packageCount:disabled {
	opacity: 0.4;
	background-color: #ffffff;
	cursor: context-menu;
}

/*------------------ warranty-rights.jsp ----------------------*/
#warranty-rights .panel-body {
    padding: 5px 0 15px 40px;
}
#warranty-rights .form-caption-h3 {
	font-size: 16px;
	font-weight: bold;
	word-wrap: normal;
	text-align: center;
	margin-bottom: 0;
    padding-top: 20px;
}

#warranty-rights .form-caption {
    padding-top: 15px;
    padding-left: 30px;
    margin-bottom: 0;
}
#warranty-rights .form-checkbox {
    padding-top: 5px;
    padding-left: 30px;
    margin-bottom: 0;
}
#warranty-rights .inline {
    padding-left: 60px;
}
#warranty-rights .checkbox-inline {
	margin: 0;
}
#warranty-rights .checkbox-inline:hover {
	text-decoration: none;
	outline: none;
	font-weight: bold;
	color: #6c6c6c;
}
#warranty-rights .btn-width {
    width: 140px;
}

/*------------------ user-data.jsp ----------------------*/

#user-data .split-panel {
	margin-top: 50px;
}

#user-data-login-note {
	padding: 6px 12px 0px 12px;
    color: #1d3482;
	white-space: normal;
	text-align: left;
	display: inline-block;
	vertical-align: bottom;
}

.tab-pane {
	margin-top: 20px;
	background: rgb(245, 245, 245);
	padding: 10px 10px 10px 10px;
	box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 14px 0px inset;
	margin-bottom: 20px;
}

.tab-pane.no-padding {
	padding: 0;
}

.nav.nav-pills li,
.nav.nav-pills.nav-justified li
{
	margin:0;
	margin-top: 5px;
	margin-bottom: 5px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-9 {
	margin-bottom: 9px;
}

.margin-left-10 {
	margin-left: 10px;
}

.margin-left-40 {
	margin-left: 40px;
}

.marketing-text {
	margin-top: 10px;
	margin-bottom: 10px;
}

.content {
	margin-bottom: 70px;	/* Muss größer sein als die Höhe von footer */
}

.form-horizontal .control-label {
	text-align: left;
}

.input-mandatory-symbol {
	margin-left: 2px;
	margin-right: 2px;
}

/*------------------ email-verify-tan.jsp ----------------------*/
#email-verify-accordeon .btn-link {
	padding-left: 0;
	padding-right: 0;
	outline: none;
	box-shadow: none;
}

/*------------------ parts-locator-management ----------------------*/
.pl-statistics {
	vertical-align: bottom;
}
#parts-locator-search .panel-heading,
#parts-locator-upload .panel-heading {
	background-color: #fdfdfd;
}

#parts-locator-search .header {
	font-weight: bold;
    word-break: break-word;
}

#parts-locator-search .header .sort {
	cursor: pointer;
    display: flex;
}
#parts-locator-search .header .sort.right {
    display: block;
    padding-left: 0;
}

#parts-locator-search .header .sort:after {
  content: "\2195";
  font-family: Arial;
  font-size: 17px;
  margin-left: 2px;
  color: #C0C0C0;
}
#parts-locator-search .header .sort.desc:after {
  content: "\2193";
  font-family: Arial;
  font-size: 17px;
  margin-left: 2px;
}
#parts-locator-search .header .sort.asc:after {
  content: "\2191";
  font-family: Arial;
  font-size: 17px;
  margin-left: 2px;
}

#parts-locator-search {
	min-width: 310px;
}

#parts-locator-search .header .sort.asc:after,
#parts-locator-search .header .sort.desc:after,
#parts-locator-search .header .sort:hover:after {
  color: #000077;
}

#partslocator-search-result-table-content {
	max-height: 220px;
	overflow-y: scroll;
    overflow-x: hidden;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

#partslocator-search-result-table-content .even {
	background-color: #fdfdfd;
}
#partslocator-search-result-table-content .row {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0;
	border-bottom: solid 1px #f5f5f5;
}

#partslocator-search-result-table-content .label {
    font-size: 12px;
    color: #c3c3c3;
    padding-left: 0;
    font-weight: normal;
}
#partslocator-search-result-table-content .labeled-content {
    padding-left: 5px;
}
#partslocator-search-result-table-content div {
	word-break: normal;
}
#partslocator-search-result-table-content div.nobreak {
	word-break: normal;
}

/*---------------- brand-administration-customers-list.jsp ------*/
#customer-list {
	table-layout: fixed;
}

#customer-list th,
#customer-list td {
	word-wrap: break-word;
	white-space: normal;
}
#customer-list .company-id {
	width: 130px;
}
#customer-list .customer-no {
	width: 160px;
}
#customer-list .company-name {
	width: 160px;
}
#customer-list .post-code {
	width: 100px;
}
#customer-list .city {
	width: 160px;
}
#customer-list .search {
	width: 42px;
	padding-left: 0;
}
#customer-list .country {
	width: 120px;
}
#customer-list .countryDrop {
	width: 140px;
}
#customer-list .open-requests {
	width: 80px;
	text-align: center;
	white-space: nowrap;
}
@media (max-width: 1200px) {
	#customer-list .company-id {
		width: 100px;
	}
	#customer-list .customer-no {
		width: 130px;
	}
	#customer-list .company-name {
		width: 130px;
	}
	#customer-list .city {
		width: 130px;
	}
	#customer-list .country {
		width: 100px;
	}
	#customer-list .countryDrop {
		width: 110px;
	}
	#customer-list .open-requests {
		width: 80px;
		text-align: center;
	}
}

/*---------------- brand-administration-customer-edit.jsp ------*/
#customer-form .history-record {
	padding-left: 5px;
	padding-right: 5px;
}
#customer-form .history-record div {
	padding-left: 10px;
	padding-right: 10px;
}
#customer-form .history-record div.border-right {
	border-right: 1px solid #cccccc;
}

#customer-form .comment-record-row {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
}
#customer-form .comment-record-info div {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
}
#customer-form .comment-record-info div.border-right {
	border-right: 1px solid #cccccc;
}
#customer-form .comment-record-text {
	padding-left: 10px;
	padding-right: 20px;
}
#customer-form .hrcolor {
	height: 1px;
	background-color: #cccccc;
}

#brand-administration-customers-edit .administration-panel .licencesCountDiv {
	height: 34px;
	display: inline-table;
	margin-top: -10px;
}
#brand-administration-customers-edit .administration-panel .btn.btn-default {
	width: 24px;
	height: 24px;
	padding: 0;
}
#brand-administration-customers-edit .administration-panel .glyphicon {
    font-size: 12px;
}
#brand-administration-customers-edit .administration-panel .licencesCount {
	border: 1px solid darkgray;
	border-radius: 4px;
	max-width: 120px;
}

/*---------------- invoices jsp ------*/
#overview-invoices .search-filter-title {
	margin: 4px;
	font-weight: bold;
}

#overview-invoices .search-filter {
	display: flex;
	flex-direction: row;
	margin-bottom: 12px;
}

#overview-invoices .date-input {
	max-width: 120px;
	margin-right: 6px;
	margin-bottom: 6px;
}

#overview-invoices .until-date-text {
	vertical-align: middle;
	margin-top: 6px;
	margin-right: 6px;
}

#overview-invoices .search-button {
	max-width: 60px;
	max-height: 40px;
}

#invoices-table .header {
	font-weight: bold;
    word-break: break-word;
}
#invoices-table .header .sort {
	cursor: pointer;
}
#invoices-table .header .sort:after,
#invoices-table .header .sort.desc:after,
#invoices-table .header .sort.asc:after {
	position: absolute;
	font-size: 24px;
	margin-left: 20px;
	margin-top: -5px;
}
#invoices-table .header .sort:after {
	content: "\25BE";
	color: white;
}
#invoices-table .header .sort.desc:after {
	content: "\25B4";
}
#invoices-table .header .sort.asc:after {
	content: "\25BE";
}
#invoices-table .header .sort.asc:after,
#invoices-table .header .sort.desc:after,
#invoices-table .header .sort:hover:after {
	color: #000077;
}

/* --------------- overview subscriptions --------------------------- */
#overview-subscription-table th {
	vertical-align: middle;
	border-top: 4px solid #fff;
}

#overview-subscription-table .subscription-list-row {
	background: #F5F5F5;
}

.overview-subscription-status {
	display: inline-block;
	margin-left: 4px;
}

.overview-subscription-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  display: inline-block;
}

.overview-subscription-dot-status-active {
	background-color: #7ed321;
	border: solid #d8f1bc 2px;
}

.overview-subscription-dot-status-terminated {
	background-color: #f5a623;
	border: solid #fce4bd 2px;
}

.overview-subscription-dot-status-expired {
	background-color: #d0021b;
	border: solid #f0b3ba 2px;
}

.overview-subscription-dot-status-pending
.overview-subscription-dot-status-inactive {
	background-color: #aaaaaa;
	border: solid #d5d5d5 2px;
}

/* ------------------- user-listlicences.jsp and other accordeons --------------------------*/
.panel-heading.clickable {
	padding: 0;
}
.panel-heading.clickable > a {
	width: 100%;
	display: inline-block;
	padding: 10px 15px;
}
.panel-heading > a .indicator {
	float: right;
	cursor: pointer;
}
.panel-heading > a .indicator:after {
    font-family: 'Glyphicons Halflings';
    content: "\e260";
    padding-right: 5px;
}
.panel-heading > a.collapsed .indicator:after {
    content: "\e259";
}

/*---------------- news-list.jsp ------*/
.date-time-separator {
	border-right: 1px solid #cccccc;
	margin-right: 5px;
	margin-left: 5px;
}

/*---------------- brand-administration-customer-groups.jsp ------*/
#customers-groups-form .edit-mode-off {
	border: 0;
	background-color: transparent;
}
#customers-groups-form .field-error {
	margin-top: -10px;
	margin-left: -10px;
}

.customer-groups-list-title, .terms-and-conditions-section-title {
	font-weight: bolder;
	font-size: 1.3em;
}

#customer-groups-list .subject {
	position: relative;
	left: 60px;
	font-weight: bold;
}

#customer-groups-list tr {
	height: 60px;
}

#add-dealer-type-button {
	margin-top: 20px;
	margin-bottom: 30px;
}

/*---------------- brand-administration-terms-and-conditions.jsp ------*/
#tc-warranty .pane-content,
#tc-warranty .pane-content:hover {
	background-color: rgb(245, 245, 245);
}

#tc-warranty .subject {
	position: relative;
	left: 80px;
	font-weight: bold;
}

#tc-warranty .document-title {
	padding-left: 180px;
}

#tc-warranty .btn-tc-upload-button {
	padding-right: 40px;
}

#tc-warranty-upload-form-error {
	text-align: center;
}

/*------------------ accounts-management.jsp ----------------------*/
#accounts-management .navigation-container {
	display: block;
	padding-bottom: 20px;
}

#accounts-management .target-container {
	background-color: transparent;
}

#accounts-management .nav-list {
	padding: 0 7px !important;
}

#accounts-management .btn-nav {
	font-size: 16px;
	font-weight: normal;
	padding: 0 20px 13px 20px;
	color: #424242;
	border: 0;
	border-radius: 0;
	border-bottom: 4px solid transparent;
	background: none;
}

#accounts-management .btn-nav:hover,
#accounts-management .btn-nav:active,
#accounts-management .btn-nav.active {
	font-weight: bold;
	color: #1d3482;
	box-shadow: none;
}

#accounts-management .btn-nav:active,
#accounts-management .btn-nav.active {
	border-bottom-color: #1d3482;
}

/*------------------ accounts-management-subscriptions.jsp ----------------------*/
#accounts-management-subscriptions .form-control {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#accounts-management-subscriptions form {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#accounts-management-subscriptions table:first-of-type {
	margin-bottom: 0;
}

#accounts-management-subscriptions tbody td {
	vertical-align: top;
}

#accounts-management-subscriptions #pagination-container {
	overflow-x: auto;
}

#accounts-management-subscriptions .form input[type="checkbox"] {
	margin: 0;
}

#accounts-management-subscriptions .form label {
	margin-left: 10px;
}

#accounts-management-subscriptions .privilege-panel .mobile-licenses {
	height: 34px;
	display: inline-table;
	margin-top: 26px;
	margin-left:6px;
}
#accounts-management-subscriptions .privilege-panel label {
	margin-left: -15px;
}
#accounts-management-subscriptions .privilege-panel .licensesCount {
	border: 1px solid darkgray;
	border-radius: 4px;
	max-width: 60px;
}

/*------------------ Slieder ----------------------*/
/*------------------ The switch - the box around the slider ----------------------*/
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	min-width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
	display: none;
}

/*----------------------------Pagination-------------------------- */

.pagination li a {
	color:#424242;
}

.pagination .active a {
	background-color: #1d3482;
}

.pagination li.active a:hover {
	background-color: #15265f;
}
/*----------------------------The slider-------------------------- */
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input.checked+.slider{
	background-color: #1d3482;
}

input:focus .slider {
	box-shadow: 0 0 1px #337ab7;
}

input.checked+.slider:before {
	-moz-transform:    translateX(26px);
	-o-transform:      translateX(26px);
	-webkit-transform: translateX(26px);
	transform:         translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
	-moz-border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.table-responsive {
	border: 0;
}

/* ------------------------- Modal Popup Message -------------------------------------------------------------------- */
#popup-message {
	background: rgba(255, 255, 255, 0.7);
}

#popup-message .modal-dialog {
	margin: 150px auto;
}

#popup-message .modal-body .modalTextLine {
	line-height: 25px;
	padding: 15px 15px 40px 15px;
}

#popup-message .modal-header {
	padding: 15px 15px 0 15px;
}

#popup-message .modal-content.danger {
	background-color: #ffebeb;
	color: #ff0303;
	border-color: #ff0303;
}

tr.list-item {
	cursor: pointer;
}

/*----------- type of use in company data page and registration page --------*/
.radio-left {
	margin: 0 10px 0 0;
	height: 34px;
	padding: 0 12px 0 0;
}

.radio-left input {
	margin: 4px 0 0 0;
}

.radio-label {
	font-weight: normal;
	vertical-align: top;
}

.type-of-use-checkbox-group {
	float: left;
	margin: 2px 80px 0 0;
}

.type-of-use-checkbox {
	display: flex;
	text-align: left;
	margin-bottom: 15px;
}

.type-of-use-checkbox label {
	font-weight: normal;
}

/*----------- main office company id in company data page --------*/
.company-data-main-office {
	margin-bottom: 5px;
}

.company-data-main-office-info {
	font-size: 12px;
}

.company-data-main-office-info img {
	float: left;
	margin: 6px 10px 0 0;
}

.company-data-main-office-id-available input {
	width: 65%;
	display: inline-block;
}

.company-data-main-office-id-available a {
	display: inline-block;
	width: 30%;
	float: right;
}

/* Müssen sicherheitshalber am Ende sein, damit die Regeln nicht überschrieben werden */

/*-----------------(2048x1536) Medium devices iPad ----------*/
@media screen and (min-height: 1535px) {
	#dashboard .marketing-news-blur,
	#dashboard .marketing-news {
		min-height: 994px;
	}
	#brand-world .marketing-news-blur,
	#brand-world .marketing-news {
		min-height: 1341px;
	}
	.tab-pane
	{
		min-height: 1360px;
	}
}
@media (max-height : 1024px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		max-height: 850px;
	}
	.tab-pane
	{
		min-height: 770px;
	}
}

/*-----------------Pseudo Medium devices (<900)-------------------*/
@media (max-height : 900px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur {
		min-height: 720px;
	}
}

/*--------------- Kleiner als Small devices Tablets (height < 850)-------------------*/
@media (max-height : 850px) {
	#homepage .background-middle
	{
		min-height: 200px;
	}

	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 700px;
	}
	#popup-message .modal-dialog {
		margin: 100px auto;
	}
	.tab-pane
	{
		min-height: 700px;
	}
	#brand-world .tab-pane
	{
		min-height: 640px;
	}
}

@media screen and (max-height : 850px) and (min-width : 768px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 690px;
	}
}

@media (max-height : 730px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 560px;
	}
	#popup-message .modal-dialog {
		margin: 50px auto;
	}
	.tab-pane
	{
		min-height: 580px;
	}
	#brand-world .tab-pane
	{
		min-height: 520px;
	}
}

@media (max-height : 640px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 404px;
	}
	.tab-pane {
		margin-top: 10px;
		padding: 10px 10px 10px 10px;
	}
	#popup-message .modal-dialog {
		margin: 50px auto;
	}
	#dealer-list .table-responsive {
		height: 170px;
	}
	.tab-pane
	{
		min-height: 500px;
	}
	#overview .tab-pane,
	#brand-world .tab-pane
	{
		min-height: 440px;
	}
}

@media screen and (max-height : 640px) and (min-width : 768px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 430px;
	}
}

@media (max-height : 415px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 200px;
	}
	#popup-message .modal-dialog {
		margin: 0px auto;
	}
	.tab-pane
	{
		min-height: 260px;
	}
	#overview .tab-pane,
	#brand-world .tab-pane
	{
		min-height: 200px;
	}
}

/*-----------------container neu definieren-------------------*/
@media (min-width : 768px) {
	.container {
	    width: 90%;
	}
	.background-middle-news .brand-logo-news {
		display: block;
	}
}
@media (min-width : 992px) {
	.container {
		width: 95%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1100px;
	}
}

/*-----------------(2048x1536) Medium devices iPad (<=2048)----------*/
@media screen and (min-width: 1921px) {
	#dashboard .background-middle-news {
		background-size: 2200px;
	}
	#dashboard .marketing-news-blur {
		left: 66px;
		background-size: 2200px;
		background-position-x: -210px;
	}

	#brand-world .background-middle-news {
		background-size: 2970px;
		background-position-x: -840px;
	}
	#brand-world .marketing-news-blur {
		left: 66px;
		background-size: 2970px;
		background-position-x: -904px;
	}
	#brand-world div#nav {
		width: 100%;
	}
}
/*-----------------Medium devices desktop (<=1920)-------------------*/
@media ( max-width : 1920px) {

	#brand-world .background-middle-news {
		background-size: 1920px;
		background-position-x: 0;
	}
	#brand-world .marketing-news-blur {
		left: 63px;
		background-size: 1920px;
		background-position-x: -60px;
		min-height: 760px;
	}
	#brand-world .marketing-news
	{
		min-height: 770px;
	}
}

/*-----------------Pseudo Medium devices (<=1640)-------------------*/
@media (max-width: 1640px) {

	#dashboard .background-middle-news {
		background-size: 1720px;
		background-position-x: -120px;
	}
	#dashboard .marketing-news-blur {
		left: 50px;
		background-size: 1720px;
		background-position-x: -170px;
	}
	#brand-world .marketing-news-blur {
		left: 52px;
	}

	#brand-world .background-middle-news {
		background-size: 1890px;
		background-position-x: -250px;
	}
	#brand-world .marketing-news-blur {
		left: 48px;
		background-size: 1890px;
		background-position-x: -300px;
		min-height: 758px;
	}
	#brand-world .marketing-news
	{
		min-height: 768px;
	}

	#brand-administration .offset-px-admin {
		margin-left: 16.66666667%;
	}

	#overview .btn-world,
	#brand-world .btn-world {
		padding-left: 14px;
		padding-right: 14px;
	}
}

/*-----------------Kleiner als Medium devices Desktops (<1300)-------------------*/
@media (max-width: 1299px) {

	#dashboard .background-middle-news {
		background-size: 1620px;
		background-position-x: -130px;
	}
	#dashboard .marketing-news-blur {
		left: 43px;
		background-size: 1620px;
		background-position-x: -174px;
	}
	#brand-world .background-middle-news {
		background-size: 1760px;
		background-position-x: -349px;
	}
	#brand-world .marketing-news-blur {
		left: 41px;
		background-size: 1760px;
		background-position-x: -390px;
	}

	#brand-administration .offset-px-admin {
		margin-left: 16.66666667%;
	}
	#overview .btn-world,
	#brand-world .btn-world {
		padding-left: 7px;
		padding-right: 7px;
	}
}

/*-----------------News-Anzeige extra behandeln-------------------*/
@media screen and (max-width: 1299px) and (max-height : 1024px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		max-height: 850px;
		min-height: 750px;
	}
}
@media screen and (max-width: 1299px) and (max-height : 900px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		max-height: 710px;
		min-height: 666px;
	}
}
@media screen and (max-width: 1299px) and (max-height : 850px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		max-height: 700px;
		min-height: 622px;
	}
}
@media screen and (max-width: 1299px) and (max-height : 800px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		max-height: 700px;
		min-height: 660px;
	}
}
@media screen and (max-width: 1299px) and (max-height : 768px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		max-height: 690px;
		min-height: 600px;
	}
}
@media screen and (max-width: 1299px) and (max-height : 700px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 600px;
	}
}
@media screen and (max-width: 1299px) and (max-height : 640px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 600px;
	}
}
@media screen and (max-width: 1299px) and (max-height : 415px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur
	{
		min-height: 600px;
	}
}

/*-----------------(2048x1536) Medium devices Asus ZenPad (<=1280)----------*/
@media screen and (max-width: 1280px) and (max-height: 800) {
	#brand-world .marketing-news
	{
		min-height: 626px;
	}
	#brand-world .marketing-news-blur
	{
		min-height: 616px;
	}
}

/*-----------------Kleiner als Medium devices Desktops (<1024)-------------------*/
@media (max-width: 1023px) {
	#dashboard .background-middle-news {
		background-size: 1520px;
		background-position-x: -130px;
	}
	#dashboard .marketing-news-blur {
		left: 40px;
		background-size: 1520px;
		background-position-x: -171px;
	}
	#brand-world .background-middle-news {
		background-size: 1661px;
		background-position-x: -400px;
	}
	#brand-world .marketing-news-blur {
		left: 40px;
		background-position-x: -440px;
		background-size: 1661px;
		min-height: 740px;
	}
	#brand-world .marketing-news
	{
		min-height: 750px;
	}

	.content {
		margin-bottom: 78px;		/* Muss größer sein als die Höhe von footer */
	}
	#overview .nav.nav-pills li,
	#overview .nav.nav-pills.nav-justified li,
	#brand-world .nav.nav-pills li,
	#brand-world .nav.nav-pills.nav-justified li {
		padding: 0 5px;
	}
	#overview .btn-world,
	#brand-world .btn-world {
		padding-left: 5px;
		padding-right: 5px;
	}

	#brand-administration .offset-px,
	#brand-administration .col-xs-offset-1 {
		margin-left: 33.33333333%;
	}

	#card-content .wirecard-frame {
		width: 105%;
	}
}

/*-----------------Kleiner als Medium devices Desktops (<992)-------------------*/
@media ( max-width : 991px) {

	#dashboard .marketing-news-blur {
		left: 39px;
	}
	#brand-world .background-middle-news {
		background-size: 1661px;
		background-position-x: -390px;
	}
	#brand-world .marketing-news-blur {
		left: 37px;
		background-size: 1661px;
		background-position-x: -427px;
		min-height: 738px;
	}
	#brand-world .marketing-news
	{
		min-height: 748px;
	}

	.btn-primary {
		width: 100%;
	}
	.copyright {
		cursor: default;
	}
	.marketing {
		text-align: left;
	}
	#brand-world .marketing {
		text-align: right;
	}
	#dashboard .inner-marketing {
		-webkit-box-shadow: 0px 0px 50px 12px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 0px 50px 12px rgba(0, 0, 0, 0.3);
		box-shadow: 0px 0px 50px 12px rgba(0, 0, 0, 0.3);
		background-color: rgba(0, 0, 0, 0.3);
	}
	#brand-world .inner-marketing img {
		width: 65%;
	}

	#brand-administration .offset-px,
	#brand-administration .col-xs-offset-1 {
		margin-left: 33.33333333%;
	}
	#overview .nav.nav-pills li,
	#overview .nav.nav-pills.nav-justified li,
	#brand-world .nav.nav-pills li,
	#brand-world .nav.nav-pills.nav-justified li {
		padding: 0 4px;
	}
	#overview .btn-world,
	#brand-world .btn-world {
		padding-left: 3x;
		padding-right: 3px;
	}
	#wirecard-integrated-payment-page-frame {
		min-height: 370px;
	}
	#card-content .wirecard-frame {
		width: 106%;
	}
}

/*-----------------Pseudo Medium devices (<880)-------------------*/
@media (max-width : 879px) {
	#dashboard .marketing-news-blur {
		left: 35px;
	}
	#brand-world .background-middle-news {
		background-size: 1656px;
		background-position-x: -365px;
	}
	#brand-world .marketing-news-blur {
		left: 38px;
		background-size: 1656px;
		background-position-x: -402px;
		min-height: 738px;
	}
	#brand-world .marketing-news
	{
		min-height: 748px;
	}
	#overview .nav.nav-pills li,
	#overview .nav.nav-pills.nav-justified li,
	#brand-world .nav.nav-pills li,
	#brand-world .nav.nav-pills.nav-justified li {
		padding: 0 3px;
	}
	#overview .btn-world,
	#brand-world .btn-world {
		padding-left: 2px;
		padding-right: 2px;
	}
	#card-content .wirecard-frame {
		width: 107%;
	}
}

/*-----------------Pseudo Medium devices (<850)-------------------*/
@media (max-width : 849px) {
	#dashboard .marketing-news-blur {
		left: 35px;
	}
	#brand-world .background-middle-news {
		background-size: 1656px;
		background-position-x: -370px;
	}
	#brand-world .marketing-news-blur {
		left: 35px;
		background-size: 1656px;
		background-position-x: -405px;
		min-height: 738px;
	}
	#brand-world .marketing-news
	{
		min-height: 748px;
	}

	#brand-administration .offset-px,
	#brand-administration .col-xs-offset-1 {
		margin-left: 25%;
	}

	#overview .nav.nav-pills li,
	#overview .nav.nav-pills.nav-justified li,
	#brand-world .nav.nav-pills li,
	#brand-world .nav.nav-pills.nav-justified li {
		padding: 0 3px;
	}
	#overview .btn-world,
	#brand-world .btn-world {
		padding-left: 2px;
		padding-right: 2px;
	}
	.content {
		margin-bottom: 76px;		/* Muss größer sein als die Höhe von footer */
	}
	#invoices-table .header .sort:after,
	#invoices-table .header .sort.desc:after,
	#invoices-table .header .sort.asc:after {
		margin-left: 0px;
	}
}

/*--------------- Kindle Fire (<=800)-------------------*/

@media (max-width : 800px) {
	#dashboard .marketing-news-blur {
		left: 35px;
	}
	#brand-world .background-middle-news {
		background-size: 1500px;
		background-position-x: -346px;
	}
	#brand-world .marketing-news-blur {
		left: 54px;
		background-size: 1500px;
		background-position-x: -400px;
		min-height: 666px;
	}
	#brand-world .marketing-news
	{
		min-height: 676px;
	}
}

/*--------------- Kleiner als Small devices Tablets (Portrait mode) (<768)-------------------*/
@media ( max-width : 767px) {

	#dashboard .background-middle-news {
		background-size: 1350px;
		background-position-x: -130px;
	}
	#dashboard .marketing-news-blur {
		left: 15px;
		background-size: 1350px;
		background-position-x: -145px;
	}
	#brand-world .background-middle-news {
		background-size: 1462px;
		background-position-x: -315px;
	}
	#brand-world .marketing-news-blur {
		left: 15px;
		background-size: 1426px;
		background-position-x: -308px;
		min-height: 738px;
	}
	#brand-world .marketing-news
	{
		min-height: 748px;
	}

	.header-dropbox {
	  	height: 100px;
	}
	.header .headerMenu {
  		padding-left: 0;
	}
	.header .headerMenu span {
		margin-left: 5px;
	}
	.logobox {
		padding-right: 0;
	}

	footer {
		background-color: #fff;
	}
	.content {
		margin-bottom: 137px;		/* Muss größer sein als die Höhe von footer */
	}
	.visible-xs {
		display: block !important;
	}
	.footer-standard {
		display: none;
	}

	.nav.nav-pills.nav-justified li{
		display: block;
	    width: auto;
	}

	#brand-administration .offset-px,
	#brand-administration .col-xs-offset-1 {
		margin-left: 25%;
	}

	#overview .nav.nav-pills li,
	#overview .nav.nav-pills.nav-justified li,
	#brand-world .nav.nav-pills li,
	#brand-world .nav.nav-pills.nav-justified li {
		padding: 0 2px;
		float: left;
	}

	#overview .btn-world,
	#brand-world .btn-world {
		padding-top: 15px;
		padding-bottom: 13px;
		padding-left: 1px;
		padding-right: 1px;
	}

	.background-middle-news .brand-logo-news {
		display: none;
	}

	#dashboard .marketing-news-blur,
	#brand-world .marketing-news-blur {
    	top: auto;
	}

	#overview .menu-center {
   		margin-left: 20%;
	}
	#overview .brand-nav-box .divider {
	    margin-top: -7px;
	}

	#wirecard-integrated-payment-page-frame {
		min-height: 370px;
	}
	#invoices-table .header .sort:after,
	#invoices-table .header .sort.desc:after,
	#invoices-table .header .sort.asc:after {
		margin-left: -2px;
	}
}

@media ( max-width : 600px) {
	#brand-administration .offset-px,
	#brand-administration .col-xs-offset-1 {
		margin-left: 16%;
	}
	#overview .menu-center {
   		margin-left: 10%;
	}
	#wirecard-integrated-payment-page-frame {
		min-height: 400px;
	}
	#card-content .wirecard-frame {
		width: 108%;
	}
}

/*-----------------News-Anzeige extra behandeln-------------------*/
@media screen and (max-width: 767px) and (max-height : 1024px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 632px;
	}
}
@media screen and (max-width: 767px) and (max-height : 900px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 660px;
	}
}
@media screen and (max-width: 767px) and (max-height : 850px) {
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur,
	#brand-world .background-middle
	{
		min-height: 632px;
	}
}

/*--------------- Kleiner als Extra Small Devices, Phones (<480)-------------------*/
@media ( max-width : 479px) {
	#dashboard .marketing-news-blur {
		left: 15px;
	}
	#dashboard .background-middle-news {
		background-size: 1340px;
		background-position-x: -330px;
	}
	#dashboard .marketing-news-blur {
		left: 15px;
		background-size: 1340px;
		background-position-x: -344px;
	}

	#brand-world .background-middle-news {
		background-size: 1462px;
		background-position-x: -590px;
	}
	#brand-world .marketing-news-blur {
		left: 15px;
		background-size: 1462px;
		background-position-x: -600px;
		min-height: 648px;
	}
	#brand-world .marketing-news
	{
		min-height: 658px;
	}

	.header .headerMenu {
	  	padding-right: 10px;
  		padding-left: 5px;
  		width: 59%;
	}
	.header .headerMenu span {
		margin-left: 5px;
		font-size: 85%;
	}
	.logobox {
		width: 41%;
		padding-right: 0;
	}
	.header .headerMenu .text-left {
    	margin-left: 0;
  	}
  	.header .icon-link {
  		font-size: 116%;
  	}

	#parts-locator-search .padding-content {
	    padding-right: 5px;
	    padding-left: 5px;
	}

	#overview .col-xs-offset-1,
	#brand-world .col-xs-offset-1 {
    	margin-left: 4%;
	}

	#overview .nav.nav-pills li,
	#overview .nav.nav-pills.nav-justified li,
	#brand-world .nav.nav-pills li,
	#brand-world .nav.nav-pills.nav-justified li {
		padding: 0 1px;
	}

	#overview .btn-world,
	#brand-world .btn-world {
		padding-left: 1px;
		padding-right: 1px;
	}
	.content {
		margin-bottom: 137px;		/* Muss größer sein als die Höhe von footer */
	}
	#overview .menu-center {
   		margin-left: 5%;
	}
	#card-content .wirecard-frame {
		width: 109%;
	}
}

/*--------------- Kleiner als iPhoneX (<375)-------------------*/
@media ( max-width : 374px) {
	#brand-world .background-middle-news {
		background-size: 1462px;
		background-position-x: -650px;
	}
	#brand-world .marketing-news-blur {
		left: 15px;
		background-size: 1462px;
		background-position-x: -660px;
	}
	#brand-world .marketing-news,
	#brand-world .marketing-news-blur
	{
		min-height: 604px;
	}

	.header .headerMenu {
	  	padding-right: 5px;
  		padding-left: 5px;
  		width: 71%;
  		margin-left: -14px;
	}
	.logobox {
		width: 32%;
		padding-right: 0;
	}
	.logo {
		background-size: 100% auto;
		width: 100%;
		margin-top: 13px;
		height: auto;
	}
	.content {
		margin-bottom: 156px;		/* Muss größer sein als die Höhe von footer */
	}
	#overview .menu-center {
   		margin-left: 0%;
	}
	#wirecard-integrated-payment-page-frame {
		min-height: 430px;
	}
	#card-content .wirecard-frame {
		width: 110%;
	}
}

/*--------------- Kleiner als Custom, iPhone Retina (<320)-------------------*/
@media ( max-width : 320px) {
	#overview .col-xs-offset-1,
	#brand-world .col-xs-offset-1 {
    	margin-left: 4%;
	}

	.header .headerMenu {
	  	padding-right: 5px;
  		padding-left: 5px;
  		width: 79%;
		margin-left: -28px;
	}
	.logobox {
		width: 29%;
		padding-right: 0;
	}
	.logo {
		margin-top: 14px;
		width: 75px;
	}

	.content {
		margin-bottom: 156px;		/* Muss größer sein als die Höhe von footer */
	}

	#overview div#nav .btn.btn-world,
	#brand-world div#nav .btn.btn-world {
		border: 0;
		font-size: 14px;
	}

	#overview div#nav .btn.btn-world:hover,
	#overview div#nav .btn.btn-world:focus,
	#brand-world div#nav .btn.btn-world:hover,
	#brand-world div#nav .btn.btn-world:focus {
	    font-weight: normal;
	    color: #424242;
	}

	#overview ul#brand-menu,
	#brand-world ul#brand-menu {
		display: inline;
		position: absolute;
		min-width: 160px;
		list-style: none;
		z-index: 1000;
		background-color: #fff;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		top: -27px;
	}

	#brand-world label.responsive-nav-label {
		display: table-cell;
	}
	#overview div#nav,
	#brand-world div#nav {
		display: none;
	}

	#brand-world input#responsive-nav[type=checkbox]:checked ~ div#nav {
		display: inline;
	}

	#overview div#nav ul li a:hover,
	#overview div#nav ul li a:active,
	#brand-world div#nav ul li a:hover,
	#brand-world div#nav ul li a:active {
		border-bottom-style: none;
		background: #dcdcdc;
	}
	#overview div#nav li,
	#brand-world div#nav li {
		width: 100% !important;
	}

	#overview .nav.nav-pills li,
	#overview .nav.nav-pills.nav-justified li,
	#brand-world .nav.nav-pills li,
	#brand-world .nav.nav-pills.nav-justified li {
		display: block;
		font-weight: normal;
		border-bottom: 1px solid #eee;
		padding: 0;
	}

	#overview div#nav li a,
	#brand-world div#nav li a {
		padding: 7.5px;
		padding-left: 10px;
		margin-bottom: 0;
		border: 0;
	}
}

/*-------------------- Größer als Small devices Tablets (>=768)-------------------*/
@media ( min-width : 768px) {
	.copyright {
		text-align: left;
	}
	.nav.nav-pills.nav-justified li{
		display: inline-block;
	    min-width: 200px;
	    width: auto;
	}
	#popup-message .modal-dialog {
		margin: 50px auto;
	}
}

/*-----------Größer als Medium devices Kindle (>=800) --------*/
@media ( min-width : 800px) {
	.overWriteContainer {
		width: 95%;
		max-width: 2500px;
	}
}
/*-----------Größer als Medium devices Desktops (>=992) --------*/
@media ( min-width : 992px) {
	.btn-primary {
		width: 100%;
	}
}






