/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

html{
	scroll-behavior: smooth;
}
@media screen and (max-width: 600px) {
	#burger{
		position: fixed;
	}
	#nav_items{
		position: fixed;
		z-index: 5;
	}
	/*STARTSEITE*/
	#logo{
	    width: 500px;
	    height: 80px;
	    margin-left: -40px;
margin-right: auto;
left: 50%;
right: 0;
text-align: center;
	    -webkit-transform: rotate(90deg);
	        -ms-transform: rotate(90deg);
	            transform: rotate(90deg);
        transform-origin: 0% 100%;
	    max-width: none;
		/*transform-origin: bottom left;*/
		position: absolute;
		display: inline-block;
	}
	#buttonDown {
		width:  40px;
		height: 40px;
		background-color: #202020;
		position: absolute;
		border-radius: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-transition: -webkit-transform 0.25s ease;
		transition: -webkit-transform 0.25s ease;
		-o-transition: transform 0.25s ease;
		transition: transform 0.25s ease;
		transition: transform 0.25s ease, -webkit-transform 0.25s ease;
	}
	#buttonDown svg{
		-webkit-transform:  scale(0.5);
		    -ms-transform:  scale(0.5);
		        transform:  scale(0.5);
	}
	.closeBttn {
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}
	.openBttn {
		-webkit-transform: rotate(90deg);
		    -ms-transform: rotate(90deg);
		        transform: rotate(90deg);
	}
	#intro{
		display: none;
	}
	#intro p {
		position: relative;
		width: 100%;
		max-width: initial;
		top: 100vh;
		left: 0;
		border-style: solid none none none;
		border-width: 2px;
		border-color: #202020;
		background-color: #202020;
		color:  #fff;
	}
	#intro p strong{
		color: #fff;
	}
	#scrolldown{
		display: none;
		position: absolute;
		bottom: 20px;
		left: 0; 
	    right: 0; 
	    margin-left: auto; 
	    margin-right: auto; 
		width: 40px;
		height: 40px;
		/*transform: rotate(45deg);*/
	}
	#imprint{
		bottom:  10px;
		left: 2rem;
		/*width: 100vw;*/
	}
	/*PROJEKT UEBERSICHT*/
	#mainContentP{
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#mainContentP img{
		margin-top:  40px;
		width: 100%;
	}
	#projectContainer{
		padding: 0rem;
		/*padding-top: 4rem; */
		/*padding-bottom: 60px;*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.projectThumb{
		margin-top: 5px;
	}
	/*ARTWORK PAGE*/
	.wp-video{
		margin-top: 0;
	}
	#filmstreifen{
		padding: 0 15px;
	}
	.imgWrap{
		display: none;
	}
	#exhibitions{
		margin-bottom: 80px;
	}
	/*ABOUT PAGE*/
	.about{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#gridAboutPage{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 2rem;
	}
	#side_nav_items{
		position: relative;
		top: 0;
		margin-top: 30px;
		right: 0;
		width: 189px;
		-ms-flex-item-align: end;
		    -ms-grid-row-align: end;
		    align-self: end;
		margin-bottom: 40px;
	}
	/*EXHIBITION PAGE*/
	#exhibWrap > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	#exhibWrap > div > div{
		margin: 0;
		margin-bottom: 20px;
	}
	#gridExhibitionPage{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 2rem;
	}

	footer{
		position: relative;
		bottom: 0;
	}
	#artworkNav{
		z-index: 100;
		/* position: relative; */
		bottom: 15px;
		right: initial;
	}
	/*// research*/
	#researchContainer{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 2rem;
		padding-top: 80px;
	}
	#news{		
	}
	#newsContent{
		width: 90vw;
		height: 80vh;
		overflow-x: scroll;
		padding: 1rem;
	}
	#newsExit{
		fill: #000;
		margin-right: 0;
	}
	#player{
		margin-top: 10px;
	}

	#contactWrap{
		width: 100%;
	}
	#agentur{
		width: 100%;
	}
	.agentConEl{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	#mainContentP img {
		margin-top: 0;
	}
	/*// hide img mobil for artwork5*/
	#img1{
		display: none;
	}
	#img2{
		display: none;
	}
	#img3 {
		display: none;
	}
}

@media only screen and  (max-width: 1000px) and (min-width: 600px)  {
	/*EXHIBITION PAGE*/
	#projectContainer{
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}


}