html {
    position: relative;
    min-height: 100%;
}
body {
    line-height: 1.4 !important;
    background-color: #fff;
}
#home {
    background: url(../img/start.jpg) no-repeat center center; /*Fuld størrelse*/
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 999px;
}
/**** navigation ****/
body > nav{
    background-color: #F6F6F6 !important;
    border-color: #F6F6F6 !important;
}
#navbar > ul > li > a{
    color: #000;
}
.top-nav {
    padding: 15px 15px;
}
.navbar-brand{
    padding: 5px 15px;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #000;
    background-color: #F6F6F6;
    max-width: 150px;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 0px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #F6F6F6;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 70px;
        left: 180px;
        width: 180px;
        margin-left: -180px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #ddd;
    }

    .side-nav>li>a {
        width: 180px;
    }

    .side-nav li :hover,
    .side-nav li :focus {
        outline: none;
        background-color: #eee !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

#demo > li,#demo2 > li {
     padding: 10px 15px 10px 38px;
     text-decoration: none;
     color: #444;
     list-style: none;
 }

#demo > li:hover,#demo2 > li:hover {
    color: #bbb;
}

/**** indhold ***/
.content{
    margin-top: 20px;
	position: absolute;
}

@media (min-width: 992px) {
    .content{
        left: 25vw;
        width: 70vw;
        top: 6vh;
    }
}
@media (max-width: 992px) {
    .content{
        left: 33vw;
        width: 64vw;
        top: 6vh;
    }
}
@media (max-width: 768px) {
    .content{
        left: 5vw;
        width: 90vw;
        top: 20vh;
    }
	h1,h2{
		font-size: 24px !important;
	}
	
}


/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
    #home h2 {
        padding-top: 150px;
        font-size: 60px;

    }
    #home h3 {
        padding-top: 550px;
        font-size: 40px;

    }
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
    #home h2 {
        padding-top: 150px;
        font-size: 60px;
    }
    #home h3 {
        padding-top: 500px;
        font-size: 40px;
    }
}

/* iPads (portrait and landscape) ----------- */
@media (min-device-width : 768px)
and (max-device-width : 1024px) {
    #home h2 {
        font-size: 40px !important;
        padding-top: 150px;
    }
    #home h3 {
        padding-top: 250px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media (min-device-width : 320px)
and (max-device-width : 480px) {
    #home h3 {
        padding-top: 70px;
    }
}

/**** Tekst ***/
a{
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #706f6a !important;
}
a:active{
    color: #706f6a;
}
.red{
    color: #e22f2e;
}
.blue{
    color:#008DC9;
}
.fix{
    padding-top: 30px;
    padding-bottom: 40px;
}
#home h2 {
    font-family: 'Anton', sans-serif;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
#home h3 {
    font-family: 'Anton', sans-serif;
    text-shadow: -0.5px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
/**** knapper ****/
.btn-primary:active{
    background-color:#008DC9;
    border:none;
}
.btn-primary{
    background-color: #008DC9;
    border: none;
    color: #fff;
}
.btn-primary:hover{
    background-color: #008DC9;
    border: none;
    color:#000;
}
.delt{
    width: 49%;
}

/*** form ***/
label{
    padding-top: 5px;
}
/**** knap på eksisternede side ****/
#knap{
    background: #008DC9 !important;
}
.knap{
    font-family: Lato, 'Open Sans', sans-serif;
    color: rgb(255, 255, 255);
    background: rgb(28, 28, 28) !important;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px;
    margin: 20px;
}
.knap:hover{
    color: #fff;
}

.confirmBtn {
    float: right;
    margin: 10px 0px;
}

.third{
    width: 25%;
}
.panel{
    font-size: 1.5em !important;
    padding: 5px;
}
 hr{
    margin-top: 0px !important;
}
 .bund{
     margin-bottom: 15px !important;
 }
 .top{
     margin-top: 20px !important;
 }


/******** autocomplete form *******/

.pac-container {
    z-index: 1060 !important;
}
input[data-readonly] {
  pointer-events: none;
  background-color: #eee;
  cursor: not-allowed;
}

/******** flash message *******/
.modal-backdrop.in {
    opacity: 0 !important;
}