:root {
    --header-back-color: rgba(0, 0, 0, 0.7);
    --back-color: rgb(0, 0, 0);
    --back-color-article: rgba(0, 0, 0, 0.7);
    --footer-back-color: rgba(0, 0, 0, 0.7);
    --drawer-back-color: rgba(0, 0, 0, 1);
    --fore-color: rgb(255, 255, 255);
    --secondary-fore-color: rgb(200, 200, 200);
    --universal-margin: 0rem;
    --universal-padding: 0.5rem;
}


html, * {
    font-family: 'Roboto Condensed', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
  }


  strong {
    font-weight: 900;
  }
  


    footer {
        background-image: url(../images/noisecubes.jpg);
        background-size: cover;
        border:0
    }

form {
    border: 0;
    background-color: var(--back-color-article)
}

blockquote
{
    border: 0px;
    margin: 1rem;
}

.title {
    margin-top: 1rem;
    padding-left: 0.2rem;
    margin-bottom: 1rem;

}

.title>h1 {

    text-transform: uppercase;
			word-wrap: break-word;

}

.title>h1>small {
    text-transform: none;
}

.title, .date {
    text-align: center
}

/* Project Page */

header.article {
    background-color: transparent;
    height: auto;
    border-bottom: 0;
}

article {
    background-color: var(--back-color-article)
}
hr {
    margin-top: 1rem;
    border-top: 1px dashed rgb(255, 255, 255);
}

#tabs ul {
    border-bottom: 1px solid var(--a-link-color);
    list-style: none; /* Removes the default list styling */
    padding: 0; /* Removes default padding */
    margin: 0; /* Removes default margin */
    margin-bottom: 1rem;
    display: flex; /* Enables Flexbox layout */
    justify-content: flex-end; /* Aligns items to the start of the container */
}

#tabs ul li {
    margin-right: 10px; /* Adds some space between the tabs */
}


.article-wrap {
    display: flex;
	flex-flow: row wrap;
}

.description {
	order: 1;
margin: 1rem 0.1rem 1rem;
	padding-right:2em;
    padding-left: 0.2rem;
    padding-bottom: 1rem;
}
.credits {
    order: 2;
    margin: 1rem 0.1rem 1rem 0;
    padding-right: 2em;
    padding-left: 1rem;
    text-align: left;
    -webkit-column-count: 3; /* Default column count */
    -moz-column-count: 3;    /* Default column count */
    column-count: 3;         /* Default column count */
    vertical-align: top;
}

/* Medium screens (e.g., tablets) */
@media (min-width: 768px) {
    .credits {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

/* Large screens (e.g., desktops) */
@media (min-width: 1280px) {
    .credits {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.gallery {
	order:3;
    margin-top: 1rem;
}

@media screen and (max-width:900px) {
	.credits {
		width:100%;
		order:3;
	}
	.description {
		order:1;
		width:100%;
		padding-right:0;
		/* margin: 1em 0em 1em 0em; */
	}
	.gallery {
		order: 2;
	}
}

.credits > p {
/* margin-top:0; */
}

.gallery {
	width:100%;
}

.stillframe {
	width:100%;
	max-width: 100%;
	height:auto;
}

/* -------  */

.image-wrapper {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: -5000;
    filter: blur(20px);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px)
}

.image-wrapper>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%
}



.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.giphy-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 56%;
    position: relative
}

.button
{
    border: 0 solid white;    
}

.topnav>a {
    color: #fff;
    text-align: center;
    border: 0;
    text-decoration: none
}

.topnav,
[type=checkbox].drawer+* {
    border: 0 solid white !important;
    overflow-y: hidden;

}
.toggle {
    size: 3rem;
    width: 10rem;;
}

.sticky {

}

header {
    height: 2.8rem;
}

header.oben {
    background-color: var(--header-back-color);
    background-image: url(../images/noisecubes.jpg);
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    border-bottom: 0rem solid white;
    /* margin: 0;
    padding: 0; */
	overflow: hidden;
    margin-top: 2rem;
}

.logo {
    width: 18rem;
    height: auto;
    margin-left: -1rem;
    margin-top: -0.5rem;
}

.logo-scroll
{
    margin-top: 0.25rem;
    width: 9rem;
}

@media screen and (max-width:599px) {
    .logo {
        width: 14rem;
        margin-left: -0.8rem;
        margin-top: -0.2rem;
}
header {
    height: 2.8rem;
}


}

.callout {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 0.3rem;
    overflow:visible;
    width: 100%;
}

* {
    /* box-sizing: border-box */
}

.grid {
    stagger: 30;
    transitionDuration: '0.2s'
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-item,
.grid-sizer {
    width: 20%;
  /*  height: 11.25%;
    border: 2px solid #000;
    margin-bottom: -8px;  */
    display: block
}

.grid-item--width2 {
    width: 40%;
  /*  height: 22.5%; */
}

.grid-item--width3 {
    width: 60%;
    height: 33.75%;
}

.grid-item--gigante {
    width: 60%;
  /*  height: 33.75%; */
}



.container {
    max-width: 100%
}


@media screen and (min-width: 1400px) {
    .container {
        max-width: 80% /* war 65% */
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 75% /* war 50% */
    }
}

@media screen and (max-width:900px) {
    .grid-item,
    .grid-sizer {
        width: 25%;
        /* height: 14.0625%; 
        border: 6px solid #000;
        margin-bottom: -9px */
    }
    .grid-item--width2 {
        width: 50%;
      /*  height: 28.125%; */
    }
    .grid-item--width3 {
        width: 75%;
     /*   height: 42.1875%; */
    }
    .grid-item--gigante {
        width: 100%;
      /*  height: auto */
    }
    .container {
        max-width: 100%;
    }
}

@media screen and (max-width:599px) {
    .grid-item,
    .grid-sizer {
        width: 50%;
       /* height: 28.125%;
        border: 6px solid #000;
        margin-bottom: -9px */
    }
    .grid-item--width2 {
        width: 100%;
     /*   height: 56.25%; */
    }
    .grid-item--width3 {
        width: 100%;
      /* height: 56.25%; */
    }
    .grid-item--gigante {
        width: 100%;
      /*  height: 56.25%; */
    }
    .container {
        max-width: 100%
    }
}

.grid-item {
    float: left;
	margin-top: -4px;
}

.overlay {
	 position: absolute;
  bottom: 0; 
  width:100%;
  height:100%;
}

.coverlink {
	width:100%;
	height:100%;
display:inline-block;

}

figure {
    margin: 0;
    padding: 0;
    /*  display: inline-block; */
}

figure>img {
	display: block;
	    box-sizing: border-box;
	    width: 100%;
    height: 56.25%;


}

figure.grid-figure {
}

.grid-item:hover figcaption.thumb-title, .grid-item:active figcaption.thumb-title {
    opacity: 1!important;
}

figcaption.thumb-title {
    opacity: 0!important;
    text-decoration: none;
	display: inline-block;
	font-size:1.5em;
	line-height:1em;
	padding:.2em;
}

.grid-item:hover figcaption, .grid-item:active figcaption  {
    background-color: rgba(0, 0, 0, 1);
    opacity: 1!important;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
}

/* When you mouse over the container, fade in the overlay title */
.grid-item:hover .grid-thumb, .grid-item:active .grid-thumb {
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    opacity: .5!important;

}

i.fab,
i.fas {
    color: grey;
    font-size: 3em;
    margin: 1em
}

.socialmedia_menu {
    display: flex;
    flex: row;
    justify-content: center
}

.emailform {
    display: flex;
    flex-flow: column
}

.input-group {
    display: flex;
    flex-flow: row;
    justify-content: flex-start
}

.inputlabel {
    width: 5em;
    text-align: right
}

.uniform__potty {
    position: absolute;
    left: -9999px
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.pace-inactive {
    display: none
}

.pace .pace-progress {
    background: green;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px
}
