/* ==========================================================================
   LAYOUT Grundvision CSS
   ========================================================================== */
/*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Open Sans Condensed', sans-serif;
	Rot: #af0917;
*/


html, body {
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 15px;
  line-height: 20px;
  height: 100%;
}

nav a::after, p a::after {
    display:block;
    content:attr(title);
    font-weight:bold;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;
	
}

.headercontainer {
  position: fixed;
  width: 100%;
  background-color: white;
  height: 100px;
  float:left; 
  padding-top: 22px;
  padding-bottom: 22px;
}
.navmenu {
  float: left;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 0.05em;
  padding-top: 18px;
  padding-left: 0px;
}
.w-nav-link {
  line-height: 20px;
  padding: 5px;
  padding-top: 0px;
}
.navmenu a:hover, .navmenu a:focus, .navmenu a.active {
  font-weight: 600;
  margin-left: -4px;
  margin-right: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  color: black;
}
.logo {
  float: right;
  width: 180px;
}
.navfirst {
  padding-left: 0px;
  margin-left: 0px;
}
.contentcontainer {
  min-height: 100%;
  min-width: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
}
#titleimg {
	display: none;
}

.submenubox {
  padding-top: 40px;
}

.submenu {
  width: 382px;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 0.05em;
}
.linktop {
  display: block;
  width: 100%;
  margin-bottom: 2px;
  padding: 6px;
  padding-top: 5px;
  padding-left: 12px;
  background-color: #a7a7a8;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.linkleft {
  display: block;
  width: 49%;
  margin-right: 2px;
  padding: 6px;
  padding-top: 5px;
  padding-left: 12px;
  float: left;
  clear: none;
  background-color: #a7a7a8;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.linkright {
  display: inline;
  width: 50%;
  margin-bottom: 2px;
  margin-left: 0px;
  padding: 6px;
  padding-top: 5px;
  padding-left: 12px;
  float: right;
  background-color: #a7a7a8;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.linkbottom {
	clear: both;
  display: block;
  width: 100%;
  margin-bottom: 2px;
  padding: 6px;
  padding-top: 5px;
  padding-left: 12px;
  background-color: #a7a7a8;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.linkred {
  background-color: #af0917;
}

.footercontainer {
  position: fixed;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  /*border-bottom: 20px solid white;*/
  background-color: black;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 0.05em;
  color: white;
}
.w-col-9 {
  margin-left: -10px;
  margin-right: 10px;	
}
.footernav {
  position: relative;
  padding-top: 8px;
  padding-left: 0px;
  text-align: right;
}
.kontakt {
  margin-left: 0px;
}

.datenschutz, .widerruf, .impressum, .ivm {
  margin-left: 7px;
  margin-right: 9px;
  text-decoration: none;
  color: white;
}
.datenschutz:hover, .widerruf:hover, .impressum:hover, .ivm:hover {
  font-weight: 100;
  color: #999;
}

/*
.datenschutz:hover, .widerruf:hover, .impressum:hover, .impressum.active {
  margin-left: 8px;
  -webkit-margin-end: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-end: 0px;
  font-weight: 600;
}
.dstenschutz.active {
	background: gold;
}*/

a.tel {
  padding-right: 6px;
}
a.tel:hover {
  margin-right: -6px;
  -webkit-margin-end: 0px;
}

.footerbox a {
  color: white;
  text-decoration: none;
}
.footerbox a:hover {
  font-weight: 600;
}

TABLE.footertable {
	width: 100%;
}
.footernavi {
	font-weight: normal;
	text-decoration: none;
	color: white;
}
.footernavi:hover {
	color: #999;
}

@media (max-width: 991px) { 
  .logo {
    padding-right: 12px;
  }
  .navmenu {
    padding-left: 12px;
  }
  .kontakt {
	padding-left: 12px;
  }
}

@media (max-width: 767px) {
  .navmenu {
	padding-top: 60px;
	z-index: 10000;
  }
  .navmenu {
    background-color: rgba(0, 0, 0, 0.75);
	padding-left: 0px;
	margin-left: 0px;
  }
  .navmenu a {
    color: white;
	padding: 12px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
  }
  .navmenu a:hover, .navmenu a:focus, .navmenu a.active {
    margin-left: 0px;
    margin-right: 0px;
    background-color: black;
	color: white;
  }
  .trennstrich {
    display:none;
  }
  .mobilebutton {
    float: left;
	margin-left: 12px;
  }
  .mobilebutton.w--open {
    color: white;
	background-color: white;
  }
  .logo {
	z-index: 0;
	padding-right: 12px;
  }
}
.footertable TD {
	padding: 0px 10px;
}
@media (max-width: 479px) {
	html, body {
		font-size: 95%;
		line-height: 135%;
	}
	#maximage {
		display:none;
	}
	.submenubox {
		padding-top: 0px;
	}
	.submenu {
		width: 100%;
		font-size: 0.85em;
	}
	#titleimg {
		display: block;
		margin: 0px;
	}
	.footercontainer {
		position: relative;
		bottom: auto;
		padding-left: 0px;
		padding-right: 0px;
		border: 0px none;
		font-size: 0.9em;
	}
}