/*

Theme Name: Halfcreative Custom
Description: Anpassungen des Halfcreative Themes u.a. für SCS Flensburg - nachladenen Google Webfonts entfernt
Version: 1.0
Author: Level One / Philipp Austermann
Template: halfcreative
Author URI: http://www.level-one.info/

*/

@import url("../halfcreative/style.css");

/* Google Webfonts 
  MA 01.11.2022 -- */

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* Google Webfonts 
   MA 01.11.2022 ++ */

/** Anpassungen Startseite (damit Slider-Box Inhalt auch auf Mobile passt) */
header > h1.one {
    padding-bottom: 24px;
}

.roles, .roles > div {
    height: 100px;
    line-height: 40px;
}

/** Staff Portraits */
#portraits .tel {
    height: 26px;
    white-space: nowrap;
}

#portraits .email, #portraits .tel {
    display: block;
    text-align: center;
}

/* Fix css3 transition bug in firefox (img changes width at end of transition otherwise) */
#portraits li img {
    width: auto;
}

#portraits li .poste {
    height: 26px;
    width: 84%; 
}

#portraits li .name {
    height: 26px;
}

#portraits .email, #portraits .tel, #portraits .whathedo {
    font-size: 12px;
    line-height: 20px;
}

#portraits li .whathedo a {
	color: #008FC7;
}

#portraits .whathedo strong {
    font-weight: 800;
}

#portraits .whathedo {
    text-align: left;
    padding: 8px 10px;
    padding-top: 0px;
    height: 164px;
    display: inline-table;
}

#portraits li {
    margin: 0 0px 20px 5px; 
}

#leitsaetze {
    background-color: #F9F9F9;
}

/* Portfolio */
.og-fullimg h3 {
    font-weight: 300;
    font-size: 24px;
    padding: 10px 0 10px;
    margin-bottom: 10px;
    color: #555;
}

/* Portfolio Textblöcke auf gleiche Starthöhe */
.og-expander-inner {
	padding-top: 50px;
}

.og-fullimg, .og-fullimg h3 {
	margin-top: 0px;
}

.og-fullimg h3 {
	text-align: right;
	padding-right: 20px;
}

.og-fullimg, .og-detail {
	height: 60%;
}

/* Mobile Styles (bisher unbenutzt, hier können Anpassungen für kleine Screens rein) */
@media screen and (max-width: 650px) {
	
}

/* Abstand Linie unter Überschriften */
h2, section .inner h2 {
	line-height: 80px;
}

