 /*
 Theme Name: Boligvelger

 Author: Nettbrygga AS
 Author URI: https://nettbrygga.no/
 Description: Nettbrygga
 Version: 1.0
 Tags: EventuelleTags
 */

 /*################################*/
/* __________   INDEX   __________ */
/*
1.  > GLOBAL - Global generell CSS som feks body{}, a{} h1{}, osv.
1.1 > P & M - Generell padding og margin CSS hvor marX og padX angir antall EM.

2.  > HEADER - All CSS relatert til elementer i <header>

3.  > TYPOGRAFI - All CSS relatert til generell skelett-typografi

4.  > FOOTER - All CSS relatert til elementer i <footer>

*/

/*################################*/
/* __________ 1.GLOBAL __________ */
/*  Global CSS feks body, a, h1.  */

html{
	height: 100% !important;
}


body{
	font-family: 'Raleway', sans-serif;
	-webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
	width: 100%;
	color: #111;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*################################*/
/* __________ 2.HEADER __________ */
/* All CSS til elementer i header */

nav a , header-limiter a{
	font-family:'Geo';
}

.navbar-brand {
    height: auto;
	padding-top:0;
	padding-bottom:0;
}
.header-basic-light{
	padding: 20px 40px;
	box-sizing:border-box;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
	height: 80px;
	background-color: #f5f5e4;
}

.header-basic-light .header-limiter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

/* Logo */

.header-basic-light .header-limiter h1{
	float: left;
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}

.header-basic-light .header-limiter h1 span {
	color: #5383d3;
}

/* The header links */

.header-basic-light .header-limiter a {
	color: #5c616a;
	text-decoration: none;
}

.header-basic-light .header-limiter nav{
	font:15px Arial, Helvetica, sans-serif;
	line-height: 40px;
	float: right;
}

.header-basic-light .header-limiter nav a{
	display: inline-block;
	padding: 0 5px;
	opacity: 0.9;
	text-decoration:none;
	color: #5c616a;
	line-height:1;
}

.header-basic-light .header-limiter nav a.selected {
	background-color: #86a3d5;
	color: #ffffff;
	border-radius: 3px;
	padding:6px 10px;
}

/*NAVBAR*/
.nav-push{
	padding-top: 6rem;
}
.navbar-collapse.collapse {
	display: block;
	width: auto;
    height: auto;
    float: right;
	margin-top: 1rem;
}
.navbar {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    /*background: #4e7099;*/
    color: #333;
	position: fixed;
    top: 0;
    left: 0;
	height: 6rem;
    z-index: 1000;
    width: 100%;
}
.navbar a {
    color: #FFF;
}
.navbar button {
    color: inherit;
}
.navbar-brand svg{
	height: 55px;
}
.navbar.compressed {
    background: #FFF;
    color: #111;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
	transition: all .3s ease;
}
.navbar-header {
    float: left;
}
.navbar-nav{
    margin: 0;
    font-size: 1.25em;
	flex-direction: row;
}
.navbar-toggle {
    display: none;
}
ul.navbar-nav li a {
    margin: 0 .5rem;
    border-bottom: 7px solid transparent;
    padding: .3rem 1rem;
    transition: all .3s ease;
    text-transform: uppercase;
	font-family: 'Geo';
}
ul.navbar-nav li a:hover {
    text-decoration: none;
    margin: 0 .5rem;
    color: #FFF;
    border-bottom: 7px solid #ffffff;
    padding: .3rem 1rem;
    transition: all .3s ease;
}
.compressed ul.navbar-nav li a:hover {
    color:#111;
	border-color:#111;
}
p.content-text {
    margin: 0;
}
.active a {
    text-decoration: none;
    margin: 0 .5rem;
    background: #0e0e0e;
    color: #FFF;
    border: 1px solid #00000047;
    padding: .3rem 1rem;
    transition: all .3s ease;
}
.compressed ul li a {
    color: #111;
}
.navbar-brand svg{
	fill: #FFF;
}
.compressed .navbar-brand svg{
	fill: #111;
}
/*NAVBAR*/

/*FRONTPAGE*/
.frontpageimagecontent h1{
	color: white;
    font-size: 8rem;
    font-weight: 700;
	font-family:'Geo';
	/*text-shadow: 9px 11px #191317;*/
}
.imageoverlay{
	/*background-color: #4e7099;*/
    height: 30rem;
}
.frontpagesec{
	min-height: 40rem;
}
.frontpagesec h2{
	font-family:'Geo';
	padding-bottom:1rem;
	font-size: 2.4rem;
	text-transform: uppercase;
}
.frontpagesec p, .frontpagesec li{
	font-family:'Raleway';
	font-size:1.5rem;
}
.frontpagesec ul{
	list-style-type: square;
}

.header-limiter svg{
	position: absolute;
    z-index: 2;
    left: 20%;

}
.header-limiter svg path{
	    fill: #6c7076;
}
.knapp-fp-top {
    background: #FFF;
    color: #38588b;
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 300;
    padding: .5rem 3rem;
    border-radius: .5rem;
    cursor: pointer;
    text-decoration: none;
    transition: all .15s ease;
    border: 4px solid;
	font-family: 'Geo';

}
.knapp-fp-top:hover{
    text-decoration: none;
    color: #FFF;
    background: #38588b;
    border: 4px solid #38588b;
}
.section2{
	    pointer-events: none;
}
.section3{
	padding-bottom: 5rem;
    padding-top: 4rem;
    background: #f6f5fd;
}
.section3 h2{
	font-family: 'Geo';
	text-transform:uppercase;
	font-size: 2.5rem;
	padding-bottom: 1rem;
}
.ul-fordeler{
	list-style: none;
	padding-left: 0;
	text-transform: uppercase;
	margin-bottom:2rem;
	font-family: raleway;
    text-transform: capitalize;
    font-size: 1.5rem;
	display: inline-block;
	text-align: left;
}
ul.ul-fordeler img {
    width: 6rem;
    padding: 1rem;
}

a.vinkel {
    position: absolute;
    top: 22px;
    right: 22px;
    background-color: #f0ad4e;
    color: #333;
    font-weight: 600;
    padding: 0.5rem 1rem;
		transition: ease-in-out .5s;
		z-index: 999;
		text-decoration: none;
}

a.vinkel:hover {
    transition: ease-in-out .5s;
    background-color: #e7ecf1;
}
/*FRONTPAGE*/

/*###################################*/
/* __________ 3.TYPOGRAFI __________ */
/*   All CSS til skelett-typografi   */

@font-face {
    font-family: 'Nov';
    src: url('fonts/Novecentosanswide-Bold-webfont.woff2') format('woff2'),
         url('fonts/Novecentosanswide-Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Geo';
    src: url('fonts/geomanist-bold-webfont.eot');
    src: url('fonts/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanist-bold-webfont.woff2') format('woff2'),
         url('fonts/geomanist-bold-webfont.woff') format('woff'),
         url('fonts/geomanist-bold-webfont.ttf') format('truetype'),
         url('fonts/geomanist-bold-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Geo2';
    src: url('fonts/geomanist-regular-webfont.eot');
    src: url('fonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('fonts/geomanist-regular-webfont.woff') format('woff'),
         url('fonts/geomanist-regular-webfont.ttf') format('truetype'),
         url('fonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*################################*/
/* __________ 4.FOOTER __________ */
/*       All CSS til <footer>     */
.footer-call2a {
    padding: 50px 0;
    color: #fff;
    /*background-color: #b84d45;*/
	background-image: -webkit-radial-gradient(top, circle cover, #b84d45 40%, #8e3b35 100%);

}
footer .footer-social {
    margin-top: 50px;
    margin-bottom: 0;
}
footer .footer-main {
    padding-top: 3.5rem;
    text-align: center;
}
footer .footer-social ul.list-inline li a {
    display: block;
    width: 60px;
    height: 60px;
    color: white;
    border-radius: 100%;
    font-size: 25px;
    line-height: 53px;
}
footer .footer-social ul.list-inline {
    margin: 0;
}
footer .footer-social ul.list-inline li {
    margin: 0 10px;
}
footer .footer-social ul.list-inline li.social-linked-in a {
    background-color: #0077b5;
    transition: all 0.2s ease-in-out;
	border: 3px solid transparent;
}
footer .footer-social ul.list-inline li.social-linked-in a:hover {
    color: #0077b5;
    background: #FFF;
    border: 3px solid #0077b5;
}
/*FB*/
footer .footer-social ul.list-inline li.social-facebook a {
    background-color: #3b5998;
    transition: all 0.2s ease-in-out;
	border: 3px solid transparent;
}
footer .footer-social ul.list-inline li.social-facebook a:hover {
    color: #3b5998;
    background: #FFF;
    border: 3px solid #3b5998;
}
/*FB*/
footer .footer-social ul.list-inline li.social-twitter a {
    background-color: #1da1f2;
    transition: all 0.2s ease-in-out;
}
footer .footer-social ul.list-inline li.social-google-plus a {
    background-color: #dd4b39;
    transition: all 0.2s ease-in-out;
}
.footer-slogan{
	font-size: 3rem;
	font-family: 'Geo';
	text-transform: uppercase;
}
.copyright{
	text-transform: uppercase;
	color: #8e8e8e;
}
.copyright a{
	color: #333;
}
/*footerkontaktskjema*/
.wpcf7-form p {
    margin: 0;
}
.wpcf7-form h5{
font-size: 1rem;
    font-family: 'Raleway';
    padding-top: .3rem;
    padding-bottom: 1rem;
}

::-webkit-input-placeholder {
 font-size: 1.4rem;
 color: #b84d45;
 font-weight: 300;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel:focus::-webkit-input-placeholder { color:transparent; }
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */
/*footerkontaktskjema*/


/****        CONTACT FORM 7            ** */
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel {
    padding: 0.7rem;
    text-align: center;
    margin-top: 1rem;
	margin-bottom: 2rem;
	border-radius: .5rem;
	background: #ffe2e0;
    border: 2px solid #FFF;
	outline: 0!important;
	width: 80%;
    margin-left: 10%;
    text-align: center;
    display: block;
	color: #b84d45;
    font-weight: 700;
    font-size: 1.3rem;
	caret-color: #b84d45;
	transition: all .15s ease;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-tel.wpcf7-validates-as-required.wpcf7-validates-as-tel:hover {
    background:#FFF;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 0.5rem;
    border-radius: .5rem;
    font-family: 'Geo';
    text-transform: uppercase;
    border: 4px solid #FFF;
    color: #FFF;
    font-size: 1.75rem;
    background: transparent;
    cursor: pointer;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    display: block;
	transition: all .15s ease;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #FFF;
    color: #b84d45;
}

span.wpcf7-not-valid-tip {
    color: #fff !important;
    text-align: center;
}
div.wpcf7-validation-errors {
    border: 0 !important;
    border-radius: .5rem;
    max-width: 80%;
    margin-left: 10% !important;
    text-align: center;
}
div.wpcf7-response-output {
    margin: 0em 0.5em 1em !important;
}

/****************** CONTACT FORM 7 END *************************/


/****************  OM BOLIGVELGEREN   *******************/
.aboutsection1{
	min-height:40rem;
}
.topparagrafabout{
	font-size: 4rem;
    font-family: 'Geo';
    font-weight: 700;
    color: white;
    line-height: 1;
    text-align: right;
}

.aboutparagraph{
	font-size: 1.5rem;
    font-family: 'Raleway';
}
.om-boligvelgerentop{
	height:30rem;
	background-color: #4e7099;
	background-image: -webkit-radial-gradient(top, circle cover, #4e7099 40%, #2a4982 100%);
}

.democontainer{
	margin-top:6rem;
	margin-bottom:6rem;
}

.kontakt-oss-maps{
	height:40rem;
}
.demobackground{
	position: absolute;
    height: 6rem;
    background-color: #496b96;
    width: 100%;
    margin-top: -6rem;
}

/**********************************/


/********  KONTAKT OSS     **********/

.kontaktosstop-height{
    height: 30rem;
}
.kontaktoss-background{
	background-color: #4e7099;
	background-image: -webkit-radial-gradient(top, circle cover, #4e7099 40%, #2a4982 100%);
}
.kontaktosstop-height h2 a {
	/*text-decoration:underline;*/
	color: #333;
	font-family:'Geo';
	font-size:3rem;
}
.kontaktosstop-height h2 a:hover {
	text-decoration:underline;
	color: #333;

}
.kontaktosstop-height h1{
	font-size: 4rem;
    font-family: 'Geo';
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.kontaktosstop-height h1, .kontaktosstop-height h2{
	color:#fff;
}



/******** KONTAKT OSS END  **********/



/*###############################################################*/
/*###############################################################*/
/*                                                               */
/*                                                               */
/*    MEDIA QUERIES  -  Ingen annen CSS beyond this point!!!     */
/*                                                               */
/*                                                               */
/*###############################################################*/
/*###############################################################*/

/*==========  Mobil først metode  ==========*/
@media only screen and (max-width : 1200px) {
.margined-container-live-demo{
	margin:0;
}
.topparagrafabout{
	font-size:3rem;
}
.imageoverlay{
	height:20rem;
}
}

@media only screen and (max-width : 992px) {

}

@media only screen and (max-width : 768px) {
.content-container {
    position: relative;
	overflow-y: visible;
	max-height: none;
	background:#FFF;
}
.navbar-nav{
    margin-top: 1rem;
    font-size: 1rem;
}
.topparagrafabout{
	font-size:2.5rem;
}
.knapp-fp-top{
	border:0;
}
.nav-push img{
	    margin-left: 0rem;
}
.foot-contactform{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.aboutparagraph{
	font-size:1rem;
}
.aboutsection1 {
    min-height: 20rem;
}

.kontakt-oss-maps{
	height:25rem;
}

}

@media only screen and (max-width : 480px) {
	a.vinkel {
		padding: 0.2rem .5rem;
    bottom: 5px;
    font-size: .9rem;
		top: unset;
		right: 5px;
	}

}

@media only screen and (max-width : 480px) {

.content-container {
    position: relative;
	overflow-y: visible;
	max-height: none;
	background:#FFF;
}
.navbar-header{
	text-align:center;
	float:none;
}
.topparagrafabout {
    font-size: 2rem;
	    text-align: center !important;
}
.nav-push {
    padding-top: 10rem;
}
ul.nav.navbar-nav{
	/*border-bottom:1px solid ghostwhite*/

}
.navbar-collapse.collapse{
	float:none;
}
ul.navbar-nav li a{
	padding:0;
}
.nav-push img{
	    margin-top: 0rem;
}
.navbar-static-top{
	height:8rem;
}
.frontpagesec{
	padding-top:2rem;
	min-height:0;

}
.frontpagesec h2{
	font-size: 1.75rem;
}
.frontpagesec p{
	font-size:1rem;
}
.section3 h2{
	font-size:1.75rem;
}
ul.ul-fordeler img{
	width:5rem;
	padding: 1rem;
}
.ul-fordeler{
	font-size:1rem;
}
.section3{
	padding-bottom:2rem;

}
.footer-slogan{
	font-size:2rem;
}
input.wpcf7-form-control.wpcf7-submit{
	font-size:1.3rem;

}
.foot-contactform{
    padding-top: 2rem;
    padding-bottom: 0rem;
}
footer .footer-social{
	margin-top:1rem;
}
footer .footer-main{
	padding-top: 0.5rem;
}
.fordelerimg{
	padding-bottom:1rem;
}
.om-boligvelgerentop img{
	display:none;
}
.om-boligvelgerentop {
	height:20rem;
}
.aboutsection1{
	min-height:40rem;
}
.imageoverlay{
	height:30rem;
}
.kontaktosstop-height {
    height: 15rem;
}
.kontaktosstop-height h2 a{
	font-size:1rem;
}
.kontaktosstop-height h1{
	font-size:2rem;
}
ul.navbar-nav li a:hover{
	padding:0;
}

.kontakt-oss-maps{
	height:20rem;
}
}

@media only screen and (max-width : 320px) {

}
