/*
Theme Name: Trähem
Theme URI: https://wonderfour.se
Author: WONDERFOUR W4 Webbyrå Stockholm
Author URI: https://wonderfour.se/
*/

@font-face {
	font-family: 'pp_acmasemibold';
	src: url('fonts/PPAcma-Semibold.woff2') format('woff2'),
		 url('fonts/PPAcma-Semibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'pp_pangram_sansmedium';
	src: url('fonts/PPPangramSans-Medium.woff2') format('woff2'),
		 url('fonts/PPPangramSans-Medium.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'pp_pangram_sansmedium';
	src: url('fonts/PPPangramSans-Semibold.woff2') format('woff2'),
		 url('fonts/PPPangramSans-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}



/**
 * Table of Contents:
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */
 
 
 .w4_slideshow{
	 display: none;
 }
 .logged-in .w4_slideshow{
	  display: block;
 }
 
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-variant-ligatures: none;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}


#main {
	position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
textarea {
	border:none;
	color: #231F20;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 18px;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'pp_pangram_sansmedium';
	font-weight: 600;
}
input[type="radio"]{
	-webkit-appearance: radio;
}

body {
	background-color: #fffbee;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'pp_pangram_sansmedium';
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	position: relative;	
	-webkit-font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum';
	-ms-font-feature-settings: 'lnum';
	padding: 0;
	margin: 0;
	color: #231F20;
}


a {
	color: #231F20;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {
	
}


address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 600;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {

}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

.flex-holder {
	display: flex;
}


button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="radio"] {
	padding: 0;
}

input[type="checkbox"]{
	-webkit-appearance: checkbox;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: #c7c6bd;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

::selection {
	background: #231F20;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #231F20;
	color: #fff;
	text-shadow: none;
}

/**
*TRANSITIONS
*/
.bgtransition{
	-webkit-transition : background 150ms ease-out;
	  -moz-transition : background 150ms ease-out;
	  -o-transition : background 150ms ease-out;
	  transition : background 150ms ease-out;
}
.widthtransition{
	-webkit-transition : width 250ms ease-out;
	  -moz-transition : width 250ms ease-out;
	  -o-transition : width 250ms ease-out;
	  transition : width 250ms ease-out;
}
.heighttransition{
	-webkit-transition : height 250ms ease-out;
	  -moz-transition : height 250ms ease-out;
	  -o-transition : height 250ms ease-out;
	  transition : height 250ms ease-out;
}
.bgcolortransition{
	-webkit-transition : background-color 250ms ease-out;
	  -moz-transition : background-color 250ms ease-out;
	  -o-transition : background-color 250ms ease-out;
	  transition : background-color 250ms ease-out;
}
.colortransition{
	-webkit-transition : color 250ms ease-out;
	  -moz-transition : color 250ms ease-out;
	  -o-transition : color 250ms ease-out;
	  transition : color 250ms ease-out;
}
.bordercolortransition{
	-webkit-transition : border-color 250ms ease-out;
	  -moz-transition : border-color 250ms ease-out;
	  -o-transition : border-color 250ms ease-out;
	  transition : border-color 250ms ease-out;
}

.opacitytransition{
	-webkit-transition : opacity 250ms ease-out;
	  -moz-transition : opacity 250ms ease-out;
	  -o-transition : opacity 250ms ease-out;
	  transition : opacity 250ms ease-out;
}
.toptransition{
	-webkit-transition : top 250ms ease-out;
	  -moz-transition : top 250ms ease-out;
	  -o-transition : top 250ms ease-out;
	  transition : top 250ms ease-out;
}



.ucase{
	text-transform: uppercase;
}	

.rel{
	position: relative;
}
.abs{
	position: absolute;
}
.inlb{
	display: inline-block;
}






/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
	text-align: left;
	border-style: none;
	color: #231F20;
	padding: 10px 8px 10px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0em;
	border: solid 2px #dadada;
	text-transform: left;
	background: none;
	font-weight: 600;
	background-color: white;
}

textarea {
	width: 100%;
	line-height: 16px;
}

input:focus,
textarea:focus {
	outline: 0;
}

button,
.button,
.entry-content .button,
.wpcf7-submit,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0em;
	padding: 16px 60px 14px;
	border:none;
	cursor: pointer;
	background-color: transparent;
	color: white;
	vertical-align: bottom;
	display: inline-block;
	color: #262928;
	border: solid 2px #262928;
	border-radius: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
button:hover,
.button:hover,
.entry-content .button:hover,
.wpcf7-submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	color: white;
	background-color: #262928;
	border-color: #262928;
}


button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #231F20;
}


::-webkit-input-placeholder {
	color: #b1aa9e;
}

::-moz-placeholder {
	color: #b1aa9e;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #b1aa9e;
}

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
	height: auto;
}

.entry-content .embed-container iframe {
	max-width: 100%;
}

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

embed,
iframe,
object {
	margin-bottom: 0px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.centerit{
	text-align: center;
}

.pagecontent{
	padding-top: 120px;
	padding-bottom: 50px;
}


.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; 
}

.hide {
	display: none;
}

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}


.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/***
Sjävle siten
*/
#header{
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

#header .logo{
	height: 30px;
	width: auto;
}
#header .padding{
	padding-top: 15px;
	padding-bottom: 9px;
}

.fullw{
	display: block;
}
.fullw .padding{
	padding: 20px;
}

/* HELA SPLASH TAR 100vh */
.splash{
	display:flex;
	flex-direction:column;
	height:100vh;
	padding-top: 54px !important;
	box-sizing:border-box;
}

/* TAR RESTERANDE HÖJD */
.splash .mightbeslideshow{
	flex:1;
	display:flex;
}

/* RUNDAD CONTAINER */
.splash .rounded{
	position:relative;
	width: 100%;
	height:100%;
	border-radius:6px;
	overflow:hidden;
}

/* GEMENSAM MEDIA */
.splash .splash-media{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
}

/* BAKGRUNDSBILD */
.splash .splash-bg{
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	width:100%;
	height:100%;
}

/* OVERLAY */
.splash .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#231F20;
	pointer-events:none;
	z-index: 1;
	
}

.splash .splashtext_holder{
	position:absolute;
	bottom:0;
	left:-1px;
	z-index: 2;
	width: 100%;
	display:flex;
	align-items:center;        /* ← Vertikal centrering */
	gap:150px;                  /* ← Avstånd mellan logo och text */
	padding:0px;              /* Lite luft */
	box-sizing:border-box;	
}
.splash .splashtext_holder .logo{
	width:55%;
	height: auto;
	opacity: 0;
}
@media (max-width: 960px){
	.splash .splashtext_holder{
		flex-direction:column-reverse; /* ← detta är nyckeln */
		align-items:center;        /* ← Vertikal centrering */
		gap:70px;
	}
	.splash .splashtext_holder .logo{
		width: 85%;
		margin:0;                 /* viktigt */
		align-self:flex-start;    /* tvingar vänster */
	}

}

.splash.loaded .splashtext_holder .logo{
	opacity: 1;
	-webkit-transition : opacity 250ms ease-out;
	  -moz-transition : opacity 250ms ease-out;
	  -o-transition : opacity 250ms ease-out;
	  transition : opacity 250ms ease-out;
}

.splash .splashtext_holder .splash-text{
	flex:1;                    /* Tar resterande bredd */
	color:#fff;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
}

/* DIARY TAR AUTO-HÖJD */
.diary{
	margin-top:25px;
	display:flex;          /* ← lägger dem bredvid varandra */
	align-items:flex-start; /* eller center om du vill */
	gap:40px;              /* avstånd mellan time och text */
	opacity: 0;
	-webkit-transition : opacity 250ms ease-out;
	  -moz-transition : opacity 250ms ease-out;
	  -o-transition : opacity 250ms ease-out;
	  transition : opacity 250ms ease-out;
}
.diary.visible{
	opacity: 1;
}

.diary .time{
	flex:0 0 100px;        /* fast bredd */
	font-size:9px;
	line-height:18px;
	text-transform:uppercase;
	font-weight: 600;
}

.diary .text{
	flex:1;                /* tar resten av bredden */
	max-width:1140px;
	font-size:15px;
	line-height:18px;
	margin-top:0;          /* viktigt: ta bort 20px */
}


#footer{
	padding-top: 75px;
}
#footer .flogo{
	max-width: 270px;
	height: auto;
}
#footer .gridholder{
	position: relative;
}
#footer .gridholder .copy_madeby{
	position: absolute;
	bottom: 80px;
	right: 20px;
	font-size: 12px;
	line-height: 14px;
	color: #fffbee;
	opacity: 0.6;
	font-weight: 600;
}
#footer .gridholder .copy_madeby .copy{
	margin-bottom: 5px;
}
#footer .gridholder .copy_madeby .madeby{
	font-size: 8px;
	line-height: 10px;
}
#footer .gridholder .copy_madeby .madeby a{
	color: #fffbee;
}


.wanttolive{
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 13px;
	line-height: 15px;
	padding: 20px 30px 16px;
	border-radius: 40px;
	color: white;
	font-weight: 600;
}
.wanttolive:hover{
	background-color: black;
}

.turnstile-wrapper{
	margin-top: 10px;
}
.intresse-wrapper{
	padding-top: 60px;
	padding-bottom: 60px;
}
.intresse-wrapper h2{
	font-size: 25px;
	line-height: 28px;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 600;
}


.intresse-wrapper .grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
}

@media (max-width: 768px){

	.intresse-wrapper .grid{
		grid-template-columns:1fr; /* ← en kolumn */
	}

}

.intresse-wrapper .field{
	display:flex;
	flex-direction:column;
}
.intresse-wrapper .field.text input{
	background-color: transparent;
	border-style: none;
	border-bottom: solid 2px #262928;
}

.intresse-wrapper .error{
	color:red;
	font-size:12px;
	margin-top:5px;
}

.intresse-wrapper .checkbox{
	margin-top:20px;
}

.intresse-wrapper button{
	margin-top:20px;
}

/* Wrapper */
.w4checkbox{
  display:flex;
  align-items:flex-start;
  gap:12px;
  cursor:pointer;
  user-select:none;
}

/* Dölj native checkbox, men behåll fokus/keyboard */
.w4checkbox input[type="checkbox"]{
  position:absolute;
  opacity:0;
  width:1px;
  height:1px;
  margin:0;
}

/* Rutan */
.w4checkbox span{
  position:relative;
  padding-left:32px; /* plats för rutan */
  font-size: 11px;
  line-height:20px;
  font-weight: 600;
}

/* Boxen */
.w4checkbox span::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:20px;
  height:20px;
  border:2px solid #000;
  border-radius:4px;
  background:transparent;
  box-sizing:border-box;
}

/* Bocken */
.w4checkbox span::after{
  content:"";
  position:absolute;
  left:6px;
  top:2px;
  width:6px;
  height:12px;
  border-right:2px solid #000;
  border-bottom:2px solid #000;
  transform:rotate(45deg);
  opacity:0;
}

/* När ikryssad: visa bock */
.w4checkbox input[type="checkbox"]:checked + span::after{
  opacity:1;
}

/* Fokus (tangentbord) */
.w4checkbox input[type="checkbox"]:focus-visible + span::before{
  outline:2px solid #000;
  outline-offset:3px;
}

/* Disabled (om du nånsin använder) */
.w4checkbox input[type="checkbox"]:disabled + span{
  opacity:0.5;
  cursor:not-allowed;
}


.gridholder{
	margin-left: auto;
	margin-right: auto;	
}
.gridholder .mpadd{
	padding-left: 30px;
	padding-right: 30px;
}


@media screen and (min-width: 375px) {
	
}

@media screen and (min-width: 551px) {
	
	
	
}

@media screen and (min-width: 594px){
	.gridholder{
		width: 554px;
	}
	.gridholder.morewide{
		width: 574px;
	}

}



@media screen and (min-width: 673px) {

	.gridholder{
		width: 632px;
	}
	.gridholder.morewide{
		width: 652px;
	}
	
	
}


@media screen and (min-width: 748px) {	
	
	.w4checkbox span{
		font-size: 16px;
	}
	
	button,
	.button,
	.entry-content .button,
	.wpcf7-submit,
	input[type="submit"],
	input[type="button"],
	input[type="reset"]{
		font-size: 15px;
		line-height: 16px;
		padding: 25px 90px 20px;
	}
	
	#footer .gridholder .copy_madeby{
		bottom: 40px;
		right: 0;
		font-size: 16px;
		line-height: 18px;
	}
	#footer .gridholder .copy_madeby .copy{
		margin-bottom: 10px;
	}
	#footer .gridholder .copy_madeby .madeby{
		font-size: 12px;
		line-height: 14px;
	}
	
	#footer .flogo{
		max-width: 550px;
	}
	
	input,
	textarea {
		padding: 10px 18px 10px;
		padding-left: 18px;
		padding-right: 18px;
		font-size: 16px;
		line-height: 20px;
	}
	
	.intresse-wrapper h2{
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	
	.splash{
		padding-top: 80px !important;
	}
	
	#header .logo{
		height: 45px;
	}
	#header .padding{
		padding-top: 22px;
		padding-bottom: 12px;
	}
	
	.splash .splashtext_holder .splash-text{
		font-size: 25px;
		line-height: 30px;
	}
	
	.wanttolive{
		bottom: 22px;
		right: 22px;
		font-size: 17px;
		line-height: 18px;
		padding: 32px 60px 25px;
	}
	.diary .time{		
		flex:0 0 150px;
		font-size:13px;
		line-height:30px;
	}
	
	.diary .text{
		font-size:25px;
		line-height:30px;
	}
	.diary{
		margin-top:45px;
	}
	
	.fullw .padding{
		padding: 30px;
	}
	
	
	
	.gridholder{
		width: 708px;
	}
	.gridholder.morewide{
		width: 728px;
	}
	
}



@media screen and (min-width: 783px) {
	
	.gridholder{
		width: 742px;
	}
	.gridholder.morewide{
		width: 762px;
	}	
	
}

@media screen and (min-width: 810px) {
	
	.gridholder{
		width: 770px;
	}
	.gridholder.morewide{
		width: 790px;
	}	
		
}


@media screen and (min-width: 846px) {

	.gridholder{
		width: 806px;
	}
	.gridholder.morewide{
		width: 826px;
	}
}

@media screen and (min-width: 900px){
	
	
	.gridholder{
		width: 860px;
	}
	.gridholder.morewide{
		width: 880px;
	}
}


@media screen and (min-width: 1024px){
	
	.gridholder{
		width: 1000px;
	}
	
	.gridholder.morewide{
		width: 1004px;
	}	
	
}



@media screen and (min-width: 1040px) {
	.gridholder.morewide{
		width: 1020px;
	}			
}


@media screen and (min-width: 1080px) {
	
	.gridholder.morewide{
		width: 1060px;
	}

}


@media screen and (min-width: 1218px) {
	
	.gridholder{
		width: 1020px;
	}

	.gridholder.morewide{
		width: 1200px;
	}
	
	.fullw .padding{
		padding: 60px;
	}
	#footer .flogo{
		max-width: 650px;
	}
}


@media screen and (min-width: 1300px) {

}

@media screen and (min-width: 1350px) {

}

@media screen and (min-width: 1390px) {
	
}

@media screen and (min-width: 1460px) {
	

}
@media screen and (min-width: 1500px) {
	
}
@media screen and (min-width: 1550px) {
	.gridholder{
		width: 1500px;
	}

}
@media screen and (min-width: 1640px) {
	
}

@media screen and (min-width: 1880px) {

}

@media screen and (min-width: 2150px) {

}


/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {
	
}


@media (prefers-color-scheme: dark) {	
  
}