.pHero{
	max-width: 700px;
    margin: 35px auto 35px;
    font-size: 16px;
    color: #ffff;
}

.roundBtn{
	background-color: rgba(0,0,0,0.4);
    border: 2px solid #ed7d00;
    border-radius: 200px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 35px;
}


iframe.uk-cover {
	pointer-events: none;
    width: 100%!important;
    max-height: 1090px!important;
    height: 120vh!important;
}

.blackBg{
	background-color: #000;
}

.brawKnap > a{
    font-size: 20px;
    color: #eb7203!important;
    font-weight: 500;
}

.oelHead h3{
	font-size: 70px!important;
}

.textWithMargin{
	margin: 120px 120px 120px 200px!important;
}

.newSection .uk-tile-secondary{
	background-color: transparent!important;
}

.newSection img{
	max-height: 550px;
    margin-top: -80px;
}

[class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 33%!important;
}

.footerArea > div > div > div{
	width: 100%;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
	font-size: 11px;
	padding: 0 18px;
}

.uk-navbar .textwidget {
    display: none;
}


.uk-navbar [class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 100%!important;
}

.newAbout a{
	color: #eb7203!important;
	font-size: 18px!important;
}

.uk-container {
    max-width: 1300px;
}

.uk-navbar-dropdown {
    background: rgba(255,255,255,0.8)!important;
}


/* MOBILE */
@media only screen and (max-width: 600px) {

[class*=uk-child-width]>* {
    box-sizing: border-box;
    width: 100%!important;
}

iframe.uk-cover {
	display: none;
}


.tm-page .uk-section-default.uk-section.uk-padding-remove-vertical {
    background: #241a14;
    background-image: url(https://noerrebrobryghus.dk/wp-content/uploads/hero-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left 28% bottom;
}


.textWithMargin {
    margin: 40px 10px!important;
}

.oelHead h3 {
    font-size: 35px!important;
}




}
/* MOBILE - SLUT */