@charset "UTF-8";

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-300italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-300italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto_condensed/roboto-condensed-v25-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto_condensed/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700italic - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto_condensed/roboto-condensed-v25-latin-700italic.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



/******* GLOBAL STYLES *********/

html{

}

body {
	height:100%;/* height needs to be set, to prevent scroll bug in firefox */
	width:100%;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
	font-style:normal;
	letter-spacing:0.05em;
	font-variant:normal;
	font-size:13px;
	line-height:19px;
	color:#1d1d1d;
	overflow-anchor: none; /*disable keep scollposition when elements outside of viewport change size (e.g. Reload Page + ScrollToFix Placeholder Divs)*/
}

body#ausgeloggt {
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	letter-spacing: normal !important;
	line-height:19px;
	color:#333333;
}
body {
  background:#fff;
  /*overflow-x:hidden;*/
}
* {
	margin:0;
	padding:0;
}
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form {
	display:inline;
}
ul, li {
	list-style-type:none;
	margin:0;
	padding:0;
}
::selection {
	background: #f9ff00; /* Safari */
	}
::-moz-selection {
	background: #f9ff00; /* Firefox */
}
img {
	border:none;
}
p {
	margin:0;
	padding:0;
	/*max-width: 46em;*/
}
.fltle {
	float:left;
}
.fltre {
	float:right;
}

/***** clearfix *****/
.clear {
	clear: both;
	height: 0px;
	line-height: 0;
	font-size:1px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*CSS-Listen info-Knödel*/
/*wenn nur ein Element i.d. Liste ist, wird es als last-child behandelt*/
.liste {list-style: none; color: grey; font-size:13px; margin: 8px 30px 0 10px; padding-left: 1em;}
li.liste:first-child {margin-top:15px;}
li.liste:last-child {margin-bottom:15px;}
li.liste::before {
    content: "\27AE"; /* "\261E" */
    display: inline-block;
    text-indent: -1em;
    line-height: 1.6em;
}
.subliste {list-style: none; color: grey; font-size:13px; padding-left: 2em;}
li.subliste:last-child {margin-bottom:8px;}
li.subliste::before {
    content: "\26AC";
    display: inline-block;
    text-indent: -1em;
	line-height: 1.0em;
}
.subsubliste {list-style: none; color: grey; font-size:13px; padding-left: 1em;}
li.subsubliste:last-child {margin-bottom:8px;}
li.subsubliste::before {
    content: "\00A7";
    display: inline-block;
    text-indent: -1em;
	line-height: 1.0em;
}


/******* ADDITIONAL ONT AWESOME STYLES (version 4.7.) *********/
td > i[class="fa fa-play"]:hover,
td > i[class="fa fa-pencil"]:hover,
td > i[class="fa fa-trash-o"]:hover,
td > i[class="fas fa-upload"]:hover,
td > i[class="fa fa-sliders"]:hover,
td > i[class="far fa-file"]:hover,
td > i[class="fa fa-ticket"]:hover,
td > i[class="fa fa-signal fa-flip-horizontal"]:hover,
td > i[class="fa fa-print"]:hover,
td > i[class="fa fa-cart-arrow-down"]:hover,
td > i[class="fa fa-cart-plus"]:hover,
td > i[class="fa fa-plus"]:hover {
	color: #ea690a!important;
}

.franchiser-reference {
	position: absolute;
	margin: 21px 20px;
	font-size: 17px;
}
.fa-referenz-yellow {
  color: #e18703;
}
.fa-referenz-violet {
  color: #8f2f79;
}
.fa-referenz-red {
  color: #d5581c;
}
.fa-referenz-blue {
  color: #1781b2;
}
.fa-referenz-green {
  color: #1c6313;
}
.fa-referenz-gray {
  color: #ddd;
}
.fa-referenz-check {
  color: #32cd32;
}

.fa-border-referenz-yellow {
  padding: .2em .25em .15em;
  border: solid 0.19em #f3cb3d;
  border-radius: .3em;
}
.fa-border-referenz-violet {
  padding: .2em .25em .15em;
  border: solid 0.19em #ba78c1;
  border-radius: .3em;
}
.fa-border-referenz-red {
  padding: .2em .25em .15em;
  border: solid 0.19em #f49e79;
  border-radius: .3em;
}
.fa-border-referenz-blue {
  padding: .2em .25em .15em;
  border: solid 0.19em #98c4d8;
  border-radius: .3em;
}
.fa-border-referenz-green {
  padding: .2em .25em .15em;
  border: solid 0.19em #549772;
  border-radius: .3em;
}
.fa-border-referenz-gray {
  padding: .2em .25em .15em;
  border: solid 0.19em #ddd;
  border-radius: .3em;
}

.fa-stack-referenz {
  position: relative;
  display: inline-block;
  width: 1.8em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  margin-top: 4px;
}
.fa-stack-referenz-1x {
  position: absolute;
  width: 50%;
  background-color: white;
  margin: -5px 18px;
  border-radius: 50%;
}
.fa-stack-referenz-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1_9x {
  font-size: 1.9em;
}

/*!
 *  Oswald
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url('../fonts/oswald/Oswald-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url('../fonts/oswald/Oswald-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url('../fonts/oswald/Oswald-Bold.ttf') format('truetype');
}