.table table
{
  margin:5px auto;
  width: 90%;
  max-width:500px;
  text-align:left;
  font-size:18px;
  border-collapse: collapse;
  font-family: arial, sans-serif;
}

.table table td
{
padding:10px;
}

.table table td:nth-child(odd)
{
padding-right:70px;
}

@media only screen and (max-width: 400px)
{
.table table td:nth-child(odd)
{
padding-right:20px;
}
}


.table table tr:nth-child(odd) {
  background-color: #dddddd;
}

.wohndiv
{
  font-size:18px;
}


.wohndiv img
{
  width:100%;
}

form
{
  text-align:left;
  width:222px;
  display:block;
  margin:auto;
}

form button
{
    width: 200px;
    margin: 5px 0;
    padding: 10px;
    border: 2px solid #006910;
    border-radius: 3px;
    background-color: #006910;
    font-size: 14px;
    color: white;
}

form button:hover  {
  background-color: transparent !important;
  color: #006910;

}

form label
{
  height:18px;
    margin: 6px;
}

input 
{
    max-width: 200px;
  height:18px;
    margin: 6px 0;
  margin-bottom:15px;
    padding: 10px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    background-color: #fafafa;
    font-size: 14px;
}

textarea
{
  width:200px;
  height:80px;
}

p
{
   font-size: 18px;
  white-space: pre-line;
}

.info {
    font-size: 15px;
    color: #757575;
    width: 100%;
  	text-align:left;
}

#wohnungen
{
  display:flex;
  justify-content:space-between;
  flex-wrap:nowrap;
  height:380px;
  overflow-x: auto;
  overflow-y: hidden;
  padding:2px;
}

.wohnung:only-child {
  margin: 0 auto;
}

.wohnung
{
  border:0px;
  border-radius:5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height:320px;
  width:300px;
  margin:0 8px;
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:black;
  text-align:left;
}

.wohnung:empty
{
  height:0px;
}

.wohnung h3
{
  padding:0 20px;
}

.wohnung p
{
  overflow: hidden;
  white-space: pre-line;
  padding:0 20px;
  margin:0;
  margin-bottom:20px;
}

.hidden
{
    height:18px;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    word-break: normal !important;
}

.wohnungbild
{
  	width: 300px;
    height: 150px;
	overflow: hidden;
    padding: 0;
    position: relative;
	border-radius: 4px 4px 0px 0px;
}

.wohnungbild img
{
	padding: 0;
    width: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.spacer
{
  height:30px;
}

#home
{
      white-space: pre-line;
}

#cookie-popup { 
  text-align: center; 
  background: #fff;
  position: fixed;
  bottom: 0px; 
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
 
#cookie-popup.hidden {
  display: none;
}


.box3
{
  margin:10px;
  padding:15px 40px;
 
  min-height:205px;
  
  text-align:center;

  border: 1.2px solid grey;
}


.box3 img
{
  margin:0 auto;
  float:left;
  height:200px;
}

@media screen and (max-width: 750px) {
  .box3 img
{

  float:none;

}
}
@media screen and (max-width: 450px) {
  .box3 img
{
height:auto;
  width:100%;

}
}
.topnav
{
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  
}

.topnav a 
{
    text-decoration: none;
  float: left;
  display: block;
  text-align: center;
  padding: 14px 16px;

  font-size: 17px;
  color: rgb(27, 27, 27);
}

.topnav a:hover 
{
color: lightblue;
}
.active
{
  text-decoration:underline !important;
}

.topnav .icon {
  display: none;
   
}

@media screen and (max-width: 650px) {
  .topnav a {display: none;}
  .topnav a.icon {
    
    float:none;
    display: block;
    margin-left: auto;
 	margin-right: auto;
  	margin: 0 auto 0 ;
   
  }
}

@media screen and (max-width: 650px) {
  .topnav.responsive {position: relative;
          box-shadow: 0px 2px 5px grey;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;

  }

}

header nav
{
  padding-top:10px;
  float:right
}

@media screen and (max-width:  650px)
{
  header nav
  {
    position:fixed;
      top:16px;
    right:10px;
    width:auto;
    float:none;
  }
}

body
{
    margin: 0;
    padding: 0;
    background-color: rgb(255, 255, 255);
    font-family: Hind, "Tw Cen MT", Arial,sans-serif;
    font-weight: 400;
    color: rgb(27, 27, 27);
}

h1
{
  font-family: HHind, "Tw Cen MT", Arial,sans-serif;
}

#banner
{
    display:block;
    width: 100%;

}


header
{
    margin-top: 0 auto;
    background-color: rgb(255, 255, 255);
    height: auto;
    position: sticky;
    top: 0;
    width: 100%;
    box-shadow: 0px 2px 5px grey;
  z-index:200;
}

@media only screen and (max-width: 690px)
{
    header
    {
        margin-top: 0 auto;
    	background-color: rgb(255, 255, 255);
    	height: auto;
    	position: sticky;
    	top: 0;
    	width: 100%;
    	box-shadow: 0px 2px 5px grey;
    }
}

#header
{
  margin: 0;
  padding:18px 38px;
  width:1200px;
      margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 1280px)
{
  #header
{
  margin 0;
  padding:15px 25px;
  width:auto;
      margin-left: auto;
    margin-right: auto;
}
}

#logo
{
    height: 60px;
display: block;
  margin:auto;


  
}




main
{
  	width:1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    padding: 15px;
    padding-left: 70px;
    padding-right: 70px;
  	overflow:hidden;
  	text-align:center;
}

.datei
{
	margin-left: 5%;
    margin-right: 5%;
}

@media only screen and (max-width: 1280px)
{
    main
    {
      width:auto;
          margin-top: 10px;
        margin-left: 0;
    	margin-right: 0;
       padding: 15px;
      padding-left: 15px;
      padding-right: 15px;
    }
}
@media only screen and (max-width: 600px)
{
    .datei 
    {
        margin-left: 2%;
    	margin-right: 2%;
       padding: 15px;
      padding-left: 15px;
      padding-right: 15px;
    }
}

footer
{
    background-color: #F2F2F2;
    margin-top: 60px;
    height: auto;
  overflow:hidden;
  box-shadow: 0px -2px -5px red;
  padding:40px;
  color:#444444;
  text-align:center;
}

#ulMitte
{
  border-right:2px solid white;
  border-left:2px solid white;
}

footer a
{
	text-decoration:none;
  	color:#444444;
}

footer a:hover
{
	text-decoration:none;
  	color:lightblue;
}


@media only screen and (max-width: 600px)
{
  footer
  {
    height:auto;
  }
  footer div
  {
    width:100%;
    float:none;
    
  }
  #ulMitte
  {
    border-style:none;
  }
}
.activeFooter
{
  text-decoration:underline;
}
#copy
{
  float:none;
  text-align:center;
  color:#444444;
  width:100%;
  display:block;
  
}
#copy a
{
  color:#444444;
}

#copy a:hover
{

  color: lightblue;
}

#kontakt
{
  text-align:center;
}

#ueber
{
  text-align:center;
}

#scrollbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  overflow-x: auto;
    -webkit-overflow-scrolling: touch;

}

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