/* =Kunde: hbTec AG
-----------------------------------------------------------------------------*/

/* =Imports
-----------------------------------------------------------------------------*/

@font-face {
  font-family: 'dinnextltpro-light';
  src: url('fonts/dinnextltpro-light.eot'); /* IE9 Compat Modes */
  src: url('fonts/dinnextltpro-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dinnextltpro-light.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/dinnextltpro-light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/dinnextltpro-light.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'dinnextltpro-bold';
  src: url('fonts/dinnextltpro-bold.eot'); /* IE9 Compat Modes */
  src: url('fonts/dinnextltpro-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/dinnextltpro-bold.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/dinnextltpro-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('fonts/dinnextltpro-bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}


html
 {
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 3 */
	background: #fff;
	color: rgba(0,0,0,1);
	font: 400 17px/1.5 "dinnextltpro-light", Arial, sans-serif;
}

body
 {
	text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}

/* =Links
-----------------------------------------------------------------------------*/

a, .uk-link {
  color: rgba(84,84,88,1);
  text-decoration: none;
  cursor: pointer;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}
a:hover, a:focus, .uk-link:hover, uk-link:focus {
  color: rgba(255,0,0,1);
  text-decoration: none;
	-webkit-transition: all .15s ease-in-out;
	   -moz-transition: all .15s ease-in-out;
	     -o-transition: all .15s ease-in-out;
	        transition: all .15s ease-in-out;
}

::-moz-selection { 
	background: rgba(84,84,88,1); color: #fff; text-shadow:none; 
}
::selection { 
	background: rgba(84,84,88,1); color: #fff; text-shadow:none; 
}

/* =Layout
-----------------------------------------------------------------------------*/

body {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

header, section, footer {
	display: block;
	clear: both;
	float: none;
}

header {
	z-index: 1080;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

footer {
	-webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.20);
	box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.20);
}

iframe {
	z-index: -2000;
}

.footer-button {
	width: 200px;
	height: 200px;
	display: block;
	border: 2px solid rgba(255,255,255,1);
	margin-top: -100px;
	-webkit-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.20);
	box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.20);
	padding-top: 60px;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
	z-index: 3000;
}

/* =Blog
-----------------------------------------------------------------------------*/

.recent {
	margin-top: 290px;
}

.blog-content img {
	width: 100%;
}

.news > div:nth-child(even) {
	background-color: rgba(246,246,248,1);
}

.news img {
	display: block;
	float: right;
	width: 50%;
	margin-left: 5%;
}

h1.blog-title {
	height: 135px;
}

/* =Feintuning
-----------------------------------------------------------------------------*/

.slider {
	margin-top: 90px;
	padding-bottom: 40px;
	margin-bottom: -130px;
}

.noslider {
	margin-top: 90px;
	padding-bottom: 25px;
	margin-bottom: -145px;
}

.plug-img, .plug-lp-img {
	margin-top: 1px;
	border-top: 1px solid #fff;
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(246,246,248,1);
	height: 100vh;
}

.plug-lp {
	margin-top: 65px;
}

.shadow {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.40);
}

.uk-background-fixed {
	background-attachment: fixed;
	backface-visibility: hidden;
}

.lp-icons > li a {
	text-align: center;
	background-color: rgba(246,246,248,1);
	display: block;
	padding-bottom: 36px;
	padding-top: 20px;
	padding-right: 0;
}

.lp-icons > li a:hover {
	background-color: rgba(84,84,88,1);
	color: rgba(255,255,255,1);
}

.lp-icons > li > a > img {
	width: 40%;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

.lp-icons > li > a:hover > img {
}

.lp-orte > li a {
	padding-top: 40px;
}

@media (pointer: coarse) {
  .uk-background-fixed {
    background-attachment: scroll;
  }
} 

.plug-text {
	background-color: rgba(255,255,255,.85);
	margin-top: 25%;
}

.leadtext {
	padding-right: 40px;
}

.padding-top-150 {
	padding-top: 75px;
}

.padding-bottom-150 {
	padding-bottom: 75px;
}

.padding-150 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.inhaltsbox {
	padding-top: 45px;
	padding-right: 20px;
}

.uk-container {
	padding-left: 20px;
	padding-right: 70px;
}

.leadtext {
	min-height: 300px;
}

/* =Navbar
-----------------------------------------------------------------------------*/

.logo img, a.uk-active img {
	height: 38px;
	padding-top: 0px;
}

.calltoaction {
	position: fixed;
	top: 8px;
	right: 36px;
}

.uk-navbar {
	background-color: rgba(255,255,255,1) !important;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.40);
	height: 90px;
}

.uk-navbar-dropdown-grid > :not(.uk-first-column)::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25px;
    border-left: 0px solid rgba(255,255,255,.1);
 
}

.uk-navbar-nav > li {
	margin-top: 25px;
	margin-right: 2px;
}

.uk-navbar-nav > li > a {
	letter-spacing: 1px;
	font-size: 17px;
	border-bottom: 2px solid rgba(102,102,108,0);
	padding-right: 10px;
	padding-left: 10px;
	height: 65px;
	min-height: 40px;
}

.uk-navbar-nav > li > a:hover, .uk-navbar-nav > li.uk-active > a , .uk-navbar-nav > li > a:focus {
	color: rgba(255,0,0,1);
	border-bottom: 2px solid rgba(102,102,108,1);
}

.uk-navbar-dropdown {
	margin-top: 0;
	width: 250px;
}

.uk-navbar-dropdown.double {
	margin-top: 0;
	width: 500px;
}

.uk-navbar-dropdown-grid > .uk-grid-margin{
	margin-top: 0;
}

.uk-navbar-dropdown-nav li a h2{
	color: rgba(255,255,255,1);
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

.uk-navbar-dropdown-nav hr{
	border-bottom: 1px solid rgba(255,255,255,.1);
	margin-top: 10px;
}

.uk-navbar-dropdown-nav li a {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

.uk-navbar-dropdown-nav li h5 a{
	color: rgba(255,255,255,1);
}

.uk-navbar-dropdown-nav li a:hover, .uk-navbar-dropdown-nav li a.uk-active {
	color: rgba(255,255,255,1);
}

.content-nav {
	list-style-type: none;
	padding: 0;
}

.uk-dotnav > * > * {
	border: 1px solid rgba(204,204,208,1);
	width: 16px;
	height: 16px;
}
.uk-dotnav > * > :hover,
.uk-dotnav > * > :focus {
	background-color: rgba(204,204,208,1);
}

.uk-dotnav > * > :active {
	background-color: rgba(204,204,208,1);
}
.uk-dotnav > .uk-active > * {
	background-color: rgba(204,204,208,1);
}

.uk-iconnav  {
	margin-top: -5px;
	width: 50px;
	z-index: 1030;
	display: block;
}

.uk-iconnav > *  {
	margin: 0px;
}

.uk-iconnav > * > a  {
	background-color: rgba(204,204,208,1);
	margin: 0px 0px 5px;
	padding: 7px 7px 7px 10px;
}

.uk-iconnav > * > a:hover  {
	background-color: rgba(255,0,0,1);
}

.uk-tooltip {
	padding: 7px 10px;
	background-color: rgba(84,84,88,1);
	border-radius: 0px;
	color: rgba(255,255,255,1) !important;
	font-size: 1.1em;
	z-index: 1009;
}

.iconnav  {
	margin-top: -50px;
}

.icon-tel {
	display: block;
	padding-left: 5px;
	line-height: 20px;
	float: right;
	padding-top: 3px;
}

/* =Mobile Menu
-----------------------------------------------------------------------------*/

.mobile-menu {
	padding-top: 120px;
}

.uk-offcanvas-bar {
	background-color: rgba(84,84,88,1);
}

.uk-offcanvas-bar a, .uk-offcanvas-bar a  {
	color: rgba(255,255,255,.8);
	font-size: 1.2em;
	line-height: 1.35em;
}

.uk-offcanvas-bar a, .uk-offcanvas-bar a h3  {
	color: rgba(255,255,255,.8);
}

.uk-offcanvas-bar a.uk-active, .uk-offcanvas-bar a h3.uk-active  {
	color: rgba(255,255,255,1);
}

.uk-offcanvas-close {
	position: absolute;
	z-index: 1000;
	top: 100px;
	right: 20px;
	padding: 5px;
}

.uk-accordion-title {
  display: block;
  font-size: 1.1rem;
  line-height: 1.4;
  overflow: hidden;
}

.uk-accordion-link {
  display: block;
  font-size: 1.1rem;
  line-height: 1.4;
  overflow: hidden;
}

/* =Typography
-----------------------------------------------------------------------------*/

h1 {
	font: 400 2.8em/1 "dinnextltpro-light", Arial, sans-serif;
	margin-bottom: 40px;
	padding-top: 200px;
}

.plug-lp h1 {
	padding-top: 35px;
}

.uk-card-body h1 {
	padding-top: 60px;
}

.inhalttitel {
	padding-top: 80px;
}

h2 {
	font: 400 1.4em/1.2 "dinnextltpro-light", Arial, sans-serif;

}

h3 {
	font: 400 1em/1.5 "dinnextltpro-bold", Arial, sans-serif;
	padding-bottom: 10px;
}

h4 {

}

h5 {
	font: 400 1em/1.5 "dinnextltpro-bold", Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {

}

b, strong{
	font-family: "dinnextltpro-bold";
	font-weight: normal;
	font-style: normal;
}

ul, ol {
  padding-left: 18px;
}

ul {
	list-style-type: square;
}


/* =Colors
-----------------------------------------------------------------------------*/

.red, .uk-secondary {
	background-color: rgba(255,0,0,1);
	color: rgba(255,255,255,1);
}

.grey, .uk-primary {
	background-color: rgba(84,84,88,1);
	color: rgba(255,255,255,1);
}

.lightgrey {
	background-color: rgba(221,221,224,1);
}

.lightgrey-25 {
	background-color: rgba(246,246,248,1);
}

.white {
	background-color: rgba(255,255,255,1);
}

.white-imp {
	background-color: rgba(255,255,255,1) !important;
}

.grey a {
	color: rgba(144,144,148,1);
}

.grey a:hover, .grey a:active {
	color: rgba(255,255,255,1);
}

/* =Kompetenzen
-----------------------------------------------------------------------------*/

.komp-bild {
	display: block;
}

.licht {
  background: #008bd2 url(svg/hbT_Licht.svg) no-repeat center center !important;
}

.raumklima {
  background: #f59c00 url(svg/hbT_Raumklima.svg) no-repeat center center !important;
}

.beschattung {
  background: #87bd25 url(svg/hbT_Beschattung.svg) no-repeat center center !important;
}

.audio {
  background: #00858c url(svg/hbT_Ton.svg) no-repeat center center !important;
}

.heimkino {
  background: #00858c url(svg/hbT_Heimkino.svg) no-repeat center center !important;
}

.zutritt {
  background: #e30613 url(svg/hbT_Zutritt.svg) no-repeat center center !important;
}

.videoueberwachung {
  background: #e30613 url(svg/hbT_Videoueberwachung.svg) no-repeat center center !important;
}

.alarmanlage {
  background: #e30613 url(svg/hbT_Alarme.svg) no-repeat center center !important;
}

.netzwerk {
  background: #c8266e url(svg/hbT_Netzwerk.svg) no-repeat center center !important;
}

.fremdsysteme {
  background: #7e29aa url(svg/hbT_Fremdsysteme.svg) no-repeat center center !important;
}

.energie {
  background: #b29c7b url(svg/hbT_Batterie.svg) no-repeat center center !important;
}

.bedienung {
  background: #66666a url(svg/hbT_Bedienung.svg) no-repeat center center !important;
}

#kompetenzen .uk-icon:hover, #kompetenzen .uk-icon:focus {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.40);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.40);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.40);
}

.ort {
	background: #e30613 !important;
	width: 24px;
	height: 24px;
	margin-top: 6px;
	margin-left: 6px;
}

.ort:hover {
	background: #66666a !important;
	width: 36px;
	height: 36px;
	margin-top: 0px;
	margin-left: 0px;
}

/* =Modals
-----------------------------------------------------------------------------*/

.uk-modal-dialog, .uk-modal-full {
	margin-top: 115px;
}

.uk-modal-close-default {
	color: #fff;
}

.uk-modal-close-default:hover {
	color: #000;
}

.uk-modal-dialog h2 {
	padding-right: 50px;
}

/* =Lightbox
-----------------------------------------------------------------------------*/

.uk-lightbox-toolbar {
	margin-top: 115px;
	background-color: rgba(246,246,248,0);
	color: rgba(0,0,0,.85);
	padding-right: 20px;
}

.uk-lightbox-toolbar > .uk-close  {
	color: rgba(255,255,255,1);
}

.uk-lightbox {
	background-color: rgba(0,0,0,.6);
}

/* =Forms
-----------------------------------------------------------------------------*/

form .uk-button {
	margin-top: 16px;
	margin-bottom: 16px;
	letter-spacing: 0;
	text-transform: none;
	font-size: 1em;
}

.uk-button-default {
	margin-top: 16px;
	margin-bottom: 16px;
	letter-spacing: 0;
	text-transform: none;
	font-size: 1em;
}

.uk-button-primary, .read-more {
	background-color: rgba(84,84,88,1);
	color: #fff;
	border: 1px solid transparent;
	margin-top: 16px;
	margin-bottom: 16px;
	letter-spacing: 0;
	text-transform: none;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.uk-button-primary:hover, .read-more:hover,
.uk-button-primary:focus, .read-more:focus,
.uk-button-primary:active,.read-more:active,
.uk-button-primary.uk-active, .read-more.uk-active {
	background-color: rgba(0,0,0,1);
	color: #fff;
}

.uk-button-secondary {
	background-color: rgba(255,0,0,1);
	color: #fff;
	border: 1px solid transparent;
	margin-top: 16px;
	margin-bottom: 16px;
	letter-spacing: 0;
	text-transform: none;
	font-size: 1em;
}
.uk-button-secondary:hover,
.uk-button-secondary:focus,
.uk-button-secondary:active,
.uk-button-secondary.uk-active {
  background-color: rgba(0,0,0,1);
  color: #fff;
}

.uk-button-disabled {
	cursor: not-allowed;
	border: 1px solid rgba(246,246,248,1);
	margin-top: 16px;
	margin-bottom: 16px;
	text-transform: none;
	background-color: rgba(255,255,255,1);
	font-size: 16px;
	line-height: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.uk-radio:checked,
.uk-checkbox:checked,
.uk-checkbox:indeterminate {
  background-color: rgba(84,84,88,1);
  border-color: transparent;
}
.uk-radio:checked:focus,
.uk-checkbox:checked:focus,
.uk-checkbox:indeterminate:focus {
  background-color: rgba(84,84,88,1);
}

.uk-form-label {
	font-size: 1em;
}

.uk-form-horizontal .uk-form-controls{
}

.uk-input, .uk-select, .uk-textarea {
	background-color: rgba(255,255,255,1);
	color: #000;
	border: 1px solid rgba(204,204,208,1);
	transition: 0.15s ease-in-out;
	transition-property: color, background-color, border;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	outline: none;
	background-color: rgba(255,255,255,1);
	color: #000;
	border: 1px solid rgba(102,102,108,1);
}

/* =Misc
-----------------------------------------------------------------------------*/

.colophon{
	display:block;
	position:fixed;
	bottom:25px;
	right:25px;
	width:25px;
	height:25px;
	background:url(img/Designheit-Bildmarke.svg) no-repeat right bottom;
	opacity: 0.1;
	filter: alpha(opacity=10);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.colophon:hover{
	opacity:1;
	filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}

.sicherung {
	display: none;
}

/* Desktop  */

@media (max-width: 1200px) {

.colophon{
	display:none;
}

h1 {
	font: 400 2em/1 "dinnextltpro-light", Arial, sans-serif;
	padding-top: 140px;
}

.noslider {
	margin-top: 50px;
	padding-bottom: 25px;
	margin-bottom: -90px;
}

.plug-text {
	margin-top: 90px;
}

.uk-modal-close-default {
	color: #999;
}

.komp-bild {
	display: none;
}

.plug-lp {
	background-color: rgba(255,255,255,1);
	margin-top: 420px;
}

.plug-lp-img {
	height: auto;
}

.padding-150 {
	padding-top: 50px;
	padding-bottom: 50px;
}

}
/* Tablet landscape */

@media (max-width: 960px) {

html
 {
	font: 400 16px/1.4 "dinnextltpro-light", Arial, sans-serif;
}

.uk-container {
	padding-right: 50px;
	padding-left: 20px;
}

.logo img {
	height: 28px;
	padding-top: 0px;
}

.menu {
	position: fixed;
	top: 10px;
	right: 36px;
}

.uk-navbar {
	height: 70px;
}

.slider {
	margin-top: 70px;
}

.uk-position-medium {
	margin-right: 15px;
}

.plug-img, .plug-lp-img {
	height: auto;
}

.plug-text {
	margin-top: 5%;
}

.plug-lp {
	background-color: rgba(255,255,255,1);
	margin-top: 420px;
}

.news img {
	float: none;
	width: 100%;
	margin-left: 0%;
}

.colophon{
	display:none;
}

.uk-modal-close-default {
	color: #fff;
}

.komp-bild {
	display: block;
}

.padding-top-150 {
	padding-top: 50px;
}

.padding-150 {
	padding-top: 50px;
	padding-bottom: 50px;
}

}

/* Phone landscape */
@media (max-width: 640px) {

.uk-container {
	padding-right: 20px;
}

.uk-background-fixed {
	background-attachment: scroll;
	background-size: auto 400px;
	background-position: center top;
}

.plug-text {
	background-color: rgba(255,255,255,0);
	margin-top: 420px;
	padding-right: 5px;
	padding-left: 5px;
}

.leadtext {
	min-height: 100px;
}

.uk-modal-close-default {
	color: #999;
}

.komp-bild {
	display: none;
}

h1 {
	font: 400 1.8em/1 "dinnextltpro-light", Arial, sans-serif;
	padding-top: 120px;
}

h2 {
	font: 400 1.4em/1.2 "dinnextltpro-light", Arial, sans-serif;

}

h3 {
	font: 400 1em/1.5 "dinnextltpro-bold", Arial, sans-serif;
}

li.uk-active a {
	font-family: "dinnextltpro-bold";
	color: rgba(255,255,255,1);
}

.colophon{
	display:none;
}
  
  }
