@charset "UTF-8";
/*
Theme Name: Colored Surge
Author: Paul Zubrod
Author URI: https://coloredsurge.com
Description: Diese Theme wurde für Bandseiten entwickelt. Speziell unsere Band, Colored Surge. Es unterstüzt ein OnePager Design mit sechs Sektionen oder wahlweise ein klassisches mit mehreren Unterseiten.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coloredsurge
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, header-widgets, 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 with others.
*/

@font-face {
	font-family: besley;
	src: url("Besley-Medium.otf")
}

@font-face {
  font-family: Oxen;
  src: url("Oxen Crossbow.otf");
  font-weight: normal;
}

h1 {
	font-family: 'Oxen';
}

* {
	margin: 0;
	border: 0;
	padding: 0;
	box-sizing: border-box;
}

p, h1, h2, h3 {
	margin: 15px 0px;
}

html, body {
	height: 100%;
}

body {
	letter-spacing: 1px;
	font-family: sans-serif; 
	overflow-y: scroll;
}


.no-decoration {
	text-decoration: none;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.inline-block {
	display:inline-block;
}


.link-button {
	margin:25px 0px;
	justify-content: right;
}

.link-button a, .link-button span, .related-posts a {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.1);
	border: 1px solid;
	padding: 0.5rem;
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	display: inline-block;
	margin: 1rem;
	min-width: 100px;
}

.link-button span {
	color:black;
}

a {
	transition: .3s color;
}

nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 200ms;
}

nav ul {
	text-align: right;
}

nav ul li {
	display: inline-block;
	padding: 0.5rem;
}

nav ul li a {
	display: block;
	position:relative;
	padding:10px;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: all 0.3s;
	overflow: hidden;
}

nav #logo {
	position: absolute;
	height: 100%;
	left: 16px;
	padding: 5px;
}

.navigation-background, .large-navigation {
	transition: all .2s;
}
.large-navigation {
	padding: 2.5rem;
}

nav ul li a:before{
	content: '';
	width: 60px;
	position: absolute;
	border-bottom: 2px solid white;
	bottom: 0;
	right: 350px;
	transition: 0.7s all;
}
nav ul li a:hover:before{
	right: 0;
}

nav ul li a:after{
	content: '';
	width: 60px;
	position: absolute;
	border-top: 2px solid white;
	top: 0;
	left: 350px;
	transition: 0.7s all;
}
nav ul li a:hover:after{
	left: 0;
}



.navigation-footer li {
	list-style: none;
	display:inline-block;
	padding: 1rem;
}

.maincontent, section {
	text-align:left;
	padding: 8rem 10% 0rem 10%;
}

main {
	margin: 0 auto;
	animation: fadeInMain 0.8s;	
}

@keyframes fadeInMain {from { opacity:0;
	
}

to {
	opacity: 1;
	
}

}
article video, article iframe, article img {
	height: auto !important;
	width: 100%;
}

main > h1, section > h1 {
	text-align: left;
	padding: 5px;
	font-size:3.5em;
	display:inline-block;
}

main > h1:after, section > h1:after {
	content: '';
	border-bottom: 3px solid;
	display:block;
	width:120%;

}

/*Posts*/

.posts-container {
	display:flex;
	flex-wrap : wrap;
	justify-content: space-evenly;
	align-content: flex-start;
}

.post {
	position: relative;
	border-bottom: 1px solid green;
	border: 1px solid #ccc;
	margin: 15px 0px;
	transition:all .2s ease-in;
	display: block;
	flex-direction: column;
	width: calc(25% - 1.5em);
    color: #ccc;
	overflow:hidden;
	border-radius: 6px;
}

.read-more, .post-excerpt, .post-title  {
	padding: 16px;
}

#post-date {
	position: absolute;
	bottom: 0px;
	color: white;
	background: rgba(0,0,0,0.6);
	width: 100%;
	padding: 8px;
	transition: bottom .1s;
}

.post-overlay {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	bottom: -100%;
	color: white;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 8px;
	font-size: 2rem;
	transition: bottom .1s;
}

.post:hover .post-overlay {
	bottom: 0;
}


.post-title {
	padding-bottom: 0;
	padding-top: 0px;
}


.read-more {
	display:none;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.read-more hr {
	height: 1px;
	background: white;
}

.read-more a {
	text-decoration: none;
}

.art-single .post-excerpt {
	padding:1.5rem;
	text-align: justify;
}


.post-thumbnail {
	height: 300px;
	overflow: hidden;
	position: relative;
}

.link-to-post > * {
	text-decoration: none;
	color: #ccc;
}


.post-excerpt {
	line-height: 125%;
	padding-top: 0;
	overflow: hidden;
}

.post-excerpt p {
	margin: 0px;
}

/*single post */

.fullpost {
	padding-top: 0 !important;
}

.fullpost header {
	position: relative;
}

.fullpost-thumbnail {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-height: 800px;
}

.fullpost header img {
	align-self: center;
	width: 100%;
	height : auto;
}

.fullpost-date  {
	position: absolute;
	bottom: 0;
	padding: 1rem;
	background: rgba(0,0,0,0.6);
	color: white;
	width: 100%;
	z-index: 1;
}

.fullpost-title {
	position: absolute;
	width: 100%;
	color: white;
	background:	rgba(0,0,0,.5);
	height: 100%;
	height: 100%;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 4rem;
}

.fullpost-title h1 {
	font-family: Roboto;
	font-size: 3.5rem;
}

.fullpost article {
	padding: 3rem;
}

.fullpost-wrapper {
	border-radius: 6px;
	overflow: hidden;
	width: 75%;
	margin: 0 auto;
}

.related-posts {
	display: flex;
	flex-direction: column;
	text-align: center;
	background: white;
}


footer {
	width: 100%;
	bottom: 0;
	background: #454545;
	text-align: center;
}

.footer-bottom {
	width:100%;
	padding:1.5rem;
	background:#232323;
}

.widget-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding:25px;
}

.widget-container aside {
	flex: 1 1 auto;
}


.archive-widget-1 {
	display: flex;
	flex-wrap: wrap;
}

#sociallink {
	position: fixed;
	width: 0px;
	height: 250px;
	left: -15px;
	top: 200px;
	z-index: 9;
}

#sociallink a {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: black;
	transition: height 0.3s, width 0.3s;
	border-radius: 15px;
}

#sociallink a:hover {
	width: 150px;
	filter: brightness(2);
	-webkit-filter: brightness(2);
}

#sociallink a p {
	position: absolute;
	left: 65px;
}

#sociallink  a img {
	position: relative;
	top: 10px;
}

#sociallink  a span {
	display: none;
	font-size:0.75em;
	color: white;
}


input, textarea, select {
	padding: 10px;
	transition: border-color 0.3s, background 0.3s, color 0.3s;
	margin: 15px 0px;
}

/*Comments*/
.comment-container {
	max-width: 500px;
	padding-top: 1.5rem;
}

.comment-body {
	border: 1px solid;
	margin: 1.5rem;
}

.comment-meta, .comment-content, .reply {
	padding: 1.5rem;
	text-align: left;
}

.comment-metadata {
	padding: 0.5rem 0;
}

.reply a {
	padding: .5rem;
	border: 1px solid;
	display:inline-block;
	text-decoration: none
}

.comment-content {
	background:white;
}

.children li {
	list-style: none;
	margin-left: 1.5rem;
}


/*dates*/
.gigpress-table {
	width: 100%;
}

.gigpress-table th {
	border-bottom: 3px solid;
	padding: 15px;
}

.gigpress-table td {
	border-bottom: 1px solid;
	padding: 1.5rem;
}

.gigpress-info td {
	display: none;
}

.gigpress-table tr:hover {
	transition: background 0.3s;
	background: rgba(0, 0, 0, 0.1);
}

.gigpress-date a {
	padding: 5px;
	text-decoration: none;
}

.gigpress-table td span {
	display: block;
}

.gigpress-table td span:first-child {
	font-size: 1.5em;
	color: firebrick;
}

.gigpress-links-cell {
	display:none;
}

.today {
	box-shadow: 0 0 40px 0 #fff;
	transition: all 0.3s;
}

.upcoming {
	padding: 5px;
}


.blocks-gallery-item img, .blocks-gallery-item figure figcaption {
	transition: all .2s ease-in-out;
	opacity: .7;
}

.blocks-gallery-item {
	overflow: hidden;
}

.blocks-gallery-item figure figcaption {
	bottom: -100% !important;
}

.blocks-gallery-item figure:hover > figcaption {
	bottom:0 !important;
}

.blocks-gallery-item figure:hover > img, .blocks-gallery-item figure:hover > a img {
		width:110% !important;
		height: 110% !important;
		opacity: 1;
}




@media screen and (min-width : 980px) and (max-width : 1280px) {
	.post {
		width: calc(30% + 10px);
	}
	.fullpost-wrapper {
		width: 100%;
	}
}

@media screen and (min-width : 733px) and (max-width : 980px) {
	.post {
		width: calc(50% - 10px);
	}
	
	.fullpost-wrapper {
		width: 100%;
	}
	
}


/*Media query*/
@media screen and (min-width : 0px) and (max-width : 733px) {
	.maincontent, section {
		padding: 2.5rem .66rem;
	}
	#mobilemenu {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		height: 64px;
		width: 64px;
		padding: 15px;
		text-decoration: none;
		font-size: 27px;
		text-align: center;
		z-index: 9999;
	}
	#mobilemenu span, #mobilemenu span::before, #mobilemenu span::after {
		cursor: pointer;
		top: 15px;
		border-radius: 1px;
		height: 1px;
		width: 34px;
		background: white;
		position: relative;
		display: block;
		content: '';
	}
	#mobilemenu span::before {
		top: -10px;
	}
	#mobilemenu span::after {
		top: 10px;
	}
	#mobilemenu:hover>span, #mobilemenu:hover>span::before, #mobilemenu:hover>span::after
	{
		background: #5B94FF;
	}
	#mobilemenu span, #mobilemenu span::before, #mobilemenu span::after {
		transition: all 300ms ease-in-out;
	}
	#mobilemenu.active span {
		background-color: transparent;
	}
	#mobilemenu.active span::before, #mobilemenu.active span::after {
		top: 0;
	}
	#mobilemenu.active span::before {
		transform: rotate(45deg);
	}
	#mobilemenu.active span::after {
		transform: rotate(-45deg);
	}
	nav {
		height: 3.5rem;
		background: #151515;
	}
	nav ul.active { 
		display: block;
		left:0px;
	}
	nav ul {
		left: -100%;
		position: fixed;
		top: 3.5rem;
		width: 100%;
		height: 100%;
		transition: all 0.5s;
		background: #101010;
	}
	nav ul li {
		display: block;
		text-align: center;
	}
	nav ul li a {
		padding: 10px;
		border: 0;
		border-right: 2px solid transparent;
	}

	nav ul li a:before, nav ul li a:after{
		display:none;
	}
	
	.morenews {
		display:none;
	}
	
	.post {
		width: 100%;
	}

	.post a {
		text-decoration: none;
	}
	.post h1 {
		margin: 10px 0px;
	}
	
	.post-excerpt {
		margin-bottom: 35px;
	}
	
	.read-more {
		display:block;
	}
	
	.fullpost {
		padding-top: 4rem !important;
	}
	

	
	.fullpost-thumbnail {
		height: auto;
	}
	
	.fullpost article, .fullpost-title  {
		padding: 1rem;
	}
	
	.fullpost-wrapper {
		width: 100%;
	}
		
	
	#sociallink {
		width: 221px;
		top: 10px;
		height: auto;
		right: 0;
		left: inherit;
		z-index: 999;
	}
	#sociallink a {
		display: inline-block;
		height: 32px;
		width: 32px;
	}
	#sociallink a:hover {
		width: 32px;
	}
	#sociallink  a img {
		position: relative;
		top: -5px;
		height: 16px;
		width: 16px;
	}
	nav #logo {
		display: none;
	}

	.comment-container {
		max-width: 100%;
	}

	.gigpress-table td, .gigpress-table tr {
		padding: 5px;
		display: block;
		margin: 25px 0px !important;
	}
	.gigpress-table th, .gigpress-info, .gigpress-header  {
		display: none !important;
	}
	.gigpress-table td span {
		font-size: 0.7em;
	}

	main > h1, section > h1, .fullpost-title > h1 {
		font-size : 2rem;
		line-height: 100%;
	}

	main > h1:after, section > h1:after, .fullpost-title > h1:after {
		content: '';
		width: 100%;
	}
	
}