/*
{
    font-family: 'Times', serif;
    font-size: 20px;
}*/
/**
 * Using a highly-specific rule to make sure that all button styles
 * will be reset
*/
.cookie-banner {
  padding: 1.5rem 0;
  background-color: transparent;
}
.cookie-banner .col-lg-10 {
  padding: 0 2.5rem;
}
.cookie-banner p,
.cookie-banner .close {
  font-family: "freight-text-pro", sans-serif, "Helvetica Neue", Helvetica, Arial;
  font-style: italic;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
}
.cookie-banner p {
  margin: 0;
  padding: 0 6rem 0 0;
}
.cookie-banner .close {
  position: absolute;
  top: 0;
  right: 1.5rem;
}

p{
	font-family: "freight-text-pro", sans-serif, "Helvetica Neue", Helvetica, Arial;
}

#cookie-block{
	    background-color: #e4e2e2;
    text-align: center;
    padding: 30px 0 30px !important;
	    width: 100%;
    	margin: 40px auto;
}

#cookie-block h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0px;
}

#cookie-block label {
	display: inline-block;
    margin-bottom: 0;
    padding:15px 0;
	font-family: "freigh-pro", sans-serif, "Helvetica Neue", Helvetica, Arial;
}

#secondary{
		font-family: "freight-sans-pro",sans-serif;

}

	.radio-knappar-cookieval{
		text-align: left;
    padding-left: 30px;
	}





@media (min-width: 375px) {
  .cookie-banner p {
    padding: 0 8rem 0 0;
  }
			.flex-wrapper {
    display: flex;
    margin: 0;
    flex-direction: column;
    justify-content: space-between;
		font-family: "freight-sans-pro",sans-serif !important;
}
	
	.cookie-knapp-nej{
		margin-top: 10px;
		margin-bottom: 10px;
		background: #FFFFFF;
    border-radius: 3px;
    color: #0A2C5A;
    border: 1px solid #004c93;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
	}
	
	.cookie-knapp-ja{
		margin-top: 10px;
		margin-bottom: 10px;
		background: #004C93;
    border-radius: 3px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
	}
	
	.modal-dialog{
		margin-top:140px !important;
	}
	
	.cookie-banner h2{
    margin: 10px 0px 10px 0px;
    font-size: 26px;
		font-family: "freight-sans-pro",sans-serif !important;
}
	
	.cookie-banner p {
    padding: 0;
    margin: 0;
    font-family: "freight-sans-pro",sans-serif !important;;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
	
	.cookie-knapp-ja:hover{
	background-color: #004C93;
}
	
	.cookie-knapp-nej:hover{
	background-color:white;
}

	.modal-body a{
		color: inherit;
		text-decoration: underline;
	}
	

}


@media (min-width: 480px) {
  .cookie-banner p {
    padding: 0;
    margin: 0px 40px 0px 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
	
		.radio-knappar-cookieval{
		text-align: center;
    padding-left: 0px;
	}
}
@media (min-width: 768px) {
  .cookie-banner .col-lg-10 {
    padding: 0 4rem;
  }
	
.modal-dialog {
	    max-width: 678px !important;
    	margin: 290px auto !important;
}
	
	

.cookie-knapp-nej {
		width: 289px;
		margin: 0;
}


.cookie-knapp-ja {
		width: 289px;
		margin: 0;
}

body.cookie-alert .cookie-banner {
  display: block;
}

.modal-body {
    padding: 0 !important;
}
	
	.flex-wrapper {
    display: flex;
    margin: 40px;
    flex-direction: row;
    justify-content: space-between;
}
	
	.cookie-banner h2{
	  font-size: 2rem;
    margin: 40px 40px 10px 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
	
		#cookie-block{
	    width: 73%;
}
	
	#cookie-block label {
    padding:  0px 30px 0px 0px;
}
	
		
	
}



@media (min-width: 992px) {
  .cookie-banner {
    padding: 2.5rem 0;
  }
  .cookie-banner .row {
    position: relative;
  }
  .cookie-banner .col-lg-10 {
    position: static;
  }
  .cookie-banner .close {
    position: absolute;
    top: 0;
    right: 2rem;
  }
}