main.css

* {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body p {
    font-family: Gara;
    width: 200px;
    text-align: justify;
    height: 100%;
    margin-bottom: 70px;
    text-decoration: none;
    font-style: normal;
}



/*--------------------------------------*/
/* FOONTS */
/*--------------------------------------*/


@font-face {
    src: url(fonts/01.ttf);
    font-family:ISOCPweb;
}

@font-face {
    src: url(fonts/02.1.ttf);
    font-family: Gara;
	font-style: normal;
}

@font-face {
    src: url(fonts/02.2.ttf);
    font-family: Garab;
    font-weight: bold;
}


/*--------------------------------------*/
/*--------------------------------------*/





/*--------------------------------------*/
/* FOOTER */
/*--------------------------------------*/

#container {
    min-height: 100% ;
}

#main {
    overflow: auto;
    padding-bottom: 150px;
}

/* FOOTER */

footer {
    background-color: white;
    position: relative;
    height: 80px;
    margin-top: -80px;
    clear: both;
}


a.imprint {
    margin-right: 5%;
    margin-top: 11px;
    padding: 0;
    float: right;
    text-decoration: none;
    font-family: ISOCPweb ;
    font-style: normal;
    font-size: 12pt;
	color:#939393;
}

a.instalogo {
    margin-left: 5%;
    margin-top: 5px;
    padding: 0;
    float: left;
}

/*--------------------------------------*/
/*--------------------------------------*/



/*--------------------------------------*/
/*NAVIGATION MENUE / TASKBAR*/
/*--------------------------------------*/

/*GENERAL + MENUE*/

header {
    padding: 0;
    position: fixed; 
    top: 0px;
    width: 100%;
    height: 50px;
    background-color: white;
    font-family: Garab;
    font-weight: bold;
    font-style: normal;
    font-size: 12pt;
   
}


nav.taskbar {
    width: 100%;
    height: 30px;
    top: 0px;
}


ul.nav {
    display: flex;
    margin: 0;
    padding-left: 4%;
    float: left;
    position: fixed;
}


a.menue {
    display: block;
    color:#000;
    padding: 11px 10px;
    text-decoration: none;
}

li {
    list-style: none;
}

/*--------------------------------------*/

/* NAME DISPLAY IN NAVIGATIONBAR (dag von der decken: display when >600px) */

a.name {
    display: block;
    color:#939393;
    padding: 11px 17px;
    text-decoration: none;
}

@media (max-width: 600px) {
a.name { display: none; }
}



/*--------------------------------------*/

/*LOGO DISPLAY IN NAVIGATIONBAR*/

ul.logo {
    float: right;
    display: flex;
    margin: 0;
    padding-right: 4%;
    padding-left: 0;
}

/*--------------------------------------*/
/*--------------------------------------*/




/*--------------------------------------*/
/*--------------------------------------*/


/*PROJECT MENUE X2 (GENERAL)*/
nav.projectmenue {
    text-align: left;
    margin-left: 5%;
    margin-top: 120px;
}


/*PROJECT MENUE X2 (DISPLAY: WIDE>500px; NARROW<500px)*/

/*PROJECT MENUE X2 (DISPLAY: WIDE)*/
@media (max-width: 500px) {
    a.projectmenuewide { display: none; }
    }

a.projectmenuewide {
    color: #939393;
    font-family: ISOCPweb ;
    font-size: 17pt;
	line-height: 20pt;
    text-decoration: none;
}



/*PROJECT MENUE X2 (DISPLAY: NARROW)*/
@media (min-width: 500px) {
    a.projectmenuenarrow { display: none; }
    }

a.projectmenuenarrow {
    color: #939393;
    font-family: ISOCPweb ;
    font-size: 11pt;
/*	line-height: 20pt; */
    text-decoration: none;
}
/*--------------------------------------*/
/*--------------------------------------*/




/*--------------------------------------*/
/*CONTENT INDIVIDUAL PROJECTS*/
/*--------------------------------------*/

/*PROJECT TITLES (DISPLAY: ALL)*/

h1 {
    margin-top: 150px;
    padding-left: 5%;
    color: #000000;
    font-family: ISOCPweb ;
}

/*PROJECT CONTENT (DISPLAY: ALL)*/

img.portfolio {
    width: 100%
}

h2 {
    margin-top: 50px;
    padding-left: 0;
    color: #3F3F3F;
    font-family: ISOCPweb ;
    font-size: 17pt;
    margin-top: 50px;
	line-height: 21pt; 
}

/*--------------------------------------*/



/*PROJECT CONTENT X2 CLASS (DISPLAY: WIDE>950px; NARROW<950px)*/

/*PROJECT CONTENT (DISPLAY: WIDE)*/

@media (min-width: 1200px) {
    div.contentnarrow { display: none; }
    }

div.contentwide {
    width: 100%;
    padding-top: 100px;
}

div.textwide {
    width: 20%;
    margin-left: 5%;
    float: left;
}

body p.textwide {
    font-family: Gara;
    width: 280px;
    text-align: left;
    margin-top: 0px;
    float: left;
    line-height: 16pt;
}

body p.quote {
    width: 280px;
    font-style: italic;
    margin-top: 0px;
}


body p.textwide1 {
    font-family: Gara;
    width: 280px;
    text-align: left;
    margin-top: 50px;
    float: left;
    line-height: 16pt;
}

div.visualwide {
    width: 57%;
    margin-right: 10%;
    margin-left: 3%;
    margin-top: 50px;
    margin-bottom: 200px;
    float: right;
}




/*PROJECT CONTENT (DISPLAY: NARROW)*/

@media (max-width: 1200px) {
    div.contentwide { display: none; }
    }

div.contentnarrow {
    width: 100%;
}

div.textnarrow {
    width: 95%;
    margin-left: 4%;
    margin-top: 40px;
    float: left;
}

body p.textnarrow {
    font-family: Gara;
    width: 280px;
    text-align: left;
    float: left;
    line-height: 16pt;
    margin-bottom: 100px;
}


div.visualnarrow {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    margin-top: 30px;
    float: right;
}



/*--------------------------------------*/
/*--------------------------------------*/



/*--------------------------------------*/
/*IMPRINT*/
/*--------------------------------------*/

h6 {
    margin-top: 150px;
    padding-left: 5%;
    color: #353535;
    font-family: ISOCPweb ;
    font-size: 17pt;
}

p.imprint {
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    text-decoration: none;
    font-style: normal;
    font-style: normal;
}

p.imprintsensitive {
    width: auto;
    margin-left: 5%;
    font-size: 10pt;
    margin-top: 100px;
}

/*--------------------------------------*/
/*--------------------------------------*/



/*--------------------------------------*/
/*CONTACT*/
/*--------------------------------------*/

h4 {
    margin-top: 150px;
    padding-left: 5%;
    color: #353535;
    font-family: ISOCPweb ;
    font-size: 17pt;

}

a.contact {
    text-decoration: none;
    color: black;
    line-height: 20pt;
}


/*--------------------------------------*/
/*ABOUT*/
/*--------------------------------------*/
@media (max-width: 1200px) {
    img.myselfwide { display: none; }
    }



img.myselfwide {
    width: 280px;
    float: right;
    margin-top: 0;
}


@media (min-width: 1200px) {
    img.myselfnarrow { display: none; }
    }



img.myselfnarrow {
    width: 280px;
}



p.intro {
    width: 280px;
    font-style: italic;
    margin-top: 50px;
}


div.visualwideabout {
    width: 280px;
    margin-right: 10%;
    margin-left: 3%;
    margin-top: 50px;
    margin-bottom: 200px;
    float: right;
}

div.visualnarrowabout {
	width: 280px;
    margin-right: 0%;
    margin-left: 5%;
    margin-top: 30px;
    float: left;
}



p.creditphotographeraboutwide {
	width: 280px;
    margin-left: 3%;
    float: right;
	text-align: right;
	font-size: 10pt;
	margin-top: 5px;
	color: #939393;
}



p.creditphotographeraboutnarrow {
	width: 280px;
    margin-left: 0;
    float: left;
	text-align: right;
	font-size: 10pt;
	margin-top: 4px;
	color: #939393;
}


/*--------------------------------------*/
/*--------------------------------------*/





/*--------------------------------------*/
/*BONESS ADDITIONAL*/
/*--------------------------------------*/

body p.textwidepob {
    font-family: Gara;
    width: 287px;
    text-align: justify;
    margin-top: 0px;
    float: left;
    line-height: 16pt;
    font-size: 10pt;
}

body p.textnarrowpob {
    font-family: Gara;
    width: 287px;
    text-align: justify;
    float: left;
    line-height: 16pt;
    margin-bottom: 100px;
    font-size: 10pt;

}




/*--------------------------------------*/
/*--------------------------------------*/


