@charset "utf-8";
/* CSS Document für die Startseite und das Inhaltsverzeichnis */

*{box-sizing: border-box;}

body{font-family:"Trebuchet MS", Verdana, sans-serif;
font-size: 100%;}

.startlink{background-color: rgba(85,166,241,0.35);
	background-image: url("../img/layout_startseite_miriam.jpg");
	color: transparent;
display: block;
width: 800px;
height: 600px;
margin-top: 138px;}

nav{background-color: rgba(55,98,5,0.0);
width: 800px;
height: 600px;
margin-top: 138px;
margin: auto;
margin-top: 5rem;}

nav a{background-color: rgba(248,202,8,1.00);
float:left;
width: 264px;
height: 198px;
margin-right: 4px;
margin-bottom: 4px;
opacity: 0.9;
color: transparent;}

nav a:nth-of-type(3n){ margin-right: 0;}

nav a:nth-of-type(1){background-image: url("../img/inh_verz_bologna.jpg");}
nav a:nth-of-type(2){background-image: url("../img/inh_verz_bozen.jpg");}
nav a:nth-of-type(3){background-image: url("../img/inh_verz_bremen.jpg");}
nav a:nth-of-type(4){background-image: url("../img/inh_verz_istanbul.jpg");}
nav a:nth-of-type(5){background-image: url("../img/inh_verz_london.jpg");}
nav a:nth-of-type(6){background-image: url("../img/inh_verz_mexico_city.jpg");}
nav a:nth-of-type(7){background-image: url("../img/inh_verz_paris.jpg");}
nav a:nth-of-type(8){background-image: url("../img/inh_verz_zuerich.jpg");}
nav a:nth-of-type(9){background-image: url("../img/inh_verz_startseite.jpg");}

nav a:hover{background-color: rgba(241,119,241,0.00);
opacity: 1;}
