/*!
Theme Name: InnArt
Theme URI: http://underscores.me/
Author: Manuel Michaelis
Author URI: http://www.innsites.de
Description: A Flex-Theme for Artists
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: innartig
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

InnArt is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url(css/normalize.css );
@import url(fonts/fontawesome/css/all.css);
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
#page, #primary{
	display: flex;
	flex-direction: column;
}
#site-navigation{
	display: flex;
}
.site{
	min-height: 95vh;
	padding: 2vh 4vw 0 4vw;
}
/*--------------------------------------------------------------
# Ausblenden
--------------------------------------------------------------*/
.entry-title{
	display: none;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#masthead{
	display:flex;
}
.site-header{
	background: url(images/header-bg.jpg);

}
.site-branding{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	flex: 3;
	order: 2;
}
.site-title, .site-description{
	margin: 0;
	padding-right: 1vw;
}
.site-description{
	letter-spacing: 1.5px;
}
.site-title a{
	text-decoration: none;
	color: rgba(31,44,95,1) !important;
	font-weight: bold;
}
#site-navigation{
	order: 1;
	flex: 3;
	justify-content: flex-start;
	padding-top: 1vw;
	padding-left: 1vw;
}
#site-navigation .menu-main-container{
	display: flex;
}
#site-navigation .menu-main-container ul{
	margin-top: auto;
}
#primary{
	flex: 1;
}


/* +++++ SEITEN +++++ */
.home .page{
	display: flex;
	flex: 1;
	/*background: url(images/bg-home-big.jpg);
	background-repeat:no-repeat;
	background-size:cover;*/
	justify-content: center;
	align-items: center;
}
.home .page h2{
	font-size: 2vw !important;
	color:yellow;
}
.about {
	width: 50vw;
	margin: 0 auto;
  }
.post-14{
	padding-left: 30%;
}
/* +++++ lIGHTBOX +++++ */
.jig-caption {
	background: rgba(223, 223, 224,0.6) !important;
	padding: 0 7px;
	text-shadow: 1px 1px 0 black;
	margin: 0;
  } 
  
  .pswp__bg {
	background: rgb(223, 223, 224) !important;
	opacity: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
  }
  /* ===========	CV ========== */ 
.block-cv{
    display: flex;
    flex-direction: column;
}
.jahr-cv{
    display: flex;
    flex-wrap: wrap;
    max-height: 25px;
    width:10%;
    font-weight: bold;
}
.zeile-cv{
    display: flex;
    
}
.column-cv{
    display:flex;
    flex-direction: column;
    width:100%;
}
.angaben-cv{
    display: flex;
    border-bottom: 1px solid silver;
    
}
.text-cv{
    min-width: 80%;
    max-width: 80%;
    
}
.land-cv{
    width: 25%;
    font-size: 80%;
}
/* +++++ VideoPlayer 2Artists +++++ */
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
	min-height: 900px !important;
  }
  #jig1 {
	margin: 0;
	min-height: 0px;
	/*width:30vw !important;
	display: flex !important;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 30vw !important;*/
  }
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	/*display: none;*/
	display: flex;
	width: 100%;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	display: flex;
	flex-direction: column;
	min-width: 10rem;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background-color:rgba(255, 255, 255, 0.8);
	padding: 0 0 0.5rem 1rem;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	margin-right: 1vw;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: black;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
/* ===========================================================
				FUSSZEILE
   =========================================================== */
   #colophon{width: 100%; min-height: 5rem;  background: white; padding: 1vh 0;}
   #colophon a{text-decoration: none;}
   .site-info{width: 100%; color: grey;
   border-top: 1px solid silver; border-bottom: 1px solid silver; margin: 1rem 0; padding-bottom: 1rem;}
   .site-info a{color: grey;}
   .line{display: flex; justify-content:space-around; flex-wrap: wrap; width: 100%;}
   .f-box{min-width: 10%; text-align: center; white-space: normal; margin: 1rem 1rem 0 0;}
   .fa{font-size: 130%; margin-right: 2rem;}
   #flexcol{display: flex; justify-content:space-between; flex-wrap: wrap; width: 100%;}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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