.liste {list-style: circle;}


        /* CSS-Layout für die Darstellung der Hotels */
        .hotel-container {
            display: flex;
            flex-wrap: wrap;
        }

        .hotel {
            width: 45%;
            margin: 10px;
            padding: 10px;
            border: 1px solid #ccc;
        }

        .hotel img {
            max-width: 100%;
            height: 300px; /* Setze die Höhe auf 300px */
            object-fit: cover; /* Füge das CSS-Eigenschaft hinzu, um das Bild oben und unten gleichmäßig abzuschneiden */
        }

.100prozent {max-width:90%;}
.bild5050 {width:50%; float: left; margin:20px;}
.quadrat{
    height: 250px;
    width: 250px !important;
    object-fit: cover;
    object-position: top center;
	float:left;
	margin:5px;
}

/*
	Colorized by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
	}

	body,input,textarea,select
	{
		font-size: 12pt;
	}
		
	.divider
	{
		margin: 5em 0em;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo-wrapper
	{
		height: 0.2em;
		min-height: 0.2em;
	}



/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 6em 0em;
	}
	
	#footer header
	{
	}
	
	#footer #fbox1 header h2, 
	#footer #fbox2 header h2
	{
		font-size: 1.8em;
	}
