|
|
|
@ -130,4 +130,79 @@ h2 { |
|
|
|
|
|
|
|
|
|
ul { |
|
|
|
|
list-style: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.flex { |
|
|
|
|
height: 200px; |
|
|
|
|
display: flex; |
|
|
|
|
margin-bottom: 1em; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.box-sub { |
|
|
|
|
display: flex; |
|
|
|
|
flex: 33.33%; |
|
|
|
|
padding: 10%; |
|
|
|
|
background: #352040; |
|
|
|
|
padding: 1em 2em 0.7em; |
|
|
|
|
background-blend-mode: soft-light; |
|
|
|
|
background-repeat: no-repeat; |
|
|
|
|
background-blend-mode: normal; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#sponsor-pagina { |
|
|
|
|
margin-right: 20px; |
|
|
|
|
margin-top: 35px; |
|
|
|
|
max-width: 100px; |
|
|
|
|
max-height: 150px; |
|
|
|
|
background-image: url("image/pagina_logo.png"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#sponsor-daasi { |
|
|
|
|
margin-top: 50px; |
|
|
|
|
max-width: 100px; |
|
|
|
|
max-height: 150px; |
|
|
|
|
background-image: url("image/daasi_logo.png"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#sponsor-tuebingen { |
|
|
|
|
margin-top: 35px; |
|
|
|
|
max-width: 100px; |
|
|
|
|
max-height: 150px; |
|
|
|
|
background-image: url("image/tuebingen_logo.png"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#sponsor-no-budget { |
|
|
|
|
margin-right: 20px; |
|
|
|
|
margin-top: 50px; |
|
|
|
|
max-width: 300px; |
|
|
|
|
max-height: 150px; |
|
|
|
|
background-image: url("image/no_budget_logo.svg"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#veranstalter-ctt { |
|
|
|
|
width: 150px; |
|
|
|
|
height: 150px; |
|
|
|
|
background-image: url("image/CCTLogo.webp"); |
|
|
|
|
background-size: auto 100%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#veranstalter-shedhalle { |
|
|
|
|
margin-top: 2em; |
|
|
|
|
height: 136px; |
|
|
|
|
width: 38px; |
|
|
|
|
background-image: url("image/shedhalle_logo.png"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#veranstalter-kims { |
|
|
|
|
margin-top: 2em; |
|
|
|
|
width: 150px; |
|
|
|
|
height: 150px; |
|
|
|
|
background-image: url("image/kims_logo.png"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.verlinkung { |
|
|
|
|
display: block; |
|
|
|
|
height: 100%; |
|
|
|
|
width: 100%; |
|
|
|
|
text-decoration: none; |
|
|
|
|
} |