/* multiple used values, you only need to change them at one spot http://www1.cmscanbesimple.org/blog/formbuilder-template-and-stylesheet */

body {
    background:#436b9e url(https://www.norddjursbiavlerforening.dk/uploads/Layout/images/himmel.jpg) 0 0 repeat;
    padding-top: 98px !important;
    font-size: 16px !important;
}
.mceContentBody {
padding-top: 0 !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.4285;
    color: #333;
    background-color: #fff;
}

}

/*** Headers googlefont ***/
h1, h2, h3, h4, h5, h6 { font-family: font-family: 'Questrial', sans-serif;}

p.clear {
     clear: both;
} 

/*** farve på hr ***/
hr {
    border-top: 1px solid #ddd;
}

.bgcolor {
    background-color:#fff;
    margin-bottom: 20px;
}

.carousel-holder {
    margin-top: 15px;
}

.capitalize {
text-transform: capitalize;
}

/*** Navbar scroll and resize ***/

/* See http://davidmiller.io/2016/01/20/creating-a-collapse-on-scroll-bootstrap-navbar/ - including navbarscroll.js*/

/* 

https://codepen.io/ondrejsvestka/pen/mWMEjL skift højde på navbar

*/

.navbar {
  min-height: 100px;
}

.navbar-brand {
  padding: 0px 15px;
  height: 100px;
  line-height: 100px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 33px;
  padding: 9px 10px !important;
}

@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 36.5px;
    padding-bottom: 36.5px;
    line-height: 27px;
  }
}

/*** topbillede ***/
@media(max-width: 768px) {
.topbillede {
display: none;
visibility: hidden;
}
 } 



/*** Farver på submenu ***/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #EC971F;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #FCE89E;
    border-color: #337ab7;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #FCE89E;
}

.bi {
background: url(https://www.norddjursbiavlerforening.dk/uploads/Layout/images/bi-xs.png) 97% 50% no-repeat;
}
.panel {margin-top: 30px}

/*** Footer ***/
.footer {
    background-color: #222;
    margin: 15px 0;
}
.container .text-muted {
    margin: 15px 0 10px 0;

}

.copyright {
font-size: 11px;
}

/*** Imgages responsive ***/
.bgcolor img {
max-width: 100%;
height: auto;
display: block;
}

/* .navbar-collapse has a default max-height: 340px; giver scrollbar */

.navbar-collapse { max-height: 100% !important; }


/*** sidenavbar flyt efter skærmstørrelse ***/
@media(max-width: 992px) {
.smallhide {
display: none;
visibility: hidden;
}
 } 

@media(min-width: 992px) {
.bighide {
display: none;
visibility: hidden;
}
 } 

/*** news ***/
/*** Nyhedsdato ***/
.roundedsquare {
width:100%px;
height:60px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background-color:#ED971F;
color: #fff;
font-size: 30px;
font-weight: bold;
text-align: center;
padding: 10px 0;
line-height: 18px
}

.year {
font-size: 16px;
}

.dato {
color: #888;
font-weight: bold;
}


.blockdisplay h4{
font-size: 20px;
font-weight: 500
}

.altnyt {
text-align: right;
font-style: italic;
}




/* Stylesheet: stil Modified On 2017-12-21 04:03:01 */
