/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/*MEDIASCREEN STÖRRE DATOR*/
@media only screen and (min-width: 1201px) {
	
}

/*MEDIASCREEN LAPTOP*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
}

/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	
}

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

}


/* =======================================================================================================================================================================
                                                                          Fonter - inläsning 
======================================================================================================================================================================= */

/* XXXXXXXX */
@font-face {
font-family: xxxxxxx;
font-weight: XXX;
font-style: XXXXXX;
}


/* XXXXXXXX */
@font-face {
font-family: xxxxxxx;
font-weight: XXX;
font-style: XXXXXX;
}


/* XXXXXXXX */
@font-face {
font-family: xxxxxxx;
font-weight: XXX;
font-style: XXXXXX;
}


/* =======================================================================================================================================================================
                                                                          Fonter - Anpassning 
======================================================================================================================================================================= */



h1 {
	font-family:"Khand" !important;
	font-weight: 700;
	line-height:120%;
	text-transform: ;
}

h2 {
	font-family: "Khand" !important;
	font-weight: 700;
	line-height:120%;
	text-transform: ;
}

h3 {
	font-family: "Khand" !important;
	font-weight: ;
	line-height:120%;
	text-transform: ;
}

h4 {
	font-family: "Khand" !important;
	font-weight: ;
	line-height:120%;
	text-transform: ;
}

h5 {
	font-family: "Khand" !important;
	font-weight: ;
	line-height:120%;
	text-transform: ;
}

h6 {
	font-family: "Khand" !important;
	font-weight: ;
	line-height:120%;
	text-transform: ;
}

p, li, ul {
	font-family: "Lato" !important;
	font-weight: ;
	line-height:130%;
	text-transform: ;
	color:black;
}

.fl-main-content a span {
	color: #1E547D !important;
	
}

button {
	font-family: "Khand" !important;
	font-weight: ;
	line-height:120%;
	text-transform: ;
}

.menu-item a { 
	font-family: "Khand" !important;
	font-weight: ;
	line-height:120%;
	text-transform: uppercase !important;
}


.vit-text, .vit-text h1, .vit-text h2, .vit-text h3, .vit-text h4, .vit-text h5, .vit-text h6, .vit-text p, .vit-text a, .vit-text span {
	color: #fff !important;
}

.svart-text, .svart-text h1, .svart-text h2, .svart-text h3, .svart-text h4, .svart-text h5, .svart-text h6, .svart-text p, .svart-text a, .svart-text span {
	color: #000 !important;
}



/* Anpassning fonter storlekar */

/*MEDIASCREEN STÖRRE DATOR*/
@media only screen and (min-width: 1201px) {
	
	h1 {
		font-size:48px;
	}
	
	h2 {
		font-size:36px;
		
	}
	
	h3 {
		font-size:30px;
	}
	
	h4 {
		font-size:28px;
	}
	
	
	h5 {
		font-size:25px;
	}
	
	h6 {
		font-size:22px;
	}
	
	p, li, ul	{
		font-size:18px;
	}
	
	a	{
		font-size:18px;
	}
	
}



/*MEDIASCREEN LAPTOP*/
@media only screen and (min-width: 993px) and (max-width: 1200px) {
	
	h1 {
		font-size:40px;
	}
	
	h2 {
		font-size:36px;
		
	}
	
	h3 {
		font-size:30px;
	}
	
	h4 {
		font-size:27px;
	}
	
	
	h5 {
		font-size:24px;
	}
	
	h6 {
		font-size:21px;
	}
	
	p, li, ul	{
		font-size:17px;
	}
	
	a	{
		font-size:17px;
	}
	
}

/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	
	h1 {
		font-size:38px;
	}
	
	h2 {
		font-size:32px;
		
	}
	
	h3 {
		font-size:27px;
	}
	
	h4 {
		font-size:24px;
	}
	
	
	h5 {
		font-size:21px;
	}
	
	h6 {
		font-size:19px;
	}
	
	p, li, ul	{
		font-size:17px;
	}
	
	a	{
		font-size:17px;
	}
}

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

	h1 {
		font-size:33px;
	}
	
	h2 {
		font-size:27px;
		
	}
	
	h3 {
		font-size:25px;
	}
	
	h4 {
		font-size:23px;
	}
	
	
	h5 {
		font-size:21px;
	}
	
	h6 {
		font-size:19px;
	}
	
	p, li, ul	{
		font-size:17px;
	}
	
	a	{
		font-size:17px;
	}
	
	
}


/* =======================================================================================================================================================================
                                                                          Header
======================================================================================================================================================================= */


.fl-theme-builder-header-shrink .logotyp-header {
	width:140px !important;
	transition:  1s;

}


.kolumn-logo .fl-col-content {
    margin-right: 0px;
    display: block;
	
	}




/* =======================================================================================================================================================================
                                                                           Generella ändringar  
======================================================================================================================================================================= */

.tre-kolumn-padding-text, .femti-femti-kolumner  {
	padding-top:3%;
	padding-bottom:3%;
	padding-left:3%;
	padding-right:3%;
}


/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {
	.tre-kolumn-padding-text, .femti-femti-kolumner  {
	padding-top:7%;
	padding-bottom:7%;
	padding-left:7%;
	padding-right:7%;
}
}

a:hover, a:visited {
	text-decoration:none;
}


.rund-bild img {
	border-radius:50%;
}


.opa-10 img,
.opa-10 {
	opacity:10%;
}

.opa-20 img,
.opa-20 {
	opacity:20%;
}

.opa-30 img,
.opa-30 {
	opacity:30%;
}

.opa-40 img,
.opa-40 {
	opacity:40%;
}

.opa-50 img,
.opa-50 {
	opacity:50%;
}

.opa-60 img,
.opa-60 {
	opacity:60%;
}

.opa-70 img,
.opa-70 {
	opacity:70%;
}

.opa-80 img,
.opa-80 {
	opacity:80%;
}

.opa-90 img,
.opa-90 {
	opacity:90%;
}



/**Center frontpage header video**/
body.home .fl-bg-video {
	display: flex;
	justify-content: center;
}

/**Absolute position messes with flex centering and "min-width: 100%" made video shrink when flex centered**/
body.home .fl-bg-video video {
	position: static;
	min-width: unset;
}




/* =======================================================================================================================================================================
                                                                          Knappar
======================================================================================================================================================================= */


/******** KNAPP MOT MÖRK ********/
.knapp-mot-mork a.fl-button {
	background:#f7be16;
	border:solid black 2px;
	border-radius: 10px;
	transition: transform 0.6s ease;
}

.knapp-mot-mork a.fl-button:hover {
	background:#f7be16;
	border:solid black 2px;
	border-radius: 10px;
	transform: scale(1.1);
}

/*knapptexten*/
.knapp-mot-mork a.fl-button span {
  	color:black;
	transition: ease-in-out .2s;
	font-weight: bold;
}

.knapp-mot-mork a.fl-button:hover span {
  	color:black;
	text-decoration:none;
}


/******** KNAPP MOT LJUS ********/

.knapp-mot-ljus a.fl-button, .knapp-mot-ljus button, .knapp-mot-ljus input {
	background:#f7be16;
	border:solid black 2px;
	border-radius: 10px;
	transition: transform 0.6s ease;
}

.knapp-mot-ljus a.fl-button:hover, .knapp-mot-ljus button:hover, .knapp-mot-ljus input:hover {
	background:#f7be16;
	border:solid black 2px;
	border-radius: 10px;
	transform: scale(1.1);
}


/*knapptexten*/
.knapp-mot-ljus a.fl-button span, .knapp-mot-ljus button, .knapp-mot-ljus button a, .knapp-mot-ljus input {
  	color:black;
	transition: ease-in-out .2s;
	font-weight: bold;
}

.knapp-mot-ljus a.fl-button:hover span, .knapp-mot-ljus button:hover, .knapp-mot-ljus button:hover a, .knapp-mot-ljus input:hover {
  	color:black;
	text-decoration:none;
}


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







/* =======================================================================================================================================================================
                                                                          Blogg
======================================================================================================================================================================= */

.tretti-div, .sjutti-div {
    float:left;
}

.sjutti-div {
    width: 70%;
    padding:15px;
}

.tretti-div {
    width: 30%;
}


/*MEDIASCREEN PLATTA*/
@media only screen and (min-width: 769px) and (max-width: 992px) {
	

.sjutti-div {
    width: 50%;
    padding:15px;
}

.tretti-div {
    width: 50%;
}
}

/*MEDIASCREEN MOBILE*/
@media only screen and (max-width: 768px) {
	.tretti-div, .sjutti-div {
    float:none;
}

.sjutti-div {
    width: 100%;
    padding:15px;
}

.tretti-div {
    width: 100%;
}
}


/* =======================================================================================================================================================================
                                                                Offert/ Kontaktformulär
======================================================================================================================================================================= */

input[type=submit]{
    background-color: #f7be16;
	color: black;
	text-transform:uppercase !important;
	font-weight: bold;
    border: none;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	transition: transform 0.6s ease;
	margin-top: 20px;
}

input[type=submit]:hover{
	transform: scale(1.1);
	background-color: #f7be16; 
	color:black;
	border: none;
}

.contact-information{
	display:flex;
	flex-direction: row;
	column-gap: 20px;
}

label{
	margin-bottom: 10px;
	margin-top: 10px;
}

.contact-form{
	display:grid;
	justify-content:center;
	max-width: 800px;
	text-align:center;
}

textarea{
	width: 100%;
	max-height: 100px;
}

.wpcf7-form-control-wrap{
	width: 50%;
}

select[name="select-150"]{
	color: black;
}

div.wpcf7 .wpcf7-response-output{
	color: white !important;
}

.subject-selector{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-self:center;
}

.subject-selector select {
	padding: 2px 16px;
	margin-top: 2px;
}

.submit-button{
	display:flex;
	flex-direction:column;
	justify-self:center;
}

.wpcf7-spinner {
  display: none;
}
.wpcf7 form.submitting .wpcf7-spinner {
  display: inline-block;
}

/* =======================================================================================================================================================================
                                                                reCaptcha Styling
======================================================================================================================================================================= */

/* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
	 z-index: 100;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}



/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */




/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */




/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */




/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */




/* =======================================================================================================================================================================
                                                                xxxxxxXXXXXXXXXxxxxxxxx
======================================================================================================================================================================= */




