
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}



.col-start-4 {
  grid-column-start: 4;
}

.col-end-12 {
  grid-column-end: 12;
}

.m-auto {
  margin: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-auto {
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.h-screen {
  height: 100vh;
}

.w-full {
  width: 100%;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}


.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-normal {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}



* {
  box-sizing: border-box;
}

html,
  body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fff3ca;
  font-family:Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
a{
font-weight: bold;
color: #494949;
}

h2 {
  color: #5d7177;
}

h3 {
  font-size: 40px;
  margin-bottom: 5px;
}

hr {
  width: 30px;
  height: 3px;
  background-color: #494949;
  border: 0;
  margin: 0 auto 40px auto;
}

li,
  #logo {
  transition: all 500ms;
}

/* Header *********************************************************************/

header {
  width: 100%;
  height: 65px;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background-color: #ccbf94;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#logo {
  width: 250px;
  float: left;
  margin: 10px 0 0 50px;
  z-index: 999;
}

#logo:hover {
  opacity: 0.5;
}

#logo a {
  width: 100%;
  color: #000;
}

header nav {
  float: right;
  margin: 10px 50px 0 0;
}

header nav ul li {
  float: left;
  margin-right: 25px;
}

header nav ul li a {
  font-size: 16px;
}

header nav ul li:hover {
  padding-top: 5px;
  opacity: 0.5;
}

label {
  font-size: 26px;
  display: none;
}

input[type="checkbox"]{
  display: none;
}

/* Slider */
.img_box {
  width: 600px;
  height:466px;  
}

/* Section  */

.mt-100{
  margin-top: 100px;
}

.bg-c {
  background-color: #cccccc;
}

.fewo-md {
  margin: 50px auto 70px;
}

.fewo {
  width: 400px;
  height: 260px;
  border: 3px solid #494949;
  border-radius: 10px;
  padding: 10px;
}

.fewo .text {
  font-size: 35px;
}

.fewo .status-text {
  font-size: 35px;
  font-weight: bold;
}

.fewo .bett-frei {
  color: green;
}

.fewo .bett-belegt {
  color: red;
}

/* Anfahrt *********************************************************************/

.google_map{
  height: 600px;
  width: 800px;
}

/* Kontakt *********************************************************************/

.fewo-bg-kontakt{
  background: #d1e7dd;
  color: #0f5132;
}

.fewo-bg-1 {
  color: #664d03;
  background-color: #fff3cd;
}

.fewo-bg-2{
  color: #055160;
  background-color: #cff4fc;
}

/* Impressum *********************************************************************/

.container-lg-impressum,
.container-lg-haftung {
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
}

.container-lg-datenschutz,
.container-lg-impressum {
  margin-top: 100px;
}

.container-lg-impressum hr {
  margin: 15px auto;
  width: 50px;
}

.container-lg-haftung {
  overflow: auto;
  margin-bottom: 80px;
}

.container-lg-haftung .haftung {
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
}

.container-lg-datenschutz p,
.container-lg-haftung .haftung p {
  font-weight: bold;
  margin-top: 20px;
}

.container-lg-datenschutz {
  width: 80%;
  max-width: 980px;
  margin-left: 30px;
  text-align: left;
  margin-bottom: 80px;
}

/* Datenschutz *********************************************************************/

/* Footer *********************************************************************/

footer {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #ccbf94;
}

footer {
  float: left;
}

footer ul li {
  float: left;
  margin-right: 25px;
}

footer .footer {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}

footer {
  float: left;
}

footer .footer .footers {
  flex: 1;
  padding-left: 20px;
}
/* Zimmer */
/* tabs  */
/* ------------------- */
/* TEMPLATE        -- */
/* ----------------- */

.container_tab { 
	max-width: 960px; 
	margin: 0 auto; 
	padding: 20px;
}

/* ------------------- */
/* PEN STYLES      -- */
/* ----------------- */

/* MAKE IT CUTE ----- */
.tabs {
	position: relative;
	display: flex;
	min-height: 560px;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}

.tabby-tab {
	flex: 1;
}

.tabby-tab label {
	display: block;
	box-sizing: border-box;
	/* tab content must clear this */
		height: 40px;
	
	padding: 10px;
	text-align: center;
	background: #ccbf94;
	cursor: pointer;
	transition: background 0.5s ease;
	font-size: 14px;
  font-weight: bold;
}

.tabby-tab label:hover {
	background: #ccbf94;
}

.tabby-content {
	position: absolute;
	
	left: 0; bottom: 0; right: 0;
	/* clear the tab labels */
		top: 40px; 
	
	padding: 20px;
	border-radius: 0 0 8px 8px;
	background: #ccbf94;
	
	transition: 
		opacity 0.8s ease,
		transform 0.8s ease		;
	
	/* show/hide */
		opacity: 0;
		transform: scale(0.1);
		transform-origin: top left;
	
}

.tabby-content img {
	float: left;
	margin-right: 20px;
	border-radius: 8px;
}


/* MAKE IT WORK ----- */

.tabby-tab [type=radio] { display: none; }
[type=radio]:checked ~ label {
	background: #f1e1ae;
	z-index: 2;
}

[type=radio]:checked ~ label ~ .tabby-content {
	z-index: 1;
	
	/* show/hide */
		opacity: 1;
		transform: scale(1);
}

/*Mobil ============================================================================= */

@media only screen and (max-width: 768px) {
  #logo {
    margin-left: 10px
  }

  header label{
    text-align: right;
  }

  label {
    display: block;
    cursor: pointer;
  }

  #click:checked ~ .menu-btn i:before{
    content: "\f00d";
  }

  nav ul{
    position: fixed;
    top: 60px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    z-index: 1;
  }

  #click:checked ~ ul{
    left: 0;
  }

  nav ul li{
    width: 100%;
    margin: 40px 0;
  }

  nav ul li a{
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    color: #f0f0f0;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #click:checked ~ ul li a{
    margin-left: 0px;
  }

  nav ul li a.active{
    background: none;
    color: cyan;
  }

  hr {
    margin: 0 auto 10px auto;
  }

  .slider {
    width: 400px;
}
.slider_zim {
  width: 300px;
}

.img_box {
  width: 400px;
  height:311px;  
}

  .fewo-sm {
    margin: 20px auto 20px;
  }

  .fewo {
    width: 300px;
    height: 220px;
    border: 3px solid #494949;
    border-radius: 10px;
  }

  .fewo .text {
    font-size: 25px;
  }

  .fewo .status-text {
    font-size: 25px;
    font-weight: bold;
  }

  .container_tab { 
    max-width: 400px; 
  }

  .tabs {
    min-height: 420px;
    max-width: 400px;
  }

  .google_map{
    height: 400px;
    width: 350px;
  }

  footer {
    height: 60px;
    position: fixed;
  }

  footer ul li {
    float: left;
    margin-right: 5px;
  }

  footer .footer .footers {
    flex: 1;
    padding-left: 5px;
    font-size: 12px;
  }
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
  .md\:contents {
    display: contents;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1536px) {
}
