	/* main - Start*/

	/* Menu Unterseite2 - Start*/
		
		.unterseite2menu{
			display: flex;
			flex-wrap: wrap;
			margin:2em;
			padding: 5em;
		}
		.polaroid{
			display: block;
			width: 30em;
			height: 30em;
			background-color: white;
			margin:1em auto;
			box-shadow:  0 6px 20px 0 rgba(0, 0, 0, 0.3) ;
			border: 2px solid #14edf86e;
			border-radius:1em;

			transition:height 0.2s, width 0.2s;
			transition-timing-function: ease-in-out;
		}
	
		.polaroidimg{
			width:100%;
			height:25em;
			object-fit:cover;
			border-radius:1em 1em 0 0;
		}
		.text{
			text-align:center;
			height: 5em;
			padding-top:2em;
		}
		.bookmark{
			text-decoration: none;
			width: 100%;
			height: 100%;

		}
		.bookmark:link{
			color:#3C3831;
		}
		.bookmark:visited {
			color:#3C3831;
		}
		.bookmark:hover{
			color:#14ebf8;
		}
	/* Menu Unterseite2 - End*/
	/* Main Content - Unterseite2 - Start*/
		.maincontent{
			display: block;
		}
		h2{
			margin: auto;
			font-family: Great Vibes;
			background:linear-gradient(rgba(248, 248, 230, 0.432),#14edf894,rgba(248, 248, 230, 0.432));
			font-size: 3em;
			padding: 4rem;
			margin: 0.5em 0;
			text-align: center;
			
		}
		.mahe{
			display: flex;
          	justify-content: space-evenly;
		}
		.mahe>p{
			margin: 2em;
            text-align: left;
          
            width: 60rem;
		}
		.mahe>img{
			width:20em;
			height: 20em;
			margin: 2em;
			border: 6px solid rgba(218, 218, 208, 0.5);
            border-radius: 38% 62% 55% 45% / 42% 38% 62% 58%;
            box-shadow:
            0 0 0 6px #58e9f163, 0 8px 20px #0da2aa7e;
		}
		.praslin{
			display: flex;
            justify-content: space-evenly;
		}
		.praslin>p{
			text-align: left;
			margin: 2em;
            width: 60rem;
		}
		.praslin>img{
			
			width:20em;
			height: 20em;
			margin: 2em;
			border: 6px solid rgba(218, 218, 208, 0.5);
            border-radius: 38% 62% 42% 45% / 42% 38% 62% 35%;
            box-shadow:
            0 0 0 6px #58e9f163, 0 8px 20px #0da2aa7e;
		}
		.ladigue{
			display: flex;
			justify-content: space-evenly;
		}
		.ladigue>p{
			text-align: left;
			margin: 2em;
            width: 60rem;
		}
		.ladigue>img{
			
			width:20em;
			height: 20em;
			margin: 2em;
			border: 6px solid rgba(218, 218, 208, 0.5);
            border-radius: 38% 42% 42% 45% / 62% 38% 62% 35%;
            box-shadow:
            0 0 0 6px #58e9f163, 0 8px 20px #0da2aa7e;
		}

	/* Main Content - Unterseite2 - End*/
	/* main - End*/
	
	/*RWD - Start*/

	/*midle screen*/
		@media (max-width: 1023px) {
			
		}
	/*midle screen*/

	/*small screen*/

		@media  (max-width: 767px) {
		
			
			.polaroid{
				height: 20%
			}
			.polaroidimg{
				height: 80%;
			}
            .mahe, .praslin, .ladigue{
                flex-wrap: wrap;
            }
		}
	/*small screen*/


	/*RWD - End*/