<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******** Setup ********************************************************************************/
/***********************************************************************************************/

*, *:before, *:after {
  margin:0;
  padding:0;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
html {
  -ms-text-size-adjust:100%; 
  -webkit-text-size-adjust:100%;
}
body {
  font-family:'roboto-v30-latin-ext_latin-regular', Helvetica, Arial, sans-serif;
  font-weight:300;
  line-height:1.375;
  color:rgba(0, 0, 0, 1);
  background-color:rgba(233, 233, 233, 1);
}
img {
  display:block;
  border:0 none;
  height:auto;
  width:100%;
  max-width:100%;
}
table {
  *border-collapse:collapse;
  border-spacing:0;
}

/******** Maintaince ***************************************************************************/

#maintaince {
    width:100%;
    padding:20px;
    background-color:#000000;
    z-index:50;
    color:#ffffff;
    margin-top:-20px;
    margin-bottom:40px;
}
#maintaince a {
    color:#ffffff;
    text-decoration:underline !important;
}
#maintaince a:hover {
    color:#ffffff;
    border-bottom:0 !important;
    text-decoration:underline !important;
}
.maintaince-heading {
    font-family:'roboto-slab-v34-latin_latin-ext-700';
    text-align:center;
    font-size:1.5rem;
    padding-bottom:10px;
}
@media all and (min-width:768px) {
#maintaince {
    margin-top:-40px;
}
}

/******** AccessKeys ***************************************************************************/

#skiplinks a {
    position:absolute;
    left:-6000px;
    top:-6000px;
    overflow:hidden;
    display:inline;
}
#skiplinks a:hover,
#skiplinks a:visited {
    position: absolute;
    left: -6000px;
    top: -6000px;
    overflow: hidden;
    display: inline
}

#skiplinks a:focus,
#skiplinks a:active {
    position: absolute;
    display: block;
    font-size: 0.875em;
    font-family:'roboto-v30-latin-ext_latin-regular', Helvetica, Arial, sans-serif;
    top: 0;
    left: 25px;
    padding: 0.5em 0.5em 0.5em 0.85em;
    background: #ffffff;
    color: #000000;
    width: 15em;
    z-index: 500;
    text-decoration: none !important;
    outline: none
}
.sr-only {
    overflow:hidden !important;
    position:absolute !important;
    border:0 !important;
    clip:rect(0 0 0 0) !important;
    clip-path:inset(50%) !important;
    height:1px !important;
    width:1px !important;
    padding:0 !important;
    margin:-1px !important;
    white-space:nowrap !important;
}

/******** Fonts / Icons ************************************************************************/
/***********************************************************************************************/

@font-face{
    font-family:'roboto-v30-latin-ext_latin-regular';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/roboto-v30-latin-ext_latin-regular.woff2') format('woff2'),
         url('fonts/roboto-v30-latin-ext_latin-regular.woff') format('woff'),
}
@font-face{
    font-family:'roboto-v30-latin-ext_latin-300';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/roboto-v30-latin-ext_latin-300.woff2') format('woff2'),
         url('fonts/roboto-v30-latin-ext_latin-300.woff') format('woff'),
}
@font-face{
    font-family:'roboto-v30-latin-ext_latin-500';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/roboto-v30-latin-ext_latin-500.woff2') format('woff2'),
         url('fonts/roboto-v30-latin-ext_latin-500.woff') format('woff'),
}
@font-face{
    font-family:'roboto-v30-latin-ext_latin-700';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/roboto-v30-latin-ext_latin-700.woff2') format('woff2'),
         url('fonts/roboto-v30-latin-ext_latin-700.woff') format('woff'),
}
@font-face{
    font-family:'roboto-slab-v34-latin_latin-ext-regular';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/roboto-slab-v34-latin_latin-ext-regular.woff2') format('woff2'),
         url('fonts/roboto-slab-v34-latin_latin-ext-regular.woff') format('woff'),
}
@font-face{
    font-family:'roboto-slab-v34-latin_latin-ext-600';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/roboto-slab-v34-latin_latin-ext-600.woff2') format('woff2'),
         url('fonts/roboto-slab-v34-latin_latin-ext-600.woff') format('woff'),
}
@font-face{
    font-family:'roboto-slab-v34-latin_latin-ext-700';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/roboto-slab-v34-latin_latin-ext-700.woff2') format('woff2'),
         url('fonts/roboto-slab-v34-latin_latin-ext-700Bold.woff') format('woff'),
}
@font-face {
    font-family:'icon';
    font-style:normal;
    font-weight: normal;
    src: url('fonts/icon.woff2') format('woff2'),
         url('fonts/icon.woff') format('woff'),
}
[class^="icon-"], [class*=" icon-"] {
    font-family:'icon';
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

/******** Text *********************************************************************************/
/***********************************************************************************************/

h1 {
    font-family:'roboto-slab-v34-latin_latin-ext-700';
    font-weight:normal;
    font-style:normal;
    line-height:1;
    letter-spacing:0.35px;
}
h2, h3, h4, h5 {
    font-family:'roboto-v30-latin-ext_latin-500';
    font-weight:normal;
    font-style:normal;
    line-height:1.1;
    letter-spacing:0.2px;
}
h2, h3, h4, h5, p {
    margin-bottom:15px;
}
h1 { font-size:2.25rem; }
h2 { font-size:2.15rem; }
h3 { font-size:1.5rem; }
h4 { font-size:1rem; }
h5 { font-size:0.875rem; }

strong {
  font-family:'roboto-v30-latin-ext_latin-700';
  font-weight:normal;
  font-style:normal;
}
@media all and (min-width: 768px) {
  h1 { font-size:3.5rem; }
  h2 { font-size:2.25rem; }
  h3 { font-size:1.5rem; }
}
.list-title {
 font-family:'roboto-slab-v34-latin_latin-ext-700'; 
 margin-top:10px;
}
.leadin {
  font-family:'roboto-slab-v34-latin_latin-ext-600', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  color:rgba(182, 0, 24, 1);
  line-height:1.1;
  font-size:1.125rem;
  margin-top:5px;
}
@media all and (min-width:768px) {
.leadin {
    font-size:2rem;
}
}
.heading {
    background-position:0 50%;
    background-image: url("../images/headline.png");
    background-repeat: repeat-x;
    text-align:center;
    width:100%;
    margin-top:40px;
}
.heading.neg {
    background-image: url("../images/headline-negative.png");
}
.heading h1,
.heading h2 {
    background-color:rgba(255, 255, 255, 1);
    display:inline-block;
    padding:0 15px;
    position:relative;
    text-align:center;
    margin-bottom:0;
}
.heading.neg h1,
.heading.neg h2 {
    background-color:rgba(182, 0, 24, 1);
    color:rgba(255, 255, 255, 1);
}


/******** Buttons / Links **********************************************************************/
/***********************************************************************************************/

/******** Links ********************************************************************************/

a {
    color:rgba(182, 0, 24, 1);
    text-decoration:none;
}
a:hover {
    border-bottom:1px solid rgba(182, 0, 24, 1);
}
:is(a):focus {
  outline:1px solid currentColor;
  outline-offset:2px;
}
:is(a):focus-visible {
  outline:1px solid currentColor;
  outline-offset:2px;
}
:is(a):focus:not(:focus-visible) {
  outline:none;
}
.details {
    font-family:'roboto-v30-latin-ext_latin-700';
    font-weight:normal;
    font-style:normal;
    text-transform:uppercase;
    font-size:1.125rem;
    padding-left:20px;
    color:#000000;
    position:relative;
    cursor:pointer;
}
.details:before {
    font-family:'icon';
    content: "\e60d";
    font-size:16px;
    left:0;
    top:0px;
    position:absolute;
}
.details:hover {
    border-bottom:0;
    color:rgba(0, 0, 0, 1);
}
.searchlink {
  margin-top:0;
  font-family:'roboto-v30-latin-ext_latin-500';
  font-weight:normal;
  font-style:normal;
  letter-spacing:0.35px;
}
.remove {
  font-family:'roboto-v30-latin-ext_latin-500';
  font-weight:normal;
  font-style:normal;
  letter-spacing:0.5px;
}
.service-link {
  display:block;
  font-family:'roboto-v30-latin-ext_latin-700', Helvetica, Arial, sans-serif;
  text-transform:none;
  text-align:center;
  font-size:1.25rem;
  color:rgba(0, 0, 0, 1);
  border-bottom:0;
  margin-top:40px;
}
.service-link:hover {
  color:rgba(182, 0, 24, 1);
  border-bottom:0;
}
.service-link span {
  font-family:'roboto-v30-latin-ext_latin-regular';
  display:block;
  font-size:0.9rem;
}
.service-link:before {
  display:block;
  margin-bottom:15px;
  font-size:48px;
  line-height:30px;
  font-family:'icon';
}
.mobile:before {
  content: "\e900";
}
.phone:before {
  content: "\e901";
}
.email:before {
  content: "\e902";
}

/******** Buttons ******************************************************************************/

.btn {
  font-family:'roboto-slab-v34-latin_latin-ext-regular', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  text-transform:uppercase;
  letter-spacing:1px;
  -moz-user-select:none;
  cursor:pointer;
  display:inline-block;
  line-height:1.846;
  margin-bottom:0;
  text-align: center;
  border-width:2px !important;
  border-style:solid;
  border-radius:3px;
  vertical-align:middle;
  white-space:nowrap;
  position:relative;
  transition:all 0.1s;
}
.btn-neg {
  color:rgba(255, 255, 255, 1);
  border-color:rgba(255, 255, 255, 1);
  background-color:rgba(182, 0, 24, 1);
}
.btn-neg:hover {
  color:rgba(255, 255, 255, 1);
  border-color:rgba(0, 0, 0, 1);
  background-color:rgba(0, 0, 0, 1);
}
.btn-neg:focus-visible {
  outline:1px solid rgba(182, 0, 24, 1);
  outline-offset:2px;
}
.btn-pos {
  color:rgba(255, 255, 255, 1);
  border-color:rgba(182, 0, 24, 1);
  background-color:rgba(182, 0, 24, 1);
}
.btn-pos:hover {
  color:rgba(255, 255, 255, 1);
  border-color:rgba(0, 0, 0, 1);
  background-color:rgba(0, 0, 0, 1);
}
.btn-pos:focus-visible {
  outline:1px solid rgba(182, 0, 24, 1);
  outline-offset:2px;
}
.btn-sm {
  font-size:14px;
  padding:5px 15px;
}
.btn-lg {
  font-size:18px;
  padding:5px 30px;
}
.change,
.edit {
  font-family:'roboto-slab-v34-latin_latin-ext-regular', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  text-transform:uppercase;
  letter-spacing:1px;
  color:rgba(255, 255, 255, 1);
  border-radius:3px;
  border:0;
  display:inline-block;
  text-align:center;
  text-decoration:none;
  transition:background-color 0.2s ease-in-out;
}
.change {
  font-size:16px;
  height:35px;
  line-height:35px;
  padding:0 15px;
  background-color:rgba(182, 0, 24, 1);
}
.change:hover {
  color:rgba(255, 255, 255, 1);
  text-decoration:none;
  background-color:rgba(0, 0, 0, 1);
  border:0;
}
.change:focus-visible {
  outline:1px solid rgba(0, 0, 0, 1);
  outline-offset:2px
}
.edit {
  font-size:14px;
  height:24px;
  line-height:24px;
  padding:0 10px;
  background-color:#757575;
}
.edit:hover  {
  color:rgba(255, 255, 255, 1);
  text-decoration:none;
  background-color:#666666;
  border:0;
}
.edit:focus-visible {
  outline:1px solid #757575
  outline-offset:2px
}
.btn-appstore {
  display:block;
  margin:0 auto;
  width:252px;
  height:74px;
  border-radius:4px;
  border:2px solid rgba(0, 0, 0, 1);
  background-image: url("../images/appstores.png");
  background-repeat:no-repeat;
  margin-bottom:5px;
}
.btn-appstore:hover {
  border:2px solid rgba(182, 0, 24, 1);
}
.btn-appstore.google {
  background-position:0 0;
}
.btn-appstore.apple {
  background-position:0 -74px;
}
.btn-appstore.win {
  background-position:0 -148px;
}
.btn-appstore.webshop {
  background-position:0 -222px;
}
.btn-appstore.huawei {
  background-position:0 -298px;
}

.btn-top {
    width:40px;
    height:40px;
    border-radius:3px;
    display:block;
    z-index:9990;
    position:fixed;
    bottom:30px;
    right:15px;
    background-color:rgba(182, 0, 24, 1);
    transition: opacity 0.2s ease-out;
    opacity:0;
}
.btn-top:before {
    font-family:'icon';
    content: "\ea44";
    color:#ffffff;
    line-height:40px;
    width:40px;
    display:block;
    font-size:1rem;
    text-align:center;
    transform: rotate(90deg);
}
.btn-top.show {
    opacity: 1;
}
@media all and (min-width: 1200px) {
.btn-top {
    right:auto;
    left:50%;
    margin-left:525px;
}
}

/* OneTrust Cookie Consent Settings Button */
#ot-sdk-btn {
  color:rgba(182, 0, 24, 1) !important;
  border-color:rgba(182, 0, 24, 1) !important;
}
#ot-sdk-btn:hover {
  background-color:#d0d0d0 !important;
}

/******** Header *******************************************************************************/
/***********************************************************************************************/

header {
  position:absolute;
  top:0;
  width:100%;
  height:50px;
  background-color:rgba(182, 0, 24, 1);
  z-index:100;
}
#logo {
  position:absolute;
  top:19px;
  left:16px;
  display:block;
  width:135px;
  height:12px;
  color:rgba(255, 255, 255, 1);
  background-color:transparent;
  background-image:url("../images/logo.png");
  background-position:0 0;
  background-size:135px;
  background-repeat:no-repeat;
}
#logo:hover  {
  border-bottom:0;
}
@media all and (min-width: 480px) {
#logo {
  top:16px;
  width:202px;
  height:18px;
  background-size:202px;
}
}
@media all and (min-width: 992px) {
header {
  height:100px;
  background-color:rgba(182, 0, 24, 0.97);
  position:fixed;
  top:0;
}
#logo {
  top:41px;
}
}
@media all and (min-width: 1200px) {
#logo {
  top:37.5px;
  width:280px;
  height:25px;
  background-size:280px;
}
}

/******** Menu Main ****************************************************************************/
/***********************************************************************************************/

#menu-main {
  display:none; 
  position:absolute;
  top:50px;
  left:0;
  width:100%;
  z-index:20;
  background-color:rgba(182, 0, 24, 1);
}
#menu-main li {
  list-style-type:none;
  display:block;
  text-align:center;
}
#menu-main ul a {
  font-family:'roboto-slab-v34-latin_latin-ext-500', Georgia, serif;
  display:block;
  text-align:center;
  padding:10px 0 10px 0;
  font-size:16px;
  letter-spacing:1px;
  color:rgba(255, 255, 255, 1);
  border-top:1px solid rgba(0, 0, 0, 0.15);
}
#menu-main ul a:hover  {
  border-bottom:0;
}
#menu-main.active {
  display:block; 
}
@media all and (min-width: 992px) {
#menu-main { 
  display:block;
  width:auto;
  top:35px;
  left:220px;
  right:125px;
  text-align:center;
  background-color:transparent;
}
#menu-main ul {
  text-align:center;
}
#menu-main li {
  display:inline-block;
}
#menu-main ul a {
  padding:10px 7px 8px 7px;
  font-size:18px;
  line-height:18px;
  border-top:0;
  border-bottom:2px solid rgba(255, 255, 255, 0);
  transition:border-bottom 0.2s;
}
#menu-main ul a.active,
#menu-main ul a:hover  {
  border-bottom:2px solid rgba(255, 255, 255, 1);
}
}
@media all and (min-width: 1200px) {
#menu-main {
  top:37.5px;
  left:300px;
}
}

/********  Toggles **************************************************************************/

#toggle-menu,
#btn-cart,
#btn-kontomanager,
#btn-search {
  position:absolute;
  top:10px;
  display:block;
  height:30px;
  width:30px;
  border-radius:2px;
  border:0;
  color:rgba(0, 0, 0, 1);
  text-align:center;
  text-decoration:none;
  background-color:rgba(255, 255, 255, 1);
  transition:all 0.1s;
}
#toggle-menu:hover,
#btn-cart:hover,
#btn-kontomanager:hover,
#btn-search:hover {
  border-bottom:0;
}
#toggle-menu.active {
  color:rgba(255, 255, 255, 1);
  background-color:rgba(0, 0, 0, 1);
}
#toggle-menu:focus-visible,
#btn-cart:focus-visible,
#btn-kontomanager:focus-visible,
#btn-search:focus-visible {
  outline:1px solid rgba(255, 255, 255, 1);
  outline-offset:2px
}
#toggle-menu { right:15px; }
#btn-search { right:50px; }
#btn-kontomanager { right:85px; }
#btn-cart { right:120px;}

#toggle-menu:before,
#btn-cart:before,
#btn-kontomanager:before,
#btn-search:before {
  font-size:16px;
  line-height:30px;
  font-family:'icon';
}
#toggle-menu:before {
  content: "\e601";
}
#btn-cart:before {
  content: "\e93a";
}
#btn-kontomanager:before {
  content: "\e971";
}
#btn-search:before {
  content: "\e610";
}
#cart-num {
  font-family:'roboto-slab-v34-latin_latin-ext-regular';
  font-size:12px;
  line-height:15px;
  border-radius:16px;
  display:block;
  text-align:center;
  position:absolute;
  width:16px;
  height:16px;
  color:rgba(255, 255, 255, 1);
  background-color:rgba(0, 0, 0, 1);
  z-index:100;
  top:5px;
  right:112px;
}
@media all and (min-width: 992px) {
#toggle-menu {
  display:none;
}

#btn-cart,
#btn-kontomanager,
#btn-search {
  top:35px;
}
#cart-num { right:87px;top:25px;}
#btn-search { right:15px; }
#btn-kontomanager { right:55px; }
#btn-cart { right:95px;}

#btn-cart:hover,
#btn-kontomanager:hover,
#btn-search:hover {
  color:rgba(255, 255, 255, 1);
  background-color:rgba(0, 0, 0, 1);
}
}


/******** Menu Category ************************************************************************/
/***********************************************************************************************/


#menu-category li {
  list-style-type:none;
  display:block;
  text-align:center;
}
#menu-category a {
  font-family:'roboto-slab-v34-latin_latin-ext-regular';
  font-weight:normal;
  font-style:normal;
  display:table;
  width:100%;
  height:60px;
  font-size:1.125rem;
  line-height:1.2;
  margin-top:15px;
  text-align:center;
  color:rgba(0, 0, 0, 1);
  border:2px solid rgba(0, 0, 0, 1);
  border-radius:5px;
  transition:all 0.1s;
  background-color:rgba(255, 255, 255, 1);
}
#menu-category a span {
  display:table-cell;
  vertical-align:middle;
}
#menu-category a:hover,
#menu-category a.active {
  color:rgba(255, 255, 255, 1);
  background-color:rgba(182, 0, 24, 1);
  border:2px solid rgba(182, 0, 24, 1);
}
@media all and (min-width:992px) {
#menu-category a {
  font-size:1.225rem;
}
}
@media all and (min-width:1200px) {
#menu-category a {
  font-size:1.25rem;
}
}

/**********************************************************************************************/
/******** Content *****************************************************************************/
/**********************************************************************************************/

main {
  position:relative;
  width:100%;
  margin-top:50px;
  padding:20px 0 30px 0;
  background-color:rgba(255, 255, 255, 1);
}
main.hero {
  padding:0 0 30px 0;
}
main.index {
  background-color:rgba(182, 0, 24, 1)
}
@media all and (min-width:768px) {
main {
    padding:40px 0 60px 0;
}
main.hero {
  padding:0 0 60px 0;
}
}
@media all and (min-width:992px) {
main {
    margin-top:100px;
}
}
.wrapper {
  position:relative;
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
.row {
  margin-left:-15px;
  margin-right:-15px;
}
@media all and (min-width:1200px) {
.wrapper {
    width:1170px;
}
}
.content  { margin-top:25px; }
@media all and (min-width: 992px) {
.content  { margin-top:50px; }
.sidebar  { margin-top:-15px; }
}

/******** Hero *********************************************************************************/
/***********************************************************************************************/

#hero {
    position:relative;
    width:100%;
    padding-top:30px;
    background-color:rgba(182, 0, 24, 1);
}
.hero-item {
    text-align:center;
    width:100%;
    padding:0 15px 0 15px;
}
.hero-item img {
    max-width:770px;
    margin:0 auto;
}
.hero-item-headline {
    display:block;
    font-family:'roboto-slab-v34-latin_latin-ext-700';
    font-weight:normal;
    font-style:normal;
    line-height:1;
    letter-spacing:1px;
    color:rgba(255, 255, 255, 1);
    font-size:36px;
}
.hero-item-subline {
    display:block;
    font-family:'roboto-slab-v34-latin_latin-ext-regular';
    font-weight:normal;
    font-style:normal;
    line-height:1.1;
    letter-spacing:1px;
    margin-top:10px;
    color:rgba(255, 255, 255, 1);
    font-size:24px;
}
@media all and (min-width: 768px) {
.hero-item-headline {
    font-size:48px;
}
.hero-item-subline {
    font-size:36px;
}
}


/******** Box **********************************************************************************/
/***********************************************************************************************/

.box,
.chosen {
  width:100%;
  position:relative;
  margin-top:15px;
  border-radius:5px;
  padding:15px 15px 30px 15px;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,0.2);
}
.chosen {
  padding-top:15px;
  text-align:center;
  border:2px solid rgba(182, 0, 24, 1);
}
.chosen img {
  max-height:120px;
  width:auto;
  max-width:100%;
  margin: 0 auto;
}
.box.inner {
  margin-top:0 !important;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.box.has-inner {
  padding:15px 15px 15px 15px !important;
}
@media all and (min-width:768px) {
.box {
  margin-top:30px;
}
/* .box.inner {
  position:absolute;
  width:auto;
  bottom:15px;
  left:15px;
  right:15px;
}*/
}
@media all and (min-width:992px) {
/* .box.has-inner {
  padding:15px 15px 450px 15px;
}*/
}
.box.white {
  background-color:rgba(255, 255, 255, 1);
}
.box.white .title {
  color:rgba(182, 0, 24, 1);
}
.box.red {
  background-color:rgba(182, 0, 24, 1);
  color:rgba(255, 255, 255, 1) !important;
}
.box.red .title {
  color:rgba(255, 255, 255, 1);
  text-transform:none;
}
.box.grey {
  background-color:#ffffff;
}
.box.abo {
  padding:0 0 30px 0 !important;
  background-color:rgba(182, 0, 24, 1);
  border-radius:0 !important;
  border:2px solid rgba(182, 0, 24, 1) !important;
  -webkit-box-shadow:none !important;
  box-shadow:none !important;
}
.box.abo h2 {
  font-family:'roboto-slab-v34-latin_latin-ext-700';
  margin-bottom: 0;
}
.box.grey .title {
  color:rgba(182, 0, 24, 1);
}
.box-section-border-top {
  padding:15px 0 15px 0;
  margin-top:-1px;
  border-top:1px solid rgba(0, 0, 0, 1) !important;
}
.box-section-red {
  padding:15px;
  background-color:rgba(182, 0, 24, 1);
  color:rgba(255, 255, 255, 1) !important;
}
.box-section-white {
  padding:0 15px 0 15px;
  background-color:rgba(255, 255, 255, 1);
  color:rgba(182, 0, 24, 1);
}
.box-link {
  display:block;
  text-align:center;
}

/******** Box Titles *************************************************************************/

.boxtitle {
  font-family:'roboto-slab-v34-latin_latin-ext-700';
  font-weight:normal;
  font-style:normal;
  text-align:center;
  font-size:1.125rem; 
  letter-spacing:0.5px;
  padding:10px 0 10px 0;
  margin:-15px -15px 15px -15px;
  border-radius:5px 5px 0 0;
  color:rgba(255, 255, 255, 1);
  background-color:rgba(0, 0, 0, 1);
}
.pretitle {
  display:block;
  font-family:'roboto-slab-v34-latin_latin-ext-regular';
  font-weight:normal;
  font-style:normal;
  text-align:center;
  font-size:1.125rem; 
  line-height:1.1;
  letter-spacing:0.5px;
  margin-top:15px;
}
.title {
  font-family:'roboto-slab-v34-latin_latin-ext-700';
  font-weight:normal;
  font-style:normal;
  text-align:center;
  text-transform:uppercase;
  line-height:1.0;
  letter-spacing:1px;
  margin-top:20px;
}
.subtitle {
  display:block;
  font-family:'roboto-v30-latin-ext_latin-500';
  font-weight:normal;
  font-style:normal;
  text-align:center;
  font-size:1.25rem; 
  line-height:1.25;
}
.abo {
  margin-bottom:30px;
}
@media all and (min-width: 992px) {
.abo {
  margin-bottom:0;
}
}

/******** Box Prize ****************************************************************************/

.prizetitle {
  font-family:'roboto-v30-latin-ext_latin-500';
  font-weight:normal;
  font-style:normal;
  text-align:center;
  font-size:1.25rem; 
  line-height:1.1;
  margin:0;
}
.prize {
  text-align:center;
  padding-top:5px;
  font-family:'roboto-slab-v34-latin_latin-ext-600';
  font-weight:normal;
  font-style:normal;
  font-size:4.5rem;
  line-height:1;
  letter-spacing:-1px;
  color:rgba(182, 0, 24, 1);
}
.prize sup {
  font-size:1.5rem;
  position: relative;
  top:-4px;
}
.prize-instead {
  text-decoration:line-through;
  font-family:'roboto-slab-v34-latin_latin-ext-regular';
  font-weight:normal;
  font-style:normal;
  margin-top:-8px;
  padding-bottom:5px;
}

/******** Badges *******************************************************************************/

.badge {
    width:95px;
    height:95px;
    display:block;
    position:absolute;
    top:0;
    right:0;
    background-image:url("../images/badge.png");
    background-size:95px;
    background-repeat:no-repeat;
}
.badge span {
    display:none;
}
.badge.neu {
    background-position: top right;
}
.badge.tipp {
    background-position: bottom right;
}

/******** Lists ********************************************************************************/
/***********************************************************************************************/

article ol {
    counter-reset:li;
}
article ol &gt; li {
    list-style:outside !important;
    margin:0 0 6px 22px;
    padding:4px 8px;
    position:relative;
}
article ol &gt; li:before {
    background-color:rgba(182, 0, 24, 1);
    border-radius:50%;
    color:rgba(255, 255, 255, 1);
    content:counter(li, decimal);
    counter-increment:li;
    font-family:"roboto-slab-v34-latin_latin-ext-700";
    font-weight:normal;
    font-style:normal;
    text-align:center;
    font-size:13px;
    line-height:1.7;
    height:22px;
    width:22px;
    left:-22px;
    position:absolute;
    top:2px;
}
article ol li h3 {
  font-family: "roboto-slab-v34-latin_latin-ext-700";
  color:rgba(182, 0, 24, 1);
  margin-bottom:10px;
}
@media all and (min-width: 768px) {
article ol &gt; li:before {
    top:5px;
}
}

/******** List ****************************************************************************/

.list {
    width:100%;
    margin-bottom:30px;
    border-top:1px solid rgba(204, 204, 204, 1);
}
.list li {
    list-style:none;
    width:100%;
    padding:10px 0 10px 0;
    border-bottom:1px solid rgba(204, 204, 204, 1);
}
.list li ul li {
    list-style:disc;
    float:none;
    width:100%;
    padding:0;
    border-bottom:none;
}
.list li ul {
    margin:0 0 25px 18px;
}
.list li ol li {
    margin:0 0 6px 22px;
    padding:4px 8px;
    border-bottom:none;
}
.list li .checkmark-list li {
    margin:0;
    padding:4px 0 4px 28px;
}
.list li .checkmark-list {
    margin:0 0 25px 0;
}
.list .toggle-content {
    padding:20px 0 20px 25px;
}
.list-heading {
  text-align:center;
}
.cart-item {
  font-family:'roboto-slab-v34-latin_latin-ext-regular';
  font-weight:normal;
  font-style:normal;
  line-height:1.1;
  letter-spacing:0.5px;
}
.cart-sum,
.cart-item-title  {
  display:block;
  font-family:'roboto-slab-v34-latin_latin-ext-700';
  font-weight:normal;
  font-style:normal;
  line-height:1.1;
  letter-spacing:0.5px;
}
@media all and (min-width: 992px) {
.list-heading {
  text-align:left;
}
}

/******** Toggler **************************************************************************/

.toggle-heading {
    display:block;
    font-family:'roboto-v30-latin-ext_latin-700';
    font-weight:normal;
    font-style:normal;
    letter-spacing:0.5px;
    text-transform:uppercase;
    font-size:1.125rem;
    padding-left:20px;
    color:rgba(121, 121, 121, 1);
    position:relative;
    cursor:pointer;
}
.toggle-heading.info {
    font-family:'roboto-v30-latin-ext_latin-700';
    text-transform:none;
    color:rgba(0, 0, 0, 1);
    padding-left:25px;
}
.toggle-heading.info:before {
    font-family:'icon';
    content: "\ea0c";
    font-size:16px;
    position:absolute;
    left:0;
    top:0;
    transition:all 0.2s;
    color:rgba(213, 213, 213, 1);
}
.toggle-heading.info.active:before {
    content: "\ea0c";
    color:rgba(0, 0, 0, 1);
}
.toggle-heading.plus {
    font-family:'roboto-v30-latin-ext_latin-500';
    text-transform:none;
    color:rgba(0, 0, 0, 1);
    padding-left:22px;
}
.toggle-heading.plus:before {
    font-family:'icon';
    content: "\e60d";
    font-size:16px;
    position:absolute;
    left:0;
    top:0x;
    transition:all 0.2s;
    color:rgba(0, 0, 0, 1);
}
.toggle-heading.plus.active:before {
    content: "\e60c";
}
.toggle-heading:before {
    font-family:'icon';
    content: "\e60d";
    font-size:16px;
    margin-right:5px;
}
.toggle-heading.active:before {
    content: "\e60c";
}
.toggle-content {
    padding-top:15px;
    display:none;
}
.additional {
  width:100%;
  text-align:center;
}
.additional .toggle-heading {
  display:inline-block;
  margin:0 auto;
}

/******** Link List ************************************************************************/

.link-list {
    width:auto;
    display:inline-block;
    margin:0 auto 30px auto;
}
.link-list li {
    list-style-type:none;
}
.link-list li a {
    width:100%;
    padding:5px 0 5px 25px;
    display:block;
    color:rgba(153, 153, 153, 1);
    text-align:left !important;
    font-weight:normal;
    font-style:normal;
    line-height:1.1;
    font-size:0.875rem;
    border-bottom:0;
    background-color:transparent;
    background-image:url("../images/check-off.png");
    background-position:0 2px;
    background-size:20px;
    background-repeat:no-repeat; 
}
.link-list li a.active,
.link-list li a:hover {
    color:rgba(182, 0, 24, 1);
    background-image:url("../images/check-on.png");
}
.link-list.scrollable {
    height:150px;
    overflow-y:scroll;
    padding:10px;
    border-radius:4px;
    border:1px solid rgba(204, 204, 204, 1);
}

/******** Item List ************************************************************************/

.item-list li {
  padding:3px 0 3px 0;
  display:block;
  list-style-type:none;
  font-family:'roboto-v30-latin-ext_latin-500';
  font-size:1.5rem;
  font-weight:normal;
  font-style:normal;
  line-height:1.2;
  text-align:center;
}
.item-list .sm-regular {
  font-family:'roboto-v30-latin-ext_latin-500';
  font-weight:normal;
  font-style:normal;
  font-size:1rem;
}
.item-list .xl-regular {
  font-family:'roboto-v30-latin-ext_latin-500';
  font-weight:normal;
  font-style:normal;
  font-size:1.75rem;
}
.item-list .xl-regular-red {
  font-family:'roboto-v30-latin-ext_latin-500';
  font-weight:normal;
  font-style:normal;
  font-size:1.75rem;
  color:rgba(182, 0, 24, 1);
}
.item-list .xl-bold {
  font-family:'roboto-v30-latin-ext_latin-700';
  font-weight:normal;
  font-style:normal;
  font-size:1.75rem;
}
.item-list .xl-bold-red {
  font-family:'roboto-v30-latin-ext_latin-700';
  font-weight:normal;
  font-style:normal;
  font-size:1.75rem;
  color:rgba(182, 0, 24, 1);
}
.item-list .lg-regular {
  font-family:'roboto-v30-latin-ext_latin-500';
  font-weight:normal;
  font-style:normal;
  font-size:1.75rem;
}
.item-list .lg-regular-red {
  font-family:'roboto-v30-latin-ext_latin-500';
  font-weight:normal;
  font-style:normal;
  font-size:1.75rem;
  color:rgba(182, 0, 24, 1);
}
.item-list .lg-bold {
  font-family:'roboto-v30-latin-ext_latin-700';
  font-weight:normal;
  font-style:normal;
  font-size:1.75rem;
}
.item-list .lg-bold-red {
  font-family:'roboto-v30-latin-ext_latin-700';
  font-weight:normal;
  font-style:normal;
  font-size:1.75rem;
  color:rgba(182, 0, 24, 1);
}

/******** Feature List **********************************************************************/

.feature-list {
    width:100%;
}
.feature-list li {
    width:100%;
    padding:5px 0 5px 28px;
    display:block;
    list-style-type:none;
    position:relative;
    font-family:'roboto-slab-v34-latin_latin-ext-700';
    font-weight:normal;
    font-style:normal;
    font-size:1.25rem;
    line-height:1.2;
    letter-spacing:0.5px;
}
.feature-list li .list-additional {
    display:block;
    font-family:'roboto-slab-v34-latin_latin-ext-regular';
    font-weight:normal;
    font-style:normal;
    font-size:1rem;
    line-height:1.2;
    letter-spacing:0;
}
.feature-list.border-top {
    padding-top: 15px;
    border-top:1px solid rgba(255, 255, 255, 1);
}
.feature-list.small li {
    font-family:'roboto-slab-v34-latin_latin-ext-regular';
    font-weight:normal;
    font-style:normal;
}
.feature-list li.plus {
  color:rgba(182, 0, 24, 1);
}
.feature-list li:before {
    font-family:'icon';
    content: "\e611";
    font-size:20px;
    position:absolute;
    left:0;
}
.feature-list li.checkmark:before {
    content: "\e60a";
}
.feature-list li.plus:before {
    content: "\e60d";
}
.feature-list li.minus:before {
    content: "\e60c";
}
.feature-list li.cancel:before {
    content: "\ea0d";
}

/******** Checkmark List **********************************************************************/

.checkmark-list {
    width:100%;
    margin-bottom:25px;
}
.checkmark-list li {
    width:100%;
    padding:5px 0 5px 28px;
    display:block;
    list-style-type:none;
    position:relative;
}
.checkmark-list li:before {
    font-family:'icon';
    content: "\e60a";
    font-size:20px;
    position:absolute;
    left:0;
    top:2px;
    color:rgba(182, 0, 24, 1);
}
.checkmark-list li h3 {
  font-family: "roboto-slab-v34-latin_latin-ext-700";
  color:rgba(182, 0, 24, 1);
  margin-bottom:10px;
}
@media all and (min-width: 768px) {
.checkmark-list li:before{
    top:5px;
}
}

/******** Search List ***************************************************************************/

.search-list {
    float:left;
    width:100%;
    margin-bottom:30px;
    border-top:1px solid rgba(227, 229, 226, 1);
}
.search-list li {
    list-style:none;
    float:left;
    width:100%;
    padding:10px;
    border-bottom:1px solid rgba(227, 229, 226, 1);
}
.search-list .topic {
    padding-bottom:0;
}

/******** Footer *******************************************************************************/
/***********************************************************************************************/

footer {
  width:100%;
  padding-bottom:30px;
}
.menu-footer  {
    background-color:rgba(0, 0, 0, 1);
}
.menu-footer li {
  list-style-type:none;
  display:block;
  text-align:center;
  padding:10px 0 10px 0;
  border-bottom:1px solid rgba(255, 255, 255, 0.15);
}
.menu-footer .logo  {
  padding:20px 0 20px 0;
}
.menu-footer .logo a {
  margin:0 auto;
  width:100px;
  height:15px;
  background-color:transparent;
  background-image:url("../images/kurier.png");
  background-position:0 0;
  background-size:100px;
  background-repeat:no-repeat;
}
.menu-footer li a {
  font-family:'roboto-slab-v34-latin_latin-ext-700', Georgia, serif;
  display:block;
  font-size:0.875rem;
  line-height:14px;
  padding:2px 0 2px 0;
  color:rgba(255, 255, 255, 1);
  border-bottom:1px solid rgba(255, 255, 255, 0);
  transition:border-bottom 0.2s;
}
@media all and (min-width:768px) {
.menu-footer  {
  padding:10px 0 10px 0;
}
.menu-footer li {
  display:inline-block;
  padding:0 7px 0 7px;
  border-bottom:0;
  border-right:1px solid rgba(255, 255, 255, 0.5);
}
.menu-footer .logo  {
  padding:0 10px 0 10px;
}
.menu-footer li:first-child,
.menu-footer li:last-child {
  border-right:0;
}
.menu-footer ul a {
  font-size:0.85rem;
}
.menu-footer li a.active,
.menu-footer li a:hover  {
  border-bottom:1px solid rgba(255, 255, 255, 1);
}
.menu-footer li:first-child a.active,
.menu-footer li:first-child a:hover  {
  border-bottom:0;
}
}

/******** Forms *********************************************************************************/
/************************************************************************************************/

.input-row {
    margin-bottom:5px;
}
.checkbox-row,
.radio-row,
.button-row {
    padding-top:10px;
} 
.input-group-inline .input  {
    display:inline-block;
    width:auto;
}
.input-group-inline .input.col-4  {
    max-width:23.9%;
}
.input-group-inline .input.col-2  {
    width:49%;
}
.input-group-inline  {
    height:40px;
}
.input-group {
    border-collapse:separate;
    display:table;
    position:relative;
}
.input-group .form-input  {
    float:left;
    display:table-cell;
    margin-bottom:0;
    position:relative;
    width:100%;
    z-index:2;
}
.input-group-btn {
    vertical-align:middle;
    white-space:nowrap;
    width:1%;
    display:table-cell;
}

/******** Addon *********************************************************************************/

.btn-addon {
    position:relative;
    margin-left:-2px;
    z-index:2;
    width:40px;
    height:40px;
    background-color:rgba(240, 240, 240, 1);
    color:rgba(204, 204, 204, 1);
    border:1px solid rgba(204, 204, 204, 1);
    border-radius:0 4px 4px 0;
    cursor:pointer;
}
.btn-addon.search:before {
  font-size:18px;
  line-height:30px;
  font-family:'icon';
  content: "\e610";
}
.btn-addon.search:hover {
  color:rgba(182, 0, 24, 1);
}
.btn-addon:focus {
    border:1px solid rgba(170, 170, 170, 1);
}
.btn-addon:focus-visible {
    outline:1px solid rgba(170, 170, 170, 1);
    outline-offset:2px;
}


/******** Input *********************************************************************************/

.form-input,
.addon-input {
    width:100%;
    height:40px;
    display:block;
    font-family:'roboto-v30-latin-ext_latin-500';
    font-weight:normal;
    color:rgba(0, 0, 0, 1);
    font-size:0.875rem;
    line-height:1.42857;
    padding-left:10px;
    vertical-align:middle;
    background-color:rgba(245, 245, 245, 1);
    border:1px solid rgba(204, 204, 204, 1);
    -webkit-appearance:none;
    -moz-appearance:none;
}
.form-input {
    border-radius:5px;
}
.addon-input {
    border-radius:5px 0 0 5px;
}
.form-input:focus {
    border:1px solid rgba(170, 170, 170, 1);
}
.form-input:focus-visible,
.addon-input:focus-visible {
    outline:1px solid rgba(170, 170, 170, 1);
    outline-offset:2px;
}
.form-input.invalid,
.form-input.invalid:focus {
    border:1px solid rgba(182, 0, 24, 1);
}
.invalid-msg {
    display:block;
    color:rgba(182, 0, 24, 1);
    font-family:'roboto-slab-v34-latin_latin-ext-700', Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    letter-spacing:0.5px;
    font-size:0.8125rem;
    margin-bottom:5px;
    text-align:left;
}
label {
    display:block;
    position:relative;
    margin-bottom:5px;
    font-size:14px;
    color:rgba(0, 0, 0, 1);
}
label.form-input-label {
    display:block;
    text-align:left;
    margin-bottom:5px;
    font-size:0.875rem;
    color:rgba(0, 0, 0, 1);
}
textarea.form-input {
     height:auto;
     min-height:100px;
     padding:10px;
}
select::-ms-expand {
    display:none;
}
select.form-input {
    font-family:'OpenSans-Regular', Helvetica, Arial, sans-serif;
    background-image: url("../images/form-select.png");
    background-position:right 50%;
    background-repeat:no-repeat;
    background-size:22px 40px;
    padding-right:35px;
}
input[type="checkbox"].form-checkbox,
input[type="radio"].form-radio {
    height:0;
    width:0;
    opacity:0;
    position:absolute;
}
input[type="checkbox"].form-checkbox + label, input[type="radio"].form-radio + label {
    cursor:pointer;
    padding-left:27px;
}
input[type="checkbox"].form-checkbox + label span, input[type="radio"].form-radio + label span {
    display:inline-block;
    position:absolute;
    left:0;
    top:0;
    width:20px;
    height:20px;
    background-image:url("../images/form-check-radio.png");
    background-size:80px 20px;
    background-repeat:no-repeat;
    cursor:pointer;
}
input[type="checkbox"].form-checkbox + label span {
    background-position: -40px top !important;
}
input[type="radio"].form-radio + label span {
    background-position: 0 top !important;
}
input[type="radio"].form-radio:checked + label span,
input[type="radio"].form-radio + label span.checked {
    background-position: -20px top !important;
}
input[type="checkbox"].form-checkbox:checked + label span,
input[type="checkbox"].form-checkbox + label span.checked {
    background-position: -60px top !important;
}
input[type="checkbox"].form-checkbox:focus-visible + label span,
input[type="checkbox"].form-radio:focus-visible + label span {
    outline:1px solid rgba(170, 170, 170, 1);
    outline-offset:2px
}
fieldset {
    border:0;
    margin-top:30px;
}
fieldset .title {
  margin-top:30px;
  color:rgba(182, 0, 24, 1);
}
legend {
    width:100%;
    text-align:center;
    font-family:'roboto-slab-v34-latin_latin-ext-700', Helvetica, Arial, sans-serif;
    font-weight:normal;
    font-style:normal;
    font-size:24px;
}
.form-choice {
    width:20px;
    height:20px;
    opacity:0;
    left:0;
    top:0;
    position:absolute;
}
.form-choice-label {
    display:block;
    cursor:pointer;
}
.form-choice-summary  {
    width:100%;
    display:none;
}
.form-choice-summary.active {
    display:block;
}
.form-element-link {
    margin-top:15px;
}

/******** Tables ********************************************************************************/
/************************************************************************************************/

table {
    width:100%;
    margin:20px 0 20px 0;
    border-radius:4px;
    border:1px solid rgba(204, 204, 204, 1);
}
table th, table td {
    text-align:left;
    vertical-align:top;
    padding:7px 10px 7px 10px;
    border-bottom:1px solid rgba(204, 204, 204, 1);
}
table th {
    background-color:rgba(245, 245, 245, 1);
    font-family:'roboto-slab-v34-latin_latin-ext-700';
    font-weight:normal;
    font-style:normal;
    letter-spacing:0.5px;
    font-size:16px;
    display:none;
}
table tr:first-child th:first-child {
    border-top-left-radius:5px;
}
table tr:first-child th:last-child {
    border-top-right-radius:5px;
}
table td {
    font-family:'roboto-slab-v34-latin_latin-ext-regular';
    font-weight:normal;
    font-style:normal;
    letter-spacing:0.5px;
    font-size:16px;
    float:left;
    width:100%;
}
table tr td:first-child {
    font-family:'roboto-slab-v34-latin_latin-ext-700';
    font-weight:normal;
    font-style:normal;
    letter-spacing:0.5px; 
    background-color:rgba(245, 245, 245, 1);
}
table tr:last-child td:last-child {
    border-bottom:0;
}
table tr:first-child td:first-child {
    border-top-right-radius:5px;
    border-top-left-radius:5px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom:0;
}
table td:before {
    float:left;
    width:100%;
    font-family:'roboto-slab-v34-latin_latin-ext-regular';
    font-weight:normal;
    font-style:normal;
    letter-spacing:0.5px;
    font-size:14px;
    color:rgba(153, 153, 153, 1);
    display:table-cell;
    white-space:nowrap;
    text-align:left;
    content: attr(data-title);
}
@media all and (min-width: 768px) {
table th {
    display:table-cell;
}
table td {
    float:none;
    width:auto;
    background-color:rgba(250, 250, 250, 1);
}
table tr:last-child td {
    border-bottom:0;
}
table tr td:first-child {
    background-color:rgba(250, 250, 250, 1);
}
table tr:first-child td:first-child {
    border-radius:0;
}
table tr:last-child td:last-child {
   border-bottom-right-radius:4px;
}
table tr:last-child td:first-child {
   border-bottom-left-radius:4px;
}
table td:before {
    display:none;
}
}

/******** Nested Tables ************************************************************************/

td &gt; table {
    border:0;
    border-radius:0;
    width:100% !important;
    margin:-7px -10px -7px -10px;
}
td &gt; table td {
    float:none !important;
    background:none !important;
    border-bottom:0 !important;
}
td &gt; table tr td:first-child {
    font-family:'roboto-slab-v34-latin_latin-ext-regular' !important; 
}
td &gt; table tr td:last-child {
    width:80px !important; 
}
td &gt; table td .yes,
td &gt; table td .no {
    text-indent:30px !important; 
    margin-top:0 !important; 
}

/***********************************************************************************************/
/******** Components ***************************************************************************/
/***********************************************************************************************/

/******** Cookie ********************************************************************************/

#cookie-message {
    position:fixed;
    bottom:0;
    width:100%;
    font-family:'roboto-slab-v34-latin_latin-ext-regular';
    font-weight:normal;
    font-style:normal;
    padding:15px 0 15px 0;
    background-color:rgba(0, 0, 0, 0.9);
    color:rgba(255, 255, 255, 1);
    font-size:16px;
    line-height:20px;
  z-index: 100;
}
.btn-accept {
  font-family:'roboto-slab-v34-latin_latin-ext-700', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  letter-spacing:1px;
  cursor:pointer;
  display:inline-block;
  line-height:1.846;
  margin-bottom:0;
  padding:5px 15px;
  text-align:center;
  border-style:solid;
  border-radius:3px;
  vertical-align:middle;
  white-space:nowrap;
  position:relative;
  transition:all 0.1s;
  border:1px solid rgba(255, 255, 255, 1);
  color:rgba(255, 255, 255, 1);
  background-color:transparent;
}
.btn-accept:hover {
  border:1px solid rgba(182, 0, 24, 1);
  color:rgba(182, 0, 24, 1);
}
.cookie-btn {
  padding-top:15px;
}
@media all and (min-width: 768px) {
.cookie-btn {
  text-align:right;
  padding-top:0;
}
}

/******** Modal ******************************************************************************/
/**********************************************************************************************/

.modal-wrapper {
    margin: 30px auto 30px auto;
    max-width:500px;
    position:relative;
    text-align:left;
    background-color:#ffffff;
    padding:20px;
    border-radius:5px;
}
.modal-close {
    text-align:right;
    color:#ffffff;
}
.close {
    cursor:pointer;
    background:#ffffff;
    border:0;
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:50%;
    position:absolute;
    left:50%;
    margin-left:-20px;
    z-index:5;
    text-decoration:none;
    color:rgba(182, 0, 24, 1);
}
.close.top {
    top:-20px;
}
.close.bottom {
    bottom:-20px;
}
.close:before {
    font-family:'icon';
    font-size:35px;
    content: "\ea0d";
}
.close:focus,
.close:hover {
    color:rgba(0, 0, 0, 1);
    text-decoration:none;
    border-bottom:0;
}
.modal-content  {
    padding-top:15px !important;
    padding-bottom:15px !important;
}
.modal-content .title {
  color:rgba(182, 0, 24, 1);
}
.modal-content img {
    max-width:280px !important;
    margin:0 auto !important;
}
.modal-content img.tarif {
    max-width:360px !important;
    margin:0 auto !important;
}
.modal-content h2 {
    margin-top:15px !important;
}
.modal-content .checkmark-list {
    width:auto !important;
    display:inline-block; !important;
    margin:0 auto !important;
    text-align:left !important;
}
.modal-content .checkmark-list li {
    width:auto !important;
}
.modal-scroll-content {
    height:80vh;
    overflow-y:scroll;
    padding-top:20px;
    padding-bottom:20px;
}


/******** Modal Basic ***************************************************************************/
/************************************************************************************************/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    position: fixed;
    background-color: rgba(182, 0, 24, 0.8);
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-container {
    padding: 0 8px;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
}
.mfp-preloader {
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
}
.mfp-preloader a {
    color: rgba(255, 255, 255, 1);
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display: none;
}
.mfp-close {
    display:none;
}
.mfp-arrow {
    cursor: pointer;
    border: 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    color: #9e72a2;
    background: transparent;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    text-align: right;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    color:#c3a8c5;
}
.mfp-counter {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.mfp-arrow-left,
.mfp-arrow-right {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
}
.mfp-arrow-left {
    left: 25px;
}
.mfp-arrow-right {
    right: 25px;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
    font-family: 'icon';
    font-size: 40px;
}
.mfp-arrow-right:before {
    content: "\ea42";
}
.mfp-arrow-left:before {
    content: "\ea44";
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.mfp-iframe-holder .mfp-close {
    top: -43px;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    margin: 0 auto;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
}
.mfp-figure {
    line-height: 0;
}
.mfp-bottom-bar {
    margin-top: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    color: #444444;
    width: 80%;
}
.mfp-figure small {
    font-weight: 400;
    color: #999999;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
}
@media all and (max-width: 800px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/******** Slider ********************************************************************************/
/************************************************************************************************/

/******** Basic *******************************************************************************/

.flickity-enabled {
    position:relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
    overflow:hidden;
    position:relative;
    height:100%;
}
.flickity-slider {
    position:absolute;
    width:100%;
    height:100%;
}
.flickity-page-dots {
    position:absolute;
    width:100%;
    bottom:-30px;
    padding:0 !important;
    margin:0 !important;
    list-style:none;
    text-align:center;
    line-height:1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
    display:inline-block;
    border-radius:50%;
    width:15px;
    height:15px;
    margin:0 3px;
    background-color:rgba(255, 255, 255, 1);
    opacity:1;
    cursor:pointer;
}
.flickity-page-dots .dot.is-selected {
    background:rgba(0, 0, 0, 1);
    opacity:1;
}
.flickity-prev-next-button {
    display:none;
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    cursor:pointer;
    line-height:40px;
    border:none;
    background-color:transparent;
}
.flickity-prev-next-button:before {
  font-family:'icon';
  font-size:40px;
  color:rgba(255, 255, 255, 1);
}
.flickity-prev-next-button.previous {
    left:15%;
}
.flickity-prev-next-button.next {
    right:15%;
}
.flickity-prev-next-button.previous:before {
    content: "\ea44";
}
.flickity-prev-next-button.next:before {
    content: "\ea42";
}
.flickity-prev-next-button:disabled {
    opacity:0.3;
    cursor:auto;
}
.flickity-prev-next-button svg {
    display:none;
}
@media all and (min-width: 1200px) {
.flickity-prev-next-button {
    display:block;
}
}

/******** Slider *******************************************************************************/

#slider {
    position:relative;
    width:100%;
}
.slider-item {
    float:left;
    text-align:center;
    width:100%;
    padding:0 15px 0 15px;
}
.slider-item img {
    max-width:945px;
    margin:0 auto;
}
.slider-item-headline {
    display:block;
    font-family:'roboto-slab-v34-latin_latin-ext-700';
    font-weight:normal;
    font-style:normal;
    line-height:1;
    letter-spacing:1px;
    color:rgba(255, 255, 255, 1);
    font-size:36px;
}
.slider-item-subline {
    display:block;
    font-family:'roboto-slab-v34-latin_latin-ext-regular';
    font-weight:normal;
    font-style:normal;
    line-height:1.1;
    letter-spacing:1px;
    margin-top:1px;
    margin-bottom:11px;
    color:rgba(255, 255, 255, 1);
    font-size:24px;
}
@media all and (min-width: 768px) {
.slider-item-headline {
    font-size:48px;
}
.slider-item-subline {
    font-size:36px;
}
}

/******** Helpers ******************************************************************************/
/***********************************************************************************************/

.yes, .no {
    float:left;
    width:100%;
    margin-top:7px;
    display:table-cell;
    background-repeat:no-repeat;
    background-size:20px 20px;
    text-indent:-9999px;
}
.yes {
    background-image:url("../images/yes.png");
}
.no {
    background-image:url("../images/no.png");
}
@media all and (min-width: 768px) {
.yes, .no {
    margin-top:0;
}
}
.redtext { color:rgba(182, 0, 24, 1); }
.highlight { background-color:rgba(210, 210, 210, 1);}
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.inline {margin-top:10px;}
.block { display:block; }

.centerimg {
 margin: 0 auto;
}
.max320 {
  max-width: 320px;
}

/******** Spacing / Margin **********************************************************************/

.mt-0 { margin-top: 0!important }
.mt-1 { margin-top: 15px!important }
.mt-2 { margin-top: 30px!important }
.mt-3 { margin-top: 45px!important }
.mt-4 { margin-top: 60px!important }
.mt-5 { margin-top: 75px!important }
.mt-6 { margin-top: 90px!important }

@media (min-width:576px) {
.mt-sm-0 { margin-top: 0!important }
.mt-sm-1 { margin-top: 15px!important }
.mt-sm-2 { margin-top: 30px!important }
.mt-sm-3 { margin-top: 45px!important }
.mt-sm-4 { margin-top: 60px!important }
.mt-sm-5 { margin-top: 75px!important }
.mt-sm-6 { margin-top: 90px!important }
}
@media (min-width:768px) {
.mt-md-0 { margin-top: 0!important }
.mt-md-1 { margin-top: 15px!important }
.mt-md-2 { margin-top: 30px!important }
.mt-md-3 { margin-top: 45px!important }
.mt-md-4 { margin-top: 60px!important }
.mt-md-5 { margin-top: 75px!important }
.mt-md-6 { margin-top: 90px!important }
}
@media (min-width:992px) {
.mt-lg-0 { margin-top: 0!important }
.mt-lg-1 { margin-top: 15px!important }
.mt-lg-2 { margin-top: 30px!important }
.mt-lg-3 { margin-top: 45px!important }
.mt-lg-4 { margin-top: 60px!important }
.mt-lg-5 { margin-top: 75px!important }
.mt-lg-6 { margin-top: 90px!important }
}

/******** Spacing / Padding *******************************************************************/

.pt-0 { padding-top: 0!important }
.pt-1 { padding-top: 15px!important }
.pb-1 { padding-bottom: 15px!important }
.pt-2 { padding-top: 30px!important }
.pb-2 { padding-bottom: 30px!important }
.pt-3 { padding-top: 45px!important }
.pb-3 { padding-bottom: 45px!important }
.pt-4 { padding-top: 60px!important }
.pb-4 { padding-bottom: 60px!important }
.pt-5 { padding-top: 75px!important }
.pb-5 { padding-bottom: 75px!important }
.pt-6 { padding-top: 90px!important }
.pb-6 { padding-bottom: 90px!important }

@media (min-width:576px) {
.pt-sm-0 { padding-top: 0!important }
.pt-sm-1 { padding-top: 15px!important }
.pb-sm-1 { padding-bottom: 15px!important }
.pt-sm-2 { padding-top: 30px!important }
.pb-sm-2 { padding-bottom: 30px!important }
.pt-sm-3 { padding-top: 45px!important }
.pb-sm-3 { padding-bottom: 45px!important }
.pt-sm-4 { padding-top: 60px!important }
.pb-sm-4 { padding-bottom: 60px!important }
.pt-sm-5 { padding-top: 75px!important }
.pb-sm-5 { padding-bottom: 75px!important }
.pt-sm-6 { padding-top: 90px!important }
.pb-sm-6 { padding-bottom: 90px!important }
}
@media (min-width:768px) {
.pt-md-0 { padding-top: 0!important }
.pt-md-1 { padding-top: 15px!important }
.pb-md-1 { padding-bottom: 15px!important }
.pt-md-2 { padding-top: 30px!important }
.pb-md-2 { padding-bottom: 30px!important }
.pt-md-3 { padding-top: 45px!important }
.pb-md-3 { padding-bottom: 45px!important }
.pt-md-4 { padding-top: 60px!important }
.pb-md-4 { padding-bottom: 60px!important }
.pt-md-5 { padding-top: 75px!important }
.pb-md-5 { padding-bottom: 75px!important }
.pt-md-6 { padding-top: 90px!important }
.pb-md-6 { padding-bottom: 90px!important }
}
@media (min-width:992px) {
.pt-lg-0 { padding-top: 0!important }
.pt-lg-1 { padding-top: 15px!important }
.pb-lg-1 { padding-bottom: 15px!important }
.pt-lg-2 { padding-top: 30px!important }
.pb-lg-2 { padding-bottom: 30px!important }
.pt-lg-3 { padding-top: 45px!important }
.pb-lg-3 { padding-bottom: 45px!important }
.pt-lg-4 { padding-top: 60px!important }
.pb-lg-4 { padding-bottom: 60px!important }
.pt-lg-5 { padding-top: 75px!important }
.pb-lg-5 { padding-bottom: 75px!important }
.pt-lg-6 { padding-top: 90px!important }
.pb-lg-6 { padding-bottom: 90px!important }
}

/******** Columns ******************************************************************************/
/***********************************************************************************************/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-md-5th, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position:relative;
    min-height:1px;
    padding-left:15px;
    padding-right:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media all and (min-width: 576px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media all and (min-width: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-5th, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5th {
        width: 20%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media all and (min-width: 992px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }
    .col-xl-1 {
        width: 8.333333%;
    }
    .col-xl-2 {
        width: 16.666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.333333%;
    }
    .col-xl-5 {
        width: 41.666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.333333%;
    }
    .col-xl-8 {
        width: 66.666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.333333%;
    }
    .col-xl-11 {
        width: 91.666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11 {
        right: 91.66666667%;
    }
    .col-xl-pull-10 {
        right: 83.33333333%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8 {
        right: 66.66666667%;
    }
    .col-xl-pull-7 {
        right: 58.33333333%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5 {
        right: 41.66666667%;
    }
    .col-xl-pull-4 {
        right: 33.33333333%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2 {
        right: 16.66666667%;
    }
    .col-xl-pull-1 {
        right: 8.33333333%;
    }
    .col-xl-pull-0 {
        right: auto;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11 {
        left: 91.66666667%;
    }
    .col-xl-push-10 {
        left: 83.33333333%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8 {
        left: 66.66666667%;
    }
    .col-xl-push-7 {
        left: 58.33333333%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5 {
        left: 41.66666667%;
    }
    .col-xl-push-4 {
        left: 33.33333333%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2 {
        left: 16.66666667%;
    }
    .col-xl-push-1 {
        left: 8.33333333%;
    }
    .col-xl-push-0 {
        left: auto;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}
.clearfix:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.no-gutter &gt; [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.hl-icon {
    padding-top:80px;
    background-repeat:no-repeat;
    background-size:60px;
    background-position:top center;
}
@media all and (min-width: 768px) {
    .hl-icon {
        padding-top:120px;
        background-size:100px;
    }
}
.hl-success {
    background-image:url("../images/hl-icon-success.png");
}
.hl-error {
    background-image:url("../images/hl-icon-error.png");
}
.hl-clock {
    background-image:url("../images/hl-icon-clock.png");
}
.hl-email {
    background-image:url("../images/hl-icon-email.png");
}
.hl-link {
    background-image:url("../images/hl-icon-link.png");
}

.step-list {
    counter-reset:li;
    text-align:left;
}
.step-list.centered {
    display:inline-block;
    margin:0 auto;
}
.step-list &gt; li {
    position:relative;
    margin:0 0 6px 30px;
    padding:0;
    list-style:none !important;
}
.step-list &gt; li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top:-2px;
    left:-30px;
    width:22px;
    height:22px;
    border-radius:50%;
    color:#ffffff;
    background:#b61615;
    font-size:13px;
    line-height:22px;
    text-align:center;
}

/******** Spinner ******************************************************************************/

@-webkit-keyframes spinner-border {
 to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}
@keyframes spinner-border {
 to {
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
 }
}

.spinner {
  display:block;
  width:3rem;
  height:3rem;
  vertical-align:text-bottom;
  border: .3em solid #4d0d5c;
  border-right-color: #4d0d5c;
  border-right-color: transparent;
  border-radius:50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
.spinner-center {
    margin:30px auto 0 auto;
}</pre></body></html>