@charset "utf-8";
/* CSS Document */

body {
    font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1.0rem;
	line-height: 1.8rem;
	color: #000000;
	scroll-behavior: smooth;
	margin: 0px;
}
nav.top {
       position: sticky;
       top: 0px;
       z-index: 1000;
}
.navbar-dark {
    background-color: #610303!important;
}
.nav-link {
    padding-left: 0px;
    margin-left: 10px;
    margin-right: 10px;
	text-align: center;
}
.schinken {
    background-image: url("../images/bg/schinken.jpg");
    background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
.pizza {
    background-image: url("../images/bg/pizza.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.innen {
	background-image: url("../images/bg/innen.jpg");
    background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
.kontakt {
	background-image: url("../images/bg/kontakt.jpg");
    background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
.impressum {
	background-image: url("../images/bg/impressum.jpg");
    background-position: center center;
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
/*.bassum {
	position: relative;
	padding-bottom: 56,25%;
	height: 0;
}
.bassum iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
h1 {
	font-size:2.8rem;
	
	color:#610303;
}
h2, h3 {
	color: #610303;
}
article {
		height:auto;
		background-color:#ffffff;
}
.footer {
    background-color: #610303;
    color: #ffffff;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-bottom: 0;
}
.weiss {
    background-color: #ffffff;
    border-top: medium solid #FFFFFF;
	border-bottom: medium solid #FFFFFF;
}
.weisstext {
	color: #000000;
}
.rot {
    background-color: red;
    border-top: medium solid #FFFFFF;
	border-bottom: medium solid #FFFFFF;
}
.gruen {
    background-color: #007304;
    border-top: medium solid #FFFFFF;
	border-bottom: medium solid #FFFFFF;
}
.foottext {
    color: #FFFFFF;
}
.foottext:hover {
    color: #FDF4EB;
}
.dropdown-item:link {
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
	text-align: center;
}
/*.dropdown-item:visited {
    color: #000000;
    text-decoration: none;
    background-color: #C2C2C2;
}*/
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #007304;
	text-align: center;
}
.dropdown-item:focus {
    color: #000000;
    text-decoration: none;
    background-color: #cccccc;
}
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #343A40;
}
.einrem {
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 10px;
    padding-right: 10px;
}
.cta:hover {
    text-align: center;
    font-size: 36px;
    border: medium solid #CCCCCC;
    border-radius: 25px;
    background-color: #F3FDE6;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

/*CF begin*/
#cf {
  position:relative;
  float: left;
  height:100%;
  width:100%;
  margin: 0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
#cf {
}
/*CF end*/

.section3 {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
/*figure begin*/
figure {
    display: inline-block;
	margin-left: auto;
	margin-right: auto;
    background: white;
    /*border: 1px solid #424242;*/
    overflow: hidden;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
}
figure img {
    display: block;
    margin: 0;
	margin-left: auto;
	margin-right: auto;
    padding: 0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    transition: all .7s ease;
}
figure:hover {
    background: #FFFFFF;
    /*border: 1px solid #424242;*/
}
figure:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    /*opacity: .0;
    filter: alpha(opacity= 0);*/
}
/*figure End*/

/*einfliegen begin
.hotline {
  animation-duration: 3s;
  animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
.willkommen{
  animation-duration: 6s;
  animation-name: slidein;
}
.row.print {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;

}*/

/*einfliegen end*/


@media (max-width: 420px) {
h1 {
	font-size: 2.6rem;
	olor:#610303;
	}	
.cta {
    text-align: center;
    font-size: 36px;
    border: medium solid #CCCCCC;
    border-radius: 25px;
    background-color: #E1E1E1;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
.cta {
    text-align: center;
    font-size: 36px;
    border: medium solid #CCCCCC;
    border-radius: 25px;
    background-color: #E1E1E1;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}
   nav.top {
       position: sticky;
       top: 0;
       z-index: 1000;
   }
   nav .topmenu {
       display: flex; 
       -ms-flex-pack: justify;
       justify-content:space-between; 
       flex-wrap: wrap;
   }
}
.menulogo {
    max-height: 50px;
}
.center {
    text-align: center;
}
.karte {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
}
.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.uebersicht {
    margin: 2rem 0 2rem 0;
    padding-top: 1rem;
    padding-bottom: 0px;
}

.sek {
    float: right;
    margin-left: 30px;
    text-align: right;
}
.web {
    padding-left: 1rem;
    margin-left: 1px;
    text-align: right;
}
.lrrem {
    padding-left: 1rem;
    padding-right: 1px;
}
.amlogo {
    max-width: 400px;
}
.telkont {
    width: 200px;
    float: left;
}
.hotline {
}
.zweirem {
	padding-top: 2rem;
	padding-bottom: 1rem;
}
.zweirembot {
    margin-bottom: 2rem;
}
.floright {
    float: right;
    margin-left: 16px;
}

/*CSS Bilderzoom*/
.zoom {
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
	border: 0px solid #ffffff;
}
img.zoom:hover {
 cursor: zoom-in; 
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(1.1, 1.1);
 -moz-transform: scale(1.1, 1.1);
 -webkit-transform: scale(1.1, 1.1);
 -o-transform: scale(1.1, 1.1);
 -ms-transform: scale(1.1, 1.1);
}
/*zoom end*/

.scale {
	margin-top: 50px;
	margin-bottom: 50px;
}

.lireeinrem {
    padding-left: 1rem;
    padding-right: 1rem;
}
.logo300 {
    float: right;
}
