﻿/* CSS layout */
/* Copyright KM Consulting UG - 2014 */
.rounded-corner
{
border:        2px solid #a1a1a1;
padding:       10px 40px; 
background:    #dddddd;
/* width and hieght see also #container */    
width:         440px;																		/* KMC 05.12.2019 : 500 --> 600px; */	/* KMC 21.01.2020: 600 -> 440px; */	/* KMC 21.09.2022: 400 -> 380px; */
height:        380px;			/* adapt half of #content height below TO CENTER IT  */		/* KMC 29.06.2014 : 320px; */	/* KMC 22.12.2017 : 80px; */	/* KMC 05.12.2019 : 170 --> 520px; */	/* KMC 21.01.2020: 520 -> 200px; */
border-radius: 10px;
border:        1px solid #FF8000;
background:    rgba(255,255,204,0.9);
}


.rounded-corner-ad																		/* KMC 20.12.2016 : added */
{
border:        4px solid #a1a1a1;
padding:       10px 40px; 
background:    #ffffff;
/* width and hight see also #container */
width:         440px;
height:        310px;			/* adapt half of #content height below TO CENTER IT  */
border-radius: 10px;
border:        4px solid #FF8000;
background:    rgba(255,255,255,0.95);
}
/* .rounded-corner für Anfahrt für Medium Google Maps 600px / 450 px */
.rounded-corner-anfahrt
{
border:        2px solid #a1a1a1;
padding:       0px 0px; 
background:    #dddddd;
width:         640px;
height:        520px;
border-radius: 10px;
border:        1px solid #FF8000;
background:    rgba(255,255,204,0.9);
}
.rounded-corner-impressum
{
border:        2px solid #a1a1a1;
padding:       10px 40px; 
background:    #dddddd;
width:         980px;			/* KMC 17.05.2018 : 310px; */
height:        900px;			/* KMC 17.05.2018 : 520px; */
border-radius: 10px;
border:        1px solid #FF8000;
background:    rgba(255,255,204,0.8);
text-align:    left;
}
/* .rounded-corner-gallery see style.css */

.rounded-corner-speisekarte
{
border:        2px solid #a1a1a1;
padding:       10px 40px; 
background:    #dddddd;
width:         400px;
height:        168px;
border-radius: 10px;
border:        1px solid #FF8000;
background:    rgba(255,255,204,0.9);
}

#container{
	position: absolute;											/* 22.12.2016: absolute; --> relative;	*/
	top: 40%;													/* 05.12.2019: 50% -> 20%; */		/* 21.01.2020: 50% -> 20%; */		/* 21.09.2022: 50% -> 40%; */
	margin-top: 70px;		/* half of #content height*/		/* 29.06.2014: -175px; 120px; */	/* 01.12.2018: 200px; --> 100px */
	left: 66px;													/* 30.06.2014:  0px; */				/* 22.12.2017: 150px;	*/			/* 01.12.2018: 125px; -->  66px */
	width: 80%;													/* 30.06.2014:  100%; */
}
#content {
	width: 480px;												/* KMC 29.06.2014 : 450px; (double of px) */
	margin-left: auto;
	margin-right: auto;
	height: 100px;												/* KMC 29.06.2014 : 260px; */	/* KMC 22.12.2017 : 100px; */
/*	border: 1px solid #FFFFFF; */		/* #000000 */
}
#container-anfahrt {
	position: absolute;
	top: 50%;
	margin-top: -260px;		/* half of #content height*/
	left: 0;
	width: 100%;
}
#content-anfahrt {
	width: 640px;												/* KMC 30.06.2014 : 450px; */
	margin-left: auto;
	margin-right: auto;
	height: 520px;
/*	border: 1px solid #FFFFFF; */		/* #000000 */
}
#container-impressum {
	position: absolute;
	top: 50%;
	margin-top: -400px;		/* half of #content height*/		/* KMC 17.05.2018 : -275px; */
	left: -80px;												/* KMC 17.05.2018 : 135px; */	/* KMC 30.06.2014 :  0px;  180px;	*/	
	width: 80%;													/* KMC 30.06.2014 :  100%;			*/
}
#content-impressum {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	height: 500px;
/*	border: 1px solid #FFFFFF; */		/* #000000 */
}
#container-speisekarte {
	position: absolute;
	top: 50%;
	margin-top: -80px;			/* half of #content height*/
	left: 0;
	width: 100%;
}
#content-speisekarte {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	height: 260px;
/*	border: 1px solid #FFFFFF; */		/* #000000 */
}

.text-main {
	font-family: Arial;
	color: #FFFF82;
}
