/* LAYOUT WITH DISPLAY: TABLE */

/* GENERAL STYLING FOR ALL PAGES */

header, nav, article, footer, address {
  display: block;
}
.heading__h2 {
  vertical-align: middle;
  display: block;
  padding-top: 10px;
  height: 40px;
}
.heading__h2--small {
  margin-left: 20px;
}
.heading__text-container {
  display: block;
  float: left;
}
.heading__logo {
  vertical-align: middle;
  margin-bottom: 4px;
  float: left;
}
.header {
/*  width: 100%; */
  top: 0;
}
.header__nav > * {
	display: inline-block;
  vertical-align: middle;
}
.header__menu {
  height: 28px;
  padding-top: 8.5px;
}
.header__menu-item {
  display: inline-block;
  line-height: 12px;
}
.header__menu-item a {
  line-height: 12px;
}
.header__open-nav-button, .header__toggle-nav-button {
  box-sizing: border-box;
  float: right;
  height: 36px;
}
.header__log-in-button {
}
.header__toggle-nav-button {
  display: none;
}
/*.header {
  display: table;
  width: 100%;
  height: 20px;
}
.header__nav {
  display: table-row;
}
.header__logo-link {
  display: table-cell;
}
.header__menu {
  display: table-cell;
  width: 270px;
  height: 20px;
}
.header__menu-item {
  display: inline-block;
  vertical-align: middle;
}
button .header__log-in-button {
  display: table-cell;
  height: 30px;
}
button .header__open-nav-button {
  display: table-cell;
  height: 30px;
}
.header__toggle-nav-button {
  display: none;
  height: 30px;
} */

/* STYLING FOR HOMEPAGE */

.front__slogan-section {
  display: table;
  border-spacing: 15px 0;
  width: 98%;
}
.front__slogan {
  display: table-cell;
}
.front__contact-button {
  display: table-cell;
  float: right;
  margin-top: 5px;
}
.front__boxes-container {
  display: table;
  border-spacing: 15px 0;
  width: 98%;
}
.front__product-box {
  display: table-cell;
  width: 30%;
}
.front__first-column {
  display: table-cell;
  width: 30%;
}
.front__price-box {
  padding-bottom: 60px;
}
.front__price-h2 {
  display: table-cell;
  width: 70%;
  float: left;
  top: 0;
}
.front__price-img {
  display: table-cell;
  float: right;
  width: 77px;
  height: 85px;
}
.front__price-p--margin {
  margin-top: 110px;
}
.front__price-p--right {
  float: right;
  padding-bottom: 15px;
}
.front__video {
  margin-top: 30px;
}
.front__buttons {
  width: 250px;
  margin: 20px auto 0 auto;
}
div .front__buttons--bottom {
  position: relative;
  bottom: 0px;
}
.front__product-box  {
  vertical-align: top;
}
.front__product-main-text {
  vertical-align: top;
  padding-top: -20px;
}
.front__product-h2, .front__product-h3 {
  display: inline-block;
}
.about-products__boxes-container {
  display: table;
  border-spacing: 20px 0;
  width: 97%;
  margin-top: 20px;
}
.about-products__info {
  display: table-cell;
  width: 28%;
}
.about-products__table-section {
  display: table-cell;
  width: 38% ;
}
.about-us__content-section--none {
  display: block;
}
.about-us__boxes-container {
  font-size: 0; /* remove whitespace from inline-block elements */
}
.about-us__content-section.about-us__content-section.about-us__content-section {
  display: inline-block;
  width: 33%;
  padding: 0 40px 60px 40px;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}
.footer__nav {
  display: table;
  width: 97%;
  border-spacing: 15px 0;
}
.footer__ul--column-three, .footer__ul--column-two, .footer__ul--column-four, .footer__ul--column-one {
  display: table-cell;
}
.about-products__td--wide {
  width: 60%;
}
@media (max-width: 1320px) {
.front__price-h2--big {
  font-size: 1.8em;
}
}
@media (max-width: 1271px) {
.front__price-h2--big {
  font-size: 1.85em;
}
}
@media (max-width: 1240px) {
.front__first-column {
  display: table-row;
  width: 90%;
}
.front__slogan-section {
  display: block;
  margin: auto;
}
.front__contact-button {
  float: none;
  display: block !important;
  margin: auto !important;
}
.front__slogan {
  display: block;
  margin: 10px auto;
  text-align: center;
}
.front__product-headings {
  position: static;
}
.front__video {
  display: table-cell;
 width: 100%;
}
.front__price-box {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.front__product-box {
  width: 50%;
}
.front__boxes-container {
  border-spacing: 15px;
  width: 75%;
}
.about-products__boxes-container {
  display: block;
}
.about-products__info {
  display: block;
  float: left;
  margin: 0 1% 40px 1%;
  width: 48%;
}
.about-products__info--right {
  float: right;
}
.about-products__table-section {
  display: block;
  width: 75%;
  clear: both;
  margin: auto;
}
.about-us__content-section.about-us__content-section.about-us__content-section {
  width: 50%;
}
}
@media (max-width: 1160px) {
.front__boxes-container {
  width: 85%;
}
}
@media (max-width: 1035px) {
.front__boxes-container {
  width: 95%;
}
}
@media (max-width: 1000px) {
.hide-second {
  display: none;
}
}
@media (max-width: 850px) {
.hide-third {
  display: none;
}
}
@media (max-width: 790px) {

.front__boxes-container {
  border-spacing: 0;
  display: block;
  width: 60%;
  margin: 0 20%;
}
.front__first-column {
  display: block;
  width: auto;
}
.front__product-box {
  display: block;
  margin-left: 0;
  width: auto;
  margin-top: 25px;
}
.front__price-box {
  display: block;
  width: auto;
  margin-left: 0;
  margin-top: 40px;
}
.front__vieo {
  margin: 0;
  display: block;
  width: 100% !important;
  height: auto;
  margin: 25px auto 0 auto;
}
.about-products__boxes-container {
  display: block;
}
.about-products__info {
  display: block;
  width: 95%;
}
.about-products__info--right {
  float: left;
}
.about-products__table-section {
  display: block;
  margin: 40px auto 0 auto;
}
.about-us__content-section.about-us__content-section.about-us__content-section {
  margin: auto;
  display: block;
  width: 85%;
  padding: 0 0 40px 0;
}
.footer__nav {
  display: block;
  border-spacing: 0;
}
.footer__ul--column-three, .footer__ul--column-two, .footer__ul--column-four, .footer__ul--column-one {
  display: block;
  margin-top: 2em;
}
.footer__copyright-p {
  margin-left: 0.8em;
}
}
@media screen and (max-width: 790px) {
  .footer__nav {
    display: block;
    border-spacing: 0;
  }
  .footer__ul--column-three, .footer__ul--column-two, .footer__ul--column-four, .footer__ul--column-one {
    display: block;
    margin-top: 2em;
  }
  .footer__copyright-p {
    margin-left: 0.8em;
  }
}
@media (max-width: 685px) {
.front__boxes-container {
  width: 70%;
  margin: 0 15%;
}
}
@media (max-width: 600px) {
.about-products__table-section {
  width: 95%;
}
}
@media (max-width: 580px) {
.front__boxes-container {
  width: 80%;
  margin: 0 10%;
}
}

@media (max-width: 520px) {
.heading__h2--small {
  display: none;
}
}
@media (max-width: 510px) {

.header {
  height: 60px;
}
.header__logo-img {
  width: 150px;
  height: auto;
  margin-top: 8px;
}
.header__log-in-button {
  top: 8px;
}
.header__open-nav-button, .header__toggle-nav-button {
  padding-top: 0;
}
.front__boxes-container {
  width: 90%;
  margin: 0 5%;
}
}
@media (max-width: 405px) {
.header__log-in-button {
  top: 12.5px;
  font-size: 13px !important;
  width: 75px !important;
  padding: 10px 0 !important;
}
.about-products__table-section {
  width: 100%;
}
.front__boxes-container {
  width: 98%;
  margin: 0 1%;
}
.front__price-img {
  width: 60px;
  height: auto;
}
.about-us__content-section.about-us__content-section.about-us__content-section {
  width: 95%;
}
}

/* STYLING FOR GRATIS.PHTML */

.main__gratis {
  margin-top: 0;
}
.content {
  padding-top: 0px;
  padding-bottom: 50px;
}
/*
.label {
  float: left;
  margin-right: 30px;
  text-align: right;
  width: 150px;
}
.input {
  float: right;
  width: 310px;
}
.float-clear {
  display: block;
  float: none;
  clear: both !important;
  height: 8px;
}
.phone-container {
  float: right;
}
#arbejdsplads, #kontakt, #emailInput, #phone, #emne {
  padding-bottom: 0;
  padding-top: 0;
}
.plus_sign {
  float: left;
  margin-top: 3px;
}
#country-code {
  float: left;
  width: 50px;
  padding-left: 15px;
  margin-left: 7px;
}
#phone {
  float: right;
  min-width: 202px !important;
  width: 246px !important;
}
#besked {
  width: 286px;
}
#options {
  width: 310px !important;
}
.sendBesked {
  float: right;
  clear: both;
}
.gratis-space {
  display: block;
  float: none;
  clear: both;
}
@media (max-width: 600px) {

.main__gratis {
  width: 400px;
}
.label {
  float: none;
  display: block;
  text-align: left;
}
.input {
  width: 100%;
  float: none;
  display: block;
}


.phone-container {
  width: 100%;
  float: left;
}

#country-code {
  margin-left: 0px;
}

#phone {
  width: 68% !important;
}
.plus_sign {
  width: 7%;
}

#options {
  width: 100% !important;
}

#besked {
  width: 93.5%;
}

}
@media (max-width: 535px) {
.label {
  margin-top: 0;
}
}
@media (max-width: 425px) {
.main__gratis {
  width: 310px;
  _width: 250px !important;
  }
  .main__gratis #besked {
    width: 100%;
  }

}
*/


/* STYLING FOR KONTAKT.PHTML */

.main__kontakt #phone {
  min-width: 100px !important;
}

.main__kontakt {
  margin-top: 0;
}

.main__kontakt .label {
  text-align: left;
}
.isOldBrowser .main__kontakt form input[type=text],
.isOldBrowser .main__kontakt form input[type=email] {
  width: 340px;
}
.isOldBrowser .main__kontakt form .phone-container {
  width: 340px;
}
.isOldBrowser form .phone-container--kontakt input[type=text].telefon#phone {
  width: 250px !important;
}
.isOldBrowser form textarea#besked {
  width: 340px;
}
}
@media (max-width: 425px) {
.main__kontakt {
  width: 270px;
}

.isOldBrowser .main__kontakt form input[type=text],
.isOldBrowser .main__kontakt form input[type=email] {
  width: 240px;
}
.isOldBrowser .main__kontakt form .phone-container {
  width: 240px;
}
.isOldBrowser form .phone-container--kontakt input[type=text].telefon#phone {
  width: 220px !important;
}
.isOldBrowser .main__kontakt form textarea#besked {
  width: 240px;
}

}
/* STYLING FOR JOBS, PARTNERE, PRESSE */
.content-extra {
  padding-top: 0;
}

/* STYLING FOR TILMELD.PHTML */
.main__tilmeld {
  margin-top: 0;
  width: 570px;
}
.tilmeld-form {
  width: auto !important;
}
.input-container {
  float: right;
  width: 280px !important;
}
.label-tilmeld {
  width: 200px;
}
.label-policy {
  width: 200px !important;
}
.input-tilmeld {
  width: 100% !important;
}
.telefon-tilmeld {
  width: 200px !important;
}
.mailP {
  width: 280px !important;
  float: right;
  margin-right: 0 !important;
  font-size: 13px !important;
}
.minChar {
  font-size: 13px !important;
}
.brugernavnP {
  width: 280px !important;
  font-size: 13px !important;
  float: right;
  margin-right: 0 !important;
}
.faktura {
  float: none;
  clear: both;
}
.passwordP {
  vertical-align: top;
  width: 220px !important;
  margin-left: 10px;
}
#postnr {
  width: 95px !important;
  float: left;
}
.fakturaLables {
  float: left;
}
.fakturaLabelOne, .fakturaLabelTwo {
  float: none;
  text-align: left;
  width: 300px !important;
}
.price {
  float: right;
}
.buttonTileld {
  display: block;
}
.tilmeld-button {
  float: right !important;
}

.isOlderThanIE8 form.tilmeld-form .input-container input.input.telefon.telefon-tilmeld,
.isOlderThanIE8 form.tilmeld-form .input-container input.input.telefon.telefon-tilmeld#phone {
  width: 150px !important;
  margin-right: 0;
  float: left;
  min-width: 100px !important;
}

@media (max-width: 600px) {

  .main__tilmeld {
    width: 400px;
  }
  .label-tilmeld {
    float: none;
    width: auto !important;
  }
  .input-container {
    width: 100% !important;
  }
  .input-tilmeld {
    width: 100% !important;
  }
  .brugernavnP, .mailP {
    width: 100% !important;
  }
  .passwordP {
    width: 350px !important;
  }
  .fakturaLabels {
    margin-bottom: 30px;
  }
  .buttonTileld {
    margin-top: 30px;
  }
  #phone-tilmeld {
    width: 78% !important;
  }
}
@media (max-width: 425px) {
  .main__tilmeld {
    width: 310px;
  }
  .passwordP {
    width: 245px !important;
  }
  .fakturaLabelOne, .fakturaLabelTwo {
    width: 290px !important;
  }
  #phone-tilmeld {
    width: 70% !important;
  }
}

/* STYLING FOR LOGIN.PHTML */
.main {
  display: block;
}
.body__login main {
  display: block !important;
}
.main__plans {
  width: 850px;
  float: left;
  min-height: 570px;
}
.content__login {
  padding-top: 0;
}
.app.app.app {
  float: right;
  margin-top: 30px;
  max-width: 350px;
  min-height: 520px;
}
.tab.tab.tab {
  width: 300px;
  margin-right: 0px;
  background-color: #007ab0;
}

.tab button, .tab .button, .tab a {
  width: 150px !important;
  background-color: #0098d4;
}
.tablink-tab_classic {
  float: left;
}
.tablink-tab_route {
  float: right;
}

.active {
  display: block;
  width: 150px !important;
}
.main__plan-description.main__plan-description.main__plan-description {
  width: 500px;
  display: inline-block;
  margin-top: -50px;
  padding-top: 0;
}
.main__form.main__form.main__form {
  display: inline-block;
  width: 300px;
  float: right;
  clear: none;
  margin-top: 8px;
}
.remember-container {
  display: block;
  width: 300px;
}
.input__login {
  display: block;
  float: none;
  clear: both;
  width: 300px !important;
  margin-bottom: 7px !important;
}
.form__button.form__button.form__button {
  width: 300px !important;
}

@media (max-width: 1320px) {
  .main__h1.main__h1.main__h1 {
    display: block;
    margin-left: auto !important;
  }
  .app.app.app {
    float: none;
    display: block;
    margin: 50px auto 0 auto;
  }
  .app__buttons {
    width: 340px;
  }
  .main__plans {
    float: none;
    display: block;
    margin: auto;
    min-height: unset;
  }
  .app__img {
    display: block;
    margin: auto;
  }
  .tabs {
    padding-bottom: 120px;
  }
}

@media (max-width: 930px) {
.main__h1.main__h1.main__h1 {
  width: 700px;
}
.main__plans {
  width: 700px;
}
.tab.tab.tab {
  width: 250px;
}
.main__plan-description.main__plan-description.main__plan-description {
  width: 350px;
}
.main__form.main__form.main__form {
  width: 250px;
}
.remember-container {
  width: 250px !important;
}
.input__login {
  width: 250px !important;
}
.form__button.form__button.form__button {
  width: 250px !important;
}
.forgot-password {
  width: 250px;
}
}
@media (max-width: 775px) {
.main__h1.main__h1.main__h1 {
  width: 450px;
}
.main__plans {
  width: 450px;
}
.main__h2.main__h2.main__h2 {
  padding-top: 30px;
}
.main__form.main__form.main__form {
  float: none;
  display: block;
  margin: auto;
  display: table-header-group;
}
.main__plan-description.main__plan-description.main__plan-description {
  display: table-footer-group;
}
.tab.tab.tab {
  margin: 0 auto 8px auto;
}
.tabcontent__in {
  display: table;
}
.form__extra {
  display: block;
  margin: auto;
}
.remember-container {
  display: block;
  margin: auto;
}
.forgot-password {
  display: block;
  margin: auto;
}
.form__button {
  display: block;
}
}
@media (max-width: 500px) {
.main__h1.main__h1.main__h1 {
  width: 300px;
}
.main__plans {
  width: 300px;
}
}

@media (max-width: 360px) {
  .app__buttons {
    width: 100%;
  }
  .main__h1.main__h1.main__h1 {
    width: 100%;
  }
  .main__plans {
    width: 100%;
  }
  .form__button.form__button.form__button {
    width: 100% !important;
  }
  .input__login {
    width: 85% !important;
    min-width: unset !important;
  }
}
