/* table */

a:link { color:#000080; text-decoration:none; font-weight:bold; }
a:visited { color:#000080; text-decoration:none; font-weight:bold; }
a:active { color:#000080; text-decoration:none; font-weight:bold; }
a:hover  { color:#000080; text-decoration:underline; font-weight:bold; }

#construction {
  position: absolute;
  width: 160px;
  height: 190px;
  top: 30px;
  right: 10px;
}
body {margin: 0px; padding: 0px;}
.header
{
	width: 100%;
    background: url("site_images/head.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	background-size: 100% 160px;
	min-width: 100%;
}
.table3d {
    border-radius: 20px;
    border: 2px solid;
    background: url("site_images/white3.png");
    box-shadow:0px 0px 0px 0px #000099;
	font-size: 11px;
	line-height: 2em;
}
.table3d2 {
    border-radius: 5px;
    border: 1px solid;
    background: url("site_images/white3.png");
    box-shadow:0px 0px 2px 2px #000099;
	color: black;
	
}
.adminmenu {
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
}
.menu {
    font-family: arial,helvetica,sans-serif;
    font-size: 13px;
}  
label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
} 
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}
.Kontakttab {

    border-radius: 20px;
    border: 2px solid;
    background: url("site_images/white3.png");
    box-shadow:0px 0px 0px 0px #000099;
	font-size: 11px;
	line-height: 2em;
	width: 80%;
}
.Kontakttab input {
	width:30em;
}
.Kontakttab input[type=text], textarea {
        width:40em;
    }	

p {
    line-height: 2em;
}
html, body {
  margin: 0;
  height: 100%;
}

* {
  font-family: Verdana, Geneva, sans-serif;;
  box-sizing: border-box;
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #00BAF0;
  background: linear-gradient(to left, #9FB1BF, #6485A4);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.menu > li {
  margin: 0 0.5rem;
  overflow: hidden;
  border: 1px solid #41566B;
  border-radius: 5px;
  padding: 3px;
}
.menu > li a:hover {
	Color: #8FBCEA;
}
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.menu-text {
  display: block;
  position: absolute;
  left: 60px;
 }
.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media screen and (max-width: 1024px) {
.Kontakttab input {
	width:20em;
}
.Kontakttab input[type=text], textarea {
        width:20em;
    }
	
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 200px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
	white-space: nowrap;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 3em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li a {
	  color: white;
	  font-size: 18px;
	  white-space: nowrap;
	  
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}