@charset "UTF-8";
/* CSS Document */

body {
	width: 100vw;
    max-width: 3000px;
	background-color: black;
	margin-left: 2rem;
	margin-right: 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	
	background-image: url( "images/background/260127_180315_Araweg_Abend_27_2000px.jpg");
	background-size: 100vw;
	background-repeat: no-repeat;
	background-blend-mode: none;
}
/*header*/
header {
    width: 100vw;
    
    margin-left: 2rem;
	margin-right: 2rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.Logo_sven-design {
    width: 8rem;
    border-style: none;
}

.Logo_sven-design:hover {
    transform: none;
}

.header_name {
    color: white;
    width: 100vw;
}

.header_claim {
	color: white;
	font-weight: lighter;
	font-size: 4rem;
	padding-top: 0.1rem;
    margine-left: 2.5rem;
}

section {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

/* General font stuff*/
/* Sven Flessenkämper, Grafiker EFZ*/
h1 { 
	font-family: "Helvetica";
	font-weight: bold;
	font-size: 8rem;
	color: black;
}

/* Rubriktitel*/
h2 {
	font-family: "Helvetica";
	font-weight: bolder;
	font-size: 3rem;
	color: black;
}
/* Unterabschnitte_Titel*/
h3 {
	font-family: "Helvetica";
	font-weight: bolder;
	font-size: 2rem;
	color: black;
}
/* Arbeiten_Titel*/
h4 {
	font-family: "Helvetica";
	font-weight: lighter;
	font-size: 1.6rem;
	color: black;
}
/* Tiny_Text*/
h5 {
	font-family: "Helvetica";
	font-weight: bolder;
	font-size: 0.6rem;
	color: black;
	font-kerning: 1;
}

/*Fliesstext*/
p {
	font-family: "Helvetica";
	font-weight: lighter;
	font-size: 1.2rem;
	line-height: 1.4rem;
	color: black;
}

/*Auszeichnung Bold*/
b {
	font-family: "Helvetica";
	font-size: 1.2rem;
	color: black;
}

/*Auszeichnung italic*/
em {
	font-style: italic;
}

/* General Layout stuff*/
a {
    color: white;
}

/*Listen_Navigation*/
ul {
    width: 100vw;
    
    list-style: none;
    
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    flex-wrap: nowrap;
}
    
li {
    width:20vw;
    padding: 2rem;
    margine: 1rem;
    
    font-family: "Helvetica";
	font-weight: bolder;
	color: white;
    font-size: 2rem;
    text-align: center;
    
    border-style: solid;
    border-width: 0.1rem;
    border-radius: 2rem;
}

/*Bilder generell*/
img {
    width: 1fr 1fr;
    
    border-style: solid;
    border-color: black;
    border-width: 0.05rem;
}

/*rubrik*/
.rubrik {
	border-style: solid;
	border-radius: 2rem;
	border-spacing: 0;
	border-width: 0;
	border-color: none;
	background-color: white;
	
  	padding: 3%;
  	margin: 2%;
	
	dispaly: flex;
	justify-content: space-between;
	align-items: center;
    flex-wrap:wrap;
    
    flex-direction: row;
    
    flex-shrink: 0.5;
    flex-grow: 1.5;
    flex-basis: 1;
} 

/* Box Gallery Layout*/
.box {
    padding: 2%;
    
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    
    overflow-x: visible;
    column-gap: 1rem;
    row-gap: 1rem;
}

img:active {
    transform: scale(2);
    transition: 25ms;
}

.box-box {
    margine: 1rem;
    padding: 1rem;
    
    border-style: solid;
    border-width: 1rem;
    border-color:dimgray;
    background-color: dimgray;
    
    display:flex;
    justify-content: space-evenly;
    aligne-content: center;
    flex-basis: 0.5;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    
}

.Underdog{
	border-style: solid;
	border-spacing: 1rem;
	border-width: 0.5rem;
	border-color: black;
	border-right: none;
	border-left: none;
	border-bottom: none;
	
}

.work{
	padding-bottom: 2rem;
	
    border-style: solid;
	border-spacing: 1rem;
	border-width: 0.1rem;
	border-color: black;
	border-right: none;
	border-left: none;
	border-bottom: none;
	
    background-color: none;
}

button:hover {
  color:  red;
}

/* Ueber mich... Section */
.Uber_box {
  	display: flex;
    flex-direction: column;
    column-width: 50;
    column-gap: 1rem;
    
	align-content: center;
	judtify-content: space-between;
    flex-wrap: wrap;
}

#Uber_text{
    max-width: 100%;
}

#Uber_img {
    aspect-ratio: 1/1;
    max-width: 100%;
}
/* Footer */
footer {
	text-align: center;
	padding-top: 1%;
}
    
.adress {
	font-family: "Helvetica";
	font-weight: lighter;
	font-size: 100%;
	color: white;
}

