/* Gillberga Lantbruk */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600&display=swap');

@import url("https://use.typekit.net/gju0bhs.css");

/* ==========================================================================
Generellt 
========================================================================== */
*::before,
*::after,
* {
	box-sizing: border-box;
}

body {
	background-position: center top;
}

body.isMobile .body-background {
	background-position: right bottom;
	background-size: cover;
	background: transparent;
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 110px 30px;
}

.LayoutPage .section-block .section-block-wrapper {
	max-width: 1100px;
}

/* Video background */
.fullscreen-bg-video {
   	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.btn {
	max-width: 270px;
    width: 100%;
    box-sizing: border-box;
    padding: 13px 10px;
	background-color: #f3ac7c;
	border: 2px solid #f3ac7c;
	color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
    transition: 0.4s;
    border-radius: 8px;
    letter-spacing: 0.04em;
    -webkit-font-smoothing: antialiased;
    font-size: 17px;
}

.btn:hover {
	background-color: #f3ac7c;
    border: 2px solid #f3ac7c ;
    color: #fff;
	text-decoration: none;
}


.btn-info {
	background-color: #fff;
    border: 2px solid #fff;
    color: #555;
	text-decoration: none;
}


.btn-info:hover {
	background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
	text-decoration: none;
}

.btn-black {
	background-color: #000;
    border: 2px solid #000;
    color: #fff;
	text-decoration: none;
}

.btn-black:hover {
	background-color: transparent;
    border: 2px solid #000;
    color: #000;
	text-decoration: none;
}

.btn-wrapper {
	margin-top: 20px;
}

.EditMode .display-none {
	display:block;
}

.display-none {
	display: none;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a, li, td {
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.01em;
}

p {
	padding: 0 0 0.8em 0;
}

a:hover {
	text-decoration: underline;
}

a {
	display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color: #555;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: normal;
   font-family: poynter-oldstyle-display, serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0;
}


h1, h2 {
	font-size: 45px;
	color: #555;
	font-weight: 500;
	padding-bottom: 25px;
}

h3 {
    font-weight: 400;
    font-size: 25px;
    text-transform: none;
    font-family: forma-djr-micro, sans-serif;
}

h4 {
	font-weight: 400;
    font-size: 27px;
    padding-top: 5px;
}

.heading-type p {
	text-align: center !important;
} 

.smalltext-type {
	max-width: 600px;
}

.normaltext-type {
	max-width: 800px;
    margin: 0;
    text-align: left;
}




.bullet-list li {
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 10px;
    list-style: none;
}

.bullet-list ul li::before {
	content: "\f058";
    display: inline-block;
    width: 1.8em;
    margin-left: -1.8em;
    color:  #b90318 ;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

.color {
	color:#689bc5;
}

/* ==========================================================================
Header / Navigation
========================================================================== */
header .container { max-width: 1600px;  }

header {
    background-color: transparent;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	box-shadow: none;
}

header .header-logo {
    width: 400px;
	position: absolute;
	line-height: 0;
	padding: 22px 15px;
	-webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

header .header-logo a {
    font-size: 24px;
    font-family: poynter-oldstyle-display, serif;
    text-transform: none;
    text-decoration: none !important;
    line-height: 1.1em;
    font-weight: 300;
    letter-spacing: 0.1px;
    color: #fff;
    	-webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

header .header-logo span {
	color: #689bc5;
}

header.scrolled {
    background-color: #fff;
}



header.scrolled nav.mainmenu a { color: #555; }
header.scrolled .header-logo a { color: #555; }


nav.mainmenu {
	text-align: right;	
}

nav.mainmenu ul.TemplateMenu > li {
    line-height: 72px;
	height: 72px;
}

nav.mainmenu a {
    font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #fff;
	text-transform: none;
	padding: 0px 20px;
	margin: 0;
	letter-spacing: 0.5px;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
    background: transparent;
    border-bottom: none;

}

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {

}  


header .mobile-menu span {
	display: none;
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}

.page-title-wrap {
    background-color: transparent;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 850px;
    text-align: center;
}

.page-title-wrap img {
	width: 350px;
	height: auto;
	margin-bottom: 40px;
}

.page-title-wrap h2 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    text-transform: none;
    letter-spacing: 0 !important;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.23);
}

.page-title-wrap h1 {
	font-size: 25px;
	text-transform: uppercase;
	letter-spacing: 10px;
}


.page-title-wrap h2 { 
	font-size: 50px; 
    font-weight: 600;
    color:#fff;
    text-transform: unset;   
    line-height: normal; 
    letter-spacing: normal;
}

.page-title-wrap .btn-wrapper {
	margin-top: 20px;
}

.page-title-wrap .btn-info {
	margin-right: 15px;
/* 	max-width: 250px; */
}

/* ==========================================================================
Startsida
========================================================================== */

/* SPLIT IMAGE */
.split-img-left .content-wrapper,
.split-img-right .content-wrapper {
	position:relative;
	width:100%;
	font-size:0px;
}

.split-img-left .content-wrapper:before,
.split-img-left .content-wrapper:after,
.split-img-right .content-wrapper:before,
.split-img-right .content-wrapper:after {
	content:'';
	position:absolute;
	top:0;
	display:block;
	height:100%;
	width:50%;
	background-position:center;
    background-size: cover;
}

.split-img-left .content-wrapper:before,
.split-img-right .content-wrapper:before {
	left:0;
	z-index:2;
}

.split-img-left .content-wrapper:after,
.split-img-right .content-wrapper:after {
	left:50%;
}

.split-img-left .block-object,
.split-img-right .block-object {
	font-size: 0px;
}

.split-img-left .container-split,
.split-img-right .container-split {
    z-index: 1;
    position: relative;
    display: inline-block;
	width:50%;
	padding: 6rem 9rem;
	box-sizing:border-box;
}

/* Om oss
========================================================================== */
#om-oss .section-block .section-block-wrapper {
	max-width: 1300px;
}

#om-oss .section-block {
	padding: 40px !important;
}

#om-oss h3 {
	color: #f3ac7c;
}

.split-flex {
    height: 500px;
    display: flex;
    flex-wrap: wrap;
}

.split-flex .image {
    width: 50%;
    height: inherit;
    overflow: hidden;
    display: flex;
    align-items: center;
}


.split-flex .text {
    width: 50%;
    padding: 5rem;
    height: inherit;
}

.split-flex h4 {
    padding-top: 1.5rem;
}

.split-flex p {
    padding-bottom: 0;
}

/* Om Gillberga
========================================================================== */

#om-gillberga .section-block-wrapper {
	max-width: 750px;
}

#om-gillberga .block-object {
	text-align: center;
}

#om-gillberga h3 {
	color:#f3ac7c;
}

#om-gillberga .image-part .block-object {
	position: relative;
    height: 300px;
    overflow: hidden;
    margin-top: 30px;
}

#om-gillberga img {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* Tjänster
========================================================================== */

#grisuppfodning .section-block {
	padding-bottom:0;
}

#vaxtodling .section-block {
	padding-top:0;
	padding-bottom:0;
}
#torkanlaggning .section-block {
	padding-top:0;
}

.tjanst-split {
	display:flex;
	flex-wrap:wrap;
}

.tjanst-split .image,
.tjanst-split .text {
	width:50%;
	padding:30px;
}

.full-img{
	height: 100% !important;
	object-fit: cover !important;
}

.tjanst-split .text {
	display: flex;
}

.tjanst-split .text-container {
	align-self:center;
}

.tjanst-split h2 {
	font-size:35px;
}

#torkanlaggning .text-container img {
	max-width: 140px!important;
	width:100%;
}

@media screen and (max-width:890px) {
	.tjanst-split .image,
	.tjanst-split .text {
		width:100%;
		padding:30px;
		text-align:center;
	}

	.LayoutPage .block-object .tjanst-split img {
		max-width:400px!important;
		width:100%;
	}

	#grisuppfodning .text,
	#torkanlaggning .text {
		order:1;
	}

	#grisuppfodning .image,
	#torkanlaggning .image  {
		order:2;
	}

	#vaxtodling .section-block {
		padding-top: 60px;
	}
}

@media only screen and (max-width:480px) {
	.tjanst-split .image, .tjanst-split .text {
		padding:30px 0;
	}
}

/* Tjanster
========================================================================== */
#tjanster .section-block .section-block-wrapper {
	max-width: 1400px;
}

#tjanster .col-0,
#tjanster .col-1,
#tjanster .col-2 {
	padding: 2%;
}

#tjanster  {
	 background: url('/assets/images/gillberga-vete-1000px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 20%;
    background-attachment: fixed;
}

#tjanster .section-block {
    background-color: rgba(72, 77, 62, 0.78);
}

#tjanster h2 {
	text-align: center;
	color:#fff;
}

#tjanster .col-0 .normaltext-type {
	text-align: center;
	margin: 0 auto;
	max-width: 800px;
}

#tjanster h3,
#tjanster h4,
#tjanster p {
	color:#fff;
	text-align: center;
}

#tjanster h4 {
	font-weight: 600;
	font-size: 28px;
}


/* Startsida: Kontaktformular
========================================================================== */
#jobb {
	background:transparent;
	/* background: #f5f5f5; */
}

#jobb .section-block {
	background:rgba(245,245,245,.75);
}

.kontaktformular .section-block .section-block-wrapper {
	max-width: 1300px;
}

.kontaktformular h3 {
	padding-bottom: 40px;
}

.kontaktformular .section-block-wrapper {
	display: flex;
    flex-wrap: wrap;
	height:auto!important;
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.1);
}

.kontaktformular .section-block .col-0 {
	box-sizing: border-box;
    padding: 80px 50px;
    background-color: #f3bc7a;
}

.kontaktformular .section-block .col-0 h2,
.kontaktformular .section-block .col-0 h3,
.kontaktformular .section-block .col-0 p {
	color: #fff
}

.kontaktformular .section-block .col-1 {
    padding: 60px 70px;
	background-color: #fff;
}

.kontaktformular .section-block .Contact .ContactForm input.text,
.kontaktformular .section-block .Contact .ContactForm textarea.textmessage {
	border: 1px solid #dddddd !important; 
}

.kontaktformular .section-block .Contact .ContactForm div {
    width: 100%;
    margin-bottom: 12px;
}


.LayoutPage .layout-5 .col-1 .form-part input.text,
.LayoutPage .layout-5 .col-1 .form-part textarea.textmessage {
	width: 100%;
	background-color: #f2f2f2;
}

.Contact .ContactForm div.ContactFormMessage p, .Contact .ContactForm .ContactFormEmail p, .Contact .ContactForm .ContactFormField p, .Contact .ContactForm .ContactFormName p {
	display: none;
}
   
.LayoutPage .Contact .ContactForm input.text,
.LayoutPage .Contact .ContactForm textarea.textmessage {
	background-color: transparent;
	padding: 22px 15px;
	border-radius: 0;
	font-weight: 400;
	color: #717879;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage {
	position: relative;
	padding-top: 0;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
    padding: 15px;
    height: 250px;
    padding-top: 15px;
}

.kontaktformular .section-block .Contact .ContactForm input.ContactSubmit {
    padding: 14px 35px;
   	background-color: transparent;
	border:2px solid #f3bc7a;
   	color: #f3bc7a;	
   	display: block;
   	margin: 0 auto;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 15px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    font-family: 'Poppins', sans-serif;
}

.kontaktformular .Contact .ContactForm input.ContactSubmit:hover {
	box-shadow: none;
	background-color: #f3bc7a;
	border: 2px solid #f3bc7a;
	color: #fff;
	 
}

.kontaktformular ::placeholder {
	font-family: 'Source Sans Pro', sans-serif;
	color: #717879;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 15px;
}

/* ==========================================================================
Undersidor - galler alla undersidor 
========================================================================== */
.SubPage .top-section {
/* 	height: 33%; */
}


body.SubPage,
body.SubPage.isMobile .body-background {
/*
	background: #009097 url('/files/topsection-bild.jpg') no-repeat center top;
	background-size: cover;
*/
}

/* Namn pa enskild undersida
========================================================================== */


/* ==========================================================================
Footer
========================================================================== */
.footer {
    background:#fff;
	padding: 5px !important;
}

.footer .container {
	padding: 0;
}

.footer p, .footer a {
	text-decoration: none;
	line-height: 2em;
	font-size: 15px;
	text-align: center;
	color: #555;
	box-sizing: border-box;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
	color: #d9230b;
}


.footer .red {
	color: #f3360f;
	font-weight: bold;
}
/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

.webbess-stamp img {
    width: 2rem;
    margin-left: 1rem;
}
/* ==========================================================================
Media queries
========================================================================== */
@media only screen and (max-width: 1366px) { 
	
	.parallax.isMobile #jobbamedoss {
		background-attachment: scroll !important;
	}
	
	.isMobile #jobbamedoss {
	    max-width: 100% !important;
	    object-fit: cover;
	    object-position: center;
	    height: unset;
	    background-attachment: unset;
	    background-repeat: center center;
	    background-size: cover;
	}
	
}

@media only screen and (max-width:1250px) {
		.split-flex {
	    height: auto;
	}
	
	.split-flex .image {
	    width: 100%;
	    height: 700px;
	    order: 2;
	    align-items: center;
	    justify-content: center;
	}
	
	.split-flex .text {
	    width: 100%;
	    height: auto;
	    padding: 4rem 2rem 5rem;
	    order: 0;
	}	
} 


@media only screen and (max-width:1000px) {
	
	.split-img-left .content-wrapper:before,
	.split-img-left .content-wrapper:after,
	.split-img-right .content-wrapper:before,
	.split-img-right .content-wrapper:after {
		left:0;
		height: 300px; /* Bildens hÃƒÆ’Ã‚Â¶jd */
		width: 100%;
	} 
	.split-img-left .container-split {
		top:0;
		width:100%;
		padding:2rem;
	}
	.split-img-right .container-split {
		width:100%;
	    padding:0 2rem;
	}
	.split-img-left .container-split.img {
		padding:0;
	}
	
	/* Bild ÃƒÆ’Ã‚Â¶ver texten */
	.split-img-left.img-top .container-split.text,
	.split-img-right.img-top .container-split.text {
		padding-top: calc(300px + 6rem); /* Bildens hÃƒÆ’Ã‚Â¶jd + den paddingen du har pÃƒÆ’Ã‚Â¥ bottom */
		padding-bottom:6rem;
	}

	/* Bild under text */
	.split-img-left.img-bottom .content-wrapper,
	.split-img-right.img-bottom .content-wrapper {
		position:relative;
	}
	.split-img-left.img-bottom .content-wrapper:before,
	.split-img-left.img-bottom .content-wrapper:after,
	.split-img-right.img-bottom .content-wrapper:before,
	.split-img-right.img-bottom .content-wrapper:after {
		top:calc(100% - 300px); /* Bildens hÃƒÆ’Ã‚Â¶jd*/
	}
	.split-img-left.img-bottom .container-split.text,
	.split-img-right.img-bottom .container-split.text {
		padding-top:6rem;
		padding-bottom:calc(6rem + 300px); /* Bildens hÃƒÆ’Ã‚Â¶jd*/
	}
}

@media only screen and (max-width: 1024px) { 
	
			
	header .header-logo {
		padding-left: 20px;
	}	
	
	h1, h2 {
    	font-size: 33px;
    }
	
	.page-title-wrap h2 {
    	font-size: 47px;
    }
	
	.page-title-wrap {
	    left: 50%;
    }
	
	#om-oss .split-flex img {
	    object-fit: cover;
	    height: inherit;
	    width: 100%;
	}
	
	.split-flex .text {
    	padding: 4rem;
    }

	
	.footer-col,
	.footer-col:last-child,
	.footer-col:nth-child(2) {
		width: 100%;
		float:none;
		text-align: center;
	}
	
	.footer p, 
	.footer a,
	.footer h5, 
	.footer h1 {
		text-align: center;
	}
}


@media only screen and (max-width: 980px) {
	
	.openmenu {
	    background-image: none;
	    z-index: 99;
	    top: 24px;
	}
	
	header .mobile-menu span {
		display: block;
		height: 5px;
		width: 100%;
		background: #fff;
		border-radius: 2px;
		margin-bottom: 4px;
	}
	
	header.scrolled .mobile-menu span {
		background: #555;
	}

	header .header-logo {
		width: 300px;
	}

		
	nav.mainmenu {
		text-align: left;
		box-shadow: none;
	}
			
	nav.mainmenu .Padding {
		border-top: none !important;
	}
		
	nav.mainmenu li a {
		font-size: 17px;
		border-bottom: none;
		margin: 20px 0px;
		color: #111 !important;
		padding-left: 30px;
	}
	
	nav.mainmenu ul.TemplateMenu > li {
	    line-height: 65px;
	    height: 55px;
	}
		
	nav.mainmenu li:hover, nav.mainmenu li.active {
	    background-color: transparent;
	}
	
	p, a, li {
		font-size: 17px;
	}
	
	#offertforfragan .section-block {
		padding: 30px;
	}
	
	.kontaktformular .section-block .col-0,
	.kontaktformular .section-block .col-1 {
   		width: 100%;
    }
    
    #tjanster .col-0, #tjanster .col-1, #tjanster .col-2 {
	    padding: 2%;
	    width: 100%;
	}
    

}




   

@media only screen and (max-width: 768px) {
	
	h1, h2 {
		font-size: 35px;
	}
	
	h3 {
		font-size: 22px;
	}
	
	
	.page-title-wrap {
	    left: 50%;
	    top: 55%;
	    text-align: center;	
	}
	
	.page-title-wrap h2 {
		font-size: 40px;
	}
	
	.tjanster-container {
		width: 98%;
		float: none;
	}
	
	.footer-col {
		width: 100%;
	}
    
    .kontaktformular .section-block .col-1 {
	    padding: 60px 20px;
	}

}

@media only screen and (max-width: 696px) {
	
	.LayoutPage .Contact .ContactForm div {
		width: 100%;
	}
	
	.Contact .ContactForm div.ContactFormMessage p, 
	.Contact .ContactForm .ContactFormEmail p, 
	.Contact .ContactForm .ContactFormField p, 
	.Contact .ContactForm .ContactFormName p {
		margin-top: 0;
		text-align: left;
	}
	
	.LayoutPage .Contact .ContactForm div.ContactFormMessage {
	    position: static;
	    top: 0;
	    right: 0;
	}
	    
	.split-flex .image {
	    height: 400px;
	}

	.split-flex .text {
	    width: 100%;
	    padding: 4rem 2rem;
	}
	
	#jobb {
	    background: #f3bd7a;
	}
	
	.kontaktformular .section-block-wrapper {
		box-shadow: none;
		height: auto;
	}

	.kontaktformular .section-block .col-0 {
		padding:0px 20px;
	}
	
	.kontaktformular .section-block .col-1 {
		background: transparent;
		padding-bottom:0;
	}

	.page-title-wrap .btn-info {
		margin: 0;
	}
	
	.page-title-wrap .btn {
		margin: 15px auto;
	}
    
    .footer p, 
    .footer a {
	    text-align: center;
    }	

}

@media only screen and (max-width: 510px) {
	p {
		text-align: left;
	}

	header .header-logo a {
		font-size: 25px;
	}
	
	.page-title-wrap h2 {
		font-size: 40px;
		letter-spacing: 0;
		font-weight: 600;
		font-style: normal;
	}
	
	h3 {
		font-size: 22px;
	}
	
	#om-oss h1 {
		padding-bottom: 35px;
	}
	
	
	.page-title-wrap p {
		text-align: center;
	}
	
	
	#tjanster .section-block {
	    padding: 70px 30px;
	}
	
	#offertforfragan .section-block .col-1 {
	    padding: 60px 5px !important;
	    background-color: transparent;
	}
	
	#offertforfragan .section-block .col-2 {
	    padding: 40px 30px !important;
	}	

	
}

@media only screen and (max-width: 480px) {
	
	
	.fullscreen-bg-video {
		display: none;
	}
	
	body.isMobile .body-background {
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100vh;
	    background-position:50% center;
	    background-image: url('/assets/images/gillberga-cover-2000px.jpg');
	}
	
	.page-title-wrap img {
	    width: 250px;
	    height: auto;
	    margin-bottom: 40px;
	}
	
	.top-section {
	    background-color: rgba(0, 0, 0, 0.49);
	}
	
	.page-title-wrap h1 {
		display: none;
	}
	
	h1, h2 {
	    font-size: 35px;
	    font-weight: 600;
	}
	
	#tjanster .col-0, #tjanster .col-1, #tjanster .col-2 {
		padding-bottom: 30px !important;
	}
	
	.kontaktformular .section-block .col-1 {
		width: 100%!important;
    	padding-top: 50px!important;
	}
}

@media only screen and (max-width: 320px) {

	header .header-logo a {
	    font-size: 20px;
	}

	
}