/*
  FOR IE8 and older
  * FOR IE7 and older
  _ FOR IE6 and older
*/

/* GENERAL STYLING FOR ALL PAGES */

html {
  *margin: 0 20%;
  _width: 100%;
  _margin: 0;
  *overflow-x: hidden;
}
body {
  _width: 60%;
  _margin: 0 20%;
  height: auto;
}
em {
  *font-style: normal;
}
.header {
  _width: 100% !important;
  _top:0;
  _position: absolute;
  _top: expression(0+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
  _overflow: hidden;
  _z-index: 100 !important;
}

.header__menu {
  *right: 130px;
  *margin-right: 0;
  *width: 250px;
  _width: 275px;
}
.header__menu-item {
  *margin-top: 11px;
}
.hide-second {
  *float: right;
}
.hide-third {
  *float: left;
}
.header__logo-img--none {
  _display: none;
}
.header__logo-img {
  *width: 187px;
  _width: 187px !important;
}
.header__open-nav-button, .header__toggle-nav-button {
  position: absolute;
  top: 15px;
  right: 15px;
  *width: 41px;
  *display: none !important;
  _position: absolute;
  _margin-top: 3px;
}
.header__log-in-button {
  *margin-right: 0;
  *top: 12px;
  *line-height: 1;
  *right: 20px;
  margin-right: 36px !important;
}
.header__menu-icon--none {
  _display: none;
}
@media screen and (max-width: 850px) {
  .hide-second {
    display: none;
  }
  .hide-third {
    display: none;
  }

}

/* STYLING FOR HOMEPAGE */

.front__hr {
  color: #007ab0;
}
.front__slogan-section {
  *width: 92%;
  *padding-top: 0;
}
.front__slogan {
  *float: left;
  *margin: 0;
  *padding-top: 10px;
  *line-height: normal;
}
.front__contact-button {
  *float: right;
  *margin: 0;
  *line-height: normal;
  _padding: 12px 20px !important;
}
.front__boxes-container {
  *width: 92%;
}
.front__first-column {
  *float: left;
  *width: 34%;
  *margin: 0;
}
.front__price-img--none {
  _display: none;
}
.front__product-box {
  *float: right;
  *width: 26%;
  *margin-left: 2%;
}
.front__product-headings {
  *position: static;
}
.heading__logo--none {
  _display: none;
}
.references__test-summary {
  *display: none;
}
.references__details {
  *display: none;
}
.references__logo-container {
  *display: block !important;
  *width: 1200px;
  *margin: auto;
}
.references__li {
  *margin: 10px;
  *width: 170px;
  *float: left;
}
.references__logo {
  _display: inline !important;
}
.references__logo--none {
  _display: none !important;
}
.item--owl {
  *display: inline !important;
  *float: left;
  _width: auto !important;
}
.references__logo {
  _float: left !important;
}
.references__logo--hide {
  _display: none !important;
}
.item--none {
  *display: none !important;
}
.item--clear {
  _display: none !important;
}
.arrow-hidden {
  display: none;
}
.fa-chevron-right {
  width: 7px;
  margin-right: 0;
  margin-top: 4px;
}
.about-products__hr {
  color: #f5f5f5;
}
.about-products__hr--white {
  color: #ffffff;
}
.about-products__info {
  width: 25%;
  *float: left;
  *margin-left: 15px;
}
.about-products__table-section {
  width: 40%;
  *float: right;
  *margin: 0 15px;
}
.screens__img {
  *width: 48%;
  _width: 100%;
}
.screens__img--left {
  *float: left;
}
.screens__img--right {
  *float: right;
}
.screens__img--center {
  *display: block;
  *margin: 40px auto 0 auto;
}
.item {
  _width: 48%;
}
.item--left {
  _float: left;
}
.item--right {
  _float: right;
}
.slick-dots li button {
  color: #f5f5f5;
}
.screens__img--none {
  _display: none;
}
.item--center {
  _display: block;
  _margin: 40px auto 0 auto;
}
.screens {
  *height: auto !important;
}
.screens__section {
  *display: block;
  *width: 95%;
  *margin: auto;
}
.about-us__hr {
  color: #f5f5f5;
}
.fas {
  display: none;
}
.about-us__icon--ie6 {
  display: none;
}
.about-us__boxes-container {
  *width: 100%;
  *margin: auto;
}
.about-us__content-section {
  *width: 27%;
  *display: inline-block;
  *vertical-align: top;
  *zoom: 1;
  *display: inline;
  _height: 0px; /* ie6 doesn't support min-height property, but it extends the height of a container if it's higher than the height value */
}
.about-us__icon--ie8 {
  _display: none;
}
.about-us__icon--ie6 {
  _display: block;
}
.footer__ul {
  *display: inline-block;
  *width: 24%;
/*  *min-height: 300px; */
  *vertical-align: top;
  *zoom: 1;
  *display: inline;
}
summary {
  _cursor: pointer;
}

@media (max-width: 2250px) {
html {
  *margin: 0 12.5%;
  _width: 100%
}
body {
  _width: 75%;
  _margin: 0 12.5%;
}
}
@media (max-width: 1800px) {
  html {
    *margin: 0 5%;
    _width: 100%;
  }
  body {
  }
}
@media (max-width: 1510px) {
  html {
    *margin: 0 !important;
    _width: 100%;
  }
  .header {
    width: 100% !important;
  }
  body {
    _width: 100%;
    _margin: 0;
  }
}
@media (max-width: 1300px) {
.about-products__info {
  *width: 45%;
}
table {
  *table-layout: fixed;
}
.about-products__table-section {
  *clear:both;
  *float: none;
  *width: 75%;
  *margin: auto;
}
.about-products__p--width {
  _width: 75%;
}
}
@media (max-width: 1270px) {
.about-us__content-section {
  *width: 42%;
}
.about-us__h3 {
  *margin-top: 0;
  _margin-top: 20px;
}
.references__logo-container {
  *width: 900px;
}
}
@media (max-width: 1260px) {
.front__boxes-container {
  *width: 75%;
}
.front__first-column {
  *clear: both;
  *width: 100%;
  *margin: 0;
}
.front__video {
  *display: inline-block;
  *float: right !important;
  *width: 50%;
}
.front__price-box {
  *display: inline-block;
  *float: left;
  *width: 42%;
}
.front__product-box {
  *float: left;
  *width: 42%;
  *margin : 30px 0 0 0;
}
.front__product-box--right {
  *float: right;
}
}

@media (max-width: 1240px) {
  .front__contact-button {
    *float: none;
    *display: block;
    *margin: auto;
    _width: 130px !important;
  }
  .front__slogan {
    *float: none;
    *display: block;
    *margin: auto;
  }
  .front__slogan-section {
    *margin-bottom: 20px;
  }
}

@media (max-width: 1210px) {
.screens__img {
  *width: 55%;
  _width: 100%
}
.screens__img--left, .screens__img--right {
  *display: block;
  *float: none;
  *margin: 40px auto 0 auto;
  _display: none;
}
.screens__img--center {
  *display: block;
  *margin: 40px auto 0 auto;
  _display: none;
}
.item {
  _width: 55%;
}
.item--left, .item--right, .item--center {
  _display: block;
  _float: none;
  _margin: 40px auto 0 auto;
}
.footer__ul {
  *float: none;
  *display: block;
  *min-height: 0;
}
.footer__ul--column-three, .footer__ul--column-two, .footer__ul--column-four {
  *margin-top: 30px;
  *width: auto;
}
}
@media (max-width: 1160px) {
.front__boxes-container {
  *width: 95%;
  *margin-left: 2.5%;
  *margin-right: 2.5%;
}
.front__first-column {
  *width: 90%;
  *margin: 0 2.5%;
}
.front__product-box {
  *width: 38%;
}
.front__product-box--right {
  *margin-right: 2.5%;
}
.front__product-box--left {
  *margin-left: 2.5%;
}
}
@media (max-width: 1020px) {
.about-us__content-section {
  *width: 60%;
  *display: block;
  *margin: auto;
  *padding-bottom: 50px;
}
}
@media (max-width: 1000px) {
html {
  *min-width: 100% !important;
  *height: auto !important;
}
body {
  *width: 100%;
}
/*.front__slogan {
  *text-align: center;
  *float: none;
}
.front__contact-button {
  *display: block;
  *margin: 20px auto;
  *float: none;
} */
.front__boxes-container {
  *width: 100%;
  *margin: 0 !important;
  *padding: 0 !important;
}
.front__first-column {
  *float: none;
  *display: block;
  *width: 350px;
  *margin: 0 auto !important;
  *padding: 0px 40px 0 0 !important;
  _padding: 0 !important;
}
.front__video {
  *display: block;
  *float: none !important;
  *margin: 30px 0 0 20px !important;
  *width: 100%;
  *height: auto;
}
.front__price-box {
  *padding: 20px !important;
  *float: none;
  *display: block;
  *width: 100%;
  *height: auto;
}
.front__product-box {
  *padding: 20px !important;
  *float: none;
  *display: block;
  *width: 350px;
  *margin-left: auto;
  *margin-right: auto;
}
.screens__img {
  *width: 70%;
  _width: 100%;
}
.item {
  _width: 70%;
}
}
@media (max-width: 900px) {
  .references__logo-container {
    *width: 600px;
  }
}
@media (max-width: 780px) {
.header__nav {
  *margin: 0;
}
.header__logo-img--none {
  *width: 266px ;
}
.about-products__info {
  *float: none;
  *width: 95%;
}
.about-products__table-section {
  *width: 85%;
}
.screens__img {
  *width: 80%;
  _width: 100%;
}
.item {
  _width: 80%;
}
}

@media (max-width: 670px) {

  .references__test-logo {
    width: 170px !important;
  }

}

@media (max-width: 597px) {

  .references__li .references__logo.references__test-logo {
    _width: 170px !important;
  }

}


@media (max-width: 580px) {
.header__logo-img--none {
  *width: 200px;
  _width: 50%;
  *margin-top: 6px;
}
.header__nav {
  *padding-bottom: 18px ;
}
.references__logo {
  *width: 230px;
  _width: 230px !important;
}
.references__logo-container {
  *width: 460px;
  _width: 460px !important;
}
.about-us__content-section {
  *width: 90%;
}
.screens__img {
  *width: 90%;
  _width: 100%;
}
.item {
  _width: 90%;
}
}
@media (max-width: 520px) {
.about-products__table-section {
  *width: 95%;
}
}
@media (max-width: 500px) {
.header__logo-img {
  *margin-top: 0;
}
.header__nav {
  *padding-bottom: 12px ;
}
}
@media (max-width: 490px) {
.front__first-column {
  *width: 310px;
}
.front__product-box {
  *width: 310px;
}
.front__contact-button {
  *margin-bottom: 0;
}
.references__logo {
  *width: 200px;
  _width: 200px !important;
}
.references__logo-container {
  *width: 400px;
  _width: 400px !important;
}
}
@media (max-width: 400px) {
.header__logo-img {
  *width: 150px;
}
.header__log-in-button {
  *top: 10px;
}
.header__open-nav-button, .header__toggle-nav-button {
  *top: 11.5px;
}
.references__logo {
  *width: 160px;
  _width: 160px !important;
}
.references__logo-container {
  *width: 320px;
  _width: 320px !important;
}
.about-products__table-section {
  *width: 98%;
}
.about-us__content-section {
  *width: 95%;
}
.screens__img {
  *width: 98%;
  _width: 100%;
}
.item {
  _width: 98%;
}
}

/* STYLING FOR LOGIN.PHTML */

.body__login .main__h1 {
  *width: 96.5%;
}

.app__button-img--none {
  _display: none;
}
.app__img {
  display: block;
  margin:auto;
}
.app__img--none {
  _display: none !important;
}
.app {
  *width: 350px;
}

.app__button-img {
  _width: 30px;
}

.input__login {
  _background-image: none;
  _height: 30px;
  _padding: 7px;
}

.tab button, .tab .button, .tab a {
  *width: 124px !important;
}
.tab .active, .tab .button .active, .tab a .active {
  _background-color: white;
}

.body__login .form__button {
  *width: 318px !important;
}

.login-hr {
  *color: #007ab0;
  *background-color: #007ab0;
  *border-color: #007ab0;
  *height: 0;
}
.main__plans {
  padding-bottom: 30px;
}
.main__plan-description {
  float: left;
}
.tab {
  margin-right: 20px;
  *width: 320px;
}
.tab .tablink {
  *width: 134px !important;
}
.main__form {
  margin-right: 20px;

  _margin-right: 0;
}

@media screen and (max-width: 1320px) {
  .app {
    float: none;
    display: block;
    margin: 50px auto 0 auto;
  }
  .main__plans {
    float: none;
    display: block;
    margin: auto;
    padding-bottom: 370px;
    *padding-bottom: 50px;
    _padding-bottom: 100px;
  }
  .app__buttons {
    width: 340px;
  }
  .app__img {
    display: block;
    margin: auto;
  }
  .content__login {
    padding-top: 50px;
  }

}

@media screen and (max-width: 1230px) {
.body__login {
  _width: 100% !important;
  _margin: 0 !important;
}
}

@media screen and (max-width: 930px) {
.main__plans {
  width: 700px;
  padding-bottom: 420px;
  *padding-bottom: 80px;
}
.body__login .main__h1 {
  *width: 670px;
}
.tab {
  /*width: 300px;*/
}
.main__plan-description {
  width: 350px;
}
.main__form {
  width: 300px;
}
.remember-container {
  width: 300px !important;
}
.input__login {
  width: 300px !important;
}
.form__button {
  width: 300px !important;
}
.forgot-password {
  width: 300px;
}
}


@media screen and (max-width: 800px) {

  .main__plans {
    width: 450px;
  }
  .body__login .main__h1 {
    *width: 420px;
    _width: 450px;
  }
  .tab {
    float: none;
    display: block;
    margin: auto;
  }
  .tabs {
    _display: block;
    margin-right: 0;
    _margin: auto;
    _padding-right: 0;
    _width: 466px;
  }
  .tab {
    *width: 320px;
    *left: 10px;
    _left: 0;
  }
  .tabcontent__in {
    display: block;
    margin: auto;

  }

  .main__plan-description {
    float: none;
    display: block;
    margin: auto;
    margin-top: 410px !important;
    *position: relative;
    *top: 50px;
    _top: 0;
    width: 100%;
  }
  .main__form {
    float: none;
    display: block;
    margin: auto;
    margin-top: -820px;
    _margin-top: -800px;
  }
  .login_details {
    width: 310px;
  }

}

@media screen and (max-width: 500px) {
.main__plans {
  width: 300px;
  padding-bottom: 470px;
  *padding-bottom: 120px;
}
.body__login .main__h1 {
  *width: 270px;
  _width: 300px;
}
.tabs {
  _width: 320px;
}
.tab .button {
  width: 130px !important;
  *width: 120px !important;
  left: 10px;
  *left: 0;
  *width: 230px !important;
}
.tab {
  width: 260px;
  *width: 240px;
  *left: 0;
}
.main__p, .main__h2, .main__h3 {
  width: 260px;
  padding: 0 20px;
}
.main__p--bold {
  padding-left: 0px;
}
.main__form {
  width: 240px;
}
.remember-container {
  width: 240px !important;
}
.input__login {
  width: 260px !important;
  *width: 240px !important;
}
.body__login .form__button {
  width: 257px !important;
}
.forgot-password {
  width: 240px;
}
.main__form {
  margin-top: -870px;
  *margin-top: -890px;
}
.login_details {
  width: 280px;
}
}

@media screen and (max-width: 360px) {
  .app__buttons {
    width: 100%;
  }

}
@media screen and (max-width: 400px ) {

  .app__button-container {
    float: none;
    display: block;
    margin: 10px auto;
  }

}

/* STYLING FOR GRATIS.PHTML */

.body__gratis header.header {
  _z-index: 100 !important;
}
.gratis-h1 {
  *padding-right: 0;
  *width: 555px;
}
/*
#arbejdsplads, #kontakt, #emailInput, #phone, #emne {
  padding-top: 8px;
  *padding-top: 0;
}
body.isOldBrowser #country-code {
  *width: 40px !important;
  *margin-left: 2px !important;
  *float: left;
  *padding-left: 0;
}
.phone-container__gratis {
  *width: 327px !important;
}
.main__gratis #phone {
  *width: 220px !important;
  _width: 225px !important;
}
.main__gratis .input {
  *height: auto !important;
  *padding: 8px !important;
}
.main__gratis #besked {
  *width: 310px !important;
}
.main__gratis #options {
  *width: 328px !important;
  _z-index: 20;
}
*/


@media (max-width: 1021px) {
  .header {
    width: 100%;
  }
}
/*
@media (max-width: 621px) {
.main__gratis input {
  *width: 350px;
  _width: 377px;
}
.content {
  padding-top: 40px;
}
.main__gratis .label {
  *margin-right: 15px;
  *width: 120px;
}
.phone-container__gratis {
  *width: 367px !important;
  _width: 393px !important;
}
.main__gratis #phone {
  *width: 250px !important;
  _width: 280px !important;
}
.main__gratis #besked {
  *width: 350px !important;
  _width: 376px !important;
  _float: right !important;
}
.main__gratis #options {
  *width: 365px !important;
  _width: 393px !important;
}
}
@media screen and (max-width: 600px) {
  .gratis-h1 {
    *width: 385px;
    _width: 410px;
  }
  .main__gratis .sendBesked {
    *margin-right: 7px;
  }

}
@media (max-width: 600px) {
  .main__gratis #besked {
    _float: none !important;
  }

}
@media (max-width: 550px) {
.gratis-h1 {
  _width: 415px;
}
.main__gratis .label {
  _margin-right: 15px !important;
}
.main__gratis .input {
  _margin-right: 0;
}
.phone-container__gratis {
  _margin-right: 0;
}
.main__gratis #besked {
  _float: left !important;
}
}

@media (max-width: 530px) {
  .main__gratis #signup_trial_formular {
    *width: 370px;
    _width: 400px;
  }

}
*/
/*
.main__gratis #signup_trial_formular {
  *width: 280px;
  _width: 250px;
  _display: block;
  _margin: auto;
}
.gratis-h1 {
  *width: 295px;
  _width: 285px;
}
.content {
  *padding-top: 25px;
}
.main__gratis .phone-container__gratis {
  *width: 279px !important;
  _width: 267px !important;
}
.main__gratis .input {
  *width: 262px;
  _width: 250px;
}
.main__gratis #phone {
  width: 200px !important;
  *width: 175px !important;
  _width: 150px !important;
}
.main__gratis #besked {
  *width: 262px !important;
  _width: 250px !important;
}
.main__gratis #options {
  *width: 100% !important;
  _width: 107% !important;
}
.main__gratis .sendBesked {
  *margin-right: 0;
  _margin-right: 0 !important;
}
*/

/* STYLING FOR KONTAKT.PHTML */

.body_kontakt {
  *width: 100%;
  *margin: 0;
}

.main__kontakt .gratis-h1 {
  _width: 615px;
}

.phone-container--kontakt {
  width: 300px;
  *width: 318px;
}

.main__kontakt input {
  width: 300px !important;
  *height: auto;
  *padding: 4px 8px !important;
}

.phone-container--kontakt #country-code {
  margin-left: 0;
  *padding-bottom: 2px;
  *padding-top: 2px;
}

.phone-container--kontakt #phone {
  width: 220px !important;
  _width: 218px !important;
}

.isOlderThanIE8 form .phone-container--kontakt input[type=text].telefon#phone {
  *width: 210px !important;
}

.isOldBrowser form .phone-container--kontakt {
  _float: right;
  _width: 327px;
}

.body_kontakt.isOldBrowser form textarea#besked {
  width: 276px !important;
  *width: 293px !important;
  _float: right ;
  _width: 299px !important;
}

@media (max-width: 801px) {

  .header__logo-img {
    *width: 180px;
  }

}

@media (max-width: 721px) {

  .body_kontakt .content {
    padding-top: 50px;
  }

}
@media screen and (max-width: 643px) {
  .main__kontakt {
    *width: 555px ;
  }
  .main__kontakt .input {
    _float: none;
    _display: block;
    _width: 340px !important;
  }
  .main__kontakt .label {
    _float: none;
    _display: block;
    _text-align: left;
  }
  .main__kontakt {
    _width: 360px;
  }
  .main__kontakt .gratis-h1 {
    _width: 410px;
  }
  .phone-container--kontakt {
    _width: 360px !important;
  }
  .phone-container--kontakt #phone {
    _width: 250px !important;
  }
  .body_kontakt.isOldBrowser form textarea#besked {
    _width: 340px !important;
  }
}
@media screen and (max-width: 600px) {
  .isOlderThanIE8 form .phone-container--kontakt input[type=text].telefon#phone {
    width: 270px !important;
  }
}
@media (max-width: 600px) {
  .main__kontakt {
    _width: 370px;
  }
  .main__kontakt .gratis-h1 {
    _width: 382px;
  }
  .main__kontakt #support_formular {
    *width: 370px;
    _width: 340px;
  }
  .main__kontakt input {
    width: 365px !important;
    *width: 350px !important;
  }
  .phone-container--kontakt {
    width: 365px !important;
    *width: 367px !important;
    _width: 355px !important;
  }
  .isOlderThanIE8 form .phone-container--kontakt input[type=text].telefon#phone {
    width: 270px !important;
    *width: 257px !important;
    _width: 200px !important;
  }
  .body_kontakt.isOldBrowser form textarea#besked {
    width: 340px !important;
    *width: 342px !important;
  }
  .main__kontakt .sendBesked {
    *margin-right: 6px;
  }
}
@media (max-width: 425px) {
  .main__kontakt .gratis-h1 {
    *width: 295px;
  }
  .main__kontakt {
    *width: 310px;
    _width: 280px;
  }
  .main__kontakt #support_formular {
    *width: 280px;
    _width: 200px;
  }
  .main__kontakt .input {
    width: 280px !important;
    *width: 260px !important;
    _width: 260px !important;
  }
  .phone-container--kontakt {
    width: 280px !important;
    *width: 280px !important;
    _width: 275px !important;
  }
  .phone-container--kontakt #phone {
    width: 200px !important;
    _width: 170px !important;
  }
  .isOlderThanIE8 form .phone-container--kontakt input[type=text].telefon#phone {
    *width: 170px !important;
    _width: 150px !important;
  }
  .body_kontakt.isOldBrowser form textarea#besked {
    width: 255px !important;
  }
  .main__kontakt .sendBesked {
    _position: relative;
    _left: 75px;
  }

}




/* STYLING FOR JOBS, PARTNERE, PRESSE */

@media (max-width: 1033px) {
  .article-extra {
    padding-top: 0em;
  }
}

/* STYLING FOR TILMELD.PHTML */

.main__tilmeld input {
  _background-image: none;
}
.tilmeld-button {
  *padding-top: 12px !important;
  *padding-bottom: 16px !important;
  *height: auto;
}

.gratis-h1-tilmeld {
  _width: 611px !important;
}
.country-code-tilmeld {
  *width: 40px !important;
  *margin-left: 3px !important;
}
.faktura {
  *padding: 0 20px !important;
  *width: 530px !important;
}
.phone-container__tilmeld {
  *width: 300px !important;
  _width: 275px !important;
}

.main__tilmeld #phone {
  *padding: 8px !important;
}

.isOlderThanIE8 form.tilmeld-form .input-container input.input.telefon.telefon-tilmeld#phone {
  *width: 185px !important;
  _width: 173px !important;
}
.label-policy {
  width: 200px;
}

@media (max-width: 631px) {
  .phone-container__tilmeld {
    *width: 285px !important;
    _width: 370px !important;
  }
  .main__tilmeld {
    _width: 400px !important;
  }
  .main__tilmeld form.tilmeld-form {
    _width: 370px !important;
  }
  .gratis-h1-tilmeld {
    _width: 440px !important;
  }
  .isOlderThanIE8 form.tilmeld-form div.selv.faktura {
    _width: 340px !important;
  }
  .body__tilmeld .main__tilmeld .label-tilmeld {
    _text-align: left;
    _padding-bottom: 5px;
  }
  .tilmeld-form h2.selv.virksomheden, .tilmeld-form h2.selv {
    _padding-left: 0 !important;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container input.input, .isOlderThanIE8 form.tilmeld-form .input-container {
    _float: left !important;
    _width: 375px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container input.input.telefon.telefon-tilmeld#phone {
    _width: 272px !important;
  }
  .main__tilmeld .brugernavnP {
    _float: left;
    _width: 360px !important;
  }

}
@media (max-width: 610px) {
  .main__tilmeld form.tilmeld-form {
    _padding: 30px !important;
  }
}
@media (max-width: 600px) {
  .main__tilmeld form.tilmeld-form {
    *width: 370px !important;
    *margin-left: 10px;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container input.input, .isOlderThanIE8 form.tilmeld-form .input-container {
    *width: 340px !important;
    *float: left;
    _width: 380px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .phone-container.phone-container__tilmeld {
    *width: 357px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container.phone-container.phone-container__tilmeld {
    _width: 390px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container input.input.telefon.telefon-tilmeld#phone {
    *width: 255px !important;
    *float: right;
    _width: 292px !important;
  }
  .passwordP {
    *width: 335px !important;
  }
  .fakturaLabels, .faktura {
    *width: 335px !important;
    *margin-top: 20px;
  }
  .isOlderThanIE8 form.tilmeld-form div.selv.faktura {
    *width: 340px !important;
    *padding-bottom: 0 !important;
  }
  .main__tilmeld .gratis-h1 {
    _width: 460px !important;
  }
}
@media (max-width: 530px) {
  .main__tilmeld form.tilmeld-form {
    *width: 350px !important;
    *margin-left: 0px;
    *padding-left: 20px;
  }
}
@media (max-width: 475px) {
  .main__tilmeld {
    _width: 250px !important;
  }
  .main__tilmeld .gratis-h1 {
    _width: 320px !important;
  }
  .main__tilmeld form.tilmeld-form {
    _width: 230px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container input.input {
    _width: 250px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container {
    _width: 250px !important;
  }
  .fakturaLabels, .faktura {
    _width: 260px !important;
  }
  .passwordP {
    _width: 250px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .phone-container.phone-container__tilmeld {
    _width: 267px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container.phone-container__tilmeld {
    _width: 263px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container input.input.telefon.telefon-tilmeld#phone {
    _width: 170px !important;
  }
  .phone-container__tilmeld {
    _display: block !important;
    _margin: auto !important;
  }
  .country-code-tilmeld {
    _width: 30px !important;
    _margin: 0 !important;
  }
  .isOlderThanIE8 form.tilmeld-form div.selv.faktura {
    _width: 220px !important;
    _padding: 0 !important;
  }
  .fakturaLabels {
    _width: 220px !important;
  }
  .fakturaLabelTwo {
    _width: 220px !important;
  }
  .fakturaLabelOne {
    _width: 220px !important;
  }
  .main__tilmeld .brugernavnP {
    _width: 260px !important;
  }
  .minChar {
    _float: left;
    _clear: both;
    _width: 200px;

  }

}
@media (max-width: 425px) {
  .main__tilmeld form.tilmeld-form {
    *width: 275px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container input.input {
    *width: 250px !important;
  }
  .fakturaLabels, .faktura {
    *width: 260px !important;
  }
  .passwordP {
    *width: 250px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .phone-container.phone-container__tilmeld {
    *width: 267px !important;
  }
  .isOlderThanIE8 form.tilmeld-form .input-container input.input.telefon.telefon-tilmeld#phone {
    *width: 170px !important;
  }
  .phone-container__tilmeld {
    *display: block !important;
    *margin: auto !important;
  }
  .country-code-tilmeld {
    *width: 30px !important;
    *margin: 0 !important;
  }
  .isOlderThanIE8 form.tilmeld-form div.selv.faktura {
    *width: 270px !important;
  }
  .fakturaLabelTwo {
    *width: 270px;
  }
  .minChar {
    *float: left;
    *clear: both;
    *width: 200px;

  }
}
