	/*====================================================================
	***CCS Fuer die Internetpräsenz von catering-lohmar .de***
	Datei:	"bildschirm.css
	Datum: 	06.11.20
	Autor:	Bert Gronewold
	================================================================*/

* { padding: 0; margin: 0; }
	html { height: 101%; } /*erzwingt scrollbar im Firefox*/

body {
	background-image: url("img/gradient.png");
	background-repeat: repeat-x;
	background-color: #99ff00;
	font-size: 14px;
	margin: auto;
	margin-top: 100px;
	font-family: sans-serif;
}

#wrapper {
    height: 95%;
		width: 75%;
		margin:auto;
}

#kopfbereich {
	margin: auto;
	padding-bottom: 21px;
	width: 500px;
	align-items: center;
}

#kopfbereich img {
	margin-top: 14px;
	padding-bottom: 21px;
}

#logo {
		margin-top: -75px;
		padding-bottom: 21px;
		text-align: center;
}

/*=========NAVIGATION=================================================*/
#navibereich {
	font-weight: lighter;
	background-color: #99ff00;
 	letter-spacing: 1.2px;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 21px;
	padding: 3px;
	border-radius: 7px;
}

#navibereich li {
	letter-spacing: 3px;
	display: inline;
	list-style-type: none; /* ohne Aufzaehlungszeichen*/
	font-weight: lighter;
	font-size: 15px;
}

/* ================Überschriften=====================================================*/

h1 {
	text-align: left;
	color: #e8e8e8;
	background-color: #e2e2e2;
	letter-spacing: -5px;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 1em;
	margin-bottom: -13px;
	font-weight: bold;
	border-bottom: 2px solid #99ff00;
}

h3 {
	color: #404040;
	font-weight: bolder;
	font-size: 17px;
	Margin-bottom: 3px;
	margin-top: 21px;
}

h5 {
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-top: 1em;
	margin-bottom: .3em;
	padding: 3px;

}

/*=========================Textbereiche================================*/


#col {
	column-count:  3;
	margin:	auto;
	margin-bottom: 21px;
}
#col h3 {
	margin-left: 14px;
	margin-top: 7px;
}
#col img {
	margin-left: 14px;
	border-radius: 7px;
}
#col p {
	margin-left: 14px;
}


#button  {
	float: left;
	margin-left: 0;
	padding-right: 21px;
}


#lunch {
	border-top: 1.5px solid #68BA74;
	padding-left: 21px;
}

#lunch p {
	padding-top: 21px;
}

#lunch img {
	float: left;
	padding-right: -25px;
}



#link {
	float: right;
	margin: 3px;
	text-align: right;
}

#agb {
	background-color: #e2e2e2;
	padding: 7px;
	font-size: 16px;
	font-weight: normal;
}

#fussbereich {
	background-color: #99ff00;
	margin-bottom: 0px;
	color: #404040;
	border-radius: 7px;
	width: 75%;
}

address {
	text-align: center;
	font-style: normal;
	letter-spacing: 2px;
	line-hight: 1.5em;
	padding: 14px;
}


/*=========================Datenschutz=====================================*/


#scrollbox {
	padding: 21px;
	max-height: 750px;
	overflow: auto;
}
#scrollbox p {
font-size: 16px;
}

#scrollbox img {
	margin-left: -20px;
	padding-top: 7px;
}

#datenschutz2 h3 {
	text-align: left;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 5px;
}


#datenschutz2 p {
	font-weight: 200;
	font-size: 12px;
	padding-left: 21px;
	padding-bottom: 7px;
}

#liste ul {
	list-style-type: none; /* ohne Aufzaehlungszeichen*/
	text-align: left;
	font-weight: 200;
	font-size: 12px;
	padding-bottom: 3px;
	margin-left: 14px;
	margin-top: 7px;
	padding-left: 21px;
}

#liste li {
	list-style-type: disc; /* ohne Aufzaehlungszeichen*/
	text-align: left;
	color: #404040;
	font-weight: 200;
	font-size: 12px;
	padding-bottom: 3px;
}

#datenschutz2 ul {
		list-style-type: decimal; /* ohne Aufzaehlungszeichen*/
		text-align: left;
		font-weight: 200;
		font-size: 12px;
		margin-left: 14px;
		padding-bottom: 3px;
		padding-top: 7px;
		padding-left: 21px;
}

/*==========Kontaktformular==================================================*/

form {
	width: 400px;
	padding: 14px;
}

label {
	display: block;
	cursor: pointer;
}

input#absender,
textarea {
	width: 400px;
	border: 1px solid #99ff00;
	margin-bottom: 14px;
}

textarea {
	height: 150px;
}

input#absender:focus,
textarea: focus {
	background-color: #727272;
}


/*==========NaviBewegungen===================================================*/


a	{ text-decoration: none; outline: none; border: 1px solid transparent; } /* Unterstreichung entfernen, outline (gestrichelte) auch weg */
a:link { color: #727272; } 		/* unbesuchte Links*/
a:visited { color: #727272; }	/* besuchte Links */

#navibereich a:hover, a:focus {
	color: #fff;
}

#navibereich a:active {
	color: #000;
}

#navibereich2 a:hover, a:focus {
	color: #fff;
}

#startseite #navi01 a,
#about #navi02 a,
#aktuell #navi03 a,
#service #navi04 a,
#datenschutz #navi05 a,
#contact #navi06 a,
#impressum #navi07 a {
	color: #333333;
}

/*=========================Fussbereich================*/

#fussbereich {
	margin-top: 5px;
	width: 75%;
	text-align: center;
	margin:auto;
}

address {
	font-style: normal;
	font-size: small;
}

address a:hover, a:focus {
	color: #808080;
}

address a:active {
	color: #808080;
}


/*===============================================================================================================================*/
/*==========MEDIENFORMAT FüR  Tablet=============================================================================================*/
/*===============================================================================================================================*/


    @media only screen and ( min-width: 440px ) and ( max-width: 950px )
    /* Tablets und mittlere Bildschirme */
{

#wrapper {
  /*  height: 75%;*/
		width: 75%;
		min-width: 440px;
		margin:auto;
}

#kopfbereich {
	margin: auto;
	padding-bottom: 7px;
	width: 100%;
	align-items: center;
}

#kopfbereich img {
	width: 58%;
	margin-top: 14px;
	padding-bottom: 21px;
}

#logo {
		margin-top: -75px;
		padding-bottom: 21px;
		text-align: center;
}



/*==========Headlines=================================================*/

h3 {
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 1.5px;
	padding-bottom: 7px;
	margin-bottom: 7px;
}

/*Navibereich==========================================================*/

#navibereich {
	font-weight: lighter;
	background-color: #99ff00;
 	letter-spacing: 1.2px;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 21px;
	padding: 3px;
	border-radius: 7px;
}

#navibereich li {
	letter-spacing: 1px;
	display: inline;
	list-style-type: none; /* ohne Aufzaehlungszeichen*/
	font-weight: lighter;
	font-size: 14px;
}



/*=========================Textbereiche================================*/


#scrollbox {
	padding-top: 0px;
}

#scrollbox p {
font-size: 16px;
}

#lunch img {
	float: left;
	margin-left: 50px;
}

#button  {
	float: left;
	margin-top: 21px;
	margin-left: 50px;
}

#button img {
	width: 70%;
}


/*==========NaviBewegungen===================================================*/
a	{ text-decoration: none; outline: none; border: 1px solid transparent; } /* Unterstreichung entfernen, outline (gestrichelte) auch weg */
a:link { color: #727272; } 		/* unbesuchte Links*/
a:visited { color: #727272; }	/* besuchte Links */

#navibereich a:hover, a:focus {
	color: #fff;
}

#navibereich a:active {
	color: #000;
}

#navibereich2 a:hover, a:focus {
	color: #fff;
}

#startseite #navi01 a,
#about #navi02 a,
#aktuell #navi03 a,
#service #navi04 a,
#datenschutz #navi05 a,
#contact #navi06 a,
#impressum #navi07 a {
	color: #333333;
}

/*=========================Fussbereich================*/

#fussbereich {
	margin-top: 5px;
	/*width: 75%;*/
	text-align: center;
	margin:auto;
}

address {
	font-style: normal;
	font-size: small;
}

address a:hover, a:focus {
	color: #808080;
}

address a:active {
	color: #808080;
}

}
/*===============================================================================================================================*/
/*==========MEDIENFORMAT FüR  Handy=============================================================================================*/
/*===============================================================================================================================*/
    @media only screen and ( max-width: 400px )
    /* Tablets und mittlere Bildschirme */

{
/*
body {
	font-size: 18px;
	letter-spacing: .5px;
	padding-top: 7px;
}
*/

#wrapper {
  /*  height: 75%;*/
		width: 95%;
		margin:auto;
}

#kopfbereich {
		margin: auto;
		margin-top: 21px;
		margin-bottom: 14px;
		text-align: left;
}
#kopfbereich img {
    width: 75%;
    height: 75%;
}

#logo img {
	width: 95%;
	height: 95%;
}

/*Navibereich==========================================================*/

#navibereich {
	font-weight: lighter;
	background-color: #99ff00;
	text-align: center;
	text-decoration: none;
	margin-bottom: 21px;
	padding: 14px;
	padding-left: 21px;
	border-radius: 7px;
}

#navibereich ul {
	display: grid;
}

#navibereich li {
	letter-spacing: 3px;
	list-style-type: none; /* ohne Aufzaehlungszeichen*/
	font-size: 15px;
}

/*==========Headlines=================================================*/

h3 {
	font-size: 18px;
	font-weight: lighter;
	letter-spacing: 1.5;
	padding-bottom: 7px;
	margin-bottom: 3px;
}

/*=========================Textbereiche================================*/


#scrollbox {
	padding-top: 0px;
}

#scrollbox p {
font-size: 16px;
}

#lunch img {
	float: left;
	margin-left: 50px;
}

#button  {
	float: left;
	margin-top: -7px;
	margin-left: 14px;
}

#button img {
	width: 70%;
}

#col {
	column-count:  1;
	margin:	auto;
}

#col h3 {
	margin-left: 0;
	margin-bottom: 0;
}

#col img {
	margin-left: 0;
	border-radius: 7px;
}

#col p {
	margin-left:  0;
}

/*==========NaviBewegungen===================================================*/
a	{ text-decoration: none; outline: none; border: 1px solid transparent; } /* Unterstreichung entfernen, outline (gestrichelte) auch weg */
a:link { color: #727272; } 		/* unbesuchte Links*/
a:visited { color: #727272; }	/* besuchte Links */

#navibereich a:hover, a:focus {
	color: #fff;
}

#navibereich a:active {
	color: #000;
}

#navibereich2 a:hover, a:focus {
	color: #fff;
}

#startseite #navi01 a,
#about #navi02 a,
#aktuell #navi03 a,
#service #navi04 a,
#datenschutz #navi05 a,
#contact #navi06 a,
#impressum #navi07 a {
	color: #333333;
}

/*=========================Fussbereich================*/

#fussbereich {
	margin-top: 5px;
	/*width: 75%;*/
	text-align: center;
	margin:auto;
}

address {
	font-style: normal;
	font-size: small;
}

address a:hover, a:focus {
	color: #808080;
}

address a:active {
	color: #808080;
}

}
