/* colors
------------------------------------------------------------- */
/* black, textcolor */
/* white, background-color */
/* deep red architects */
/* grey text */
/* grey navbar bckgrd */
/* grey card header no-boxlayout */
/* soft red architects */
/* b+s yellow experts */
/* b+s orange engineers */
/* b+s green office */
/* weeditmode ----------- */
/* weeditmode grey light */
/* weeditmode blue light */
/* weeditmode blue dark */
/* weeditmode yellow */
/* weeditmode blue col-bckgrd */
/* weeditmode yellow */
/* weeditmode orange */
/* weeditmode acidblue */
/* weeditmode neongreen */
/* bootstrap colors ----------- */
/* bootstrap grey */
/* bootstrap grey */
/* xxx */
/* xxx */
/* xxx */
/* b+s 3.0 new colors
------------------------------------------------------------- */
/* white transparent (navigation) */
/* black transparent (navigation) */
/* margins / paddings
------------------------------------------------------------- */
/* mixins
------------------------------------------------------------- */
/* borders
------------------------------------------------------------- */
/* margins / paddings
------------------------------------------------------------- */
/* karla-regular - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/karla-v21-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/karla-v21-latin-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/karla-v21-latin-regular.woff2') format('woff2'), url('/fonts/karla-v21-latin-regular.woff') format('woff'), url('/fonts/karla-v21-latin-regular.ttf') format('truetype'), url('/fonts/karla-v21-latin-regular.svg#Karla') format('svg');
  /* Legacy iOS */
}
/* karla-700 - latin */
@font-face {
  font-family: 'Karla';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/karla-v21-latin-700.eot');
  /* IE9 Compat Modes */
  src: local(''), url('/fonts/karla-v21-latin-700.eot?#iefix') format('embedded-opentype'), url('/fonts/karla-v21-latin-700.woff2') format('woff2'), url('/fonts/karla-v21-latin-700.woff') format('woff'), url('/fonts/karla-v21-latin-700.ttf') format('truetype'), url('/fonts/karla-v21-latin-700.svg#Karla') format('svg');
  /* Legacy iOS */
}
body {
  font-family: Karla, sans-serif;
  font-size: 1rem;
  color: #333333;
  font-weight: 400;
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #000000;
  box-sizing: border-box !important;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}
.jsdata {
  display: none !important;
}
/* ------------------------------------------------------------------
Selection
------------------------------------------------------------------ */
::-moz-selection {
  background: #000;
  color: #fff;
}
::-webkit-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
/* standard --------------------------------------------------------------------------------------*/
a:link {
  text-decoration: none;
  color: #B60146;
}
a:visited {
  text-decoration: none;
  color: #B60146;
}
a:hover {
  text-decoration: underline;
  color: #333333;
}
label.error, p.error {
  display: block;
  width: 100%;
  margin: 3px 0px 0px 0px;
  padding: 1px 5px 1px 5px;
  color: #000000 !important;
  background-color: #333333;
}
/* typography
------------------------------------------------------------- */
.content .firstparagraph {
  margin-top: 0px !important;
  padding-top: 0px !important;
}
.content .center-content {
  text-align: center;
}
.content .padding-bottom {
  padding-bottom: 30px !important;
}
.content hr {
  border-color: #FFFFFF !important;
}
.content img {
  /*width: 100%;*/
  /* dev */
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.content h1 {
  font-size: 1.4em;
  font-weight: 700;
  color: #B60146;
}
.content h2 {
  font-size: 1.1em;
  font-weight: 400;
  margin-top: 20px;
}
.content h3 {
  font-size: 1.1em;
  font-weight: 400;
}
.content h4 {
  font-size: 1.1em;
  font-weight: 300;
}
.widget-container-nospace h1, .widget-container-nospace h2, .widget-container-nospace h3, .widget-container-nospace h4 {
  /*margin-bottom: 0px !important;*/
}
.content p {
  line-height: 1.7em;
}
.content ul, footer ul, #links ul {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 15px 0px;
}
.content li, footer li, #links li {
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 18px;
  background-image: url('/pictures/assets/bul1.gif');
  background-repeat: no-repeat;
  background-position: 0px 6px;
}
.content li ul {
  margin-top: 8px;
}
.content ol {
  list-style-position: outside;
  padding-left: 20px;
  margin: 0px 0px 15px 0px;
}
.content .hervorgehoben, .content .emphasized {
  font-weight: 700 !important;
  color: #B60146;
}
.content .labelgroup {
  display: flow-root;
}
.content .labelgroup .label {
  width: 150px;
  float: left;
  font-weight: bold !important;
}
.content .label-data {
  display: inline-block;
}
/* tables
-------------------------------------------------------------------------------------- */
/* basic
-------------------------------------------------------------------------------------- */
.tdLeft {
  text-align: left;
}
.tdCenter {
  text-align: center;
}
.tdRight {
  text-align: right;
}
.detailLink {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
.rowcolor1 {
  background-color: #F9F9F9;
}
.rowcolor2 {
  background-color: #E8E8E8;
}
.highlightcolor1 {
  background-color: #E8E8E8;
}
.highlightcolor2 {
  background-color: #F9F9F9;
}
/* featurette-divider noline
------------------------------------------------------------- */
.noline {
  border: 0px;
  box-shadow: none;
}
/* buttons
------------------------------------------------------------- */
.buttons {
  margin: 15px 0px 20px 0px;
}
.buttons-bottom {
  /*width: 100%;*/
  margin: 15px 0px 0px 0px;
}
.btn-default {
  width: 100%;
  padding: 3px;
  font-size: 0.9rem;
  line-height: 15px;
  color: #FFFFFF !important;
  text-decoration: none !important;
  border: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: #B60146;
}
.btn-default:hover {
  background-color: #DD5B75;
}
.modal-body .btn-callback-submit {
  background-color: #71BF41;
}
.modal-header .close {
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-image: url(/pictures/elements/button_close_02.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  opacity: 1;
}
.modal-header .close:hover {
  background-position: 0px -20px;
  opacity: 1;
}
/* ----------------------------------------------------------
buttons
------------------------------------------------------------- */
.btnbar.btnbar-top {
  margin: 0px 0px 20px 0px;
}
.btnbar.btnbar-bottom {
  margin: 20px 0px 0px 0px;
}
.btn.focus, .btn:focus {
  box-shadow: none !important;
}
.btn {
  /*@include no-border-radius;*/
  border: none !important;
  /*transform: skew(-12deg);*/
}
.btn.is-checked {
  background-color: #000000;
}
.btn-primary {
  width: 100%;
  padding: 3px 10px;
  color: #FFFFFF;
  font-size: 1rem;
  background-color: #DD5B75;
}
.btn-primary:hover {
  background-color: #B60146;
}
a.btn-primary {
  text-decoration: none;
  color: #FFFFFF;
}
.btn-with-icon svg {
  height: 1.4rem;
}
.btn-with-icon .btn-icon {
  /*color: $color100;*/
}
.btn-with-icon .btn-icon.visible {
  display: inline;
}
.btn-with-icon .btn-icon.invisible {
  display: none;
}
.btn-with-icon.btn-with-icon-right .btn-label {
  padding-right: 1.2em;
}
.btn-with-icon.btn-with-icon-left .btn-label {
  padding-left: 1.2em;
}
.btn-small {
  padding-top: 3px;
  padding-bottom: 3px;
}
.news .btn-default {
  border: none !important;
  width: 100%;
  color: #000000 !important;
  background-color: #B60146 !important;
}
.news .btn-default a {
  color: #000000 !important;
}
.news .btn-default:hover a {
  color: #FFFFFF !important;
}
