﻿* {
    font-family: 'Open Sans', sans-serif !important;
}
/* Fixing navbar collapse for Ipad --- Start */
@media (max-width: 769px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
} /* Fixing navbar collapse for Ipad --- End */


/* Standard style for website */
body {
    width: 100%;
    height: 100%;
    line-height: 1.5em;
}
h1 {
    font-size: 2em;
    font-family: 'Open Sans';
    color: #666666;
}
h2 {
    font-family: 'Open Sans';
    color: #666666;
}
h3 {
    font-family: 'Open Sans';
    color: #666666;
}
p {
    font-size: 1.2em;
    font-family: 'Open Sans';
    color: #666666;
    line-height: 25px;
}
a {
    font-size: 1.2em;
    font-family: 'Open Sans';
    color: #b3b3b3;
    text-decoration: none;
}
ul li {
    font-size: 1.2em;
    font-family: 'Open Sans';
    color: #666666;
    line-height: 30px !important;
}
a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}
.link {
    margin-top: 20px !important;
}
.navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #ffb900 !important;
}
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

/* **************** */
/*                  */
/*      LOGIN       */
/*                  */
/* **************** */
.loginSiteBoks {
    margin-top: 120px !important;
    text-align: center;
}
.loginSiteBoks form {
    margin-top: 20px !important;
}
.loginInputBox {
    width: 280px !important;
    height: 35px !important;
    background-color: #f6f6f6;
    border: solid 1px #ffb900;
    padding-left: 10px !important;
}
.loginBtn {
    width: 280px !important;
    background-color: #ffb900;
    border: solid 1px #ffb900;
    color: #000;
}


/* **************** */
/*                  */
/*      HEADER      */
/*                  */
/* **************** */
#header_nav {
    width: 100%;
    height: 50px;
    
    background-color: #fff;
    /*border-bottom: solid 2px rgb(136, 200, 189); /* #6599FF; */
    border-bottom: solid 1px #ffb900;
}

/* Navigation panel */
.nav_logo {
    height: 20px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-size: 18px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ffb900;
}
.dropdown-menu > li > a:hover {
    color: #ffb900;
}
#header nav {
    width: 60%;
    height: 50px;
    margin: auto;
    /*border-bottom: solid 2px rgb(136, 200, 189);*/
    border-bottom: solid 1px #ffb900;
    display: block;
}
#header nav ul {
    height: 50px;
}
#header nav ul li {
    height: 48px;
}
.navbar-right {
    margin-right: 50px;
}
.nav_home a {
    padding-top: 10px !important;
    padding-bottom: 8px !important;
}
.nav_homeImg {
    background-image: url('../Images/PresentationSite/Home_sort.png');
    -ms-background-size: 30px 30px;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
}

.nav_homeImg.active, .nav_homeImg:hover {
    background-image: url('../Images/PresentationSite/home.png');
}

/* ****************** */
/*                    */
/*      CONTENT       */
/*                    */
/* ****************** */

.siteContent {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    background-color: #f7f7f7 !important;  
}
.navbar-fixed-top {
    z-index: 10000 !important;
}

/* **************** */
/*                  */
/*       HOME       */
/*                  */
/* **************** */
.home {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.home_slide1 {
   
}
.home_line {
    width: 100%;
    overflow: hidden;
}
.home_tilmeld {
    display: none;
    margin-bottom: 80px;
}
.home_tilmeld_user {
    width: 180px;
    height: 180px;
    float: left;
    border-radius: 100%;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    overflow: hidden;

    color: #000;
    background-color: #FFb900;
}
.home_tilmeld_company {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    margin: auto;
    overflow: hidden;
    text-align: center;

    color: #000;
    background-color: #6599FF;
}
.tilmeld_text {
    margin-top: 65px;
    color: #000;
    font-size: 20px;
}
.tilmeld_sendtTekst {
    margin-top: 50px !important;
}
.home_textbox {
    margin-top: 80px;
    margin-bottom: 50px;
}
.home_imgbox {
    margin-top: 80px;
    text-align: center;
    border-radius: 5px;
}
.info-img {
    width: 250px;
    margin-bottom: 50px;
}

/* SLIDE 2 */

.home_slide2 {
    margin-bottom: 100px;
}
.home_slide2_text {
    margin-top: 80px !important;
}
.slide2_img {
    width: 450px;
    margin-top: 100px;
}
.info-img2 {
    text-align: center !important;
}


/* **************** */
/*                  */
/*   Tilmeld butik  */
/*                  */
/* **************** */
/* Tilmeld din butik */
.tilmeldButik {
    margin-top: 50px;
}
.tilmeldButik .row {
    margin-right: 0 !important;
}
.tilmeld_headlineText {
    margin-top: 160px;
    line-height: 35px;
}
.tilmeld_headlineText p {
    font-size: 22px;
}
.tilmeldBoks {
    margin-top: 50px;
}
.tilmeldBoks form {
    width: 100%;
    overflow: hidden;
}
.tilmeld_alert {
    margin-top: 400px !important;
}
.tilmeldBoks form input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
}
.tilmeldBoks .inputDiv {
    margin-top: 20px;
}
.tilmeldBoks .inputDiv .submitButton {
    color: #fff;
    margin-bottom: 100px;
    border: none;
    background-color: #ffb900;
    font-weight: bold;
}

/* **************** */
/*                  */
/*   Kig Indenfor   */
/*                  */
/* **************** */
/* Kig indenfor */
.kigIndenfor {
}
.kigIndSite {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.kigInd_slide1 {
    margin-left: 15px !important;
}
.kigIndenfor .row {
    margin-right: 0 !important;
}
.kigIndenfor_header {
    text-align: center;
}
.kigIndenfor_header h1 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.button_kort {
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
}
.kigIndSite h1 {
    text-align: center;
}
.kigIndSite p {
    line-height: 30px;
    text-align: justify;
}
.kigInd_nav {
    text-align: center;
}
.slide_navImg {
    width: 200px;
}
.carousel_img {
    width: 200px;
}
.sky-carousel {
    background: #f6f6f6 !important;
    border: none !important;
}
.kigInd_textSection {
    margin-bottom: 50px;
}
.kigInd_textSection3 {
    margin-bottom: 50px;
}
.kigInd_white {
    background-color: #fff;
}
.carousel_wrapper {
    padding-right: 0 !important;
    padding-left: 29px !important;
}
#stampcard_carousel {
    width: 100%;
    background-color: #f7f7f7 !important;
}
#loyalitycard_carousel {
    width: 100%;
    background-color: #fff !important;
}
#giftcard_carousel {
    width: 100%;
    background-color: #f7f7f7 !important;
}

/* **************** */
/*                  */
/*   Dine fordele   */
/*                  */
/* **************** */
.b2b {
    margin-top: 50px;
    overflow: hidden;
}
.b2b_nav {
    margin-top: 50px;
}
.b2b_link2Section {
    display: block;
    visibility: hidden;
    margin-bottom: 50px;
}
.b2b_headlineBox {
    margin-top: 80px;
    margin-bottom: 50px;
}
.b2b_headline {
    line-height: 50px;
    text-align: center;
}
.b2b_navBox p {
    margin-top: 10px;
}
.kommuniker_linkText {
    margin-top: 10px !important;
}
.b2b_navImg {
    width: 230px !important;
    height: 230px !important;
    /*border-radius: 100%;*/
}
.b2b_navImg img {
    width: 230px !important;
    height: 230px !important;
}
.b2b_nav p {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
}
.b2b_section {
    margin-top: 50px;
}
.b2b_section h1 {
    font-size: 20px;
    text-transform: uppercase;
}
.b2b_section p {
    line-height: 30px;
}
.b2b_kundenIFokusImg {
    width: 220px;
    height: 220px;
}
.b2b_kundeplejeImg {
    width: 220px;
    height: 220px;
}
.b2b_kommunikerImg {
    width: 220px;
    height: 220px;
    margin-top: 30px;
}
.b2b_brugervenImg {
    width: 220px;
    height: 220px;
    margin-top: -20px !important;
}
.b2b_sikkerhedImg {
    width: 220px;
    height: 220px;
    margin-top: 20px;
}
.b2b_supportImg {
    width: 220px;
    height: 220px;
    margin-top: 10px;
}
.b2b_supportSection {
    margin-bottom: 50px;
}

/* **************** */
/*                  */
/* Loyalty in a Box */
/*                  */
/* **************** */
/* Loyality in a Box */
.liab_grey {
    background-color: #f7f7f7 !important;
}
.liab_white {
    background-color: #fff !important;
}
.liab h1 {
    font-size: 26px;
    margin-top: 0 !important;
}
.liab p {
    line-height: 35px;
}
.liab_slide {
    margin-top: 50px;
    margin-bottom: 50px;
}
.liab_slide h3 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.liab_header {
    margin-bottom: 50px;
}
.liab_img {
    width: 150px;
}
.liab_textSlide1 p {
    margin-top: 30px;
}
.liab_textSlide2 p {
    margin-top: 30px;
}
.liab_textSlide3 p {
    margin-top: 30px;
}
.liab_textSlide4 p {
    margin-top: 30px;
}
.liab > ul li {
    line-height: 30px !important;
}
.liab_textSlide6 p {
    margin-top: 30px;
}
.liab_img5 {
    margin-top: 30px;
}

.orange {
    color: #ffb900;
}
.bgOrange {
    background-color: #ffb900;
}
.green {
    color: #7FBA00;
}
.bgGreen {
    background-color: #7FBA00;
}
.liab_step {
    padding: 0;
}
.liab_stepOuterCircle {
    padding: 0 !important;
}
.liab_stepCircle {
    width: 90px;
    height: 90px;
    border-radius: 100% !important;
    padding-top: 27px;
    text-align: center;
}
.liab_stepCircle p {
    font-size: 26px;
    font-weight: bold;
    color: #f6f6f6;
}
.liab_stepLineLeft {
    height: 90px;
    padding: 0 !important;
    text-align: center;
}
.liab_stepLineRight {
    height: 90px;
    overflow: hidden;
    padding: 0 !important;
    text-align: center;
}
.liab_stepLineLeft i {
    font-size: 40px;
    margin-top: 18px;
}
.liab_stepLineRight i {
    font-size: 50px;
    margin-top: 14px;
}

/* **************** */
/*                  */
/*      Kontakt     */
/*                  */
/* **************** */

/* **************** */
/*                  */
/*      Om os       */
/*                  */
/* **************** */
/* Om os */
.Omos {
    margin-top: 50px;
}
.Omos_textSection {
    margin-top: 50px;
}
.Omos_textSection h1 {
    margin-bottom: 20px;
}
.Omos_textSection p {
    text-align: justify;
}
.Omos_medarbejdere {
    margin-bottom: 50px;
}
.Omos_medarbejdere_name {
    height: 30px !important;
}
.Omos_medarbejder_title {
    height: 50px !important;
}
.Omos_medarbejdere img {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
    border-radius: 100%;
}
.Omos_medarbejdere_linkedIn {
    width: 40px !important;
    height: 40px !important;
}
.medarbejderBoks {
    text-align: center;
    margin-top: 50px;
}

/* ************ */
/*    Footer    */
/* ************ */
.footer {
    width: 100%;
    bottom: 0px;
    /*border-top: solid 2px rgb(136, 200, 189);*/
    border-top: solid 1px #ffb900;
    overflow: hidden;
    background-color: #fff !important;
}
.footer_header {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.footer_zmartWallet {
    margin-bottom: 20px;
}
.footer_content {
    width: 100%;
    margin-top: 0px;
}
.footer_content .row {
    margin-top: 10px !important;
}
.footer_section {
    
}
.footer_section h1 {
    height: 15px;
    font-size: 14px;
}
.footer_section h1 a {
    color: #666666;
}
.footer_section ul {
    padding: 0;
}
.footer_section ul li {
    list-style-type: none;
}
.footer_img {
    width: 40px;
    height: 40px;

    margin-top: 20px;
}
.mobile_footer {
    display: none;
}
.footer_foot {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

/* Kontakt os */
.kontakt {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
}
.kontakt_content {
    overflow: hidden;
}
.kontakt_text {
    margin-top: 100px;
    margin-right: 5%;
}
.kontakt_text h1 {
    margin-bottom: 20px;
}
.kontakt_form {
    margin-top: 5%;
    margin-left: 5%;
}
.kontakt_form form {
    overflow: hidden;
}
.kontakt_form_firstName {
    width: 47%;
    padding-left: 5px;
    margin-right: 6%;
    float: left;
}
.kontakt_form_lastName {
    width: 47%;
    padding-left: 5px;
    float: left;
}
.kontakt_form_email {
    width: 100%;
    padding-left: 5px;
    float: left;
    margin-top: 20px;
}
.kontakt_form form textarea {
    width: 100%;
    height: 200px;
    margin-top: 20px;
    resize: none;
    padding-left: 5px;
}
.kontakt_form_submit {
    width: 40%;
    height: 40px;
    color: #fff;
    border: none;
    margin-top: 20px;
    background-color: #ffb900;
    font-weight: bold;
}
.kontaktForm_errorDiv {
    
}

.kontakt_map {
    margin-top: 50px;
    margin-bottom: 0;
    padding: 0 !important;
}
.kontakt_map iframe {
    height: 400px;
    margin: 0;
    padding: 0;
}

.liab_lineSlide {
    overflow: hidden;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.liab_line {
    width: 100%;
}
.liab_line img {
    width: 100%;
}
/* **************** */
/*                  */
/*      MEDIA       */
/*                  */
/* **************** */
@media (max-width: 1755px) {
    .home_tilmeld_user {
        width: 150px;
        height: 150px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .home_tilmeld_company {
        width: 150px;
        height: 150px;
        margin: auto !important;
    }
    .tilmeld_text {
        margin-top: 52px;
        font-size: 16px;
    }
    .b2b_navImg {
        width: 180px !important;
        height: 180px !important;
    }
}
@media (max-width: 1500px) {
    .liab_stepOuterCircle {
        height: 80px;
    }
    .liab_stepCircle {
        //padding-top: 23px;
    }
}
@media (max-width: 1440px) {
    .b2b_nav p {
        font-size: 18px !important;
    }
    .slide3_left {
        margin-top: 10px !important;
    }
    .b2b_sectionImg img {
        width: 180px;
        height: 180px;
    }
    .b2b_kundenIFokusImg {
        margin-top: 40px;
    }
    .b2b_kundeplejeImg {
        margin-top: 60px;
    }
    .b2b_kommunikerImg {
        margin-top: 100px;
    }
    .b2b_brugervenImg {
        margin-top: 20px !important;
    }
    .b2b_sikkerhedImg {
        margin-top: 80px;
    }
    .b2b_supportImg {
        margin-top: 70px; 
    }
    .b2b_navImg {
        width: 150px !important;
        height: 150px !important;
    }
}
@media (max-width: 1400px) {
    .home_slide2_text {
        margin-top: 50px !important;
    }
    .liab_stepOuterCircle {
        height: 70px;
    }
    .liab_stepCircle {
        width: 80px;
        height: 80px;
        padding-top: 22px;
    }
    .liab_stepLineRight i {
        //margin-top: 9px;
    }
    .liab_stepLineLeft i {
        //margin-top: 13px;
    }
}
@media (max-width: 1225px) {
    .b2b_nav p {
        font-size: 16px !important;
    }
    .liab_stepOuterCircle {
        height: 60px;
    }
    .liab_stepCircle {
        width: 70px;
        height: 70px;
        padding-top: 18px;
    }
    .liab_stepLineRight i {
        margin-top: 7px;
    }
    .liab_stepLineLeft i {
        margin-top: 12px;
    }
    .b2b_navImg {
        width: 120px !important;
        height: 120px !important;
    }
}
@media (max-width: 1200px) {
    .footer_zmartWallet {
        width: 280px;
    }
    .b2b_nav p {
        font-size: 16px !important;
    }
}
@media (max-width: 1060px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px !important;
    } 
}
@media (max-width: 1000px) {
    .slide3_left {
        margin-top: 0 !important;
    }
}
@media (max-width: 992px) {
    .navbar-default .navbar-nav > li > a  {
        font-size: 14px !important;
    }
    .home_textbox {
        margin-top: 50px !important;
    }
    .info-img {
        width: 250px !important;
    }
    .b2b_headlineBox {
        margin-top: 50px;
    }
    .b2b_left_text {
        margin-top: 20px !important;
    }
    .b2b_left_facts {
        height: 200px !important;
    }
    .b2b_left_facts ul {
        margin-top: 20px !important;
    }
    .b2b_right h1 {
        font-size: 26px !important;
    }
    .tilmeld_headlineText {
        margin-top: 50px;
    }
    .kontakt_text {
        margin-top: 50px;
    }
    .slide2_img {
        width: 350px;
    }
    .liab_stepCircle {
        width: 60px;
        height: 60px;
        padding-top: 12px;
    }
    .liab_stepLineRight i {
        margin-top: 5px;
    }
    .liab_stepLineLeft i {
        margin-top: 10px;
    }
    
    .footer_zmartWallet {
        width: 220px;
    }
    .footer_img {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 969px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 14px !important;
    }     
}
@media (max-width: 940px) {
    .b2b_nav p {
        font-size: 14px !important;
    }
}
@media (max-width: 932px) {
    .navbar-right {
        margin-right: 0 !important;
    }
}
@media (max-width: 904px) {
    .Omos_medarbejdere_name {
        margin-bottom: 30px;
    }
}
@media (max-width: 870px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px !important;
    }
}
@media (max-width: 862px) { 
    .slide2_img {
        width: 320px;
    }
}
@media (max-width: 840px) {
    .b2b_nav p {
        font-size: 12px !important;
    }
    .b2b_navImg {
        width: 100px !important;
        height: 100px !important;
    }
}
@media (max-width: 812px) {
    .Omos_medarbejder_title {
        margin-bottom: 30px !important;
    }
}
@media (max-width: 800px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 11px !important;
    }
}
@media (max-width: 769px) {
    /* Nav */
    #header_nav {
        margin: 0;
        border: none;
    }
    .container-fluid {
        padding: 0;
    }
    .navbar-header {
        margin: 0 !important;
    }
    .navbar-nav {
        margin: 0 !important;
    }
    .navbar-collapse {
        width: auto;
        float: right;
        padding: 0;
        margin: 0 !important;
        border-top: none;
    }
    .navbar-collapse > ul {
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        border-bottom: solid 1px #FFb900;
        /*border-bottom: solid 2px rgb(136, 200, 189);*/
    }
    .navbar-collapse > ul li {
        width: auto;
        border-bottom: solid 1px #FFb900;
    }
    .navbar-collapse > ul li a {
        font-size: 16px !important;
        margin-left: 15px;
    }
    .nav_link a:hover {
        color: #ffb900;
    }
    .navbar-right {
        margin-right: 0;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px !important;
    }
    #stepsRow {
        display: none;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 1.6em !important;
    }
    p {
        font-size: 0.8em !important;
    }
    ul li {
        font-size: 0.8em !important;
    }

    /* Nav */
    #header_nav {
        margin: 0;
        border: none;
    }
    .container-fluid {
        padding: 0;
    }
    .navbar-header {
        margin: 0 !important;
    }
    .navbar-nav {
        margin: 0 !important;
    }
    .navbar-collapse {
        width: auto;
        float: right;
        padding: 0;
        margin: 0 !important;
        border-top: none;
    }
    .navbar-collapse > ul {
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        border-bottom: solid 1px #FFb900;
        /*border-bottom: solid 2px rgb(136, 200, 189);*/
    }
    .navbar-collapse > ul li {
        width: auto;
        border-bottom: solid 1px #FFb900;
    }
    .navbar-collapse > ul li a {
        margin-left: 15px;
    }
    .nav_link a:hover {
        color: #ffb900;
    }
    .navbar-right {
        margin-right: 0;
    }
    .navbar-brand {
        margin-left: 0 !important;
    }
    .info-img {
        width: 200px !important;
    }

    .Omos_medarbejdere_name, .Omos_medarbejder_title {
        margin-bottom: 0;
    }

    .b2b_sectionText {
        width: 100%;
    }

    /* Footer */
    .footer_img {
        width: 20px !important;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px !important;
    }
    .slide_navImg {
        width: 150px !important;
    }
    .slide2_img {
        margin-top: 50px !important;
        width: 300px;
    }
    .home_textbox p {
        margin: auto;
    }
    .home_tilmeld_user {
        margin-left: 25%;
    }
    .info-img {
        width: 150px !important;
    }
    .info-img2 {
        text-align: center;
    }
    .slide2_img {
        margin: auto;
        width: 200px !important;
    }
    .slide3_img {
        width: 150px !important;
    }
    .home_slide2_text {
    }
    .b2b_mobil_left {
        display: block !important;
    }
    .b2b_mobil_right {
        display: block !important;
        border-right: none !important;
    }
    .b2b_mobil_right h1 {
        font-size: 30px;
    }
    .b2b_mobil_right p {
        font-size: 14px;
    }
    .b2b_left {
        display: none;
    }
    .b2b_right {
        display: none;
    }
    .navbar-toggle {
        margin-right: 50px !important;
    }
    .kontakt_form {
        margin-left: 8.33333333% !important;
    }
}
@media (max-width: 690px) {
    .footer_zmartWallet {
        width: 180px;
    }
    .b2b_imgNav {
        display: none !important;
    }
}
@media (max-width: 640px) {
    .button_kort img {
        width: 100px !important;
    }
}
@media (max-width: 600px) {
    .home_tilmeld {
        margin-left: 0 !important;
    }
    .slide2_img {
        width: 250px;
    }
    .footer_left {
        display: none;
    }
    .footer_right {
        display: none;
    }
    .footer_mid {
        width: 100%;
        text-align: center;
        margin-bottom: 200px;
        float: none !important;
    }

    .b2b_navBox p {
        display: none;
    }

    .liab_img {
        width: 100px !important;
    }


    .footer_copyright {
        margin-top: 5px;
    }
    .mobile_footer {
        display: block;
    }
}
@media (max-width: 500px) {
    .home_tilmeld_user {
        width: 130px;
        height: 130px;
    }
    .home_tilmeld_company {
        width: 130px;
        height: 130px;  
    }
    .tilmeld_text {
        margin-top: 45px;
        font-size: 14px;
    }
    .b2b_left_facts {
        height: 260px !important;
    }
    .b2b_mobil_right h1 {
        font-size: 26px !important;
    }
    .b2b_mobil_left h1 {
        font-size: 26px !important;
    }
    .kontakt_form_firstName {
        width: 100% !important;
        float: none !important;
    }
    .kontakt_form_lastName {
        width: 100% !important;
        float: none !important;
        margin-top: 20px;
    }

    .footer_section {
        width: 100%;
        margin-left: 30% !important;
    }
}
@media (max-width: 460px) {
    .button_kort img {
        width: 80px !important;
    }

    .info-img {
        width: 100px !important;
    }
    .slide3_img {
        width: 100px !important;
    }
    .slide2_img {
        width: 100px !important;
    }
}
@media (max-width: 450px) {
    .b2b_left_facts {
        height: 200px !important;
    }
}
@media (max-width: 400px) {
    .tilmeld_a_company {
        padding-left: 0 !important;
        margin-left: 25% !important;
    }
    .home_tilmeld_user {
        margin-left: 10%;
    }
    .b2b_mobil_left {
        margin-top: 0 !important;
    }
    .b2b_left_facts {
        height: 200px !important;
    }
    .b2b_left_facts ul {
        margin-top: 15px !important;
    }
    .b2b_left_img {
        width: 200px !important;
    }
    .b2b_mobil_right h1 {
        font-size: 20px !important;
    }
    .b2b_mobil_left h1 {
        font-size: 20px !important;
    }

    .liab_img {
        width: 80px !important;
    }
}
@media (max-width: 380px) {
    .home_tilmeld_user {
        width: 130px;
        height: 130px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .home_tilmeld_company {
        width: 130px;
        height: 130px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .tilmeld_text {
        margin-top: 45px;
        font-size: 14px;
    }
    .home_tilmeld {
        margin-left: 30px;
    }
    .home_textbox {
        margin-top: 20px !important;
    }
    .home_tilmeld {
        margin-top: 0 !important;
    }
}



.home_slide2_text {
    margin-top: 50px;
}
.home_slide2_text h1 {
    font-size: 26px;
}
.home_slide2_text p {
    margin-top: 20px;
    /*line-height: 35px;*/
}

.download_img {
    margin-top: 50px !important;
}
.download_android {
    width: 200px;
}
.download_iOS {
    width: 200px;
}

.modal-content {
}
.modal-header {
    background-color: #FFb900 !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.modal-body form {

}
.addCompanyInputs {
    width: 100%;
    height: 35px;
    border: solid 1px #666666;
    border-radius: 5px;
    padding-left: 5px;
}
.addCompanyDivs {
    margin-top: 20px;
}
.addCompany_firmaNavn {
    padding-left: 0 !important;
}
.addCompany_firmaType {
    padding-right: 0 !important;
}

/* Slide 3 */
.home_slide3 {
    background-color: #ffffff;
}
.slide3 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.slide3_img {
    width: 250px;
}
.slide3_left h1 {
    font-size: 26px;
}
.slide3_left p {
    /*line-height: 35px;*/
}
.slide3_right {
    text-align: center;
}
.slide3_right_hidden, .slide3_img_hidden {
    display: none;
}



/*.b2b {
    margin-top: 50px;
}
.b2b_left {
    margin-top: 50px;
    margin-bottom: 50px;
    border-right:  solid 2px rgb(136, 200, 189);
}
.b2b_right {
    margin-top: 50px;
    margin-bottom: 50px;
}
.b2b_mobil_left {
    display: none;
    margin-top: 50px;
    margin-bottom: 50px;
}
.b2b_mobil_right {
    display: none;
    margin-top: 50px;
    margin-bottom: 50px;
    border-right:  solid 2px rgb(136, 200, 189);
}
.b2b_left_facts {
    height: 300px;
    border: solid 1px #ffb900;
    border-radius: 100%;
    overflow: hidden;
}
.b2b_left_facts h1 {
    text-align: center;
}
.b2b_left_facts ul {
    margin-top: 40px;
}
.b2b_left_text {
    margin-top: 50px;
    margin-bottom: 50px;
}
.b2b_left_text p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}
.b2b_left_text ul {
    margin-bottom: 50px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}
.b2b_left_text ul li {
    font-size: 14px;
    line-height: 40px;
    margin: 0;
    padding: 0;
}
.b2b_left_img {
    width: 250px;
}

.b2b_right p {
    margin-top: 40px;
    font-size: 14px;
    text-align: justify;
}
.b2b_right h1 {
    font-size: 30px;
}*/





/* Blog */
.blog {
    margin-top: 80px;
}
.blog_content {
    background-color: green;
}
.blog_module {
    background-color: red;
}


@media (max-width: 992px) {
    .kontakt_map iframe {
        margin-left: 16.66666667% !important;
    }
}
@media (max-width: 768px) {
    .kontakt_map iframe {
        margin-left: 25% !important;
    }
}
/* Log ind */
.login {
    width: 100%;
    overflow: hidden;
}
.login_content {
    overflow: hidden;
    margin-bottom: 50px;
}
.login_privateCostumer {
}
.login_privateCostumer p {
    font-size: 18px;
}
.login_companyCostumer {
}
.login_companyCostumer p {
    font-size: 18px;
}
.login_field {
    width: 200px;
    height: 200px;
    margin-top: 50px;
    overflow: hidden;
    background-color: #6599FF;
    border-radius: 100%;

}
.login_field .loginAs {
        font-size: 16px;
        margin-top: 55px;
}
.login_field p {
    font-size: 24px;
    margin-top: 10px;
}
.userLogin {
    background-color: #FFb900;
}

@media (max-width: 768px) {
    .footer_img {
        height: 20px !important;
    }
}

.appdownload {
    padding: 2em !important;
}

.appdownload h2 {
    margin: 0;
}

.infoSiteContent {
    margin: 2em;
}

.infoSiteContent img {
    float: left;
}

.infoSiteSocialLinks {
    float: left;
    clear: both;
}

.infoSiteSocialLinks img {
    margin-right: 1em;
}

.infoSideTeaser {
    float: left;
    clear: both;
}

.sky-carousel .sc-nav-button.sc-next, .sky-carousel .sc-nav-button.sc-prev {
    background-color: #666;
}
.no-touch .sky-carousel .sc-nav-button:hover {
    background-color: #ffb900;
}
* {
    border-radius: 0 !important;
}
.team_img {
    width: 150px !important;
    height: 150px !important;
    margin-bottom: 20px !important;
    border-radius: 100% !important;
}