@import url("fontface.css"); /** 2024-11-04 */
html, body{
  	padding: 0 0 0 0;
  	margin: 0 0 0 0;
  	width: 100%;
  	height: 100%;
	font-family: "pt_sansregular", "Helvetica", "Arial", sans-serif;
}
body{
	position: relative;
	top:0;
	bottom:0;
	z-index: 1;
    /* Enable hyphenation */
    -webkit-hyphens: auto; /* Chrome, Safari */
       -moz-hyphens: auto; /* Firefox */
        -ms-hyphens: auto; /* Edge, IE */
         -o-hyphens: auto; /* Opera */
            hyphens: auto; /* Standard */
}
abbr{
    color: #00BB00;
    cursor: default;
}
h1,h2,h3,h4,h5,h6{
	font-family: "dosismedium", "Helvetica", "Arial", sans-serif;
	letter-spacing: 1px;
    font-weight: normal;
}
h1{
	color: #222;
	font-size: 50px;
}
h2{
	font-size: 50px;
}
h3{
    font-size: 30px;
    color: #333;
}
h4{
	font-size: 30px;
}
h5{
	font-size: 22px;
	color: #333;
}
p{
  	padding: 0 20px;
  	font-size: 20px;
	color: #333;
}
ul > li{
    font-size: 20px;
    color: #333;
}
hr { 
    width: 90%; 
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
    color: #333;
    font-size: 18px;
    margin-bottom: 50px;
}
th, td {
    text-align: left;
    padding: 8px;
}
th {
    background-color: #444;
    color: white;
    font-size: 20px;
}
td{
    vertical-align: top;
    font-size: 19px;
}
tr:nth-child(odd){
    background-color: #f2f2f2
}
nav{
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.51); /* Chrome, Safari */
       -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.51); /* Firefox */
            box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.51); /* Standard */
}
nav > ul{
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
nav > ul > li{
    text-align:center;
	list-style: none;
    font-family: "dosismedium", "Helvetica", "Arial", sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
	text-transform: uppercase;
	float: left;
	display: inline-block;
	-webkit-transition: all 200ms linear; /* Chrome, Safari */
	   -moz-transition: all 200ms linear; /* Firefox */
	     -o-transition: all 200ms linear; /* Opera */
	        transition: all 200ms linear; /* Standard */
}
nav > ul > li:hover{
	-webkit-box-shadow: inset 0px -3px 0px 0px #333399; /* Chrome, Safari */
	   -moz-box-shadow: inset 0px -3px 0px 0px #333399; /* Firefox */
	        box-shadow: inset 0px -3px 0px 0px #333399; /* Standard */
	color: #000;
	background-color: rgba(98, 83, 41, 0.08);
}
nav > ul > li > a{
	color: #333;
	text-decoration: none;
	display: block;
	line-height: 70px;
	padding: 0 12px 0 12px;
}
#sub_nav{
	overflow: hidden;
	height: 50px;
	margin: 0 0 -2px 0;
	padding:0;
	background-color: #444;
	margin-top: 70px;
}
#sub_nav ul {
	height: 48px;
    margin: 0 0 0 40px;
    padding: 0;
}
#sub_nav > ul > li{
	float: left;
    text-align:center;
    list-style: none;
    font-family: "dosismedium", "Helvetica", "Arial", sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
	-webkit-transition: all 200ms linear; /* Chrome, Safari */
	   -moz-transition: all 200ms linear; /* Firefox */
	     -o-transition: all 200ms linear; /* Opera */
	        transition: all 200ms linear; /* Standard */
}
#sub_nav > ul > li > a{
	color: #bbb;
	text-decoration: none;
	display: block;
	padding: 1px 22px 0 22px;
	line-height: 47px;
}
#sub_nav > ul > li:hover > a{
	color: #fff;
}
#sub_nav > ul > li:hover{
	-webkit-box-shadow: inset 0px -3px 0px 0px #FFCC33; /* Chrome, Safari */
	   -moz-box-shadow: inset 0px -3px 0px 0px #FFCC33; /* Firefox */
	        box-shadow: inset 0px -3px 0px 0px #FFCC33; /* Standard */
	background: rgba(0,0,0,0.2);
}
#home {
	display: none;
}
.spacer{
    z-index: 2;
    margin: 0;
  	padding: 0;
  	background: transparent;
  	pointer-events: none;
}
#logo{
    float: right;
    height: 50px;
	padding: 12px 25px 0 0;
}
#content{
	/* Do not edit height or margin/padding of the #content to keep the footer spacing
       correct. Instead edit the #content_wrapper's margin/padding. */
  	height: auto;
  	/* 100% - (height of everything that floates over #content) */
    min-height: calc(100% - 120px);
  	margin-top: 0;
  	background-color: #FFFFFF;
  	overflow: hidden;
  	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.59); /* Chrome, Safari */
	   -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.59); /* Firefox */
	        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.59); /* Standard */
}
#content a{
    text-decoration: none;
    color: #00f;
}
#content a:visited {
    color: #2C35FF;
}
#content a:hover {
    color: #2C35FF;
    text-decoration: underline;
}
#content_wrapper{
    width: 90%;
    height: auto;
    padding-bottom: 50px;
	margin: 0 auto;
	max-width: 1400px;
}
#scroll_up {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background-image: url('../media/icons/scroll-up.png');
    background-repeat: no-repeat;
    background-size: contain;   
    width: 75px;
    height: 50px;
    display: none;
    cursor: pointer;
    -moz-opacity: 0.6; /* Mozilla */
         opacity: 0.6; /* Opera */
    filter: alpha(opacity=60); /* IE */
}
#footer_space{
    display: block;
    width: 100%;
    min-height: 175px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
footer{
  	width: 100%;
	background-color: #444;
	position:fixed;
	bottom:0;
	left:0;
	z-index: -1;
}
#footer_wrapper{
    width: 90%;
	max-width:900px;
	margin: 0 auto;
	padding-left: 25px;
}
.card{
	width:35%;
	min-width: 240px;
}
.card p a span{
    display: block;
    margin: 14px 0 0 0;
}
.footer_nav{
    text-transform: uppercase;
}
.footer_menu{
    margin-top: 25px;
    height: 150px;
    float: left;
}
.footer_menu p{
	color: #bbb;
	margin: 7px 0 0 0;
    padding: 0;
	font-size: 18px;
}
.footer_menu a{
	color: #bbb;
	text-decoration: none;
}
.footer_menu a:visited{
	color: #bbb;
}
.footer_menu a:hover{
	color: #fafafa;
}
.icon_link{
    display : inline-block;
    height: 23px;
    top: 7px;
    margin-top: 5px;
    padding: 2px 0 0 32px;
}
#footer_contact_mail {
	width: 220px;
	height: 25px;
	padding-left: 0;
	background: url('../media/images/mail_kontakt_footer.jpg') no-repeat 0 0;
}
#footer_contact_mail:hover {
	background-position: 0 -25px;
}
.icon_phone_b{
    background: url('../media/icons/phoneB_50x50.png') no-repeat center center;
}
.icon_mobile_b{
    background: url('../media/icons/smartphoneB_20x20.png') no-repeat center center;
}
.icon_sms_b{
    background: url('../media/icons/smsB_20x20.png') no-repeat center center;
}
.icon_fax_b{
    background: url('../media/icons/faxB_50x50.png') no-repeat center center;
}
.icon_mail_b{
    background: url('../media/icons/mailB_50x50.png') no-repeat center center;
}
.icon_needle_b{
    background: url('../media/icons/needleB_50x50.png') no-repeat center center;
}
.icon_clock_b{
    background: url('../media/icons/clockB_50x50.png') no-repeat center center;
}
.icon_phone_w{
    background: url('../media/icons/phoneW_25x25.png') no-repeat center left;
}
.icon_phone_w:hover{
    background-image: url('../media/icons/phoneW_25x25_hover.png');
}
.icon_fax_w{
    background: url('../media/icons/faxW_25x25.png') no-repeat center left;
}
.icon_fax_w:hover{
    background-image: url('../media/icons/faxW_25x25_hover.png');
}
.icon_mail_w{
    background: url('../media/icons/mailW_25x25.png') no-repeat center left;
}
.icon_mail_w:hover{
    background-image: url('../media/icons/mailW_25x25_hover.png');
}
.icon_needle_w{
    background: url('../media/icons/needleW_25x25.png') no-repeat center left;
}
.icon_needle_w:hover{
    background-image: url('../media/icons/needleW_25x25_hover.png');
}
.icon_clock_w{
	background-image: url('../media/icons/clockW_50x50.png');
}
/* Prefetch of hover images */
body:after {
    content: url('../media/icons/phoneW_25x25_hover.png') 
             url('../media/icons/faxW_25x25_hover.png') 
             url('../media/icons/needleW_25x25_hover.png');
    position : absolute; 
    top : -9999px; 
    left : -9999px; 
}

.icon_footer{
	width: 25px;
	height: 25px;
	display: inline-block; 
	background-size: cover;
	margin-right: 7px;
	position:relative;
	top: 7px;
}
.mail {
	cursor: pointer;
	position: relative;
	top: 4px;
	left: 0;
}
.active_n{
	-webkit-box-shadow: inset 0px -3px 0px 0px #333399; /* Chrome, Safari */
	   -moz-box-shadow: inset 0px -3px 0px 0px #333399; /* Firefox */
	        box-shadow: inset 0px -3px 0px 0px #333399; /* Standard */
}
.active_sn{
	-webkit-box-shadow: inset 0px -3px 0px 0px #FFCC33; /* Chrome, Safari */
	   -moz-box-shadow: inset 0px -3px 0px 0px #FFCC33; /* Firefox */
	        box-shadow: inset 0px -3px 0px 0px #FFCC33; /* Standard */
}

#mobile{
	display: none;
}

/* Targeting Firefox only. */
@-moz-document url-prefix() { 
    nav > ul > li, #sub_nav > ul > li{
        letter-spacing: 0;
    }
    h1,h2,h3{
        letter-spacing: -2px;
    }
    h4,h5,h6{
        letter-spacing: -1px;
    }
}

/** Link class (black) */
a.link-black, 
a.link-black:visited{
    color: #333 !important;
    text-decoration: underline !important;
}
a.link-black:hover{
    color: #000 !important;
    text-decoration: underline !important;
}
