/*
Theme Name: Soap Factory
Theme URI: http://www.bytesbones.ch
Author: Klaus Affolter
Author URI: http://www.bytesbones.ch
Description: Wordpress-Theme von bytes & bones.
Version: 1.2
Tags: none
Text Domain: soapfactory
*/


/* Reset
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

html {
    overflow: hidden;
    overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
:focus {
	outline:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	vertical-align: top;
}
sup {
	font-size:11px;
	vertical-align:top;
	padding-left:3px;
	padding-right:3px;
}
sub {
	font-size:11px;
	position: relative;
	line-height: 0;
	vertical-align: baseline;
	bottom: -0.2em;
	padding-left:1px;
}

/*padding egalisieren*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* schriften
-------------------------------------------------------------- */
@font-face {
    font-family: 'ibm_plex_sanslight';
    src: url('bb-schriften/ibmplexsans-light-webfont.eot');
    src: url('bb-schriften/ibmplexsans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('bb-schriften/ibmplexsans-light-webfont.woff2') format('woff2'),
         url('bb-schriften/ibmplexsans-light-webfont.woff') format('woff'),
         url('bb-schriften/ibmplexsans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ibm_plex_sanssemibold';
    src: url('bb-schriften/ibmplexsans-semibold-webfont.eot');
    src: url('bb-schriften/ibmplexsans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('bb-schriften/ibmplexsans-semibold-webfont.woff2') format('woff2'),
         url('bb-schriften/ibmplexsans-semibold-webfont.woff') format('woff'),
         url('bb-schriften/ibmplexsans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ibm_plex_sanslightitalic';
    src:url('bb-schriften/IBMPlexSans-LightItalic.woff') format('woff'),
        url('bb-schriften/IBMPlexSans-LightItalic.woff2') format('woff2'),
        url('bb-schriften/IBMPlexSans-LightItalic.eot'),
        url('bb-schriften/IBMPlexSans-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('bb-schriften/IBMPlexSans-LightItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/**
 * @license
 * MyFonts Webfont Build ID 3119875, 2015-11-05T04:48:36-0500
 * 
 * Webfont: StandardCT-BoldCond by CastleType
 * URL: http://www.myfonts.com/fonts/castletype/standard/condensed-bold/
 * Copyright: Copyright (c) CastleType, 2005. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3119875
 * 
 * © 2015 MyFonts Inc
*/


@font-face {
	font-family: 'StandardCTBoldCond';
	src: url('bb-schriften/2F9B03_0_0.eot');
	src: url('bb-schriften/2F9B03_0_0.eot?#iefix') format('embedded-opentype'),
		 url('bb-schriften/2F9B03_0_0.woff2') format('woff2'),
		 url('bb-schriften/2F9B03_0_0.woff') format('woff'),
		 url('bb-schriften/2F9B03_0_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*wartung*/
.wartungsbutton {
	position:fixed;
	bottom:20px;
	right:20px;
	height:20px;
	width:20px;
	cursor:pointer;
	z-index:201;
	font:14px/18px sans-serif;
	outline:1px solid #bbb;
	display:none;
}
.wartungsbutton-2 {
	position:fixed;
	bottom:20px;
	right:60px;
	height:20px;
	width:20px;
	cursor:pointer;
	z-index:201;
	font:14px/18px sans-serif;
	background:url(images/absatz-ausrichtung.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	display:none;
}
.wartungsbutton-2.aktiv {
	background-position:0px -48px;
}	
.rahmenanzeigen {
	outline:1px solid #d00;
}

/* vars */
:root {
	color-scheme: light only !important;
	--rot:#d00;
}
html {
	font-size:clamp(14px,1.4vw,21px);/* 1 rem */
}



/* Layout
-------------------------------------------------------------- */

.konsole {
	position:relative;
	width:100%;
	padding:130px 60px 0px 60px;
}
.kopfzeile {
	position:fixed;
	height:130px;
	width:100%;
	padding:0px 60px 0px 60px;
	background:#fff;
	z-index:2001;
}
.kopfzeile a.logo {
	display:inline-block;
	float:left;
	width:300px;
	height:50px;
	margin-top:54px;
	background:url(images/logo-soapfactory.svg);
	background-repeat:no-repeat;
	background-size: 100% auto;
}
.navcontainer {
	float:right;
	margin-top:63px;
}
.hauptnav, .socialmedia, .sprachweiche {/* rest unten */
	float:left;
}
.socialmedia {
	margin-left:30px;
	margin-top:-2px;
}
.sprachweiche {
	margin-left:20px;/* plus li: 10px margin-left */
}

.site-content {
	position:relative;
	width:100%;
	/* 100vh - kopfhoehe - abstand h1 - fusspadding - fussmargin - fussinhalt - toleranz*/
	min-height:calc(100vh - 130px - 2.5rem - 4.5rem - 3rem - 8.8rem - 30px);
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0.5rem;
}
.einspaltig {/*achtung: muss in relation zu hochformatigen bildern sein (z.b. news)! */
	position:relative;
	/*width:59vw;*/
	max-width:calc(65% + 20px);/* 65% wie hochformat + scrollbar */
	margin-left:auto;
	margin-right:auto;
}

div.strich {/* unter titel. news, film unten*/
	position:relative;
	width:4rem;
	height:1px;
	background:#000;
	margin-left:auto;
	margin-right:auto;
	margin-top:1.5rem;
	margin-bottom:2.5rem;
	overflow:hidden;	
}

.fusszeile {
	position:relative;
	width:100%;
	max-width:1300px;
	margin-left:auto;
	margin-right:auto;
	padding:2.5rem 0rem 2rem 0rem;
	margin-top:3rem;
	border-top:1px solid #000;
	text-align:center;	
}

.clearer {
	width:100%;
	height:0px;
	overflow:hidden;
	display:block;
	clear:both;
	background:#d00;
}

/* news, filmuebersicht (textformate und bilder unten)
-------------------------------------------------------------- */
.newsintroTXT {
	margin-top:2rem;
}
.teasercontainer.mitbild {
	width:100%;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap:2.86rem;	
}
.teasercontainer.mitbild.bildrechts .teaserbild {
	order:2;
}
.teasercontainer.mitbild.bildrechts .teasertext {
	order:1;
}
.teasercontainer.mitbild.bildlinks .teaserbild {
	text-align:right;
}
.uebersichtcontainer div.strich {/* unter einzelnem anreisser */
	margin-top:3rem;
	margin-bottom:3rem;
}

.seitennavigation {/* paginierung unten, rest unter "links" */
	position:relative;
	display:block;
	width:100%;
	margin:4rem auto 4.286rem auto;
	text-align:center;
}


/* einzelner film
-------------------------------------------------------------- */
.eckdaten {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-column-gap:2rem;
	margin-top:2.5rem;
}


/* diaschau
-------------------------------------------------------------- */
.diaschau-wrapper {
	position:relative;
	width:100%;
}
.diaschau-container {
	position:relative;
	width:100%;
	/*aspect-ratio:16 / 9; wird in page.php aufgrund des obersten bildes festgelegt*/
	xoverflow:hidden;
	background:#aaa;
}
.dia-container {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	opacity:100%;
	background:#000;
	z-index:1;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition:opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
.unsichtbar {
	opacity:0%;
	-webkit-transition: opacity 0.6s ease-out;
	-moz-transition:opacity 0.6s ease-out;
	transition: opacity 0.6s ease-out;
}
	
img.dia-bild {
	/* unten unter bilder */
}
.dia-text {
	position:absolute;
	/* werte werden im cms resp. in page.php gesetzt */
	/*left:4%;
	top:6%;*/
}
.dia-text.rechtsbuendig {
	text-align:right;
}

.diaschau-wrapper #nachlinks,
.diaschau-wrapper #nachrechts {
	position:absolute;
	z-index:1001;
	top:calc(50% - 1.5rem - 1.2rem);/* halbe containerhoehe - halbe eigene hoehe - halbe hoehe steuerung */
	width:3rem;
	height:3rem;
	display:block;
	background:url(images/diaschaupfeile.svg?ver=1.2);
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:1rem 0;
	opacity:0.3;
	cursor:pointer;
}
.diaschau-wrapper #nachlinks:hover,
.diaschau-wrapper #nachrechts:hover {
	opacity:1;
}
.diaschau-wrapper #nachlinks {
	left:-60px;
}
.diaschau-wrapper #nachrechts {
	right:-60px;
	background-position:-7rem 0;
}
.diaschau-steuerung {
	text-align:center;
	margin-top:1rem;
}
.punkt {
	width:0.5rem;
	height:0.5rem;
	display:inline-block;
	margin:0px 0.3rem 0px 0.3rem;
	border:1px solid #000;
	border-radius:50%;
	cursor:pointer;
}
.punkt.aktiv,
.punkt:hover {
	border:1px solid var(--rot);
}


/* mehr-texte (abstaende unter textformate)
-------------------------------------------------------------- */
summary {
  cursor: pointer;
  display:inline-block;
}

/* Pfeil weg */
summary::-webkit-details-marker,
summary::marker {
    display: none;
    content: "";
}

/* plusminus */
summary:after {
    content: " +";
}
summary:hover {
	color:var(--rot);
}
details[open] > summary:after {
    content: " –";
}

details {
	display:inline-block;
}

details[open] {
}

.akkordeontext {
  overflow: hidden;
}

details + .akkordeontext {
  max-height: 0;
  opacity:1;
  transition: max-height 0.7s ease-out, opacity 0.7s ease-out;
}

details[open] + .akkordeontext {/*def. max-height wird von js zugewiesen */
  max-height: 4000px;
  opacity:1;
  transition: max-height 0.7s ease-out, opacity 0.7s ease-out;
}




/* Textformate
-------------------------------------------------------------- */
/* 1rem = max. 21px; */

.site-content {
	font-family:ibm_plex_sanslight, sans-serif;
	line-height:1.35rem;
}
h1 {
	font-family:StandardCTBoldCond,sans-serif;
	font-size:3rem;
	line-height:3.6rem;
	letter-spacing:0.02em;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	margin-top:2.5rem;
}
h2 {
	font-family:StandardCTBoldCond,sans-serif;
	font-size:1.71rem;
	line-height:2rem;
	letter-spacing:0.03em;
	font-weight:normal;
	margin-top:3rem;
	margin-bottom:1.35rem;
	text-transform:uppercase;
}
h3 {
	font-family:StandardCTBoldCond,sans-serif;
	font-size:1.4rem;
	line-height:1.7rem;
	letter-spacing:0.04em;
	font-weight:normal;
	margin-top:2rem;
	margin-bottom:1.35rem;
	text-transform:uppercase;
}
h4 {
	font-family:StandardCTBoldCond,sans-serif;
	font-size:1.1rem;
	line-height:1.3rem;
	letter-spacing:0.04em;
	font-weight:normal;
	margin-top:2rem;
	margin-bottom:0;
	text-transform:uppercase;
}
h2 + h3, 
h2 + h4,
h3 + h4 {
	margin-top:0rem;
}
h3 + h3 {
	margin-top:-0.8rem;
}
.site-content p {
	margin-bottom:1.35rem;
}
p + h3 {
	margin-top:3rem;
}

/* news und filme */
.teasercontainer h2 {
	margin-top:-0.32rem;
	margin-bottom:0;
}
.site-content .teasercontainer p.teaserdatum,
.site-content .teasercontainer p.byline {
	font-family:StandardCTBoldCond,sans-serif;
	font-size:0.85rem;
	line-height:1rem;
	letter-spacing:0.02em;
	margin-top:0.2rem;
	margin-bottom:1.35rem;
}
.site-content .teasercontainer p:last-of-type {
	margin-bottom:0;
}
.site-content .teasercontainer p.mehrlink {
	margin-top:-1.35rem;
}

/* einzelner film */
.eckdaten .rechts p {
	font-size:0.86rem;
	line-height:1.2rem;
}


/* aufklapp */
details {
	font-family:StandardCTBoldCond,sans-serif;
	font-size:1.4rem;
	line-height:1.7rem;
	letter-spacing:0.02em;
	font-weight:normal;
	text-transform:uppercase;
	margin:0.2rem 0px 0.2rem 0px;
}
	
h3 + details {
	margin:-0.4rem 0px 0.2rem 0px;
}	
.site-content .akkordeontext p:first-of-type {
	padding-top:1rem;
}
.site-content .akkordeontext p:last-of-type {
	padding-bottom:1.35rem;
}
.site-content .akkordeontext + p {
	margin-top:2.1429rem;
}
.site-content .akkordeontext + h3 {
	margin-top:0.2rem;
}


/* aufklapp eckdaten */
.eckdaten details {
	font-size:1rem;
	line-height:1.2rem;
}


.site-content p.lead,
strong, b {
	font-family: ibm_plex_sanssemibold;
	font-weight:normal;
}
em, i {
	font-family:ibm_plex_sanslightitalic;
	font-style:normal;
}

.fusszeile {
	font-family:ibm_plex_sanslight, sans-serif;
	font-size:0.76rem;
	line-height:1.1rem;	
}
.fusszeile p {
	margin-bottom:1.1rem;
}



/* diaschau */
.dia-text h3 {
	font-family:StandardCTBoldCond,sans-serif;
	font-size:clamp(32px,3.8vw,54px);
	line-height:clamp(34px,4.1vw,58px);
	text-transform:uppercase;
	letter-spacing:0.02em;
	color:#fff;
	margin:0px;
}
.site-content .dia-text p {
	font-family:StandardCTBoldCond,sans-serif;
	font-size:clamp(16px,1.9vw,27px);
	line-height:clamp(17px,2vw,29px);
	letter-spacing:0.02em;
	color:#fff;
	margin:0px 0px 0.2rem 0px;
}
	

span.guillemet {
	font-family: 'StandardCTBoldCond';
	font-size:1.6rem;
	vertical-align:bottom;
	padding:0px 0px 0px 4px;
}
span.guillemet:nth-of-type(2n+1) {/* erstes */
	padding:0px 4px 0px 0px;
}

.site-content ul {
	margin-bottom:1.3rem;
	margin-left:1rem;
}
.site-content ol {
	margin-bottom:1.3rem;
	margin-left:2rem;
}
.site-content ul li,
.site-content ol li {
	margin-bottom:0.65rem;
}

@supports (hyphens: auto) or (-ms-hyphens: auto) or (-moz-hyphens: auto) or (-webkit-hyphens: auto) {

	.site-content p.blocksatz {
		text-align:justify;
	}
	.site-content p.blocksatz {
		
		/*safari*/
		-webkit-hyphens: auto;
		-webkit-hyphenate-limit-before: 3;
		-webkit-hyphenate-limit-after: 3;
		-webkit-hyphenate-limit-chars: 4 2 2;
		-webkit-hyphenate-limit-lines: 3;
		-webkit-hyphenate-limit-last: always;
		-webkit-hyphenate-limit-zone: 8%;
		
		/*firefox*/
		-moz-hyphens: auto;
		-moz-hyphenate-limit-chars: 4 2 2;
		-moz-hyphenate-limit-lines: 3;
		-moz-hyphenate-limit-last: always;
		-moz-hyphenate-limit-zone: 8%;
		
		/*ie 10, edge*/
		-ms-hyphens: auto;
		-ms-hyphenate-limit-chars: 4 2 2;
		-ms-hyphenate-limit-lines: 3;
		-ms-hyphenate-limit-last: always;
		-ms-hyphenate-limit-zone: 8%;
		
		/*normal*/
		hyphens: auto;
		hyphenate-limit-chars: 4 2 2;
		hyphenate-limit-lines: 3;
		hyphenate-limit-last: always;
		hyphenate-limit-zone: 8%;
	}
}


/* Bilder
-------------------------------------------------------------- */
.site-content img {
	margin:0px;
	padding:0px;
	vertical-align: bottom;
	max-width:100%;
	height:auto;
}
.site-content img.hochformat,
.site-content img.quadrat {
	max-width:65%;
}
.site-content img.querformatschmal {
	max-width:75%;
}

.site-content img.dia-bild {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	max-height:100%;
	vertical-align:bottom;
}
.site-content .eckdaten img {
	margin-top:6px;
	margin-bottom: 1.35rem;
}
.site-content .eckdaten img.hochformat {
	max-width:100%;
}




/* video inkl. responsive
------------------------------------------------------------ */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px; weglassen? */
	height: 0;
	width:100%;
	overflow: hidden;
	margin-top:2rem;
	margin-bottom:2rem;
	background:#000;
}
.teasercontainer .video-container {
	margin-bottom:0px;
	margin-top:0px;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-video {
	width:100% !important;
	height:auto;
}
	

/* Links
-------------------------------------------------------------- */
a {
	text-decoration:none;
}
.site-content a,
.fusszeile a {
	color:var(--rot);
}
.site-content a:hover,
.fusszeile a:hover {
	color:#000;
}


.site-content h3 a,
.site-content h4 a {
	color:#000;
}	
.site-content h3 a:after,
.site-content h4 a:after {
	content:' ›';
	white-space:nowrap;
}
.site-content h3 a:hover,
.site-content h4 a:hover {
	color:var(--rot);
}



.site-content .teasercontainer p.mehrlink a {
	font-family:StandardCTBoldCond,sans-serif;
	letter-spacing:0.02em;
	text-transform:uppercase;
	display:inline-block;
	padding-top:8px;
	color:#000;
}
.site-content .teasercontainer p.mehrlink a:after {
	content:' ›';
	white-space:nowrap;
}
.site-content .teasercontainer p.mehrlink a:hover {
	color:var(--rot);
}




.site-content .teasercontainer .teasertext h2 a {
	color:#000;
}	
.site-content .teasercontainer .teasertext h2 a:after {
	content:' ›';
	white-space:nowrap;
}
.site-content .teasercontainer .teasertext h2 a:hover {
	color:var(--rot);
}


.site-content .teasercontainer .teaserbild a {
	border:0;
}
.site-content .teasercontainer .teaserbild a img {
	outline:0px solid var(--rot);
    transition-property: outline;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
}
.site-content .teasercontainer .teaserbild a:hover img {
	/*-webkit-filter: brightness(110%);
	filter: brightness(110%);*/
	outline:2px solid var(--rot);
    transition-property: outline;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
}




.site-content .zuruecklinkwrapper {
	padding-top:1.35em;
	text-align:center;
}
.site-content .zuruecklinkwrapper span.zuruecklink {
	font-family:StandardCTBoldCond,sans-serif;
	letter-spacing:0.02em;
	text-transform:uppercase;
	cursor:pointer;
}
.site-content .zuruecklinkwrapper span.zuruecklink:before {
	content: '‹ ';
}
.site-content .zuruecklinkwrapper span.zuruecklink:hover {
	color:var(--rot);
}



/* diaschau */
a .dia-text h3:after {
	content:' ›';
}
a:hover .dia-text h3,
a:hover .dia-text p {
	color:var(--rot);
}


/* paypal-button */
p + form {
	margin:-0.5rem 0rem 0.5rem 0rem;
}
input[type=submit] {
	font-size:1rem;
	line-height:1.14rem;
	font-family:StandardCTBoldCond, helvetica, sans-serif;
	letter-spacing:0.04em;
	padding:0.286rem 1rem 0.286rem 1rem;
	text-align:center;
	display:inline-block;
	color:#000;
	background:#fff;
	border:1px solid #000;
	-moz-border-radius: 0.357rem;/* 10px */
	border-radius: 0.357rem;
	text-decoration:none;
	cursor:pointer;
}
input[type=submit]:hover {
	border:1px solid var(--rot);
	color:var(--rot);
}


/* pagination blogseiten */
.seitennavigation a, .seitennavigation .platzhalter {
	font-size:1rem;
	line-height:1.14rem;
	font-family:StandardCTBoldCond, helvetica, sans-serif;
	width:2.286rem;
	height:1.714rem;
	padding-top:0.286rem;
	margin-left:0.3rem;
	margin-right:0.3rem;
	text-align:center;
	display:inline-block;
	color:#000;
	border:1px solid #000;
	-moz-border-radius: 0.357rem;/* 10px */
	border-radius: 0.357rem;
	text-decoration:none;
}
.site-content .seitennavigation a:after {
	content:'';
}
.seitennavigation .dieseseite, .seitennavigation a:hover {
	border:1px solid var(--rot);
	color:var(--rot);
}	
.seitennavigation .unsichtbar {
	display:none;
}
.seitennavigation .platzhalter {
	width:1.143rem;/* 32px */
	height:0.714rem;/* 20px */
	border:0;
}



/* nav
-------------------------------------------------------------- */
.hauptnav ul li,
.sprachweiche ul li {
	list-style:none;
	float:left;
	margin-left:20px;
	padding-bottom:10px;
}
.sprachweiche ul li {
	margin-left:10px;
}
.hauptnav a,
.sprachweiche a,
.sprachweiche span {
	font-size:21px;
	line-height:24px;
	font-family:StandardCTBoldCond, helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.05em;
	padding-bottom:10px;
}

.mobilenav a {
	font-size:1.6rem;
	line-height:2.4rem;
	font-family:StandardCTBoldCond, helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.05em;
	padding-bottom:10px;
}


/* farben ////////// */
.hauptnav a,
.mobilenav a,
.sprachweiche a {
	color:#000;
}
.hauptnav .current_page_item a,
.hauptnav .current_page_ancestor a, 
.hauptnav .current_page_parent a,
.sprachweiche .current_lang span,
.hauptnav a:hover, .hauptnav a:focus, .hauptnav a:active,
.sprachweiche a:hover, .sprachweiche a:focus, .sprachweiche a:active,

.mobilenav .current_page_item a,
.mobilenav .current_page_ancestor a, 
.mobilenav .current_page_parent a,
.mobilenav a:hover, .mobilenav a:focus, .mobilenav a:active {
	color:var(--rot);
}

.socialmedia a {
	width:30px;
	height:30px;
	margin-top:0px;
	display:inline-block;
}
.socialmedia a.facebooklink {
	background:url(images/facebooklink.png?ver=1.1);
	background-repeat:no-repeat;
	background-size:22px auto;
	background-position:4px 3px;
}
.socialmedia a.instalink {
	margin-left:4px;
	background:url(images/instalink.png?ver=1.1);
	background-repeat:no-repeat;
	background-size:22px auto;
	background-position:4px 3px;
}
.socialmedia a.youtubelink {
	margin-left:4px;
	background:url(images/youtubelink.png?ver=1.1);
	background-repeat:no-repeat;
	background-size:24px auto;
	background-position:3px 2px;
}
.socialmedia a.facebooklink:hover,
.socialmedia a.facebooklink:active,
.socialmedia a.facebooklink:focus,
.socialmedia a.instalink:hover,
.socialmedia a.instalink:active,
.socialmedia a.instalink:focus {
	background-position:4px -42.2px;
}

.socialmedia a.youtubelink:hover,
.socialmedia a.youtubelink:active,
.socialmedia a.youtubelink:focus {
	background-position:3px -47.5px;
}

