body {
    background-image: url("../images/greybackground.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-repeat: repeat-x;
    margin: 0;
    font-family: Roboto;
    color: #fff;
    padding-bottom: 40px;
}

h1{font-weight: bold;}
h2{font-weight:bold;font-size:25px;}
h3{font-weight:bold;}
h4{font-weight:bold;}

.header-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header {
    width: 100%;
    padding-top: 50px;
    margin-top: -10px;
}


.header-image img {
    width: 49%;
}

#social {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 35px;
}

    #social img {
        width: 100%;
    }

#sommer {
    position: fixed;
    top: 40%;
    right: 0;
    width: 35px;
}

    #sommer img {
        width: 100%;
    }

.header-wrapper {
    background: #000;
}

    .header-wrapper.visible-xs img {
        width: 100%;
    }

html.xs .navbar-wrapper {
    background: #000;
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
}

.navbar-inverse {
    background: none;
    border: none;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #Fff;
        font-weight: bold;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #Fff;
            color: #00a2e7;
        }

        .navbar-inverse .navbar-nav > li > a.blue {
            color: #00a2e7;
        }

html:not(.xs) .navbar-nav {
    width: 100%;
    text-align: left;
}

    html:not(.xs) .navbar-nav > li {
        float: none;
        display: inline-block;
    }

        html:not(.xs) .navbar-nav > li > a {
            padding: 5px 5px;
        }

html.sm .navbar-nav > li > a {
    padding: 5px 5px;
    font-size: 0.7em;
}

html.md .navbar-nav > li > a {
    padding: 5px 5px 5px 0;
    font-size: 0.9em;
}

html.lg .navbar-nav > li > a {
    padding: 5px 5px;
    font-size: 1.2em;
}

#carousel-example-generic {
    margin-top: 20px;
    margin-bottom: 20px;
}

.img-responsive
{
    cursor:pointer;
}

#boxes {
  
    margin-top: 20px;
    margin-bottom: 5px;
}

    #boxes img {
        width: 100%;
    }

    #boxes .col-sm-3 {
        margin-bottom: 15px;
    }

footer {
    font-size: 1em;
    text-align: center;
}

.black {
    background: #000;
}


@media (min-width:750px){.modal-dialog{ 
top: 150px;
}}

.close{color:#fff;opacity:0.8;}
.close:hover{color:#fff;opacity:0.7;}

.modal-content{
     background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(47,47, 47, 0.95);

}

@media (min-width:700px){.modal-dialog{width:700px;margin:30px auto}
@media (min-width:1000px){.modal-dialog{width:900px;margin:30px auto}
@media (min-width:1200px){.modal-dialog{width:1100px;margin:30px auto}

.type {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 200;
}
@media screen and (min-width: 768px) {
    .type {
        font-size: 16px;
        color:#fff;
    }
}

.glyphicon-chevron-right {
    right: 80% !important;
    
}

 .glyphicon-chevron-left  {
    
    left: 80% !important;
}


.social-popout {
  height: 36px;
  width: 36px;
  
  float: left;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.social-popout img {
 
  
  width: 36px;

  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.social-popout img:hover {
  margin: 0px;
 
   -webkit-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

a{
    text-decoration: underline;
}

.inverse{
    padding-left:4px;
    padding-right:4px;
    background:#00a2e7;
    color:#fff;
    text-decoration:none;
}

.menu{
    text-decoration: none;
     background:none ;
}

#vindkonkurrence{
    display:block;
}

.largefont{
    font-size:10em;
}