@import url("grid/grid.css");
@import url("javascript-support.css");
@import url("modules/group-module/group-module.css");
@import url("modules/project-item/project-item.css");
@import url("modules/searchfield/searchfield.css");
@import url("modules/searchresults/searchresults.css");
@import url("modules/dropdown/dropdown.css");
@import url("modules/message-list/message-list.css");
@import url("modules/graph/graph-widget.css");
@import url("modules/buttons/buttons.css");
@import url("modules/radiobutton/radiobutton.css");
@import url("modules/checkbox/checkbox.css");
@import url("modules/slider/slider.css");
@import url("modules/textinput/textinput.css");
@import url("modules/textarea/textarea.css");
@import url("modules/seperator/seperator.css");
@import url("modules/ticalendar/ticalendar.css");
@import url("modules/icons/icons.css");
@import url("modules/popup/popup.css");
@import url("modules/item-line/item-line.css");
@import url("modules/searchresults/searchresults.css");
@import url("modules/searchfield/searchfield.css");
@import url("modules/dragarea/dragarea.css");
@import url("modules/toggle/toggle.css");
@import url("modules/filter/filter.css");
@import url("modules/detail-box/detail-box.css");
@import url("modules/funnel/funnel.css");
@import url("modules/funnel/main-funnel-modules-purified-min.css");
@import url("modules/receiptanimation/receiptanimation.css");
@import url("modules//newsletterwide/newsletterwide.css");


/*@import url("modules/funnel/funnel.adds.css");*/
@font-face {
  font-family: "Klint LT W01 Regular";
  src: url("../fonts/1a600d6d-a636-4eb0-944a-9fb6d94ffc61.eot?iefix") format("eot"), url("../fonts/3f1b4871-73d0-4bba-9e1f-ad3a3a5a5a40.woff") format("woff"), url("../fonts/32ff0ab0-d409-48f1-9b72-1152fd4f33d0.ttf") format("truetype");
}

@font-face{
font-family:"Klint LT W01 Light";
src:url("../fonts/d03bb261-0462-4d67-b698-82c0537b5e76.eot?#iefix") format("embedded-opentype"),url("../fonts/7d47ba5b-bf8e-450c-b749-e236dd07085b.woff2") format("woff2"),url("../fonts/07d538e2-2990-4825-96c9-caaa24ef9d1e.woff") format("woff"),url("../fonts/cdf8f61c-b054-40cc-ac85-8393d8e2b03f.ttf") format("truetype"),url("../fonts/6833d460-dc47-4c13-9643-4713fe3525ad.svg#6833d460-dc47-4c13-9643-4713fe3525ad") format("svg");
}

@font-face {
  font-family: "Klint LT W02 Regular";
  src: url("../fonts/1a600d6d-a636-4eb0-944a-9fb6d94ffc61.eot?#iefix") format('embedded-opentype'), url("../fonts/3f1b4871-73d0-4bba-9e1f-ad3a3a5a5a40.woff") format("woff"), url("../fonts/32ff0ab0-d409-48f1-9b72-1152fd4f33d0.ttf") format("truetype"), url("../fonts/7ce8e8a9-6695-4c74-85ae-b1d482413f1c.svg#7ce8e8a9-6695-4c74-85ae-b1d482413f1c") format("svg");
}

@font-face {
  font-family: "Klint LT W02 Medium";
  src: url("../fonts/38b8bc7e-97c1-445a-a092-1f610c15b998.eot");
  src: url("../fonts/38b8bc7e-97c1-445a-a092-1f610c15b998.eot?#iefix") format("embedded-opentype"), url("../fonts/2535dc54-4238-48d2-aaa4-237c58067374.woff") format("woff"), url("../fonts/cf4a49b4-b15d-401b-992c-931de73b4c6d.ttf") format("truetype"), url("../fonts/5a7e93bf-81ed-4d81-ad1c-a83c8029ef52.svg#5a7e93bf-81ed-4d81-ad1c-a83c8029ef52") format("svg");
}

@font-face {
  font-family: "Klint LT W01 Bold";
  src: url("../fonts/25d018b8-edb4-4bf5-b9fa-34a0d8aa9311.eot?#iefix");
  src: url("../fonts/25d018b8-edb4-4bf5-b9fa-34a0d8aa9311.eot?#iefix") format("eot"),
  url("../fonts/db93857b-f035-4a17-b088-1f1505c0218f.woff2") format("woff2"),
  url("../fonts/a62f658e-e35c-4241-9d13-96ed8b5433f9.woff") format("woff"),
  url("../fonts/89ed2b56-27ee-444a-88cf-c9b63e389213.ttf") format("truetype"),
  url("../fonts/986c2421-17dd-43f2-9344-615afc2a44b9.svg#986c2421-17dd-43f2-9344-615afc2a44b9") format("svg");
}


/** Table of contents

1.0 Mixins
2.0 Header
3.0 Side navigation
3.1 Page wrapper
4.0 Widgets
5.0 Buttons

** ---------------- **/
/**** 1.0 MIXINS ****/

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}


a {
  color: #008fce;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
}

a:hover {
  text-decoration: underline;
}

p {
  font-size: 14px;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

label.input-label {
  font-size: 14px;
  color: #666;
  padding: 20px 0px 10px 0px;
  display: block;
  margin-bottom: 0px;
}

.under-input-info {
  padding: 0;
  margin: 0;
  padding-top: 2px;
  font-size: .8em;
  color: #666;
  display: block;
}

mark {
  background-color: transparent;
  color: #008fce;
}

.section {
  margin-top: 80px;
}

.mobile-only {
  display: none;
}

.content .content-padding {
  padding: 20px;
}

.content .content-padding:after {
  content: ' ';
  display: block;
  clear: both;
  float: none;
}

.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
  float: none;
}

.white-content {
  background-color: #fff;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  
  color: #666;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  
  color: #666;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  
  color: #666;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  
  color: #666;
}

.sm-text {
  font-size: 14px;
}
/**** x.x LOGIN *****/

.login .backgroundimage {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #f0ede9 url("img/login-background.jpg") no-repeat 0 0;
}

.login .logo {
  float: none;
  margin: 108px auto 0px;
  padding: 0px;
  position: relative;
  z-index: 2;
}

.login span.page-title {
  float: none;
  margin: 20px auto 30px;
  padding: 0px;
  position: relative;
  z-index: 2;
}

.login .login-box {
  width: 100%;
  max-width: 343px;
  min-height: 205px;
  height: auto;
  background: #fff;
  margin: 0 auto;
  display: inline-block;
  padding: 21px;
  position: relative;
  z-index: 2;
}

.login .login-box h3 {
  font-size: 18px;
}
/**** 2.0 HEADER ****/

.logo {
  width: 50px;
  height: 42px;
  display: block;
  float: left;
  background: url("img/logo.png") no-repeat 0 0;
  background-size: auto 42px;
}

.page-title {
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 24px;
  color: #000000;
  display: block;
  float: left;
  margin: 0px;
  padding: 5px 0px 0px 13px;
}

.head-separator {
  height: 1px;
  border: 0;
  background: #999;

}

body.dev .page-title {
  padding: 5px 13px 1px 13px;
  color: #FFF;
  background: red !important;
}

.main-navigation-container .grid-wrap {
  overflow: visible;
}

ul.main-navigation {
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
}

ul.main-navigation > li {
  float: left;
  display: block;
  padding: 0px;
  margin-left: 1px;
  position: relative;
}

ul.main-navigation > li > a {
  height: 43px;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  display: block;
  padding: 8px 18px 8px 18px;
  cursor: pointer;
  border-bottom: 1px solid #f0ede9;
}

ul.main-navigation > li > a.btn-menu-toggle {
  padding-right: 44px;
}

ul.main-navigation > li > a.btn-menu-toggle.active {
  border-bottom: 1px solid black;
}

ul.main-navigation > li > a.btn-favorite {
  width: 44px;
}

ul.main-navigation > li > a:hover {
  background-color: #4ba6ce;
}

ul.main-navigation > li input {
  height: 42px;
}
/**** 2.1 MOBILE HEADER ****/

.mobile-header {
  padding: 0px 10px;
  min-height: 40px;
  position: fixed;
  top: 0px;
  width: 100%;
  padding-top: 8px;
  background: #f0ede9;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  left: 0px;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
}

.mobile-header.active {
  left: -80%;
}

.mobile-header a {
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #000000;
  line-height: 18px;
  position: relative;
  z-index: 2;
}

.mobile-header .messages-count {
  width: auto;
  height: 18px;
  padding-right: 7px;
  display: inline-block;
  background: #be1b2b url("img/new-message-white.svg") no-repeat 4px 4px;
  background-size: 13px 10px;
  padding-left: 25px;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  position: relative;
  z-index: 2;
}

.mobile-header .mobile-page-title {
  width: 100%;
  display: block;
  position: absolute;
  text-align: center;
  top: 7px;
  left: 0px;
  z-index: 1;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #000000;
}

.mobile-header .mobile-page-title img.mobile-logo {
  height: 18px;
  width: auto;
  position: relative;
  top: 4px;
  display: inline-block;
}

.mobile-header .btn-menu-toggle,
.mobile-header ul.main-navigation > li > a.btn-menu-toggle {
  float: right;
  position: relative;
  z-index: 2;
  background-image: url("img/menu-toggle-black.svg");
  background-position: right 3px;
  background-size: 16px 16px;
  padding-right: 28px;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
/**** 3.0 SIDE NAVIGATION ****/

.side-navigation-container {
  padding-top: 0px;
  padding-bottom: 0px;
}

.main-navigation .side-navigation {
  right: 0px;
  top: 43px;
}

.side-navigation {
  width: 300px;
  /*min-height: 200px;*/
  
  height: auto;
  display: none;
  position: absolute;
  right: 0;
  top: 65px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  background-color: #000;
  z-index: 13;
  color: #fff;
}

.side-navigation.active {
  display: block;
}

.side-navigation .welcome {
  font-size: 18px;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #ffffff;
  margin: 13px 15px 15px 15px;
  display: inline-block;
}

.side-navigation .hotline {
  margin: 15px;
  background: #262626;
  border: 1px solid #242424;
  padding: 15px;
  font-size: 18px;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #ffffff;
}

.side-navigation .hotline .link-hotline {
  width: auto;
  height: 27px;
  font-size: 18px;
  line-height: 27px;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #ffffff;
  float: right;
  padding: 0px 0px 0px 16px;
  background: url("img/phone.svg") no-repeat 0 center;
  background-size: 12px 18px;
}

.side-navigation .hotline .link-news {
  width: auto;
  height: 27px;
  font-size: 18px;
  line-height: 27px;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #ffffff;
  float: left;
  padding: 10px 0 0 0;
}

.side-navigation .logout {
  width: 100%;
  height: 50px;
  display: block;
  border-top: 1px solid #4d4d4d;
  padding: 15px;
  line-height: 20px;
  font-size: 18px;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #ffffff;
  background: url("img/phone.svg") no-repeat right center;
  background-size: 27px 15px;
}

.side-navigation .logout:hover {
  text-decoration: none;
  background-color: #4ba6ce;
}

.side-navigation ul {
  padding: 15px;
  margin: 0px;
}

.side-navigation ul.mobile-nav {
  padding: 0px 0px 15px 0px;
}

.side-navigation ul.mobile-nav li {
  padding: 0px;
  margin: 0px;
  float: none;
}

.side-navigation ul.mobile-nav li:first-child {
  margin-bottom: 0px;
}

.side-navigation ul.mobile-nav li a {
  height: 41px;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 18px;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  display: block;
  padding: 8px 18px 8px 15px;
  cursor: pointer;
  margin: 0px 0px 1px 0px;
  background-image: url("img/white-arrow-right.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 22px 11px;
}

.side-navigation ul.mobile-nav li a.btn-blue,
.side-navigation ul.mobile-nav ul.main-navigation > li > a.btn-blue {
  background-color: #4ba6ce;
}

.side-navigation ul.mobile-nav li a:hover,
.side-navigation ul.mobile-nav li a.current {
  background-color: #4ba6ce;
}

.side-navigation ul li {
  font-size: 18px;
  font-family: "Klint LT W01 Regular", Helvetica, Arial, sans-serif;
  font-weight: 100;
  color: #ffffff;
  float: none;
  margin-left: 0px;
}

.side-navigation ul li:first-child {
  margin-bottom: 5px;
}
/**** x.x CONTENT GRID ****/

.col1,
.col2 {
  width: 50%;
  float: left;
  position: relative;
}

.col1,
.col2 {
  padding: 0px;
}

.col1 {
  padding-right: 20px;
}

.col2 {
  padding-left: 20px;
}

.col2 .image-btn img {
  width: 100%;
}

.inline {
  display: inline-block;
}

.block {
  display: block !important;
}

.padding-right {
  padding-right: 10px;
}

.padding-left {
  padding-left: 10px;
}

.padding-left-simulate-icon {
  padding-left: 20px;
}

.padding-top {
  padding-top: 10px;
}

.padding-bottom {
  padding-bottom: 10px;
}

.margin-right {
  margin-right: 20px;
}

.margin-left {
  margin-left: 20px;
}

.margin-top {
  margin-top: 20px;
}

.no-margin-top {
  margin-top: 0 !important;
}

.large-margin-top {
  margin-top: 38px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-bottom-half {
  margin-bottom: 10px;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.large-margin-bottom {
  margin-bottom: 38px;
}

.border-right {
  border-right: 1px solid #f0ede9;
}

.border-left {
  border-left: 1px solid #f0ede9;
}

.border-top {
  border-top: 1px solid #f0ede9;
}

.border-bottom {
  border-bottom: 1px solid #f0ede9;
}

.black-border-top {
  border-top: 1px solid black;
}

.black-border-bottom {
  border-bottom: 1px solid black;
}

.no-border-bottom {
  border-bottom: 0px !important;
}

.content-padding.border-bottom {
  padding: 20px 20px 0px 20px;
}

.content-padding.border-bottom .col1,
.content-padding.border-bottom .col2 {
  padding-bottom: 20px;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.span0 {
  position: relative;
  width: auto;
  float: left;
  min-height: 41px;
}

.span0 i {
  padding: 0px 6px;
}

.span0 i.icon-cross {
  top: 16px;
}

.span1 {
  position: relative;
  width: 10%;
  float: left;
  min-height: 41px;
}

.span1 i {
  padding: 0px 6px;
}

.span1 i.icon-cross {
  top: 16px;
}

.span1.align-middle i.icon-cross {
  top: -3px;
}

.span1 span.middle {
  position: relative;
  top: 16px;
}

.span04 {
  width: 4%;
  float: left;
  position: relative;
  min-height: 41px;
}

.span05 {
  position: relative;
  width: 5%;
  float: left;
  min-height: 41px;
}

.span08 {
  position: relative;
  width: 8%;
  float: left;
  min-height: 41px;
}

.span12 {
  position: relative;
  width: 12%;
  float: left;
  min-height: 41px;
}

.span15 {
  position: relative;
  width: 15%;
  float: left;
  min-height: 41px;
}

.span2 {
  position: relative;
  width: 20%;
  float: left;
  min-height: 41px;
}

.span25 {
  position: relative;
  width: 25%;
  float: left;
  min-height: 41px;
}

.span3 {
  position: relative;
  width: 30%;
  float: left;
  min-height: 41px;
}

.span35 {
  position: relative;
  width: 35%;
  float: left;
  min-height: 41px;
}

.span4 {
  position: relative;
  width: 40%;
  float: left;
  min-height: 41px;
}

.span45 {
  position: relative;
  width: 45%;
  float: left;
  min-height: 41px;
}

.span48 {
  position: relative;
  width: 48%;
  float: left;
  min-height: 41px;
}

.span5 {
  position: relative;
  width: 50%;
  float: left;
  min-height: 41px;
  position: relative;
}

.span6 {
  position: relative;
  width: 60%;
  float: left;
  min-height: 41px;
}

.span7 {
  position: relative;
  width: 70%;
  float: left;
  min-height: 41px;
}

.span8 {
  position: relative;
  width: 80%;
  float: left;
  min-height: 41px;
}

.span9 {
  position: relative;
  width: 90%;
  float: left;
  min-height: 41px;
}

.span10 {
  position: relative;
  width: 100%;
  float: left;
  min-height: 41px;
}

/* FIRST AID KIT */

.no-min-height {
  min-height: 0px;
}

.no-padding-top {
  padding-top: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-bottom {
  padding-bottom: 0px !important;
}
/**** 3.1 PAGE WRAPPER ****/

.page-wrapper {
  position: relative;
  left: 0%;
  z-index: 1;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  background-color: #f0ede9;
}

.page-wrapper.active {
  left: 0px;
}

.module {
  position: relative;
}

.group-container li {
  position: relative;
}
/**** 4.0 WIDGETS ****/

.widget {
  margin-top: 25px;
}

.widget.border-box {
  border: 1px solid #e1dfda;
  padding: 15px;
}

.widget.padding-box {
  padding: 15px;
}

.widget.white-box {
  background: #fff;
}

/* MOBILE */
@media only screen and (max-width: 45em) {
  .one-half {
    width: 49%;
    display: inline-block;
    padding-left: 8px;
    float: right;
  }
  .one-half:first-child {
    float: none;
    padding-left: 0px;
    padding-right: 8px;
  }
  body .section {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile-only {
    display: block;
  }
  body .side-navigation {
    width: 80%;
    height: 100%;
    display: block;
    position: fixed;
    overflow-y: scroll;
    right: -80%;
    top: 0px;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    z-index: 1;
    background-color: #000;
  }
  body .side-navigation.active {
    right: 0%;
    width: 80%;
  }
  body .side-navigation .hotline {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  body .side-navigation .hotline .link-hotline {
    display: block;
    float: none;
  }
  body .side-navigation .logout {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 170px;
    line-height: 20px;
    /*
      width: 105px;
      line-height: 25px;*/
  }
  body .side-navigation .logout:hover {
    background-color: #000;
  }
  body .page-wrapper {
    position: relative;
    left: 0%;
    z-index: 1;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    background-color: #f0ede9;
  }
  body .page-wrapper.active {
    left: -80%;
  }
  body .widget.border-box {
    padding: 10px;
    border: 0px;
  }
  body .widget.padding-box {
    padding: 10px;
  }

  body .mobile-margin-box {
    margin: 10px;
  }

  body .mobile-margin-sides {
    margin: 0 10px;
  }

  body .mobile-margin-top {
    margin-top: 10px;
  }

  body .mobile-margin-bottom {
    margin-bottom: 10px;
  }

  body .col1,
  body .col2 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    border-left: 0px;
    border-right: 0px;
  }
  body .mobile-padding-right {
    padding-right: 15px;
  }
  body .no-mobile-padding-right {
    padding-right: 0px !important;
  }

  body .mobile-padding-left {
    padding-left: 15px;
  }
  body .no-mobile-padding-left {
    padding-left: 0px !important;
  }

  body .mobile-padding-top {
    padding-top: 15px;
  }
  body .no-mobile-padding-top {
    padding-top: 0px !important;
  }

  body .mobile-padding-bottom {
    padding-bottom: 15px;
  }
  body .no-mobile-padding-bottom {
    padding-bottom: 0px !important;
  }


  body .no-mobile-margin {
    margin: 0 !important;
  }

  body .no-mobile-margin-top {
    margin-top: 0 !important;
  }

  body .no-mobile-margin-right {
    margin-right: 0 !important;
  }

  body .no-mobile-margin-bottom {
    margin-bottom: 0 !important;
  }

  body .no-mobile-margin-left {
    margin-left: 0 !important;
  }

  body .mobile-float-none {
    float: none;
  }
  body .padding-left {
    padding-left: 0px;
  }
  body .padding-right {
    padding-right: 0px;
  }
  body .moble-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .mobile1 {
    width: 10% !important;
  }
  body .mobile2 {
    width: 20% !important;
  }
  body .mobile3 {
    width: 30% !important;
  }
  body .mobile4 {
    width: 40% !important;
  }
  body .mobile5 {
    width: 50% !important;
  }
  body .mobile6 {
    width: 60% !important;
  }
  body .mobile7 {
    width: 70% !important;
  }
  body .mobile8 {
    width: 80% !important;
  }
  body .mobile9 {
    width: 90% !important;
  }
  body .mobile10 {
    width: 100% !important;
  }
  body.login .backgroundimage {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #f0ede9 url("img/login-background.jpg") no-repeat 0 0;
  }
  body.login .logo {
    float: none;
    margin: 35px auto 0px;
    padding: 0px;
    position: relative;
    z-index: 2;
  }
  body.login span.page-title {
    float: none;
    margin: 20px auto 30px;
    padding: 0px;
    position: relative;
    z-index: 2;
  }
  body.login .login-box {
    width: 100%;
    max-width: 343px;
    min-height: 205px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    display: inline-block;
    padding: 21px;
    position: relative;
    z-index: 2;
  }
  body.login .login-box h3 {
    font-size: 18px;
  }

  body .triple-textarea-size textarea.textarea {
    min-height: 300px;
  }
}


/* Ændringer bestil af kursus fra roger  */

a,
.content label.radiobutton-label extra.label,
.funnel .payment select,
.funnel .payment input,
.funnel .payment textarea,
.funnel .participants select,
.funnel .participants input,
.supportContainer a {
    font-size: 1em;    
    line-height: 1.2;
}
.btn {
    font-size: 1em !important;
    line-height: 2;
    height: 2.9em !important;
}
input:not([type=button]):not([type=submit]):not(.btn) {
    line-height: 1.5;
}
input.time-and-place.place-select-area {
    margin-top: .2em;
}
.voucherinput {
    margin: 1em 0;
}
.voucherinput input {
    line-height: 2 !important;
}
.label-custom-label,
.label-full-container {
    width: auto !important;
    padding-left: .5em;
    padding-right: .75em;
}