/*
Theme Name: Julian Wildgruber
Author: Moritz Ebeling
Author URI: https://moritzebeling.com
Description: Wordpress theme for Julian Wildgruber
Version: 0.1
Tags: julian wildgruber
Text Domain: mori waan
*/

/* montserrat-regular - latin-ext_latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('./fonts/montserrat-v25-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('./fonts/montserrat-v25-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('./fonts/roboto-v30-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('./fonts/roboto-v30-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-italic - latin-ext_latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local(''),
		 url('./fonts/roboto-v30-latin-ext_latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('./fonts/roboto-v30-latin-ext_latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	list-style: none;
}

.clear {
	clear: both;
}

body {
	background: #fff;
	color: 000;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400;
}

body,
p {
	font-size: 16px;
	line-height: 1.6;
}

h1,
h2 {
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
	font-weight: 400;
}

button {
	background: none;
	border: none;
	cursor: pointer;
	font: inherit;
}

p,
ul,
blockquote,
h3 {
	margin-bottom: 10px;
}

.wrapper {
	width: 94%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.wi1,
.wi2,
.wi3 {
	padding: 0 3%;
	float: left;
}

.wi1 {
	width: 27%;
}

.wi2 {
	width: 60%;
}

.wi3 {
	width: 93%;
}

.alri {
	text-align: right;
}


a,
a:link,
a:hover,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

div.picture {
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.content {
	margin-top: 45px;
}

section#sec5 .content {
	margin-bottom: 30px;
}

section {
	border-top: 1px solid #000;
	width: 100%;
	left: 0;
	background-color: #fff;
	padding-bottom: 30px;
}

section.white {
	color: #fff;
}

#sec1,
#sec2,
#sec3,
#sec4 {
	min-height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

section#sec1 {
	border: none;
}

section#sec6 {
	padding-bottom: 120px;
}

section#sec1 {
	z-index: 0;
	color: #fff;
}

section#sec2 {
	z-index: 1;
}

section#sec3 {
	z-index: 2;
}

section#sec4 {
	z-index: 3;
}

section#sec5 {
	z-index: 4;
}

section#sec6 {
	z-index: 5;
}

#sec2 .content,
#sec2 a,
#sec2 a:link,
#sec2 a:hover,
#sec2 a:active,
#sec2 a:visited {
	color: #fff;
}

#sec1 *,
#sec2 .content {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

#sec3 .content,
#sec4 .content {
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
}

body.setup section {
	position: absolute;
}

body.setup section.fix,
section.fix {
	position: fixed;
}

h1,
h2,
h3 {
	font-family: "Montserrat", Arial, sans-serif;
}

.chaptertitle {
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	cursor: pointer;
}

#sec1,
body#posts {
	padding-top: 30px;
}

section a.allblog {
	padding-top: 10px;
}

section.fix a.allblog {
	display: none;
}

section#sec5 .post img {
	display: none;
}

section blockquote {
	font-style: italic;
	margin-left: -16px;
}

section.header {
	border: none;
}

.impressum .legal {
	display: none;
	color: #ccc;
}

.whi {
	background-color: #fff;
	margin-bottom: 20px;
}

#sec2 .content,
#sec3 .content,
#sec4 .content {
	opacity: 0;
}

body#posts section.post1 {
	border: none;
}

body#posts section#footer {
	padding-top: 30px;
	padding-bottom: 30px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.animatethings {
	animation-name: example;
	animation-duration: 0.5s;
}

.blocks-gallery-item img {
	width: 100%;
	height: auto;
}

@media (max-width:800px) {

	#sec2 .content,
	#sec3 .content,
	#sec4 .content {
		opacity: 1;
	}

	.wi1 {
		width: 44%;
	}

	.wi2 {
		width: 94%;
	}

	.wi3 {
		width: 94%;
	}

	section#sec5 .chaptertitle.wi2 {
		width: 44%;
	}

	section#sec5 .post3 {
		display: none;
	}

	.picture,
	.picture img {
		display: none;
	}
}

@media (max-width:600px) {
	.placeholder {
		display: none;
	}

	.wi1,
	.wi2,
	.wi3 {
		width: 94%;
	}

	section blockquote {
		margin-left: -8px;
	}

	.content {
		margin-top: 0;
	}

	.picture,
	.picture img {
		display: none;
	}

	section {
		background-image: none !important;
	}

	section,
	section *,
	#sec1 * {
		color: #000;
		text-shadow: none;
	}

	#sec1 {
		color: #000;
	}

	#sec1 .content {
		margin-top: 37px;
	}

	#sec2 .content,
	#sec2 a,
	#sec2 a:link,
	#sec2 a:hover,
	#sec2 a:active,
	#sec2 a:visited {
		color: #000;
	}

	#sec5 .post1 {
		margin-top: 37px;
	}

	#sec5 .post3 {
		display: none;
	}
}