/*
Theme Name: P.S. Theme
Template: oxford
Author: bueroalbatros.ch
Version: 1.0.1
Updated: 2022-10-19 15:30
*/

@charset "UTF-8";

/*---------------------------------------------------------
Fonts Import
---------------------------------------------------------*/

@font-face {
 font-family: 'Antarctica';
 src: url(fonts/Antarctica-Regular.woff2) format('woff2');
 font-weight: 400;
}

@font-face {
 font-family: 'Antarctica';
 src: url(fonts/Antarctica-Medium.woff2) format('woff2');
 font-weight: 500;
}

@font-face {
 font-family: 'Antarctica';
 src: url(fonts/Antarctica-SemiBold.woff2) format('woff2');
 font-weight: 600;
}

@font-face {
 font-family: 'Antarctica';
 src: url(fonts/Antarctica-Bold.woff2) format('woff2');
 font-weight: 700;
}

/*---------------------------------------------------------
Define Text Styles
---------------------------------------------------------*/

p, li {
	font-family: 'minion-pro', sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
	  font-size: 1.155rem;
    line-height: 1.824rem;
    margin: 1rem 0px;
}

span.ps_lead {
	color: #e53212;
}

aside.widget_text > p {
  font-family: 'Antarctica', sans-serif;
  font-weight: 600;
  font-size: 100%;
  line-height: 1.4;
}

/*---------------------------------------------------------

Outcommenting specific styles for culture category

article.category-kultur span.ps_lead {
	color: #0089cf;
}

---------------------------------------------------------*/

.entry-title, .entry-sticky-label, .entry-meta-wrapper, .site-description, .nav-symbol, .menu-item, .widget-title, .menu-item > a .textwidget > p, .textwidget > p {
	font-family: 'Antarctica', sans-serif;
	font-weight: 600;
}

body, .entry-author-byline, .entry-author-byline > a, .entry-author-byline {
	font-style: normal;
	font-weight: 500;
	text-transform: none;
	font-family: 'Antarctica', sans-serif;
	word-spacing: 0.0;
	letter-spacing: 0.0;
        text-rendering: optimizeLegibility;
}

h1.archive-title, h1.archive-title > strong, h1, h2, h3, h4, h5, .ps_zwtl {
	font-family: 'Antarctica', sans-serif;
	font-weight: 600;
}

p span.ps_zwtl {
	text-indent: 5rem;
}

.archive-title > strong, .archive-title  {
	text-transform: uppercase;
}

/*---------------------------------------------------------
Navigation Sub-Menu Styles
---------------------------------------------------------*/

ul.sub-menu li {
	border-bottom: 0px;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding-bottom: 0px;
	padding-bottom: 0rem;
}

/*---------------------------------------------------------
Menu open on start
---------------------------------------------------------*/

@media screen and (min-width: 1100px) {
  .js .main-navigation {
    display: block; }
}

/*---------------------------------------------------------
Navigation Styles
---------------------------------------------------------*/

@media screen and (min-width: 1100px) {
       .main-navigation li:after {
         font-weight: 600;
         }
       }

.menu-item-48 a {
	color: #e53212;
}

@media screen and (min-width: 1100px) {
  .nav-symbol {
      width: 55px;
  }
}

.nav-menu > li > a {
	font-family: 'Antarctica', sans-serif;
	font-weight: 600;
}


/*---------------------------------------------------------
Ruler Between Columns

@media screen and (min-width: 800px) {
	.content-columns {
	  -webkit-column-rule: 1px solid black;
	     -moz-column-rule: 1px solid black;
	          column-rule: 1px solid black;
	}
}

---------------------------------------------------------*/

/*---------------------------------------------------------
Article Styles
---------------------------------------------------------*/

.entry-meta-wrapper {
  font-style: normal;
  font-weight: 400;
}

.entry-author-byline {
  margin: 0px 0px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  font-family: 'Antarctica', sans-serif;
}

.entry-author-byline > a {
  font-weight: 400;
  font-size: inherit;
}

.article-bottom {
	border-top: 0px solid #0b0e10;
	padding-top: 12.5px;
	padding-top: 0.78125rem;
	color: #e53212;
}

.article-bottom a, .more-link {
	color: #e53212;
}

.article-bottom a:hover, .more-link:hover {
	color: white;
	background-color: #e53212;
}

div.ssba > div > a {
	border-bottom: 0px;
}

@media screen and (max-width: 800px) {
	.article-bottom {
		display: none;
	}
}

.footer-text, .footer-text a {
	color: darkgray;
}
.site-info {
	display: none;
}

.social-profiles .google, .social-profiles .flickr, .social-profiles .pinterest, .social-profiles .instagram, .social-profiles .linkedin {
	display: none;
}

.author-login-gastautorin {
	display: none;
}

.column-no-break {

-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;

}

/*---------------------------------------------------------
 Hyphenation and Home Entry Content
-------------------------------------------------------- */

#posts-many .entry-content p {
  font-size: 0.85rem;
  line-height: 1.4em;
  hyphens: auto;
}

.entry-content p {
  hyphens: auto;
}

h1.entry-title {
hyphens: auto;
}

/*---------------------------------------------------------
 Columns
-------------------------------------------------------- */
@media screen and (min-width: 800px) {
  .content-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px; } }

/*---------------------------------------------------------
 Smaller Width / Content Wrapper Styling
-------------------------------------------------------- */

@media screen and (min-width: 1100px) {
  #content-wrapper {
    padding: 0.1 0 0 0.78125rem;
  }

  .nav-symbol {
    position: absolute;
    left: -70px;
    left: -7.375rem;
    width: 55px;
  }

  #content-wrapper {
    padding: 12.5px 0 0 12.5px;
    padding:  0.78125rem 0 0 2.6rem;
    max-width: 700px; 
  } 
}

/*---------------------------------------------------------
Format Forms
---------------------------------------------------------*/

/* format select dropdown according to textarea and input */

select {
    background-color: transparent;
    border: 1px solid #0b0e10;
    border-radius: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0.375rem 0.5rem;
}

/* format form buttons */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    font-weight: bold;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    color: white;
    background: #e53212;
}


#twitter-link {
  background-image: url(images/twitter.svg);
  background-size: 18px 18px;
  margin: 6.25px 0 12.5px 12px;
  margin:  0.39062rem 0 0.78125rem 0.75rem;
  padding-top: 20px;
  padding-top: 1.25rem; }
  @media screen and (min-width: 1100px) {
    #twitter-link {
/*    margin-bottom: 0;
 *    margin: 137.5px 0 12.5px 0;
 *    margin:  8.59375rem 0 0.78125rem 0;
 *    padding-top: 18px;
 *    padding-top: 1.125rem;*/
      display: none;
    }
  }
  .no-js #twitter-link {
    display: none; }

#facebook-link {
  background-image: url(images/facebook.svg);
  background-size: 18px 18px;
  margin: 6.25px 24px 12.5px 12px;
  margin:  0.39062rem 1.5rem 0.78125rem 0.75rem;
  padding-top: 20px;
  padding-top: 1.25rem; }
  @media screen and (min-width: 1100px) {
    #facebook-link {
/*    margin-bottom: 0;
 *    margin: 196.4px 0 12.5px 0;
 *    margin:  12.5rem 0 0.78125rem 0;
 *    padding-top: 18px;
 *    padding-top: 1.125rem; */
      display: none;
     }
  }
  .no-js #facebook-link {
    display: none; }

.site-header {
  @media screen and (max-width: 800px) {
	/* position: fixed;  */
	/* background-color: white; */
        /* z-index: 9999999; */
	/* does work but title goes to top of window and is not visible which is not cool */
  }
}


/* site logo in single pages */

.single .site-title.custom-logo {
  max-width: 100%;

}

.custom-logo.small-title {
  max-width: 100%;
  margin: 0 auto 12.5px;
}

.single .site-description {
  text-align: center;
  word-spacing: inherit;
  letter-spacing: 0px;
  font-size: 0.8125rem;
}

.site-description {
  text-transform: none;
}

@media screen and (min-width: 600px) {
  .site-description {
    letter-spacing: normal;
    word-spacing: normal;
  }
}

@media screen and (min-width: 1100px) {
  .single .site-description {
    text-align: left;
    letter-spacing: normal;
    word-spacing: normal;
  }
  .single .site-description:before {
    display: none;
  }
}

/* sharing component */

.share__label {
  font-family: 'Antarctica';
  font-size: 1rem;
  margin-top: 0px;
  line-height: normal;
}

@media screen and (min-width: 600px){
.share__label {
  font-size: 0.8125rem;
}
}

.share__items {
  display: flex;
}

.share__item {
  flex: 0 0 auto;
}

.share__btn {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-bottom: 0 !important;
  margin: 0 1rem 1rem 0;
}

.share__btn img {
  height: 100%;
  width: 100%;
  flex: 1;
  object-fit: contain;
}


/* donation banner */
.donation {
  margin-top: 2rem;
  padding: 1rem;
  font-family: 'Antarctica';
}

.donation p {
  font-family: 'Antarctica';
}

.donation p:first-child {
  margin-top: 0;
}

.donation .wp-block-button__link {
  padding: 4px 6px;
}