/* Custom Navbar */
.navbar-default {
  background-color: rgba(255,255,255,1);
  border:none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar .navbar-default .navbar-fixed-top:last-child {
	margin-right: 20px !important;
	letter-spacing:0.08em;
}
.navbar-default div.navbar-collapse {
  border-top:none;
  box-shadow:none;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: rgba(255,255,255,1);
  text-transform:uppercase;
}
.navbar-default .navbar-text {
	font-size:1.45em;
	font-family: 'Raleway-Medium', Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing:0.08em;
    text-transform: uppercase;
    color: rgba(30,30,30,0.8);
}
.navbar-default .navbar-nav > li > a {
	font-size:1.45em;
	font-family: 'Raleway-Medium', Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing:0.08em;
    text-transform: none;
    color: rgba(30,30,30,0.8);
    background-color:rgba(255,255,255,1);
    transition: background-color .9s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: rgba(30,30,30,0.8);
    background-color:rgba(30,30,30,0.1);
    transition: background-color .9s ease;
}
/* Remove top and bottom Border on Dropdown */
.navbar-default .navbar-nav .dropdown-menu {
    padding-bottom:0px !important;
    padding-top:0px !important;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
	background-color: rgba(255,255,255,1);
	color: rgba(30,30,30,0.8);
	border:none;
	box-shadow:none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
	font-size:1.45em;
	font-family: 'Raleway-Medium', Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-transform: none;
	letter-spacing: 0.08em;
	padding-top:10px;
	padding-bottom:10px;
	color: rgba(30,30,30,0.8);
	background-color: rgba(255,255,255,1);
	transition: background-color .9s ease;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
    color: rgba(30,30,30,0.8);
    background-color:rgba(30,30,30,0.1);
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: rgba(30,30,30,0.1);
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: rgba(30,30,30,0.8);
    background-color:rgba(30,30,30,0.1);
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: rgba(30,30,30,0.8);
    background-color:rgba(30,30,30,0.1);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: rgba(30,30,30,0.8);
    background-color:rgba(30,30,30,0.1);
}
.navbar-default .navbar-toggle {
  border-color: transparent;
  box-shadow:none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(30,30,30,0.8);
  height: 4px;
  width: 30px;
  margin-right:-20px !important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255,255,255,1);
}
.navbar-default .navbar-link {
    color: rgba(30,30,30,0.8);
}
.navbar-default .navbar-link:hover {
    color: rgba(30,30,30,0.8);
    background-color:rgba(30,30,30,0.8);
}
/* Navbar Desctop hover, Mobile click touch */
@media (min-width: 767px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
 }
/* Text on Mobilenavi */
.navbar-toggle:before {
    content:'Men\00FC'; /*Unicode \00DC */
    left:-60px;
    top:8px;
    position:absolute;
    width:50px;
	font-size:1.35em;
	font-family: 'Raleway-Bold', Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing:0.08em;
    text-transform: uppercase;
	color: rgba(30,30,30,0.8);
}
/* navbar height
.navbar {
  min-height: 80px;
}
 */
.navbar-brand {
	height:57px;
	width:250px;
	margin-top:12px;
	background-image: url(img/druckfisch-siebdruck-manufaktur.png);
	background-repeat:no-repeat;
	background-size: contain;
}
@media (max-width: 992px) {
	.navbar-brand {
	margin-top:23px;
	height: 41px;
	width:180px;
	}
}
@media (max-width: 768px) {
	.navbar-brand {
	margin-top:23px;
	height: 41px;
	width:180px;
	}
}
@media (max-width: 320px) {
	.navbar-brand {
	margin-top:23px;
	height: 32px;
	width:140px;
	}
}
.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}
@media (min-width: 992px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}
@media (max-width: 992px) {
.navbar-default .navbar-nav .dropdown-menu {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(30,30,30,0.8);
    background-color:rgba(30,30,30,0.8);
  }
.navbar-default .nav .dropdown-menu li a,
.navbar-default .nav .dropdown-menu li a:hover {
	font-size: 1.45em;
    line-height: 1.25em;
    letter-spacing:0.08em;
    padding-left:30px;
    color: rgba(30,30,30,0.8);
    background-color:rgba(30,30,30,0.8);
	transition: background-color .9s ease;
	}
 }
 /* WP Current Menu Item */
.current-menu-item > a,
.current-menu-ancestor > a,
.active > a {
	font-size:1.45em;
	font-family: 'Roboto', Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing:0.08em;
    text-transform: none;
    color: rgba(30,30,30,0.8) !important;
    background-color:rgba(30,30,30,0.1) !important;
}
/* change navbar-fixed-top into navbar-static-top (scrollable) */
.navbar-collapse { max-height: 100% !important; }
@media (max-width: 992px) {
.navbar-fixed-top {
  position: relative;
  margin-bottom:0px;
  }
 .navbar-default {
  padding-top:0px;
  padding-bottom:0px;
}
 #intro {
     position: relative;
	}
}
 /* Collapse Menue Breakpoint */
 /* Navbar mobile */
@media (max-width: 992px) {
.dropdown .dropdown-menu {
  -webkit-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
  -moz-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
  -ms-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
  -o-transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
  transition: max-height 0.3s, opacity 0.2s 0.1s, visibility 0s 0.3s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.dropdown.open .dropdown-menu {
  -webkit-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
  -moz-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
  -ms-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
  -o-transition: max-height 0.3s, opacity 0.2s, visibility 0s;
  transition: max-height 0.3s, opacity 0.2s, visibility 0s;
  max-height: 260px;
  opacity: 1;
  visibility: visible;
}
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: rgba(30,30,30,0.8);
    background-color:rgba(255,255,255,1);
    font-size:1.45em;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: rgba(30,30,30,0.8);
    background-color:rgba(30,30,30,0.8);
	transition: background-color .9s ease;
  }
}
@media (max-width: 992px) {
    .container {
        width: 97.5%; /*this gives it the precise width to match the Bootstrap defaults*/
    }
	.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
		top: 0;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    #navbar {
    	overflow-x: hidden;
    }
    .navbar-nav {
        float: none!important;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right:15px;
    }
    .navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    	margin-right:0px;
    }
    .dropdown-menu {
    	margin-right:15px;
    }
    .collapse.in{
  		display:block !important;
	}
}
@media (max-width: 768px) {
    .container {
        width: 99%; /*this gives it the precise width to match the Bootstrap defaults*/
    }
    .navbar-nav>li>a {
        margin-right:15px;
    }
	.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
    	margin-right:15px;
    }
    .dropdown-menu {
    	margin-right:0px;
    }
   }
   @media (max-width: 767px) {
    .navbar-nav>li>a {
        margin-right:0px;
    }
   	.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
		margin-right:0px;
		color: rgba(30,30,30,0.8);
		background-color:rgba(255,255,255,1);
    }
   	.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
   	.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
		margin-right:0px;
    color: rgba(30,30,30,0.8);
    background-color:rgba(30,30,30,0.1)!important;
	transition: background-color .9s ease;
    }
    .dropdown-menu {
    	margin-right:0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
  background-color: rgba(30,30,30,0.8);
  height: 4px;
  width: 30px;
  margin-right:0px !important;
	}
}

/* list style edge */
ul li{list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);}
.navbar-default .nav .dropdown-menu ul li {float:left; width:100%;}
.navbar-default .nav .dropdown-menu ul li a{float:left; width:100%;}