/******************************
	Standard-Farbe:    #8f8f8f
	Dunklerer Ton:     #000000
	Ganz Hell:         #f0f0f0
	Helleres Orange:   #f1b076
	Original Orange:   #f26c1c
******************************/

@charset "UTF-8";

@font-face {
    font-family: 'Vegur';
    src: url('../fonts/vegur-light-webfont.woff2') format('woff2'),
    		url('../fonts/vegur-light-webfont.woff') format('woff');
	 font-weight: normal;
	 font-style: normal;
}

@font-face {
    font-family: 'Vegur';
    src: url('../fonts/vegur-bold-webfont.woff2') format('woff2'),
    		url('../fonts/vegur-bold-webfont.woff') format('woff');
	 font-weight: bold;
	 font-style: normal;
}

@font-face {
  font-family: "simbill";
  src: url("../fonts/simbill.woff?20200727");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "League Gothic";
  src: url("../fonts/League_Gothic-webfont.eot");
  src: url("../fonts/League_Gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/League_Gothic-webfont.woff") format("woff"), url("../fonts/League_Gothic-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}






[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "simbill";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  margin-right: 8px;
  
  
  
  font-size: 150%;
  
}
  
[data-icon]:before {
  font-family: "simbill";
  font-size: 110%;
  font-weight: normal;
  content: attr(data-icon);
  margin-right: 8px;
  text-transform: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased; }
  
.middle-icon[data-icon]:before {
  font-family: "simbill";
  font-size: 110%;
  font-weight: normal;
  content: attr(data-icon);
  margin-right: 8px;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }
  
.bottom-icon[data-icon]:before {
  font-family: "simbill";
  font-size: 110%;
  font-weight: normal;
  content: attr(data-icon);
  margin-right: 8px;
  text-transform: none;
  vertical-align: bottom;
  -webkit-font-smoothing: antialiased; }
  
.smallbutton-icon[data-icon]:before {
  font-family: "simbill";
  font-size: 110%;
  font-weight: normal;
  content: attr(data-icon);
  margin-right: 5px;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }

body {
  -webkit-backface-visibility: hidden; }






.ui-front {
  z-index: 100; }


.ui-state-disabled {
  cursor: default !important; }


.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }


.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}

body .ui-tooltip {
	border-width: 2px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div { margin: 0; }

.ui-helper-hidden-accessible {
	display:none;
}


.ui-widget {
  font-family: "Vegur";
  font-size: 1.1em; }


.ui-widget .ui-widget {
  font-size: 1em; }


.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: "Vegur";
  font-size: 1em; }


.ui-widget-content {
  border: 1px solid #aaa;
  background: white url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222; }


.ui-widget-content a {
  color: #222; }


.ui-widget-header {
  border: 1px solid #aaa;
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: bold; }


.ui-widget-header a {
  color: #222; }


.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }


.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

#buttonsinwell {
	display: block;
	position: absolute;
	top: 30px;
	right: 23px;
}

@media screen and (max-width: 45em) {
	#buttonsinwell {
	display: block;
	position: absolute;
	top: 12px;
	right: 1%;
}
}


button {
  margin: 0; }


.button {
  background-color: #f3f3f3;
  background-size: 1px 60px;
  border: 1px solid silver;
  color: #636363;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 14px;
  padding: 8px 14px;
  text-decoration: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #cccccc);
  background-image: -moz-linear-gradient(top, #f5f5f5, #cccccc);
  background-image: -o-linear-gradient(top, #f5f5f5, #cccccc);
  background-image: linear-gradient(top, #f5f5f5, #cccccc);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.45);
  box-shadow: inset 0 1px 0 white, 0 1px 2px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-shadow: 0 1px 0 white;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out, box-shadow 0.05s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out, box-shadow 0.05s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out, box-shadow 0.05s ease-out;
  transition: color 0.2s ease-out, background 0.2s ease-out, box-shadow 0.05s ease-out; }
  
  .button:hover, .button.hover {
    background-position: 100%;
    color: #f1b076; }


.button[data-icon]:before {
  font-size: 140%;
  font-weight: normal;
  line-height: 50%; }


.button.button-primary {
  background-color: #8f8f8f;
  border: 1px solid #f0f0f0;
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8f8f8f), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(top, #8f8f8f, #000000);
  background-image: -moz-linear-gradient(top, #8f8f8f, #000000);
  background-image: -o-linear-gradient(top, #8f8f8f, #000000);
  background-image: linear-gradient(top, #8f8f8f, #000000);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.35);
  text-shadow: 0px 1px 0px #26497e; }
  
  .button.button-primary:hover, .button.button-primary.hover {
    color: #f1b076; }


.button.button-dark {
  background-color: #8f8f8f;
  border: 1px solid #8f8f8f;
  color: #f0f0f0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8f8f8f), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(top, #8f8f8f, #000000);
  background-image: -moz-linear-gradient(top, #8f8f8f, #000000);
  background-image: -o-linear-gradient(top, #8f8f8f, #000000);
  background-image: linear-gradient(top, #8f8f8f, #000000);
  -webkit-box-shadow: inset 0 1px 0 #8f8f8f, 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 #8f8f8f, 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 #8f8f8f, 0 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 black; }
  
  .button.button-dark:hover {
    color: #f1b076; }


.button.button-danger {
  background-color: #7c0c00;
  border: 1px solid #7e0e00;
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fc0d1b), color-stop(100%, #820e0b));
  background-image: -webkit-linear-gradient(top, #fc0d1b, #820e0b);
  background-image: -moz-linear-gradient(top, #fc0d1b, #820e0b);
  background-image: -o-linear-gradient(top, #fc0d1b, #820e0b);
  background-image: linear-gradient(top, #fc0d1b, #820e0b);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35); }
  
  .button.button-danger:hover {
    color: white; }


.button.button-link {
  background: none;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }
  
  .button.button-link.button-danger {
    color: #7c0c00;
    font-weight: normal;
    text-shadow: none; }
  
  .button.button-link.button-primary {
    color: #4571b5;
    font-weight: normal;
    text-shadow: none; }


.button.button-plain-link {
  background: none;
  border: none;
  color: #4572b5;
  font-size: 13px;
  font-weight: normal;
  padding-left: 0;
  text-transform: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }


.button.button-plain {
  background: #ededed;
  padding: 5px 10px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 10px;
  text-shadow: none; }


.button.button-plain:hover {
  color: #f1b076; }


.button.button-plain.button-danger {
  background: #dc1422; }
  
  .button.button-plain.button-danger:hover {
    color: white; }


.button.button-plain.button-primary {
  background: #5d87cc;
  color: white; }


.button.button-plain.button-dark {
  background: #8f8f8f;
  color: white; }


.button.button-small {
  background-size: 1px 40px;
  font-weight: bold !important;
  padding: 4px 10px;
  font-size: 10px; }
  
.button-small-div {
  width: 80px; }
  
@media screen and (max-width: 45em) {
	.button-small-div {
		font-size:0;
	}
}

@media screen and (max-width: 45em) {
	.button.mobile {
		letter-spacing: 0px;
	}
}


.button-well {
  background-color: #f0f0f0;
  display: inline-block;
  line-height: 14px;
  margin-right: 8px;
  padding: 5px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7e7e7), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #e7e7e7, #f6f6f6);
  background-image: -moz-linear-gradient(top, #e7e7e7, #f6f6f6);
  background-image: -o-linear-gradient(top, #e7e7e7, #f6f6f6);
  background-image: linear-gradient(top, #e7e7e7, #f6f6f6);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }
  
  .button-well.button-well-small {
    padding: 3px; }
  
  .button-well.button-well-dark {
    background: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5); }


.pull-right .button-well {
  margin-left: 8px;
  margin-right: 0px; }


.button:active, .button.button-active {
  background-position: 100%;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #f1b076; }


.button-group {
  display: inline-block;
  margin-right: 8px; }
  
  .button-group .button {
    margin: 0 -3px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
  
  .button-group .button:first-child {
    -webkit-border-radius: 25px 0 0 25px;
    -moz-border-radius: 25px 0 0 25px;
    -ms-border-radius: 25px 0 0 25px;
    -o-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px; }
  
  .button-group .button:last-child {
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
    -ms-border-radius: 0 25px 25px 0;
    -o-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0; }


.button-well > .button-group:first-child {
  margin-left: 3px; }


.button-well > .button-group:last-child {
  margin-right: 3px; }


[data-badge] {
  position: relative; }


[data-badge]:after {
  border: 1px solid #660000;
  color: white;
  content: attr(data-badge);
  font-family: "Vegur";
  font-weight: bold;
  left: -3px;
  line-height: 16px;
  min-width: 10px;
  padding: 1px 4px;
  position: absolute;
  z-index: 10000;
  text-align: center;
  top: -2px;
  background-image: -webkit-gradient(radial, 0% 0%, 0, 0% 0%, 100, color-stop(0%, #fc0d1b), color-stop(100%, #820e0b));
  background-image: -webkit-radial-gradient(top left, #fc0d1b, #820e0b);
  background-image: -moz-radial-gradient(top left, #fc0d1b, #820e0b);
  background-image: -o-radial-gradient(top left, #fc0d1b, #820e0b);
  background-image: radial-gradient(top left, #fc0d1b, #820e0b);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  text-shadow: none; }


[data-dropdown] {
  position: relative; }
  
  [data-dropdown] ul {
    background: white;
    border: 1px solid #8f8f8f;
    position: absolute;
    display: none;
    list-style: none;
    margin: 0;
    margin-top: 6px;
    padding: 6px 0;
    right: 0px;
    width: 200px;
    z-index: 9999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }
  
  [data-dropdown] ul:after {
    border-bottom: 7px solid white;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 12px;
    top: -7px;
    width: 0;
    z-index: 10000000 !important; }
  
  [data-dropdown] ul.open {
    display: block;
    z-index: 10000000 !important; }
  
  [data-dropdown] ul li.divider {
    border-top: 1px solid #8f8f8f;
    margin: 8px 0; }
  
  [data-dropdown] ul li a {
    color: #8f8f8f!important;
    display: block;
    padding: 8px 18px;
    text-decoration: none;
    font-size: 14px; 
    font-weight: normal; }
  
  [data-dropdown] ul li a:hover {
    background-color: #8f8f8f;
    color: white !important; }





input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea {
  background: url(../images/input_bg.png) repeat-x #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #cccccc;
  color: #000000;
  font-family: "Vegur";
  height: 30px;
  outline: none;
  padding: 4px 10px;
  resize: none;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  -webkit-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  -moz-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  -o-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: border 0.25s ease-out, box-shadow 0.25s ease-out; }
  
  input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
    border: 1px solid #f1b076; }
  
  input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 1px solid #f1b076;
    color: #000000;
    -webkit-box-shadow: 0px 0px 4px #f1b076;
    -moz-box-shadow: 0px 0px 4px #f1b076;
    box-shadow: 0px 0px 4px #f1b076; }
  
  input[type="text"].medium, input[type="tel"].medium, input[type="email"].medium, input[type="password"].medium, textarea.medium, select.medium {
    width: 60%; }
  
  @media screen and (max-width: 45em) {
	  input[type="text"].medium, input[type="tel"].medium, input[type="email"].medium, input[type="password"].medium, textarea.medium, select.medium {
    width: 100% !important; }
  }
  
  input[type="text"].large, input[type="tel"].large, input[type="email"].large, input[type="password"].large, textarea.large, select.large {
    height: 40px;
    padding: 6px 10px;
    font-size: 16px; }
  
  input[type="text"].small, input[type="tel"].small, input[type="email"].small, input[type="password"].small, textarea.small, select.small {
    width: 140px; }
  input[type="text"].xsmall, input[type="tel"].xsmall, input[type="email"].xsmall, input[type="password"].xsmall, textarea.xsmall, select.xsmall {
    display:inline;
    width: 100px !important;
    max-width: 140px !important; }
  input[type="text"].xxsmall, input[type="tel"].xxsmall, input[type="email"].xxsmall, input[type="password"].xxsmall, textarea.xxsmall, select.xxsmall {
    display:inline;
    width: 70px !important;
    max-width: 100px !important; }

select.lettersmall {
    width: 120px !important;
    min-width: 35px !important; }



input[type="file"] {
  display: block; }


input[type="submit"], button {
  font-family: "Vegur"; }


input::-webkit-input-placeholder, input::-moz-placeholder, textarea::-webkit-input-placeholder, textarea::-moz-input-placeholder {
  color: #bbbbbb;
  font-style: italic; }


textarea {
  height: 112px;
  line-height: 18px;
  margin-bottom: 0px;
  padding-top: 8px; }
  
  textarea.large {
    height: 200px;
    padding-top: 8px; }


form p {
  margin-bottom: 26px;
  position: relative; }


p label, td label {
  color: #777777;
  display: inline-block;
  position: relative;
  margin-top: 5px;
  font-weight: bold;
  line-height: 14px;
  text-indent: 12px;
  text-transform: uppercase;
  font-size: 13px;
  text-shadow: 0 1px 0 white; }


p small, td small {
  color: #777777;
  display: inline-block;
  font-style: italic;
  line-height: 18px;
  text-indent: 12px;
  font-size: 12px; }
  
  p small a, td small a {
    color: #8f8f8f; }


td small {
  display: block; }


.checkbox {
  border: 1px solid #f0f0f0;
  display: inline-block !important;
  height: 23px;
  padding: 2px !important;
  position: relative !important;
  width: 70px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d1d1d1), color-stop(100%, #e2e2e2));
  background-image: -webkit-linear-gradient(top, #d1d1d1, #e2e2e2);
  background-image: -moz-linear-gradient(top, #d1d1d1, #e2e2e2);
  background-image: -o-linear-gradient(top, #d1d1d1, #e2e2e2);
  background-image: linear-gradient(top, #d1d1d1, #e2e2e2);
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  border-radius: 23px;
  -webkit-box-shadow: 0 1px 0 white;
  -moz-box-shadow: 0 1px 0 white;
  box-shadow: 0 1px 0 white; }
  
  .checkbox .knob {
    display: inline-block !;
    height: 23px;
    position: absolute !important;
    width: 34px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f7f7f7), color-stop(100%, #f0f0f0));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #f0f0f0);
    background-image: -moz-linear-gradient(top, #f7f7f7, #f0f0f0);
    background-image: -o-linear-gradient(top, #f7f7f7, #f0f0f0);
    background-image: linear-gradient(top, #f7f7f7, #f0f0f0);
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), inset 0 1px 0 white;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), inset 0 1px 0 white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35), inset 0 1px 0 white;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  
  .checkbox.activated {
    border: 1px solid #f0f0f0;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ef8527), color-stop(100%, #f1b076));
    background-image: -webkit-linear-gradient(top, #ef8527, #f1b076);
    background-image: -moz-linear-gradient(top, #ef8527, #f1b076);
    background-image: -o-linear-gradient(top, #ef8527, #f1b076);
    background-image: linear-gradient(top, #ef8527, #f1b076); }
  
  .checkbox.activated .knob {
    -webkit-transform: translate3d(36px, 0, 0);
    -moz-transform: translate3d(36px, 0, 0);
    -ms-transform: translate3d(36px, 0, 0);
    -o-transform: translate3d(36px, 0, 0);
    transform: translate3d(36px, 0, 0); }
  
  .checkbox i {
    color: white;
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    text-align: center !important;
    width: 31px;
    padding-left: 1px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); }
  
  .checkbox i:before {
    margin: 0; }

select {
	background: url(../images/input_bg.png) repeat-x #fdfdfd;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #cccccc;
  color: #000000;
  font-family: "Vegur";
  font-size: 13px;
  height: 30px;
  outline: none;
  padding: 4px 10px;
  resize: none;
  width: 100%;
  -webkit-appearance:none; 
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  -moz-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  -o-transition: border 0.25s ease-out, box-shadow 0.25s ease-out;
  transition: border 0.25s ease-out, box-shadow 0.25s ease-out; }
  
select:hover {
  border: 1px solid #f1b076; }

select:focus {
  border: 1px solid #f1b076;
  color: #000000;
  -webkit-box-shadow: 0px 0px 4px #f1b076;
  -moz-box-shadow: 0px 0px 4px #f1b076;
  box-shadow: 0px 0px 4px #f1b076; }
  
.cmf-skinned-select:hover {
  border: 1px solid #8f8f8f; }


select {
  min-width: 120px; }


input[data-datepicker] {
  max-width: 200px; }

input[data-datepicker] .datepicker-modal {
  width: 100%; }


.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }


.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }


.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }


.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }


.ui-datepicker .ui-datepicker-prev {
  left: 2px; }


.ui-datepicker .ui-datepicker-next {
  right: 2px; }


.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }


.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }


.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }


.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }


.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }


.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }


.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%; }


.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }


.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }


.ui-datepicker td {
  border: 0;
  padding: 1px; }


.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }


.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }


.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }


.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }


.ui-datepicker.ui-datepicker-multi {
  width: auto; }


.ui-datepicker-multi .ui-datepicker-group {
  float: left; }


.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }


.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }


.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }


.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }


.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }


.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }


.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker {
  border: none;
  font-family: "Vegur";
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }


.ui-datepicker-header {
  background: none;
  border: none;
  font-weight: 300;
  font-size: 17px; }
  
  .ui-datepicker-header a.ui-datepicker-prev, .ui-datepicker-header a.ui-datepicker-next {
    background: none;
    border: none;
    cursor: pointer;
    height: 36px;
    opacity: 0.6;
    right: 0;
    top: 0;
    width: 36px; }
  
  .ui-datepicker-header a.ui-datepicker-prev {
    left: 0; }
  
  .ui-datepicker-header a.ui-datepicker-prev:hover, .ui-datepicker-header a.ui-datepicker-next:hover {
    opacity: 1; }
  
  .ui-datepicker-header a.ui-datepicker-prev span {
    background: url(../images/arrow-left.png) no-repeat center;
    background-size: 10px 13px; }
  
  .ui-datepicker-header a.ui-datepicker-next span {
    background: url(../images/arrow-right.png) no-repeat center;
    background-size: 10px 13px; }


.ui-datepicker-calendar tr td:first-child, .ui-datepicker-calendar tr th:first-child {
  padding-left: 0px; }

.ui-datepicker-calendar tr td:last-child, .ui-datepicker-calendar tr th:last-child {
  padding-right: 0px; }

.ui-datepicker-calendar thead th {
  color: #444444;
  font-weight: 500;
  font-size: 11px; }

.ui-datepicker-calendar tbody tr, .ui-datepicker-calendar thead tr {
  border: none; }

.ui-datepicker-calendar tbody tr td {
  background: none; }

.ui-datepicker-calendar tbody tr td a {
  line-height: 24px;
  text-align: center;
  width: 24px; }

.ui-datepicker-calendar tbody tr td a.ui-state-default {
  background: none;
  border: none;
  color: #777777;
  font-weight: 500; }

.ui-datepicker-calendar tr:hover {
  background: none; }

.ui-datepicker-calendar tbody tr td a:hover {
  color: black; }

.ui-datepicker-calendar tbody tr td a.ui-state-highlight {
  background: #eeeeee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }

.ui-datepicker-calendar tbody tr td a.ui-state-active {
  background: #444444;
  border-radius: 2px;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
  
.ui-icon {
  width: 16px;
  height: 16px;
  background-position: 16px 16px; }





  
  

.field_with_errors {
  position: relative; }
  
  .field_with_errors input, .field_with_errors textarea {
    border: 1px solid #d29797;
    border-top: 1px solid #ae6767;
    color: #ad6262;
    -webkit-box-shadow: 0 0 4px #d29797;
    -moz-box-shadow: 0 0 4px #d29797;
    box-shadow: 0 0 4px #d29797; }
  
  .field_with_errors label.message {
    color: #ad6262;
    display: none;
    font-weight: normal;
    right: 8px;
    padding-right: 12px;
    position: absolute;
    text-transform: none;
    top: 18px; }
    @media screen and (min-width: 45em) {
      
      .field_with_errors label.message {
        display: block; } }
  
  .field_with_errors .customfile {
    border: 1px solid #d29797;
    border-top: 1px solid #ae6767; }


.table-container .field_with_errors label.message {
  right: 30px; }


.table-form tr td:first-child {
  min-width: 210px;
  text-align: right;
  width: 20%; }
@media screen and (max-width: 45em) {
  
  .table-form tr td {
    text-align: left !important;
    display: block; } }
    
.table-form tr td ul li {
	list-style: circle;
	margin-left: 20px;
}

.tableshow ul li {
	list-style: none !important;
	margin-left: 0px !important;
}

.tableshow ul li a {
	color: #000 !important;
	text-decoration: none !important;
	font-weight: normal !important;
}

.tableshow ul li a:hover {
	color: #8f8f8f!important;
}

.tableshow p {
	margin-top: 10px;
}


.table-container table.table tr td:first-child, .table-container table.table tr th:first-child {
  padding-left: 16px; }
  @media screen and (max-width: 45em) {
    
    .table-container table.table tr td:first-child, .table-container table.table tr th:first-child {
      padding-bottom: 0;
      padding-left: 10px; }
      
      .table-container table.table tr td:first-child label, .table-container table.table tr td:first-child small, .table-container table.table tr th:first-child label, .table-container table.table tr th:first-child small {
        text-indent: 0; } }
        

.table-container table.nomargins tr td:first-child, .table-container table.table tr th:first-child {
  padding-left: 0px; }
  @media screen and (max-width: 45em) {
    
    .table-container table.nomargins tr td:first-child, .table-container table.table tr th:first-child {
      padding-bottom: 0;
      padding-left: 0px;
      vertical-align: middle; }
      
      .table-container table.nomargins tr td:first-child label, .table-container table.table tr td:first-child small, .table-container table.table tr th:first-child label, .table-container table.table tr th:first-child small {
        text-indent: 0; } }
        
.table-container table.table th {
	background-color: #8f8f8f;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

@media screen and (max-width: 45em) {
	.table-container table.table th {
	padding-top: 3px !important;
	padding-bottom: 3px !important; }
}
     

.table-container table.table tr td:last-child, .table-container table.table tr th:last-child {
  padding-right: 32px; }
  @media screen and (max-width: 45em) {
    
    .table-container table.table tr td:last-child, .table-container table.table tr th:last-child {
      padding-left: 16px;
      padding-right: 16px; } }
      
      
.table-container table.nomargins tr td:last-child, .table-container table.table tr th:last-child {
  padding-right: 0px; }
  @media screen and (max-width: 45em) {
    
    .table-container table.nomargins tr td:last-child, .table-container table.table tr th:last-child {
      padding-left: 0px;
      padding-right: 0px;
      vertical-align: middle; } }



label.radio span.holder {
  height: 57px;
  background: url(../images/radio.png) 0 0 no-repeat; }


label.radio:active span.holder {
  top: -19px !important; }


label.checked span.holder, label.checked span.holder, label.checked:active span.holder, label.checked:active span.holder {
  top: -38px !important; }


label.list {
  display: block;
  margin: 0 0 5px 0; }


label.inline {
  float: left;
  margin: 0 10px 0 0; }


input.hiddenCheckbox {
  position: absolute;
  left: -10000px; }


label.prettyCheckbox span.holderWrap {
  display: block;
  float: left;
  position: relative;
  margin-right: 5px;
  overflow: hidden; }


label.prettyCheckbox span.holder {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }


.prettyCheckbox {
  cursor: pointer;
  line-height: 19px; }


label .holderWrap {
  padding-top: 0px; }




.login_wrapper {
  position: fixed;
  display: block;
  z-index: 999999;
  top: 50%;
  margin-top: -190px;
  left: 50%;
  margin-left: -282px;
  font-size: 14px;
  background: white;
  border-radius: 3px;
  max-width: 500px;
  height: auto;
  padding: 32px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
  
@media screen and (max-width: 45em) {
	.login_wrapper {
	  position: fixed;
	  display: block;
	  z-index: 999999;
	  top: 50%;
	  margin-top: -245px;
	  left: 50%;
	  margin-left: -160px;
	  background: white;
	  border-radius: 3px;
	  width: 260px !important;
	  padding: 30px;
	  padding-bottom: 12px;
	  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
	  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  }
}
  
.login_wrapper .actions {
	margin-bottom: 0px;
}



  
#browser_wrapper {
  position: absolute;
  z-index: 999999999;
  top: 50%;
  margin-top: -160px;
  left: 50%;
  margin-left: -282px;
  background: white;
  border-radius: 3px;
  max-width: 500px;
  padding: 32px;
  padding-bottom: 12px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }




#overlay {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
  background-image: -moz-radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
  background-image: -o-radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
  background-image: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9)); }


.margin-modal p {
	margin: 20px;
}
.modal {
  background: whitesmoke;
  display: none;
  margin: 0 auto;
  position: relative;
  max-width: 480px;
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px black;
  -moz-box-shadow: 0 1px 2px black;
  box-shadow: 0 1px 2px black; }
  @media screen and (max-width: 45em) {
    
    .modal {
      width:300px !important;
      max-width: 300px !important; } }
  
  .modal.modal-small {
    width: 320px; }
  
  .modal.modal-medium {
    max-width: none;
    width: 50%; }
  
  .modal.modal-large {
    max-width: none;
    width: 90%; }
  
  .modal header {
	  background-color: #8f8f8f;
  }
  .modal header.big-header {
	  background-color: #ffffff;
  }
  .modal header h3 {
    color: #f0f0f0;
    font-weight: normal;
    margin: 0;
    padding: 20px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    font-size: 20px; }
  .modal header h3 a {
	  color: white;
	}
	.modal header h3 a:hover {
	  color: #f3b077;
	}
  
  .modal header.big-header h3 {
    color: #000000;
    line-height: 24px;
    padding: 32px;
    text-align: center; }
    @media screen and (max-width: 45em) {
      
      .modal header.big-header h3 {
        padding: 22px 12px;
        font-size:15px; } }
  
  .modal header h3 strong {
    color: #000000;
    font-weight: bold; }
    
  .modal header h4 {
    color: #e9e9e9;
    font-weight: bold;
    margin: 0;
    padding: 20px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    font-size: 16px; }
    
  .modal header h4 strong {
    color: #e9e9e9;
    font-weight: bolder; }
  
  .modal header a[data-dismiss="modal"] {
    color: #e9e9e9;
    float: right;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 22px;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
  
  .modal header a[data-dismiss="modal"]:hover {
    color: #f3b077; }
  
  .modal section {
    zoom: 1;
    border-top: 1px solid #d4d4d4;
    font-size: 14px;
    padding: 20px 20px;
    background: white; }
    
    .modal section * {
      box-sizing: border-box;
      font-size: 14px; }
    
    .modal div, .modal p {
      font-size: 14px; }
    
    .modal section:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      overflow: hidden;
      visibility: hidden; }
    
    .modal section .col {
      float: left;
      width: 33%;
      padding: 10px; }
      
      .modal section .col h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 26px; }
      
      .modal section .col p {
        line-height: 22px; }
      
      .modal section .col pre {
        font-size: 14px;
        background: #dddddd;
        border: 1px solid #bbbbbb;
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 20px;
        color: #444444;
        line-height: 20px;
        font-family: "Vegur"; }
  
  .modal footer {
    background: #8f8f8f;
    border-bottom: 1px solid #8f8f8f;
    border-top: 1px solid #8f8f8f;
    -webkit-box-shadow: inset 0 1px 0 #006879;
    -moz-box-shadow: inset 0 1px 0 #006879;
    box-shadow: inset 0 1px 0 #006879; }
  
  .modal footer a {
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    width: 49%;
    font-size: 14px;
    text-shadow: 0 1px 0 black;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
  
  .modal footer a.primary, .modal footer a:hover {
    color: #f1b076; }
  
  .modal footer a:last-child {
    border-left: 1px solid #8f8f8f;
    -webkit-box-shadow: inset 1px 0 0 #006879;
    -moz-box-shadow: inset 1px 0 0 #006879;
    box-shadow: inset 1px 0 0 #006879; }


.navigation-open body {
  overflow: hidden; }

.navigation-open #wrapper {
  position: fixed;
  -webkit-transform: translate3d(280px, 0, 0);
  -moz-transform: translate3d(280px, 0, 0);
  -ms-transform: translate3d(280px, 0, 0);
  -o-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0); }


body, html {
  height: 100%;
  min-height: 100%; }


#wrapper {
  min-height: 100%;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }


#navigation_panel {
	z-index: 1;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/bg.png) !important;
	bottom: 0px;
	height: 100%;
	overflow: scroll;
	overflow-scrolling: touch;
	position: absolute;
	top: 55px;
	width: 280px;
	-webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 45em) {
	#navigation_panel {
		display: none;
	}
}
  
#navigation_panel ul#mainmenu_ul_mobile li a {
	color: #ffffff;
	display: block;
	font-weight: bold;
	line-height: 55px;
	padding-left: 50px;
	border-bottom: 1px solid #FFF;
	position: relative;
	width: 230px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8f8f8f), color-stop(100%, #717171));
	background-image: -webkit-linear-gradient(top, #8f8f8f, #717171);
	background-image: -moz-linear-gradient(top, #8f8f8f, #717171);
	background-image: -o-linear-gradient(top, #8f8f8f, #717171);
	background-image: linear-gradient(top, #8f8f8f, #717171);
	font-size: 18px;
	text-shadow: 0 1px 0 black;
}

#navigation_panel ul.secondary li a {
	color: #ffffff;
	display: block;
	font-weight: bold;
	line-height:40px;
	padding-left: 50px;
	border-bottom: 1px solid #FFF;
	position: relative;
	width: 230px;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8f8f8f), color-stop(100%, #717171));
	background-image: -webkit-linear-gradient(top, #8f8f8f	, #717171);
	background-image: -moz-linear-gradient(top, #8f8f8f, #717171);
	background-image: -o-linear-gradient(top, #8f8f8f, #717171);
	background-image: linear-gradient(top, #8f8f8f, #717171);
	font-size: 13px;
	text-shadow: 0 1px 0 black;
}
    
#navigation_panel ul li a[data-icon]:before {
	color: #ffffff;
	left: 4px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 44px;
	font-size: 26px;
}

#navigation_panel ul.secondary li a[data-icon]:before {
	font-size: 16px;
	left: 10px;
}
  
#navigation_panel li.divider {
	height: 20px;
	background-color: #bfbfbf;
	border-bottom: white 1px solid;
}
  
#navigation_panel ul li:last-child a {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
  
#navigation_panel ul#mainmenu_ul_mobile li.active a {
	background: #3a3a3a;
	color: #f8bd88;
	text-shadow: 1px 1px 1px black;
	box-shadow: inset 0px 0px 8px 0px black;
}

#navigation_panel ul.secondary li.active a {
	background: #3a3a3a;
	color: #f8bd88;
	text-shadow: 1px 1px 1px black;
	box-shadow: inset 0px 0px 8px 0px black;
}
  
#navigation_panel ul li.active a[data-icon]:before {
	color: #f8bd88;
	text-shadow: 1px 1px 1px black;
}

.button-right {
	position: absolute !important;
	display: inline;
	right:0 !important;
	margin-top: -10px;
}


a.button.button-dark[data-toggle=navigation] {
  display: inline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  @media screen and (min-width: 45em) {
    
    a.button.button-dark[data-toggle=navigation] {
      display: none; } }

header#header nav {
  display: none; }
  @media screen and (min-width: 45em) {
    
    header#header nav#primary {
      display: inline-block; } }
  
  header#header nav ul li {
    float: left; }
  
  header#header nav ul li a {
    background-size: 1px 75px;
    color: white;
    display: block;
    font-weight: bold;
    height: 55px;
    padding: 0 24px;
    font-size: 15px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8f8f8f), color-stop(100%, #000000));
    background-image: -webkit-linear-gradient(top, #8f8f8f, #000000);
    background-image: -moz-linear-gradient(top, #8f8f8f, #000000);
    background-image: -o-linear-gradient(top, #8f8f8f, #000000);
    background-image: linear-gradient(top, #8f8f8f, #000000);
    -webkit-transition: background 0.2s ease-out, box-shadow 0.1s ease-out;
    -moz-transition: background 0.2s ease-out, box-shadow 0.1s ease-out;
    -o-transition: background 0.2s ease-out, box-shadow 0.1s ease-out;
    transition: background 0.2s ease-out, box-shadow 0.1s ease-out;
    position: relative;
    text-shadow: 0 -1px 0 black; }
    
  header#header nav#primary ul li a i {
		display: inline-block;
		position: relative;
		top: 2px;
    padding-top: 0px;
    font-size: 14px;
    font-style:normal;
    font-weight: bold;
  }
  
  
  header#header nav ul li a:hover {
    background-position: 25%;
    color: #f1b076; }
  
  header#header nav ul li a[data-icon]:before {
    font-size: 24px; }
  
  header#header nav ul li.active a {
    -webkit-box-shadow: inset 0 -10px 30px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 0 -10px 30px rgba(0, 0, 0, 0.65);
    box-shadow: inset 0 -10px 30px rgba(0, 0, 0, 0.65);
    color: #f1b076; }
    
  
  header#header nav ul li a:active {
    -webkit-box-shadow: inset 0 -4px 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0 -4px 20px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -4px 20px rgba(0, 0, 0, 0.35);
    color: #f1b076; }


nav.submenu {
  display: none;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 60em) {
    
    nav.submenu {
      float: left;
      margin-top: 9px;
      width: 111px; } }
  @media screen and (min-width: 45em) {
    
    nav.submenu {
      display: block; } }
  
  nav.submenu ul {
    margin: 0;
    padding: 0; }
  
  nav.submenu ul li {
    display: inline-block;
    position: relative; }
  
  nav.submenu li a {
    color: #8f8f8f;
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    min-width: 95px;
    padding: 12px 4px;
    text-align: center;
    text-decoration: none;
    width: auto;
    font-size: 14px;
    text-shadow: 0 1px 0 white;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }
    @media screen and (min-width: 60em) {
      
      nav.submenu li a {
        padding: 18px 8px;
        width: 95px; } }
  
  nav.submenu li a[data-icon]:before {
    display: block;
    font-weight: normal;
    margin: 4px 0;
    font-size: 24px;
    -webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    -o-transition: color 0.25s;
    transition: color 0.25s; }
    @media screen and (min-width: 60em) {
      
      nav.submenu li a[data-icon]:before {
        margin: 8px 0;
        font-size: 28px; } }
  
  nav.submenu li a[data-badge]:after {
    left: 30px;
    top: 15px; }
  
  nav.submenu li.active a, nav.submenu li a:hover {
    color: #f1b076; }
  
  nav.submenu li.active a {
    background: #f0f0f0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25); }
    @media screen and (min-width: 60em) {
      
      nav.submenu li.active a {
        margin-right: -3px;
        padding-right: 11px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px;
        -o-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px; } }
  
  nav.submenu li.active:after {
    background: url(../images/nav_indicator_vertical.png) no-repeat;
    background-size: 19px 11px;
    bottom: 0;
    content: "";
    height: 11px;
    left: 42px;
    position: absolute;
    width: 19px;
    z-index: 2; }
    @media screen and (min-width: 60em) {
      
      nav.submenu li.active:after {
        background: url(../images/nav_indicator.png) no-repeat;
        background-size: 11px 19px;
        height: 19px;
        left: auto;
        right: 0px;
        top: 36px;
        width: 11px; } }





.table-container {
  margin: 0 -32px;
  clear: both; }
  @media screen and (max-width: 45em) {
    
    .table-container {
      margin: 0 -16px;
      overflow-x: scroll !important; } }

table.footable th {
	padding: 12px 12px 12px 30px !important;
}

table.footable td {
	padding: 12px 12px 12px 30px !important;
}

table.footable td a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}


table.table {
  color: #000000;
  margin-bottom: 0 !important;
  width: 100%;
  font-size: 14px; }
  
  table.table tbody tr, table.table thead tr {
    border-bottom: 1px solid #dddddd; }
    
    table.nomargins tbody tr, table.table thead tr {
    border-bottom: none; }
  
  table.table tbody tr:hover {
    background: #f0f0f0; }
  
  table.table tr td, table.table tr th {
    padding: 12px; }
    
    table.nomargins tr td, table.table tr th {
    padding: 0px;
    margin: 0px;
    vertical-align: middle; }
  
  table.table thead tr th {
    color: #000000;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    font-size: 12px; }
  
  
  table.table td.align-right {
    text-align: right; }
  
  table.table td.align-center {
    text-align: center; }
  
  table.table tbody tr:last-child {
    border-bottom: none; }
  
  table.table tfoot tr {
    border-top: 1px solid #dddddd; }
  
  table.table td.nowrap, table.table th.nowrap {
    white-space: nowrap; }


.ui-sortable-placeholder {
  height: 50px;
  visibility: visible; }


.ui-sortable-helper {
  cursor: move; }


.tab-content {
  display: none; }


.tab-content.active {
  display: block; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }
  
.content-div p {
	font-size:16px;
}
.content-div p i {
	font-style: italic;
}
.content-div h1 {
	font-size: 30px;
}
.content-div h2 {
	font-size: 28px;
}
.content-div h3 {
	font-size: 26px;
}

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }


a img {
  border: none; }


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }


html {
  font-size: 62.5%; }


body, #wrapper {
  background: url(../images/bg.png) !important;
  color: #000000;
  font-family: "Vegur";
  font-size: 13px; }

.status-bar {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	background-color: #8f8f8f;
	border-bottom: 1px solid #f1b076;
	z-index:4;
}


header#header {
  position: fixed;
  top: 0px;
  left: 0px;
  background-size: 1px 75px;
  border-bottom: 1px solid #dcdcdc;
  color: #adadad;
  height: 55px;
  line-height: 55px;
  width: 100%;
  z-index: 3;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8f8f8f), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(top, #8f8f8f, #000000);
  background-image: -moz-linear-gradient(top, #8f8f8f, #000000);
  background-image: -o-linear-gradient(top, #8f8f8f, #000000);
  background-image: linear-gradient(top, #8f8f8f, #000000); }
  
  header#header .inner-header {
    padding: 0 15px; }
    
    header#header .inner-header .pull-right {
      position: relative;
      right: 3px;
      top: 3px; }
  
  header#header #logo {
    display: none;
    float: left;
    font-weight: normal;
    margin: 0; }
    @media screen and (min-width: 45em) {
      
      header#header #logo {
        display: block; } }
  
  header#header #logo a {
    color: #f1b076;
    font-family: "League Gothic";
    font-weight: bold;
    margin-right: 15px;
    text-decoration: none;
    font-size: 40px;
    letter-spacing: 1.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-shadow: 0 -1px 0 black; }
  header#header #logo a:hover {
    color: #ffffff; }

section#main {
  padding-top: 70px !important;
  border-top: 1px solid whitesmoke; }
  @media screen and (min-width: 45em) {
    section#main {
      padding: 14px;
      position: relative; } }

section#content {
  background: #ffffff;
  min-height: 60vh !important;
  overflow: auto;
  padding: 22px 16px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
  @media screen and (min-width: 60em) {
    section#content {
      margin-left: 0px; } }
  @media screen and (min-width: 45em) {
    section#content {
      min-height: 400px;
      padding: 32px;
      margin-left: 0px;
      margin-right: 0px; } }
  
  @media screen and (max-width: 45em) {
    section#content {
	    padding: 15px 10px !important;
	    margin-left: 0px !important;
	    margin-right: 0px !important;
	    margin-top: 6px !important;
	    overflow-x: scroll;
	    -webkit-border-radius: 0px !important;
			-moz-border-radius: 0px !important;
			-ms-border-radius: 0px !important;
			-o-border-radius: 0px !important;
			border-radius: 0px !important;
	  }
	}

.testul {
	overflow: visible;
	z-index: 1000000000;
}

.actions {
  background: #f0f0f0;
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin: 32px -32px;
  padding: 12px 32px; }

.well {
  background: #8f8f8f;
  border: 1px solid #f0f0f0;
  margin: -24px -24px 24px;
  padding: 20px 24px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px; }
	
	
		
	.well ul.tabs {
    margin-bottom: -1px; }
  .well h1 {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 24px;
    font-size: 22px; }
	.well h2 {
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    position: relative;
    top: -20px;
    margin-bottom: 10px;
    font-size: 12px; }
  .well h1 a {
    color: #99f1ff;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out; }
  
  .well h1 a:hover {
    color: #007b8e;
    cursor: pointer; }
    
  @media screen and (max-width: 45em) {
		.well h1 {
    margin-bottom: 10px;
    font-size: 18px; }
		.well h2 {
    margin-bottom: 5px;
    font-size: 12px;
    top: -5px; }
  }
  
  
  .well ul.tabs {
    padding: 0; }
  
    
    .well ul.tabs li {
      display: inline; }
    
    .well ul.tabs li a {
      border-left: 1px solid transparent;
      border-right: 1px solid transparent;
      border-top: 1px solid transparent;
      color: #ffffff;
      display: inline-block;
      font-weight: bold;
      opacity: 0.75;
      padding: 10px 15px;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      -o-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      font-size: 13px;
      -webkit-transition: opacity 0.2s ease-out;
      -moz-transition: opacity 0.2s ease-out;
      -o-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out; }
    
    .well ul.tabs li a:hover {
      opacity: 1; }
    
    .well ul.tabs li.active a {
      background: #ffffff;
      border-color: #f0f0f0;
      color: #000000;
      opacity: 1; }
      
    @media screen and (max-width: 45em) { 
		  .well ul.tabs li a {
	    padding: 8px; }
	  }


#notifications {
  position: relative;
  top: 55px;
  width: 100%;
  z-index: 3; }


.notification danger {
  background-color: #f1b076;
}
  
.notification {
  background-color: #e70000;
  color: white;
  font-weight: bold;
  padding: 12px 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8f8f8f), color-stop(100%, #9c520f));
  background-image: -webkit-linear-gradient(top, #f1b076, #9c520f);
  background-image: -moz-linear-gradient(top, #f1b076, #9c520f);
  background-image: -o-linear-gradient(top, #f1b076, #9c520f);
  background-image: linear-gradient(top, #f1b076, #9c520f); }
  
  .notification i {
  	font-weight: 400;
    vertical-align: top;
    font-size: 18px;
    margin-right: 10px; }
  
  .notification a {
    color: black;
    opacity: 0.5;
    margin-left: 20px;
    margin-top: -5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3); }
    
  .notifitext {
    position: relative;
    display: inline-block;
    top: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-weight: bold; }
    
  .notification a[data-icon]:before {
	  font-size: 26px; }
  
  .notification a:hover {
    opacity: 1; }
  
  .notification [data-dismiss="notification"] {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    opacity: 0.5;
    padding: 13px 14px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }


.notification.danger {
  background-color: #c80000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c80000), color-stop(100%, #900b00));
  background-image: -webkit-linear-gradient(top, #c80000, #900b00);
  background-image: -moz-linear-gradient(top, #c80000, #900b00);
  background-image: -o-linear-gradient(top, #c80000, #900b00);
  background-image: linear-gradient(top, #c80000, #900b00);
  text-shadow: 0 1px 0 black; }


.icon-only[data-icon]:before {
  margin-right: 0; }


.large-icon[data-icon]:before {
  font-size: 150%;
  line-height: 50%; }


input[data-icon] {
  position: relative; }


input[data-icon]:before {
  color: #999999;
  position: absolute;
  right: 7px;
  top: 7px;
  font-size: 20px; }


.collapsed {
  display: none; }


.pull-right {
  float: right; }


p {
  color: #000000;
  line-height: 18px;
  font-size: 13px; }


a {
  color: #8f8f8f;
  font-weight: bold;
  text-decoration: none; }
  
a:hover {
	color: #f1b076;
}


a, tr, tr td {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }


strong {
  font-weight: bold; }


em {
  font-style: italic; }
  

.tooltip {
	font-size: 16px;
	display: inline-flex;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	color: #f1b076 !important;
	opacity:1!important;
}

.ajaxloading {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #393939;
	opacity: 0.90;
	z-index: 999998;
}

.ajaxloading img {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -65px;
	margin-top: -10px;
}

#kundeDetails {
	display: none;
	padding-top: 20px;
}

#newscheck {
	display:none;
}

.eur {
	position: relative;
	display: inline;
	left: 3px;
	margin-right: 25px;
}

#neuekunden {
	display:none;
}

table.nohover tbody tr:hover {
	background-color: #FFF;
}

.tableshow {
	width: 100% !important;
}

.tableshow ul li {
	padding-bottom: 4px;
}

@media screen and (max-width: 45em) {
	.tableshow {
		padding-bottom: 10px !important;
	}
}

.tableleft {
	font-size: 15px;
	width: 30%;
	left: 0;
	overflow: hidden;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 2px;
	clear: left;
}

.tableright {
	font-size: 15px;
	max-width: 60%;
	float: left;
	white-space: pre-wrap;
	text-align: left;
	padding-bottom: 2px;
}

.tableright a {
	font-weight: normal !important;
}

@media screen and (max-width: 45em) {
	.tableleft {
		font-size: 14px !important;
		padding-right: 5px !important;
	}
	.tableright {
		font-size: 14px !important;
	}
}

.kommentar {
	width: 100%;
	padding-bottom: 5px;
	font-size: 15px;
	text-align: left;
} 

@media screen and (max-width: 45em) {
	.kommentar {
		font-size: 13px;
	}
}

.vortabelle {
	display: block;
	margin-left:30px;
	margin-bottom: 15px;
	font-size: 16px;
}



.kundeformhidden {
	display: none;
}

.titelhidden {
	display: none;
}

.ansprech {
	background: #e4f3f6;
}

table.nohover tbody tr.ansprech:hover {
	background: #e4f3f6 !important;
}

.besuch {
	background: #e4f3f6;
}

table.nohover tbody tr.besuch:hover {
	background: #e4f3f6 !important;
}

.eingeholthidden {
	display: none;
}

.lieferadressetoggle {
	display: table-row;
}

.disabled {
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter:  brightness(1.2);
	-ms-filter:  brightness(1.2);
	color: #9c9c9c !important;
	cursor: not-allowed !important;
	pointer-events: none;
}
.disabled > * {
	color: #9c9c9c !important;
	cursor: not-allowed !important;
}
.disabled > * > * {
	color: #9c9c9c !important;
	cursor: not-allowed !important;
}
.disabled > * > * > * {
	color: #9c9c9c !important;
	cursor: not-allowed !important;
}
.checkbox.activated.disabled {
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-o-filter:  brightness(1);
	-ms-filter:  brightness(1);
	opacity: 0.6;
}
.checkbox.activated.disabled > * {
	color: #FFF !important;
}
.table-readonly {
	color: #777777;
	display: inline-block;
	position: relative;
	margin-top: 5px;
	line-height: 14px;
	text-indent: 12px;
	font-size: 14px;
	text-shadow: 0 1px 0 white;	
}
.letters {
	min-width: 120px;
	float: left;
	height: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	margin-left: 30px;
}

.seitenzahlen_container {
	height: 30px;
	margin-bottom: 15px;
	padding-right: 30px;
}

.seitenzahlen {
	min-width: 100px;
	display: inline-block;
	float: right;
	text-align: right;
	color: #8f8f8f;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-right: 7px;
}

.seitenzahlen a.active {
	color: #f26c1c;
	font-weight: bolder!important;
}

.ergebnisanzahl {
	min-width: 100px;
	display: inline-block;
	float: left;
	text-align: left;
	color: #8f8f8f;
	font-size: 16px;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 8px;
}

.fullscreen {
	position: fixed;
	display: none;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	opacity: 0.95;
	z-index: 999999;
}

.fullscreen embed {
	margin-left: auto;
	margin-right: auto;
}

table.nomargins {
	margin:0px;
	padding:0px;
}

.tableheader {
	width: 100% !important;
	padding: 5px 0px 5px 0px !important;
	margin: auto !important;
	background-color: #8f8f8f;
}

.tableheader.preise {
	width: 100% !important;
	padding: 5px 0px 5px 0px !important;
	margin: auto !important;
	display:table;
	background-color:#f26c1c;
	cursor: default !important;
}

.tableheader.preise:hover {
	background-color: #f1b076 !important;
}

.tableheader > * {
	font-weight: bold;
	font-size: 14px !important;
	text-align: center !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #ffffff;
}

.no-space-after-icon a[data-icon]:before {
	margin-right:0;
	margin-left:7px;
}

.tableinfo {
	font-size: 14px !important;
	width: 100%  !important;
	padding: 8px !important;
	margin-left: 30px;
	margin-bottom: 15px;
	font-weight: normal !important;
	color: #939393;
	text-align: left !important;
	font-style: italic;
}

.ansprech_details {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f8f8f8;
	border: 1px solid #8f8f8f;
	padding: 5px;
	min-width: 300px;
	min-height: 80px;
	line-height: 20px;
}

.ansprech_details span {
	position: relative;
	float: right;
	font-family: "simbill";
	font-size: 20px;
	margin-left: 20px;
	margin-right: 2px;
	clear:right;
	margin-bottom: 5px;
}

@media screen and (max-width: 45em) {
	.ansprech_details {
		font-size: 13px;
		min-width: 190px;
		max-width: 200px;
		line-height: 16px;
		float:left;
		clear:left;
	}
	.ansprech_details span {
		position: relative;
		float: left;
		margin-left: 5px;
		margin-right: 10px;
		margin-top: 5px;
	}
	
}

.pdfcontainer {
	width:100%;
	height:60vh;
	overflow: auto;
}

tr.markiert td > * {
	font-weight: bold !important;
	color: #FFF !important;
}

tr.markiert {
	background-color: #CCC !important;
}

.livesearch {
	display: none;
	border: 1px solid #DDD;   /* Rahmen */
	width: 99.8%;
	/*display:block;*/
	margin: 0;
	margin-top: -3px;          /* lässt div- mit input-Rahmen überlappen */
	margin-left: 0px;
}

/* Format für Links in DIV */
.livesearch a:link, .livesearch a:visited
{
  font-family:"Vegur";
  font-size:13px;
  text-decoration:none;
  display:block;
  color:#000;
  width:100%;
  text-align:left;
  padding-top:3px;
}

.livesearch a:link strong, .livesearch a:visited strong
{
	font-weight:bold;
	color:red;
}

/* Format für Links:hover in DIV */
.livesearch a:hover
{
  color:#FFFFFF !important;
  background:#8f8f8f;
  padding-left:5px;
  margin-left:-3px;
}

/* Format für Links:active in DIV */
.livesearch a:active
{
  display:block;
  color:#000;
  
}

/* Format für Normaltext <p> in DIV */
.livesearch p
{
  margin:5px;
  font-family:"Vegur";
  font-size:13px;
  text-decoration:none;
  display:block;
  color:#000;
  width:100%;
  text-align:left;
}

/* Format für Liste in DIV*/
.livesearch ul
{
  margin:3px;           /* Außenabstände = 5 */
  padding:3px;          /* Innenabstände = 0 */
  list-style-type:none!important; /* Aufzählungspunkte ausblenden */
  line-height:22px;
}

.livesearch ul li
{
	list-style-type:none!important;
}

.livesearch ul li.divider {
    border-bottom: 1px solid #8f8f8f;
    margin: 8px 0; }

.selected
{
 background-color: #8f8f8f;
 color: #fff;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden!important;
	position: absolute!important;
	z-index: -1!important;
}

.inputfile + label {
    font-family: "vegur";
    color: white;
    background-color: #8f8f8f;
    text-overflow: ellipsis!important;
    white-space: nowrap!important;
    cursor: pointer;
    display: inline-block!important;
    overflow: hidden!important;
    margin: 0px!important;
    padding: 0px!important;
    padding-right: 1rem!important;
    padding-top: 0.625rem!important;
    padding-bottom: 0.625rem!important;
    vertical-align: middle!important;
    /*padding: 0.625rem 1.25rem;*/
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #f1b076;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile + label * {
	pointer-events: none;
}

@media screen and (max-width: 45em) {
	#demo-button {
		top: 14px;
		right: 7px;
	}
}
#demo-button a {
	animation: fadeIn 2s infinite;
	-moz-animation: fadeIn 2s infinite;
	-webkit-animation: fadeIn 2s infinite;
	-o-animation: fadeIn 2s infinite;
}
@keyframes fadeIn {
	0% { opacity: 1; }
	50% { opacity: 0.1; }
	100% { opacity: 1; }
}
#demo-button a:hover {
	animation: none;
	-moz-animation: none;
	-webkit-animation: none;
	-o-animation: none;
}

.trmahnung {
	background-color: #dfdfdf;
}


/* Changes to Quill Text-Editor: ***************************/
.ql-toolbar {
	background-color: #FFF !important;
}

.ql-container {
	background: url(../images/input_bg.png) repeat-x #fdfdfd;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #cccccc;
	color: #000000;
	font-family: "Vegur";
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #f1b076 !important;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #f1b076 !important;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #f1b076 !important;
}

.ql-editor ul > li {
  list-style-type: none !important;
  padding-left: 0 !important;
}

.ql-editor ul {
  padding-left: 0.2em !important;
}

.ql-editor h1 {
	font-weight: bold;
}

.ql-editor h2 {
	font-weight: bold;
}

.ql-editor h3 {
	font-weight: bold;
}

/* Morris.js: *****************************************************/


.morris-hover {
	position:absolute;
	z-index:1000;
}

.morris-hover.morris-default-style {
	border-radius:10px;
	padding:6px;
	color:#666;
	background:rgba(255,255,255,0.8);
	border:solid 2px rgba(230,230,230,0.8);
	font-family:sans-serif;
	font-size:12px;
	text-align:center
}

.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight:bold;
	margin:0.25em 0

}

.morris-hover.morris-default-style .morris-hover-point {
	white-space:nowrap;
	margin:0.1em 0
}

.morris {
	height: 200px;
	width: 100%;
}

.morris_wrapper {
	display: inline-block !important;
}

@media screen and (max-width: 45em) {
	.morris_wrapper {
		display: block !important;
		width: 100vw !important;
	}
}

@media screen and (max-width: 45em) {
	.morris {
		height: 80vw !important;
	}
}

.price-table-wrapper {
  font-family: "Vegur", sans-serif;
  text-align: center;
  margin-top: 30px;
}
.price-table-wrapper .featured-table {
  box-shadow: 0px 0px 10px 2px #6a6a6a;
}
.price-table-wrapper .pricing-table {
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  overflow:hidden;
  background: white;
  margin: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: top;
}
.price-table-wrapper .pricing-table__header {
  padding: 7px;
  font-size: 20px;
  color: #FFFFFF;
  background: #8f8f8f;
  font-weight: bolder;
}
.price-table-wrapper .pricing-table__price {
  color: #8f8f8f;
  padding: 15px;
  margin: auto;
  font-size: 30px;
}
.price-table-wrapper .pricing-table__button {
  display: block;
  background: #f1b076;
  text-decoration: none;
  padding: 20px;
  color: white;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.price-table-wrapper .pricing-table:hover .pricing-table__button {
  background: #f26c1c;
}
.price-table-wrapper .pricing-table__list {
  padding: 20px;
  color: #a0a0a0;
}
.price-table-wrapper .pricing-table__list li {
  padding: 15px;
  border-bottom: 1px solid #c8c8c8;
}
.price-table-wrapper .pricing-table__list li:last-child {
  border: none;
}
.price-table-wrapper .pricing-table:hover {
  box-shadow: 0px 0px 19px 5px #8f8f8f;
}