:root::-webkit-scrollbar{
  display: none;
}

:root {
  scrollbar-width: none;
  -ms-overflow-style: none;
}


/* Seitenverhältnis: 21, 16, 4, portrait */


/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}




body {
   	font-family: 'Roboto';
	background-color: #FAFAFA;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


a, a:visited, a:active {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
    text-decoration: none;
    font-size: 100%;
}

a.titlelink:hover {
    text-decoration: none;
}








#head {
	margin: 0% 15% 0% 15%;
	width: 70%;
}

.title {
	font-size: calc(17px + 0.5vw);
	font-family: 'Roboto';
	font-weight: 700;
	color: #212121;
	margin-top: 1%;
	margin-right: 3px;
	display: inline-block;
}

.beschreibung {
	font-size: calc(5px + 0.5vw);
	font-family: 'Roboto';
	font-weight: 300;
	color: #212121;
	display: inline-block;
}

.kontakt {
	margin: 0.3% 3% 0% 0%;
	font-size: calc(8px + 0.5vw);
	font-family: 'Roboto';
	font-weight: 700;
	display: inline-block;
	float: right;
}

.about {
	margin: 0.3% 0% 0% 0%;
	font-size: calc(8px + 0.5vw);
	font-family: 'Roboto';
	font-weight: 700;
	display: inline-block;
	float: right;
}

.work {
	margin: 0.3% 3% 0% 0%;
	font-size: calc(8px + 0.5vw);
	font-family: 'Roboto';
	font-weight: 700;
	display: inline-block;
	float: right;
}



.socialmedia{
	widht: 40%;
	margin: 0% 30% 0% 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}



.slink{
	float: left;
	display: block;
	margin: 0% 1% 2% 1%;
}

.yt {
	background-image: url("images/link/tiny/youtube.png");
	background-size: cover;
	width: calc(15px + 1vw);
	height: calc(15px + 1vw);
}

.insta {
	background-image: url("images/link/tiny/instagram.png");
	background-size: cover;
	width: calc(14px + 1vw);
	height: calc(14px + 1vw);
}






#arbeiten {
	margin: 0% 15% 0% 15%;
	width: 70%;
	display: block;
}

.box{
	margin: 1%;
	float: left;
	width: 31.33%;
	display: block;
    position: relative;
    text-align: center;
}

.box img {
	display: block;
	filter: brightness(75%);
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: calc(15px + 0.5vw);
	font-family: 'Roboto';
	font-weight: 400;
	color: #ffffff;
	text-shadow: -0.3px 0 black, 0 0.3px black, 0.3px 0 black, 0 -0.3px black;
}








#foot {
	margin: 5% 25% 1% 25%;
	width: 50%;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 300;
	text-align: center;
}

.imprint {
	word-spacing: 15px;
}
.uimprint {
	display: none;
}







	

#video{
	width: 50%;
	margin: 2% 25% 3% 25%;
}



/* ab hier die Projektunterseiten Styles bla bla u know */
.utitle {

}



.projektMain {
	margin: 0% 20% 0% 20%;
	width: 60%;
}





.projekttexttitle {
	padding-top: 10%;
	font-size: calc(10px + 0.5vw);
	font-family: 'Roboto';
	font-weight: 700;
	text-align: center;
	color: #212121;
}
.projekttextart {
	padding-top: 2%;
	font-size: 20px;
	font-family: 'Roboto';
	font-weight: 300;
	text-align: center;
	color: #212121;
}
.projekttextdesc {
	padding-top: 2%;
	font-size: 20px;
	font-family: 'Roboto';
	font-weight: 300;
	text-align: center;
	color: #212121;
}

.videobox {
	width: 50%;
	margin: 2% 0% 5% 25%;
}

.videoboxhochkant {
	width: 20%;
	margin: 2% 0% 5% 40%;
}

.videoboxkleinleft {
	width: 25%;
	margin-left: 25%;
}

.videoboxkleinright {
	width: 25%;
}

#ufoot {
	margin: 2% 25% 1% 25%;
	width: 50%;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 300;
	text-align: center;
}






.aboutsite{
    margin: 0% 15% 0% 15%;
	width: 70%;
	display: block;

}

.aboutpic1{
	margin: 0% 5% 5% 5%;
    opacity: 0.5;
    width: 18%;
    height: 70%;
    float: left;
}

.aboutpic2{
    opacity: 0.5;
}

.abouttext1{
	margin: 10% 0% 5% 0%;
	font-size: 20px;
	font-family: 'Roboto';
	font-weight: 300;
	text-align: left;
}

.abouttext2{
	margin: 5% 0% 5% 0%;
	width: 100%;
	font-size: 20px;
	font-family: 'Roboto';
	font-weight: 300;
	text-align: left;
}







/* kontaktformular */
.kontaktueberschrift {
	margin: 2% 40% 0% 40%;
	font-family: 'Roboto';
	font-weight: 600;
	color: #212121;
	font-size:  calc(20px + 0.5vw);
	text-align: center;
	letter-spacing: 5px;
}

.kontakttext {
	margin: 2% 40% 0% 40%;
	font-family: 'Roboto';
	font-weight: 300;
	color: #212121;
	font-size: calc(10px + 0.5vw);
	text-align: center;
}

.kontaktformular {
	margin: 3% 40% 0% 40%;
	text-align: left;
	font-family: 'Roboto';
	font-size: calc(10px + 0.5vw);
	text-align: left;
	font-weight: 400;
	color: #212121;
}

.textfeld {
	width:100%;
	height: 10vw;
	text-align: left;
	background-color: #f4f4f4;
	font-family: 'Roboto';
	color: #212121;
	font-size: calc(10px + 0.5vw);
	font-weight: 400;
}

input[name=submit] {
	width: 40%;
	margin-top: 3%;
	margin-left: 30%;
	margin-right: 30%;
	font-family: 'Roboto';
	font-size: calc(5px + 0.5vw);
	text-align: center;
	font-weight: 400;
	border: 1px solid #212121;
}

input[name=name] {
	width: 100%;
	background-color: #f4f4f4;
	font-family: 'Roboto';
	color: #212121;
	font-size: calc(10px + 0.5vw);
	font-weight: 400;
}

input[name=email] {
	width: 100%;
	background-color: #f4f4f4;
	font-family: 'Roboto';
	color: #212121;
	font-size: calc(10px + 0.5vw);
	font-weight: 400;
}
input[name=betreff] {
	width: 100%;
	background-color: #f4f4f4;
	font-family: 'Roboto';
	color: #212121;
	font-size: calc(10px + 0.5vw);
	font-weight: 400;
}




@media (max-aspect-ratio: 5/3) {
.title {
	margin-right: 0px;
	font-size: calc(17px + 0.5vw);
}

.beschreibung {
	font-size: calc(9px + 0.5vw);
}

.kontakt {
	margin: -0.3% 3% 0% 0%;
	font-size: calc(10px + 0.5vw);
}

.about {
	margin: -0.3% 0% 0% 0%;
	font-size: calc(10px + 0.5vw);
}

.work {
	margin: -0.3% 3% 0% 0%;
	font-size: calc(10px + 0.5vw);
}

.socialmedia{
	height: 20%;
}

.slink{
	margin: 0% 2% 2% 2%;
}

.yt {
	width: calc(20px + 1vw);
	height: calc(20px + 1vw);
}

.insta {
	width: calc(19px + 1vw);
	height: calc(19px + 1vw);
}

.kontaktueberschrift {
	margin: 8% 30% 0% 30%;
	font-size:  calc(20px + 0.5vw);
}

.kontaktformular {
	margin: 5% 30% 0% 30%;
	font-size: calc(15px + 0.5vw);
}
	
.textfeld {
	font-size: calc(15px + 0.5vw);
}

input[name=submit] {
	font-size: calc(10px + 0.5vw);
}

input[name=name] {
	font-size: calc(15px + 0.5vw);
}

input[name=email] {
	font-size: calc(15px + 0.5vw);
}
input[name=betreff] {
	font-size: calc(15px + 0.5vw);
}
}





@media (orientation: portrait) {
#head {
	margin: 0% 3% 0% 3%;
	width: 94%;
}

.title {
	font-size: calc(20px + 1vw);
	margin-top: 3%;
}

.beschreibung {
	display: flex;
	font-size: calc(12px + 1vw);
}

.titelbeschreibung{
	margin-top: 2%;
	float: left;
	width: 60%;
}

#foot {
	margin: 5% 0% 5% 0%;
	width: 100%;
	font-size: calc(12px + 1vw);
}

.uimprint {
	display: block;
	word-spacing: 15px;
}

.imprint {
	display: none;
}






.socialmedia{
	widht: 80%;
	height: 20%;
	margin: 0% 10% 0% 10%;
}

.slink{
	margin: 0% 3% 5% 3%;
}

.yt {
	width: calc(30px + 1vw);
	height: calc(30px + 1vw);
}

.insta {
	width: calc(30px + 1vw);
	height: calc(30px + 1vw);
}









.projektMain {
	margin: 0% 5% 0% 5%;
	width: 90%;
}





.projekttexttitle {
	padding-top: 15%;
	font-size: calc(20px + 0.5vw);
}
.projekttextart {
	padding-top: 5%;
	font-size: calc(18px + 0.5vw);
}
.projekttextdesc {
	padding-top: 5%;
	font-size: calc(15px + 0.5vw);
}

.videobox {
	width: 75%;
	margin: 15% 0% 5% 12.5%;
}

.videoboxhochkant {
	width: 50%;
	margin: 15% 0% 5% 25%;
}

.videoboxkleinleft {
	width: 35%;
	margin-left: 12.5%;
	margin-right: 5%;
}

.videoboxkleinright {
	width: 35%;
}




.aboutsite{
    margin: 0% 5% 10% 5%;
	width: 90%;
	display: block;

}







.kontakt {
	display: none;
}

.about {
	display: none;
}

.work {
	display: none;
}



#arbeiten {
	margin: 5% 5% 0% 5%;
	width: 90%;
	display: inline-block;
}

.box{
	width: 100%;
	display: block;
}





	

#video{
	display: none;
}


.kontaktueberschrift {
	margin: 15% 10% 0% 15%;
	font-size: calc(20px + 1vw);
	letter-spacing: 1%;
}

.kontaktformular {
	margin: 10% 15% 15% 15%;
	font-size: calc(15px + 1vw);
}

.textfeld {
	height: 20vw;
	font-size: calc(15px + 1vw);
}

input[name=submit] {
	width: 50%;
	margin-top: 5%;
	margin-left: 25%;
	margin-right: 25%;
	font-size: calc(15px + 1vw);
}

input[name=name] {
	font-size: calc(15px + 1vw);
}

input[name=email] {
	font-size: calc(15px + 1vw);
}
input[name=betreff] {
	font-size: calc(15px + 1vw);
}
}