/*
 Theme Name: Blogdesign Jena
 Theme URI:
 Description: Uku Child Theme mit Anpassungen f&uuml;r die Blogs der Stadt Jena.
 Author: Daniel Hering, Mario Zeppin
 Author URI: https://www.jena.de
 Template: uku
 Version: 1.3.0 (basierend auf Uku v1.4.2)
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Uku Child Theme, Blog, Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */
/* Styles - changed font-family */

/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local('Open Sans Light'), local('OpenSans-Light'),
	url('assets/fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('assets/fonts/open-sans-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
	url('assets/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('assets/fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
	url('assets/fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('assets/fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

h1.site-title,
p.site-title,
.entry-summary,
.widget,
.title-footer,
.entry-header p.intro,
.entry-content,
.entry-content p,
.entry-content table,
.entry-content dl,
.entry-content ul,
.entry-content ol,
p.section-about-text,
p.text-big,
p.text-small {
	font-family: 'Open Sans', sans-serif;
	-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
}

#secondary h2.widget-title,
#sidebar-page h2.widget-title,
.entry-content blockquote p,
.entry-content p span.uppercase,
.section-about-column-two  .social-nav ul li a,
.section-about-column-one p cite,
.widget_mc4wp_form_widget input[type="email"],
.widget_mc4wp_form_widget input[type="submit"],
.jetpack_subscription_widget #subscribe-email input[type="email"],
.jetpack_subscription_widget #subscribe-submit input[type="submit"],
.contact-form input[type="submit"],
input,
textarea,
.site-content div.wpcf7 input,
.site-content div.wpcf7 textarea,
.site-content div.wpcf7 p,
a.standard-btn,
div.sharedaddy h3.sd-title,
.widget h2.widget-title,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content  h4,
.entry-content  h5,
.big-instagram-wrap .clear,
.widget_search input.search-field,
.single-product .entry-summary h1 {
	font-family: 'Open Sans', sans-serif;
	-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
}

body {
	font-family: 'Open Sans', sans-serif;
	-ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
}

/* Copyright Informations */

.copyright-sixcolumn {
	font-size: 9px;
}

.copyright-latestarticles {
	font-size: 10px;
	line-height: 1.1;
	z-index: -100 !important;
}

.copyright-twocolumn, .copyright-threecolumn, .copyright-fourcolumn {
	font-size: 11px;
}

.copyright-content, .copyright-featured {
	font-size: 12px;
}

/* Copyright Symbole vor Beschriftung */

.copyright-latestarticles::before,
.copyright-sixcolumn::before,
.copyright-twocolumn::before,
.copyright-threecolumn::before,
.copyright-fourcolumn::before,
.copyright-featured::before,
.wp-caption-text::before {
	content: "© " ;
}

/* Position Blogtitel im Sticky Header */

.sticky-header .custom-logo-wrap {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px
}

/* Header-Anpassungen */

#site-branding {
	z-index: 101; /* Bugfix - wird beim nächsten Update behoben */
}

/* Logo Größe im Header */

.custom-logo-wrap a.custom-logo-link img {
	width: 160px;
	max-width: 160px;
	max-height: 80px;
}

/* Gallery Thumbnail Beschreibung Copyright */

.gallery-caption::before {
	content: "© ";
}

/* Gallery Thumbs Beschriftung */

.gallery .gallery-item .gallery-caption {
	color: #333;
}

/* Copyright-Angabe für Slideshow-Vollbild */

#swipebox-title::before {
	content: "© "!important;
}

/*Sticky Header hinter der Lightbox plazieren */

.sticky-header {
	z-index: 10000;
}

/* Padding Anpassung Kategorieüberschrift */

.archive-header h1.archive-title {
	padding: 10px 0 20px;!important
}

/* Margin Anpassung Kategoriebeschreibung */

.archive-header .taxonomy-description p {
	margin: 0 0 10px 0;
}

/* Abstand Newsletterlisten */

.wysija-checkbox-paragraph {
	margin-bottom: 10px;
}

/* Logo Definitionen Header */

.header-social {
	top: 10px;
}

.logo-wrap {
	width: 200px;
}

/* Logo Definitionen Mobil */

.site-logoheader {
	width: 0px;
}

@media screen and (max-width: 64.000em) {
	.site-logoheader {
		width: 150px;
		margin-left: 5%;
	}
}

/* Vorheriger bzw naechster Beitrag in normaler Schrift */

.single-post .post-navigation a, .single-attachment .post-navigation a {
	text-transform: none;
	letter-spacing: 0;
}

/* Schriftgroessenanpassung Zitat */

.single-post .entry-content blockquote p {
  font-size: 1.55rem;
}

/* iframe-Groesse */

iframe {
	border: 0;
	width: 100%;
	height: 270px;
}

@media screen and (max-width: 625px) {
	iframe {
		height: 350px;
	}
}

@media screen and (max-width: 425px) {
	iframe {
		height: 450px;
	}
}

@media screen and (max-width: 320px) {
	iframe {
		height: 600px;
	}
}
