@charset "utf-8";
/* CSS Document für 02frankreich/seealpen/auron.html */

.auron_flex {background-color: rgba(56,159,14,0.0);
display: flex;
flex-wrap: wrap;
gap:15px;}

.auron_flex a{background-color: rgba(232,237,32,0.00);
background-size: cover;	
width:22.97%/*127.25px*/;
height:100px;
opacity: 0.9;
color: transparent;
}

.auron_flex a:nth-of-type(1){background-image: url("../02_frankreich/seealpen/auron_pic/auron01.jpg");}
.auron_flex a:nth-of-type(2){background-image: url("../02_frankreich/seealpen/auron_pic/auron02.jpg");}
.auron_flex a:nth-of-type(3){background-image: url("../02_frankreich/seealpen/auron_pic/auron03.jpg");}
.auron_flex a:nth-of-type(4){background-image: url("../02_frankreich/seealpen/auron_pic/auron04.jpg");}
.auron_flex a:nth-of-type(5){background-image: url("../02_frankreich/seealpen/auron_pic/auron05.jpg");}
.auron_flex a:nth-of-type(6){background-image: url("../02_frankreich/seealpen/auron_pic/auron06.jpg");}
.auron_flex a:nth-of-type(7){background-image: url("../02_frankreich/seealpen/auron_pic/auron07.jpg");}
.auron_flex a:nth-of-type(8){background-image: url("../02_frankreich/seealpen/auron_pic/auron08.jpg");}
.auron_flex a:nth-of-type(9){background-image: url("../02_frankreich/seealpen/auron_pic/auron09.jpg");}
.auron_flex a:nth-of-type(10){background-image: url("../02_frankreich/seealpen/auron_pic/auron10.jpg");}

.auron_flex a:hover{background-color: rgba(235,150,247,1.00);
opacity: 1;}