/*
Theme Name: Kreativ:Labor Oldenburg
Theme URI: http://underscores.me/
Author: Joshua Krüger
Author URI: http://www.joshuakrueger.de
Description: WordPress Theme für das Kreativ:Labor in Oldenburg
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: klo
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Kreativ:Labor Oldenburg is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
    font-family:'Sheep Sans';
    src: url('fonts/Sheep Sans.eot');
	src: url('fonts/Sheep Sans.eot?#iefix') format('embedded-opentype'),
		url('fonts/Sheep Sans.woff2') format('woff2'),
		url('fonts/Sheep Sans.woff') format('woff'),
		url('fonts/Sheep Sans.svg#Sheep Sans') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-F6CE;
}

@font-face {
    font-family:'Sheep Sans';
    src: url('fonts/Sheep Sans Bold.eot');
	src: url('fonts/Sheep Sans Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Sheep Sans Bold.woff2') format('woff2'),
		url('fonts/Sheep Sans Bold.woff') format('woff'),
		url('fonts/Sheep Sans Bold.svg#Sheep Sans Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-F6CE;
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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


@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
html, body, p {
	font-family: 'Sheep Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:18px;
}

h1, h2, h3, h4, h5, .soua-accordion-title  { 
	font-family: 'Sheep Sans', serif;
	font-weight:700;
}

h1, .soua-accordion-title {font-size:3.0em;}

.laboranten .soua-accordion-title {font-size:1.5em; text-align:center!important; }

h4 {line-height:1.4em;}
 img {max-width:100%; height:auto;}
 footer.site-footer {}

#page {overflow:hidden;}
 .logos img {
 	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	opacity:0.5;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
 }

 .logos img:hover {
 	-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%);
	opacity:1;
 }
.content-area  {margin-top:50px;}
h1, h2, h3.widget-title { color:#b0c700; }
h2.widget-title {
	text-align:center;
    margin-bottom: 1em;}
.sow-video-wrapper iframe {width:100%;  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; } 
.sow-video-wrapper { position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;}

  .textwidget ul {
  	list-style:none;
  	margin:0px;
  	padding:0px;
  } 

  .textwidget ul li {
  	border-top:1px solid rgba(0,0,0,0.08);
  	border-bottom:1px solid rgba(0,0,0,0.08);
  	padding-top:7px;
  	padding-bottom:7px;
  }

  .panel-grid {margin-top:60px; }
  .panel-grid .siteorigin-panels-stretch {margin-top:-60px;} 
  .pangel-grid:after {clear:both; content:' '; display:table-cell;}

body.admin-bar .navbar-fixed-top {top:32px;} 

.navbar-nav>li>a {
	font-family: 'Sheep Sans', serif;
	font-weight:700;
	font-size:1em;
	border-bottom:2px solid transparent;
	padding-top: 17px;
    margin-top: -2px;
    margin-bottom: -2px;
}

.navbar-nav>li>a:hover, .navbar-nav>li:hover>a, .nav>li>a:hover, .nav>li>a:focus, .navbar-nav>li.current-menu-item>a {background:#b0c700; color:#fff; border-bottom:2px solid #6e6e6e;}

.navbar-fixed-top {
	background:#fff;
	border:0px;
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.08);
box-shadow: 0 2px 0 0 rgba(0,0,0,0.08);
}

.negativ a {color:#fff;}
.footer-menu {box-shadow: 0 2px 0 0 rgba(0,0,0,0.08);}
.footer-menu p {padding: 15px 0px; margin:0px; color:#fff; font-family:'Sheep Sans'	;}
.menu-footer-menu-container ul {list-style:none; padding:0px; margin:0px ;}
.menu-footer-menu-container ul li {display:inline-block; padding:0px 7px; }
.menu-footer-menu-container ul li:first-child {padding-left:0px;} 
.menu-footer-menu-container ul li a {color:#fff; font-family:'Sheep Sans'; display:inline-block;  padding:15px 0px 13px 0px; border-bottom:2px solid transparent;}
.menu-footer-menu-container ul li a:hover {text-decoration: none; border-bottom:2px solid #b0c700;}
.home .navbar-brand img.logo { 
	width:180px;

	margin-top:-48px;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

 }
.home .affix .navbar-brand img.logo, .navbar-brand img.logo {
	width:100px; 
	border-radius:180px;
	box-shadow:0 2px 0 0 rgba(0,0,0,0.08);
	margin-top:-33px;
}

img.alignnone.size-full {margin-top:1em; margin-bottom:1.5em;}

.navbar-toggle .icon-bar {background-color:#b0c700;}


.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-title,.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured .ow-pt-title {background:#b0c700; text-shadow:none; border:0px; box-shadow:none; border-top-left-radius:0px; font-family:'Sheep Sans', sans-serif; font-size:2em; border-top-right-radius:0px;  }
.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-title .ow-pt-subtitle {color:#0a0a0a; font-size:15px; font-family:'Source Sans Pro', sans-serif;}
.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-button a.ow-pt-link, .so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured .ow-pt-button a.ow-pt-link,.so-widget-sow-button-atom-d3d09dc6bfb2 .ow-button-base a, .ow-button-base a.ow-button-hover, input.ow-button-hover {background:#b0c700; font-weight:700; color:#fff; box-sizing: border-box; font-size: 1em; padding: 1em 2em;  border:0px; opacity:0.8; font-weight:700; display:block; width:100%; text-shadow:none; border-radius:0px; 	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; font-family:'Sheep Sans', sans-serif; }
.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured .ow-pt-button a.ow-pt-link, .so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-button a.ow-pt-link,.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-button a.ow-pt-link {color:#0a0a0a!important;}
.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-button a.ow-pt-link:hover, .so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured .ow-pt-button a.ow-pt-link:hover, .so-widget-sow-button-atom-d3d09dc6bfb2 .ow-button-base a:hover, .ow-button-base a.ow-button-hover:hover, .ow-button-base:hover a.ow-button-hover, .ow-button-base:hover a.ow-button-hover:hover, input.ow-button-hover:hover {background:#b0c700; opacity:1; border:0px; display:block; width:100%;}

.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-details, .so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column.ow-pt-featured .ow-pt-details, .so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-button {background:#6e6e6e; border:0px;}
.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column.ow-pt-even .ow-pt-features .ow-pt-feature.ow-pt-feature-odd, .so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column.ow-pt-even .ow-pt-features .ow-pt-feature, .so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature.ow-pt-feature-odd {background:#fff; text-shadow:none;}
.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column.ow-pt-even .ow-pt-features .ow-pt-feature.ow-pt-feature-odd,.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-features .ow-pt-feature.ow-pt-feature-odd {border-top:2px solid rgba(0,0,0,0.2); border-bottom:2px solid rgba(0,0,0,0.2);}
.ow-pt-column.ow-pt-featured {-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
box-shadow: 0 0 10px 2px rgba(0,0,0,0.2); z-index:99; position: relative;}
.so-widget-sow-price-table-atom-72df40a532e5 .ow-pt-columns-atom .ow-pt-column .ow-pt-details .ow-pt-price { text-shadow:none; font-size:1.5em;}

body.home .sow-slider-image-wrapper h1 {
	text-shadow: 0 0px 1vw rgba(0,0,0,0.5) !important;	
}

@media (max-width: 780px) {
.frontpage_buttons .panel-grid-cell {margin-bottom:0px!important;}
.logos .panel-grid-cell {
	    width: 50% !important;
    float: left!important;
}

.sow-slider-image-wrapper h1 {
	font-size:36px!important;
}
.sow-slider-image-wrapper h3 {
	font-size:19px!important;
}

}

@media (min-width: 1470px) {
	.soua-accordion-content img.alignleft {margin-left:-150px; margin-bottom:15px;}
	.soua-accordion-content img.alignright {margin-right:-150px; margin-bottom:15px;}

}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}


.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin:0px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


