/* 2018-09-21 rö integration in title  */
/*MS*/
/* basis siehe ch circle 2019 01 29 */
/* da bootstrap h1 + ff angepasst flex gelöscht */

h1 {
/* goldene Arbe */
	color: #867751;
	/* 6-2025 */
	line-height: 1.4em;
}

/* version 2016 07 07 br  */
h2 {  
  color: #867751;

 }


 /* titel im kasten mit abgerundeten ecken 11 2 2018 */
h4 {
	color: white;
	font-size: 1.1em;
	line-height: 1.4;
	text-indent: 5px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-radius: 1em;
	border: 0;
	background: #867751;
	text-align: left;
} 

.carousel-item img{
	width:100%;
	/* 6-2025 */
	animation: 20s ease-in-out infinite;
}


#footer a {
	color: white;
}




/* ============================ BASICS ==============================*/
#container{}
#top{}
#header img {
	/* position: fixed; */
	vertical-align: top;
	border-style: none;
	width: 200px;
	/* max-width: 533px;  3-2020 */
	max-width: 200px;
	
}

/* 5-2025  alles neu  */
#header {
	/* derzeit ohne inhalt   */
	position: fixed;
	z-index: 2;
	margin: 0 auto;
	text-align: left;
	width: 100%;
	height: 95px;
	background-color: rgba(180, 170, 122, 0.8);
}



#navigation2{}
#top_content{}
#left_content{}

#content{
	/* 5 2025 */
	padding-top: 90px;
	/* neu 6-2025 */
	background-color: rgba(10, 10, 10, 0.8);
	color: white;
}


#right_content{}
#bottom_content{}
#footer {
/* 5-2025  background-color: #A63940;  */
/* 7-2025  background-color: rgba(25, 25, 112, 0.8);  */
background-color: rgba(27, 63, 98, 1.0);
	color: white;
}

/* 5-2025 */
#footer img {
}


/* ============================ Specific =============================*/

/* Navigation   */
/* topmenu 2 quer mit untermenu 2015 06 07 rö -  auf navigation1 geändert 01 2019  */


nav#navigation1{
}
#navigation1 .bg-dark {
	background-color: transparent!important;
}


#navigation1 {
	/* position: fixed;    ging nicht richtig */
	position: fixed;
	z-index: 1;
	top: 90px;
	width: 100%;
	
	margin-top: 0px;
	/* im zus untermenu */
	margin-bottom: 5px;
	/* float: left;   */
	font-size: 1.1em;
	padding-left: 0px;
	padding-top: 5px;
	text-align: left;
	/* 5-2025 */
	/* 7-2025  background-color: rgba(25, 25, 112, 0.8);  */
	background-color: rgba(27, 63, 98, 0.8);
}

#navigation1 ul {
  padding: 2px;
  /* 16-8-2014 border statt 1   */
  border-bottom: 0px solid silver; 
  margin-bottom: 4px;
}

#navigation1 li {
  display: inline;
  /* im zus mit untermenu */
  position: relative;
}

#navigation1 a {
	padding: 8px 1em 8px;
	margin-right: 2px;
	border: 0px solid silver;
	text-decoration: none;
	/* 16-8-2014 statt 0 1-2019 wieder 0 */
	/* border-bottom: 1px;  06 2017 */
}

#navigation1 a:link {
	text-decoration: none;
	color: white;
}

#navigation1 a:visited {
  color: white;
  text-decoration: none;
  width: 100%;
}

#navigation1 a:hover {
  /* background-color: white; */
  width: 100%;
  color: white;
  border: 1px solid white;  /* 1.2019 */
}

#navigation1 b {  
  padding: 8px 1em 8px;
  margin-right: 2px;
  border-bottom: 1px solid silver; /* 1.2019 */
  /* background-color: #A63940;   1.2019 */
  color: white;
}


/* neues untermenu fuer horizontales topmenu2 ctweb */

#navigation1 ul ul {
	padding: 1px;
	/* 16-8-2014 border statt 1   */
	border-bottom: 0px solid silver;
	margin-bottom: 1px;
	position: absolute;
	top: 32px;
	left: 0;
	width: 50em;
	color: red; /* 01.2019 */
	background-color: gray;
}

#navigation1 ul ul li {
  display: inline;
  /* im zus mit untermenu */
  /* position: relative; */

}

#navigation1 ul ul li a {
	padding: 2px 1em 2px;
	margin-right: 1px;
	border: 0px solid silver;
	text-decoration: none;
	/* 16-8-2014 statt 0 */
	border-bottom: 0;
	color: red;
}

/* 02-01-2019 */
#navigation1 ul li ul li a {
	padding: 2px 1em 2px;
	margin-right: 1px;
	border: 0px solid silver;
	text-decoration: none;
	/* 16-8-2014 statt 0 */
	border-bottom: 0;
	color: red;
}

#navigation1 ul ul li b {  
  padding: 2px 1em 2px;
  margin-right: 1px;
  border: 0px solid silver;
  background-color: black;
  /* color: red;  geht nicht 02-01-2019 */
  border-bottom: 0;
}

/* --------------------------------   */
/* ergänzungen wie doitcl  02-01-2019 */
/*                                    */

#navigation .navbar-toggler {
	border-color: #b2a763;
}

/* Damit die Navigation kein Padding oben mehr hat */
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
#navigation .navbar{
padding:0px;
}
}

#navigation .navbar-nav .nav-link {
	background-color: transparent;
  margin:10px 30px;
	font-size: 18px;
  color:#4b4b4a;
	font-weight: bold;
text-transform: uppercase;
  border-bottom: 3px solid transparent;
  border-color: #b2a763;
  white-space: nowrap;
}

#navigation .navbar-nav .nav-link:hover {
  background-color: transparent;
  border-color: transparent;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}


#navigation .navbar-toggler-icon {
/* wohl fehler darin  
	background-image: url("data:image/svg+xml"; charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(112,112,112, 1)
	 stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E" ;
	-- */ 
}




/* Footer ergaenzt 02-02-2021 bzw 6-2025 br von fwe */
/* *******************************      */

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #867751;
}




#about {
	/* padding-top:150px; */
	width: 100%;
	height: 40px;
	text-align: right;
	background-color: rgba(180, 170, 122, 0.8);
	color:black;
	padding: 3px;
}



/* grauer Rahmen mit Umrandung  6-2025 */
.rahmen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: white;
	border-style: solid;
	border-width: 5px;
	border-color: #191970;
	padding: 8px;
	color: black;
}

/* grauer Rahmen mit Umrandung und background  6-2025 */
.rahmen2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	/* background-color: white;  */
	background-image: url(ext102mb-t.jpg);
	border-style: solid;
	border-width: 5px;
	border-color: #191970;
	padding: 8px;
	color: black;
	background-repeat: repeat;
}

.rahmen3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-image: url(taube-speisekarte.png);
	border-style: solid;
	border-width: 5px;
	border-color: #191970;
	padding: 8px;
	color: black;
	/* hier ohne repeat */
	background-repeat: no-repeat;
	/* background-color muss zuletzt  */
	background-color: rgba(27, 63, 98, 1.0);
}



/* ENDE topmenu 2 */



/* ===================================================================*/																														