@import url(https://fonts.googleapis.com/css?family=Nunito);html,
body {
  background-color: #fff;
  color: #636b6f;
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  height: 100vh;
  margin: 0;
}

.full-height {
  height: 100vh;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.title {
  font-size: 84px;
}

.links > a {
  color: blue;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.m-b-md {
  margin-bottom: 30px;
}

.navbar-gast {
  display: flex;
  list-style-type: none;
  margin-bottom:0;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}

.center-table {
  margin-left: auto;
  margin-right: auto;
  width:220px;
}

.sidebar {
  clear: both;
  float: right;
}
.title3 {
  font-size: 20px;
}
.contenttop {
  margin-top: 30px;
}

#frameKalender {
  height: 600px;
  width: 600px;
}
/*#hintergrundLogo {
  position: absolute;
  float: left;
}*/
.iframeContainer {
width: 1200px;
}
#iframeReservierungen1 {
  float: left;
  height: 800px;
  width: 600px;
}
#iframeReservierungen2 {

  height: auto;
  width: auto;
  display: inline-block;
  margin: 0px auto;
}
.marginTop100 {
  margin-top: 100px;
}
.colorWhite {
  color: white;
}
.tableTHtag {
  text-align: right;
  padding-right: 20px;
}
.tableTHzeiten {
  text-align: left;
  padding-left:20px;
}
.tableTRoeffng {
}


/* BILDERGALERIE */
ul#galerie {
	padding:0;
	margin:0;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
}
ul#galerie li{
	padding: 3px;
	background-color:#ebebeb;
	border:1px solid #CCC;
	float:left;
	margin:0 10px 10px 0;
}
ul#galerie li:hover{
	border:1px solid #333;
}
ul#galerie li span{
	display:block;
	text-align:center;
	font-size:10px;
}
ul#galerie li a img{
		border:none;
}
