/*
   ------------------------------------------
    RALF WEBER design | www.ralfweber.design
   ------------------------------------------
*/


/* ------------------ HTML Elemente formatieren ----------------- */

body{
	font: 13px/18px Arial, Helvetica, "Trebuchet MS", "Lucida Sans", Sans-Serif !important;
	color: #5a5a5a;
	background: url(../img/nageldesign.jpg) 0 0 no-repeat, url(../img/body_background.jpg) 0 0 repeat-x;;
}

h1{
	position: relative;
	height: 36px;
	margin: 0 0 18px 0;
	padding:0;
	font: normal 17.5px/34px Arial, Helvetica, "Trebuchet MS", "Lucida Sans", Sans-Serif;
	letter-spacing: 0.5px;
	color: #338585;
	text-indent: 10px;
	background: #e7f4f4;
}

#site_03 h1{
	font-size: 15.5px;
	letter-spacing: 0;
}

h2{
	padding:0;
	font: normal 14px/18px Arial, Helvetica, "Trebuchet MS", "Lucida Sans", Sans-Serif;
	color: #338585;
	text-indent: 15px;
}

table h2{
	text-indent: 0 !important;
}

h3{
  margin:0;
  font-size:14px;
  line-height:14px;
  font-weight:normal;
  font-style:italic;
}

h4{
  position:relative;
  top:-6px;
  font:bold 15px/18px Arial, Helvetica, "Trebuchet MS", "Lucida Sans", Sans-Serif;
  color:#338585;
}

p{
  margin:0 0 12px 0;
}

strong{
  font-weight:bold;
}

em{
  font-style:italic;
}

hr{
  height:1px;
  margin:0 0 18px 0;
  background:#ccc;
  color:#ccc;
  border:0;
  clear:both;
}

small{
  margin:0 0 10px 0;
}

a:link, a:visited{
  color:#5a5a5a;
  text-decoration:underline;
}

a:hover{
  color:#338585;
}

a:focus{
  outline:none;
  -moz-outline:none;
}

/* -------------- DIV CLASS Elemente formatieren --------------- */

#wrapper{
	max-width: 992px;
	margin-bottom: 70px;
}

#header{
	position: relative;
	height: 190px;
}

#logo{
	position: absolute;
	right: 20px;
	top: 65px;
}

.address-column{
	max-width: 230px;
	padding-right: 25px !important;
}

#adresse{
  padding: 25px 30px 20px 0;
  font-size: 14px;
  color: #fff;
  text-align: right;
  background: #5bb5b5 url(../img/body_background.jpg) repeat-x 0 0;
}

#adresse a{
	color: #fff;
	text-decoration: none;
}

#site_03 .column-1{
	margin-right: 5px;
}

#site_03 .column-2{
	margin-left: 5px;
}

footer{
	padding: 20px;
	border-top: 1px solid #5bb5b5;
}

#legal_notice a, #legal_notice a:visited{
	color: #5bb5b5;
	text-decoration: none;
	text-transform: uppercase !important;
}

.column-background{
	background-color: rgba(255,255,255,.7);
	box-shadow: 0 0 10px #999;
}

table{
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}

table td{
	padding: 4px;
	vertical-align: top !important;
}

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

.preis{
  text-align:right;
  white-space: nowrap;
}


/* ------------------ NAVIGATION formatieren ------------------ */

.navbar{
	padding: 6px 0 0 0 !important;
}

.navbar li{
	padding: 0 11px;
}

.navbar li a{
	width: 100%;
	height: 100%;
	font-size: 12.5px;
	color: #fff;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
}

.navbar .container-fluid{
	padding: 0 !important;
}

#navbarSupportedContent{
	background: rgb(89,176,176);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(89,176,176,1) 50%, rgba(89,176,176,1) 100%);
	z-index: 100;
}

.navbar li a:focus, .navbar li a:hover{
	color: #ff9;
}

.navbar-toggler i{
	color: #fff !important;
}

#site_01 #navi_01,
#site_02 #navi_02,
#site_03 #navi_03,
#site_04 #navi_04,
#site_05 #navi_05,
#site_06 #navi_06,
#site_07 #navi_07,
#site_08 #navi_08{
  background:transparent url(../img/active.gif) no-repeat 50% bottom;
}


/* -------------------- LIGHTBOX formatieren ------------------- */

#site_05 .col-md a{
	margin: 8px;
	box-shadow: 0 0 4px #777;
	border: 1px solid #fff;
	display: inline-block;
}

#site_04 .col-md a{
	margin: 10px;
	display: inline-block;
}


/* ------------------- RESPONSIVE formatieren ------------------ */

@media (max-width: 991px) {
.address-column{
	max-width: 100%;
	padding-right: 0 !important;
	order: 3;
}

#site_03 .column-1{
	margin-right: 0;
	margin-bottom: 15px;
}

#site_03 .column-2{
	margin-left: 0;
}
	
#site_01 #navi_01,
#site_02 #navi_02,
#site_03 #navi_03,
#site_04 #navi_04,
#site_05 #navi_05,
#site_06 #navi_06,
#site_07 #navi_07,
#site_08 #navi_08{
  background: none !important;
}
}