/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}



fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

a {
    text-decoration: none;
    color: #000000;
}

    a:hover {
        text-decoration: none;
    }

/* ===== Styles ================================================== */

body {
    font: 300 16px/26px 'Helvetica Neue', Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
}

input, select {
    font-family: 'Source Sans Pro', sans-serif;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */
/*Sticky Footer 
 * thanks to Ryan Fait
 */

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.sticky-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -186px; /* the bottom margin is the negative value of the footer's height */
}

#footer-container, .push {
    height: 188px; /* '.push' must be the same height as 'footer' */
}

.okBtn {
    background-color: #0088ad;
    color: #ffffff;
    font-size: 110%;
    text-align: center;
    display: block;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    padding: 0 5%;
    float: right;
}

    .okBtn a {
        color: #ffffff !important;
    }

/*===================*/

h1 {
    font-weight: 400;
    line-height: 110%;
}

.header-container {
    height: auto;
}

    .header-container #branding-container h1 {
        position: absolute;
        text-indent: -99999px;
        font-size: 0.1%;
    }

    .header-container h2 {
        color: #6F6F6E;
        font-size: 13px;
        font-weight: 600;
        margin: 0;
    }

header {
    position: relative;
}

#branding-wrapper {
    overflow: auto;
}

.header-container.login-reg h2 {
    display: none;
}

.login-reg #branding-container {
    width: 100%;
}

.login-reg #branding-wrapper {
}

    .login-reg #branding-wrapper img {
        width: 262px;
        margin: 0 auto;
        display: block;
    }

.footer-container {
    background-color: #000000; /*#3C3C3*/
    margin-top: 30px;
}

.title {
    color: white;
}

.main-container a {
    color: #0088AD;
}

.main-container h1 a {
    color: #000000;
    word-wrap: break-word;
}

/* ==============
    MOBILE: Menu
   ============== */
#nav-container {
    background-color: #3C3C3B;
    margin-bottom: 20px;
    height: auto;
}

nav {
    color: #ffffff;
    width: 100%;
    background-color: #000000; /*#3C3C3B*/
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 600;
}

#main-nav-container {
    overflow: auto;
}

    #main-nav-container h1 {
        font-size: 140%;
        font-weight: 300;
        height: 50px;
        line-height: 50px;
        margin: 0;
        text-align: right;
        text-transform: uppercase;
        padding-right: 50px;
        background: url('img/menu-icon.png') no-repeat right 00px top;
    }

nav ul {
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

    nav ul.click {
        display: block;
        -webkit-transition: height 0.5s; /* For Safari 3.1 to 6.0 */
        transition: height 0.5s;
    }

    nav ul li {
        display: block;
        line-height: 40px;
        text-align: center;
        font-size: 120%;
        font-weight: 300;
    }

        nav ul li a {
            color: #ffffff;
        }

#meta-nav.wrapper {
    margin: 0;
    width: 100%;
}

#meta-nav ul {
    margin-top: 0;
    width: 90%;
    margin-left: 5%;
    padding-bottom: 20px;
}

#main-nav ul {
    margin-top: 10px;
}

nav#language-nav {
    position: absolute;
    top: 5px;
    width: 100px;
}

#active-site-slider {
    display: none;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 10px 0;
}

#slider-container {
    display: none;
}

.main article h1 {
    font-size: 170%;
    margin-bottom: 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

.main .entry ol, .main .entry ul {
    margin-left: 0;
    padding-left: 20px;
    list-style-position: outside;
}

.main-container article.block {
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
    border: 1px solid #DDDDDD;
    float: left;
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
}

article.block h2, article.block p, article.block .block-image {
    margin-left: 6%;
    margin-right: 6%;
}

article .block-image-wrapper {
    overflow: auto;
}

article .block-image {
    width: 88%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 6%;
    margin-top: 6%;
}

article.block img {
    width: 100%;
    height: auto;
}

article.block h2 {
    font-weight: 300;
    font-size: 180%;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

aside#buttons {
    margin: 30px auto 0 auto;
    overflow: auto;
}

    aside#buttons #contact-btn {
        margin-bottom: 0;
    }

aside #download-btn {
    display: none;
}

aside#buttons article {
    width: 100%;
    height: 65px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    margin: 0 auto;
}

.main aside article h2 {
    font-weight: 600;
    font-size: 120%;
    margin: 8px 0 0;
    padding-left: 48px;
}

.main aside article p {
    margin: 0;
    padding-left: 48px;
    margin: -5px 0 0;
}

aside article#download-btn {
    background: #0059B2 url(img/download-btn.png) no-repeat 10px 18px;
    margin-bottom: 20px;
}

.main-container aside a {
    color: #FFFFFF;
}

    .main-container aside a:hover {
        color: #FFFFFF;
    }


aside article#contact-btn {
    background: #CF0202 url(img/contact-btn.png) no-repeat 10px 18px;
}

aside article#download-btn:hover {
    background-color: #0071D6;
}

aside article#contact-btn:hover {
    background-color: #E00202;
}

footer ul {
    margin: 30px auto 0;
    padding: 0;
    width: 240px;
}

footer img {
    width: 40px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

footer li {
    font-weight: 300;
    list-style: none;
    font-size: 80%;
    display: block;
    text-align: center;
}

    footer li a {
        color: #ffffff;
    }

/* ==============
    MOBILE: Main MY HTFLUX
   ============== */
#left-sidebar {
    width: 100%;
}

nav#my-htflux-menu ul {
    display: block;
    background-color: #f5f5f5;
}

    nav#my-htflux-menu ul li {
        color: #444444;
        text-align: left;
        line-height: 40px;
    }

        nav#my-htflux-menu ul li:hover {
            color: #444444;
            text-align: left;
            line-height: 40px;
        }

        nav#my-htflux-menu ul li a {
            color: #444444;
            display: block;
            height: 40px;
            padding-left: 20px;
        }

            nav#my-htflux-menu ul li a:hover, nav#my-htflux-menu ul li.current-menu-item {
                background-color: #dddddd;
            }

        nav#my-htflux-menu ul li:first-child.current-menu-item, nav#my-htflux-menu ul li:first-child a:hover {
            background-color: #0088ad;
        }

        nav#my-htflux-menu ul li:first-child {
            background-color: #0088ad;
            text-transform: uppercase;
            text-align: left;
        }

            nav#my-htflux-menu ul li:first-child a {
                color: #ffffff;
            }


.black_overlay {
    display: none;
}

.white_content {
    display: none;
}

.main a.my-download-btn {
    display: block;
    color: #3C3C3B;
    cursor: pointer;
    padding: 3px 10px 3px 56px;
    height: 51px;
    background: url('img/my-download-btn-icon.png') no-repeat 0 3px;
    margin-bottom: 20px;
}

    .main a.my-download-btn:hover {
        color: #0088ad;
    }

.my-download-btn p {
    margin-bottom: 0;
    margin-top: 0px;
}

    .my-download-btn p.version {
        margin-top: 0;
        line-height: 10px;
    }

form ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

form ol {
    margin: 30px 0;
}

form li {
    margin-bottom: 20px;
}

form#contact-form li.checkbox-response {
    margin-bottom: 0;
}

form#contact-form li.checkbox-newsletter {
    margin-bottom: 20px;
    height: 40px;
}

form#contact-form li.checkbox-response input {
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
}

form#contact-form li.checkbox-response label {
    line-height: 18px;
}

form#contact-form li.checkbox input {
    line-height: 18px;
    height: 18px;
    margin-right: 10px;
    float: left;
    display: block;
}

form#contact-form li.checkbox label {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    width: 88%;
}

#reg_form1 .captcha-wrapper {
    margin:0 auto;
    width:500px;
    padding-left:170px;
}

form#contact-form ol.captcha, #reg_form1 ol.captcha {
    margin-bottom: 30px;
    overflow: visible;
    clear: left;
}

form#contact-form .captcha img,  #reg_form1 .captcha img {
    border: 1px solid #888;
    width: 130px;
    float: left;
    margin-right: 20px;
}

form#contact-form .captcha input,  #reg_form1 .captcha input{
    width: 120px;
    border: 1px solid #888;
    float: left;
}

form#contact-form .captcha .error, #reg_form1 .captcha .error {
    clear: left;
    display: block;
    margin-left: 0;
}

form#contact-form .submit_ol {
    clear: left;
    overflow: auto;
}

form label {
    display: block;
    width: 100%;
    color: #444444;
    font-weight: 400;
}


form input {
    width: 95%;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    box-shadow: none;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 2%;
    color: #0088ad;
}

form textarea {
    width: 90%;
    height: 150px;
    padding: 5%;
}

form input[type="checkbox"] {
    width: 20px;
}

form input.submit {
    background-color: #0088ad;
    color: #ffffff;
    font-size: 110%;
    text-align: center;
    display: block;
    cursor: pointer;
}

/* ============
	NEWS ANWENDUNGEN
   ============ */
.attachment-full-blog-width {
    width: 100% !important;
    height: auto !important;
}

.single .main article h1 {
    margin-top: 10px;
    font-size: 350%;
    font-weight: 200;
}

.single .main h2, .single .main h3, .single .main h4 {
    margin-bottom:5px;
}

.single .main h2 + p, .single .main h3 + p, .single .main h4 + p {
    margin-top:5px;
}

/* =============================
 *  KNOWLEDGE FULL WIDTH ARTICLE 
 * =============================*/

.knowledge .main article {
        float: left;
        width: 100%;
        margin-right: 5%;
    }
    
.knowledge .summarybox
{
padding: 0.0em 1.5em;	
border-style:solid;
border-color:#335566;
border-width: 2px;
margin-left: 1.5em;
margin-right: 1.5em;
}   
.knowledge .summarybox em
{
 font-size: 120%; 
 color: #335566;	
}    
     
    
.knowledge .main h1 {
    font-size: 350%;
    color: #335566;	
}
.knowledge h2, .knowledge .main h2 h3, .knowledge .main h4 {
    margin-bottom:0px;
   color: #335566;	
}
.knowledge .main p {
    margin-top:0.2em;
    margin-bottom:1em;
}

.knowledge ul
{ list-style-type: square;
  color: #335566;
  margin-top: 0.2em;
	
}


/* ============
	FUNKTIONEN UND FEATURES
   ============ */
.ajaxNav .entry img {
    height: auto;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%;
}


/* ============
	User Guide
   ============ */
.user-guide-new nav {
    background-color: #F5F5F5;
    color: #000000;
}

    .user-guide-new nav h4 {
        padding-left: 20px;
    }

    .user-guide-new nav ul {
        display: block;
    }

        .user-guide-new nav ul li {
            display: block;
            margin-bottom: 0;
            text-align: left;
            padding-left: 20px;
        }

.user-guide-new .entry a {
    position: relative;
}

.user-guide-new .entry img {
    height: auto;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 100%;
}

    .user-guide-new .entry img.size-full {
        height: auto;
        margin-bottom: 20px;
        margin-top: 5px;
        width: auto;
        max-width: 100%;
    }

.user-guide-new .entry li img.size-full {
    margin-bottom: 0;
    margin-top: -5px;
}

.user-guide-new .wp-caption {
    width: 100% !important;
}

    .user-guide-new .wp-caption .wp-caption-text {
        text-align: left;
        color: #008F36;
        font-weight: 300;
    }

.user-guide-new img.size-full-width {
    width: 100%;
    height: auto;
}


.user-guide-new .userGuide-content .command-table tr td {
    padding-left: 10px;
    border: 1px solid #bbb;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* ============
	SINGLE
   ============ */
.single .entry .wp-caption {
    width: 100% !important;
    position: relative;
}

.wp-caption-text {
    font-weight: bold;
    text-align: center;
}

.wp-caption-text {
    font-weight: bold;
    margin: 5px 0 40px;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 100%;
    line-height: 120%;
}

.wp-caption a {
    display: block;
}

.single .entry img {
    width: 100% !important;
    height: auto !important;
}

.single .entry .half-size {
    margin-right: 0%;
}

    .single .entry .half-size.last-left {
        margin-right: 0%;
    }

.single .main h1 {
    word-wrap: break-word;
}

.single table {
    margin-bottom: 30px;
}

    .single table tr {
        border-bottom: 1px solid #888888;
    }

        .single table tr:nth-child(odd) {
            background-color: #f5f5f5;
        }

        .single table tr:first-child {
            border-top: 2px solid #444444;
        }

        .single table tr:last-child {
            border-bottom: 2px solid #444444;
        }

.single table.default tr{
    border: 1px solid #888;
    background-color: #fff !important;
}

.single table.default td{
    border-left: 1px solid #888;
    background-color: #fff !important;
    padding-left: 10px;
    padding-right:10px;
    padding: 5px 10px;
}

.single table.default .wp-caption-text{
    margin-bottom: 5px;    
}


/* =======================
 *  MY-HTFLUX SERIALS 
 *  ======================    */ 


.clickserial {
    font-weight: bold;
    color: #0088AD;
    font-size: 100%;
    background-color: #EEEEEE;
    padding: 1px 20px;
    border:1px solid #0088AD;
}

#license-table th, td {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    padding-top: 5px;
}

#webshop-link {
	margin-top: 16px;
	width: 100%;
	text-align: center;
}
#webshop-link #webShopButton
{   
    font-weight: bold;
    color: #0088AD;
    font-size: 110%;
    background-color: #EEEEEE;
    padding: 4px 48px;
    border:1px solid #0088AD;
    cursor: pointer;
}



#renewOptions-table table {
    table-layout: fixed;
    border-collapse: separate;
    width: 100%;
}

#renewOptions-table td {
    word-wrap: break-word;         /* All browsers since IE 5.5+ */
    border-bottom: 1px solid #ddd;
    padding-bottom: 24px;
    padding-top: 24px;
}

#renewOptions-table span.roCapt
{
    color: #0088AD;
    font-weight: bold;
    font-size: 100%;
}

#renewLicense-box #checkoutconfirmationline
{   
	margin-top: 24px;
	display: none;
}

#renewLicense-box #taxStatusWarning
{   
	margin-top: 24px;
    color: #880000;
    font-weight: bold;
    font-size: 110%;
}



#renewLicense-box #pleaseConfirmDiv
{   text-align: center;
	font-size: 120%;
    font-weight: bold;
	width: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	display: none;
    border:1px solid #880000;
	margin-left: 40px;
	margin-right: 20px;
    padding: 1px 16px;
    	}

#renewLicense-box #billingHeaderDiv
{   
	font-family: 'Courier New', Courier;
	font-size: 125%;
	width: auto;
	margin-top: 8px;
	margin-left: 40px;
	margin-right: 20px;
	display: none;
    padding: 1px 16px;
    border:1px solid #888888;
}


#renewLicense-box #confBack
{   float: left;
    color: #888888;
    font-size: 100%;
    background-color: #EEEEEE;
    padding: 1px 16px;
    margin-right: 10px;
    border:1px solid #888888;
    cursor: pointer;
}




#renewLicense-box #confProceed
{   float: right;
    font-weight: bold;
    color: #0088AD;
    font-size: 125%;
    background-color: #EEEEEE;
    padding: 1px 48px;
    margin-right: 10px;
    border:1px solid #0088AD;
    cursor: pointer;
}


#renewOptions-table img.buyBtnA
{   display: none;
    position: relative;
    top: 0; 
    right: 0;
}
#renewOptions-table img.buyBtnG
{  
    position: relative;
    top: 0; 
    right: 0;
}


#renewOptions-table span.roComment
{
    font-size: 90%;
}

#renewOptions-table span.roValid
{
    font-size: 90%;
}


#renewOptions-table span.roPrice
{
    float: right;
    color: #0088AD;
    font-weight: bold;
    font-size: 100%;
}



#renewOptions-table span.roTitle
{
    font-weight: bold;
    color: #0088AD;
    font-size: 120%;
    background-color: #EEEEEE;
    padding: 1px 16px;
    margin-right: 10px;
    border:1px solid #0088AD;
}


#renewOptions-table span.roTitlePlus
{
    font-weight: bold;
    color: #0088AD;
    font-size: 140%;
    line-height: 50%;
    background-color: #EEEEEE;
    padding: 0px 12px;
    margin-right: 10px;
    border:1px solid #0088AD;
}


#renewOptions-table .rotColPrice {
 width:	80px ;
 background-color: #EEEEEE;
}
#renewOptions-table .rotColButton {
 width:	80px;
}

/* =======================
 *  CHECKOUT PAGE 
 *  ======================    */ 

#checkoutDetails {
 margin-bottom: 24px;
 	
}
.braintree-heading {
   ' font-weight: bold;
   font-family: "Helvetica Neue", Helvetica, sans-serif;
   font-style: normal;
   font-weight: 300;
    color: #0088AD;
    font-size: 110%;
    line-height: 50%;
    display: none;
}

#checkoutDetails span.orderhighlight {
    font-weight: bold;
    color: #0088AD;
    font-size: 100%;
    padding: 1px 16px;
    margin-right: 10px;

}

#checkoutDiv {
	margin-bottom: 64px;
}

#checkoutDiv label[for=RBonline], label[for=RBwire] {
  margin-left: 14px;
    font-size: 110%;
    font-weight: bold;
    color: #101010;
   }
   
#checkoutloader {
	 display: none;
	 margin-left: 24px;
	 margin-top: 18px;
	 margin-bottom: 36px;
}

#checkoutresult {
	 display: none;
	 margin-left: 18px;
	 margin-top: 18px;
	 margin-bottom: 36px;
     padding: 12px 48px;
     border:2px solid #0088AD;
 }
 
#checkoutresult span.checkoutresultspan {
    font-weight: bold;
    font-size: 120%;
    color: #0088AD;
}
 
 
#pleaseConfirmDiv {
	text-align: center;
	font-size: 100%;
    font-weight: bold;
    color: #880000;
	width: auto;
	margin-top: 8px;
	margin-bottom: 8px;
	display: none;
    border:1px solid #880000;
	margin-left: 40px;
	margin-right: 20px;
    padding: 1px 16px;
}

#CBconfLic {
  float:left;
  margin-top: 2px;
}
#CBconfTaxStat {
  float:left;
  margin-top: 2px;
}

#legalCBs {
  margin-top: 16px;	
}

#checkoutDiv label[for=CBconfLic], label[for=CBconfTaxStat] {
  display: block;	 
  padding-left: 30px;
  margin-top:-6px;
  margin-bottom: 16px;
  line-height: 1.6;
    font-size: 80%;
    color: #101010;
}

#dropin-container {
   margin-left: 30px;	
  margin-top: 8px;	
}

#choose-a-way-to-pay {
	display: none;
    color: #FFFFFF;
}
	
#submit-payment-button {
    float: right;
    font-weight: bold;
    color: #0088AD;
    font-size: 125%;
    background-color: #EEEEEE;
    padding: 8px 48px;
    margin-right: 10px;
    border:3px solid #0088AD;
    display: none;
}	



/* =======================
 *  MY-HTFLUX ACCOUNT INFO 
 *  ======================    */ 

#account-form label {
    display: block;
    width: 100%;
    color: #444444;
    font-weight: 400;
}

#account-form input {
    width: 95%;
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    box-shadow: none;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 2%;
    color: #0088ad;
}
#account-form input#street_   {  width: 71%;   margin-right: 2%; }
#account-form input#city_     {  width: 71%;  }
#account-form input#postalc_  {  width: 16%; margin-right: 2%; }
#account-form input#streetno_ {  width: 16%;   }
#account-form input#pseudo_   {  color: #777777; }
#account-form input#spryemail_   {  color: #777777; }

#account-form ol {   margin: 0; padding: 0;  list-style: none; }
#account-form ol {  margin: 8px 0; }
#account-form li {  margin-bottom: 10px; }
#updatebuttonside  { color: #991111; height: 160px; width: 80px; margin-top: 20px; margin-bottom:20px;  border: 3px solid #991111; }
#updatebuttonbottom  { color: #991111; height: 40px; width: 400px; margin-top: 20px; margin-bottom:20px;  border: 3px solid #991111; }

#account-form div.businessEvidenceTitle { font-size: 120%; font-weight: bold;  color: #0088ad; }
#account-form div.businessEvidenceInfo {  font-size: 90%; line-height: 120%; text-align: justify; margin-bottom: 8px; }
#account-form div.businessEvidenceStatus { font-weight: bold;  color: #0088ad; line-height: 120%; margin-bottom: 6px;}

/*
 					 <div class="businessEvidenceInfo">Since you are a non-EU customer we need confirmation for your taxable status as business customer. Please upload a document/certificate issued by the competent authority of your state to proof your economic activity. (e.g. tax certificate, business registration document,...)</div>
   			         <span class="businessEvidenceStatusSpan">Please wait.</span>	
*/




/* ===============
    REGISTRATION
   =============== */

#regLog h1 {
    text-align: center;
    margin-bottom: 10px;
}

#regLog p {
    color: #666666;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
}

#regLog #user-message {
    margin-top: 100px;
}

#regLog .colomn {
    overflow: auto;
}

#reglog input:focus {
    background-color: #f5f5f5;
}

#regLog select {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    box-shadow: none;
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 2%;
    padding-top: 6px;
    color: #0088ad;
}

input#street {
    width: 71%;
    margin-right: 2%;
}

input#city {
    width: 71%;
}

input#postalc {
    margin-right: 2%;
    width: 16%;
}

input#streetno {
    width: 16%;
}

span.error {
    font-weight: 400;
    color: #CF0202;
    font-size: 80%;
}

#regLog .submit_ol {
    clear: left;
}


#regLog #submit_error, #regLog #reg-error, #login-message, #send-pw-message {
    display: none;
    width: 100%;
    border: 1px solid #CF0202;
    min-height: 30px;
    background-color: #F4B2B2;
}

    #submit_error p, #reg-error p, #login-message p, #send-pw-message p {
        padding: 10px;
        margin: 0;
        color: #000000;
    }

        #login-message p a {
            text-decoration: underline;
        }

#regLog .login ol {
    margin-bottom: 0;
}

#regLog #password-li {
    margin-bottom: 0;
}

#password-forgotten {
    overflow: auto;
}

    #password-forgotten a {
        color: #0088ad;
        font-weight: 400;
    }

#regLog .login .submit_ol {
    width: 100%;
    margin-top: 30px;
    height: 40px;
}

#submit-div, #stay-div {
    float: left;
}

#submit-div {
    width: 40%;
}

.set-new-pw #submit-div {
    width: 100%;
}

#reglog.send-pw #submit-div {
    width: 100%;
}

#regLog .login #submit-div input {
    width: 100%;
    background-color: #0088ad;
    color: #ffffff;
    border: 1px solid #0088ad;
}

#stay-div {
    width: 60%;
}

#regLog .login #stay-div label {
    background-color: #EEEEEE;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: right;
    width: 100%;
    font-size: 90%;
}

#regLog .login #stay-div input {
    height: 13px;
    margin: 0 13px 0 10px;
    padding: 0;
    position: relative;
    top: -10px;
    vertical-align: bottom;
    width: 13px;
}

#register h2 {
    font-weight: 400;
    color: #0088AD;
    text-align: center;
    font-size: 190%;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 8px;
    background-color: #EEEEEE;
    padding: 10px 10px;
    border:1px solid #0088AD;
}

#register a {
    color: #0088ad;
}

#register {
    margin-top: 30px;
}

    #register p {
        font-weight: 600;
        color: #888888;
        font-size: 90%;
    }
/* ===============
    ACCOUNT-AREA
   =============== */

span.validstatusspan
{
 font-style: bold;
 color: #AAAAAA;
 font-size: 90%;
 
}

#account-info nav {
    background-color: transparent;
}

#account-infos select {
    background-color: #EEEEEE;
    border: 1px solid #EEEEEE;
    box-shadow: none;
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 0 2%;
    padding-top: 6px;
    color: #0088ad;
}


#account-nav h1 {
    background-color: #eeeeee;
    height: 40px;
    text-align: center;
    width: 100%;
    color: #000000;
}

#account-nav ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #000000;
}

#account-nav li {
    text-align: center;
}

#account-info h1 {
    text-align: center;
}

#download-btn {
    width: 100%;
}

    #download-btn img {
        float: left;
        width: 40px;
    }

    #download-btn p {
        margin: 0 10px;
    }

#myhtf-contact-form {
    width: 100%;
}

    #myhtf-contact-form ol {
        list-style: none;
        padding: 0;
        margin: 30px 0;
    }

    #myhtf-contact-form label {
        width: 100%;
    }

    #myhtf-contact-form select {
        width: 100%;
    }

    #myhtf-contact-form select {
        background-color: #EEEEEE;
        border: 1px solid #EEEEEE;
        box-shadow: none;
        display: block;
        width: 100%;
        padding: 0 0 0 2%;
        color: #0088ad;
        font-size: 110%;
    }

    #myhtf-contact-form li {
        margin-bottom: 20px;
    }

    #myhtf-contact-form textarea {
        background-color: #EEEEEE;
        border: 1px solid #EEEEEE;
        width: 92%;
        height: 300px;
        padding: 4%;
    }

    #myhtf-contact-form .submit_ol, #account-infos .submit_ol {
        width: 20%;
        min-width: 150px;
        margin-top: 0;
    }
    
#myhtf-submitResult {
    text-align: center;
	font-size: 100%;
	width: auto;
	margin-top: 16px;
	margin-bottom: 16px;
	display: none;
	color: #0088ad;
    border:1px solid #0088ad;
	margin-left: 20px;
	margin-right: 20px;
    padding: 1px 32px;
}    
    
    
#myhtf-contact-form #submitInquiryBtn {
    background-color: #0088ad;
    color: #ffffff;
    font-size: 110%;
    text-align: center;
    display: block;
    cursor: pointer;
}    

        #myhtf-contact-form .submit_ol input, #account-infos .submit_ol input {
            width: 100%;
            min-width: 150px;
        }


#my-htflux #file-upload-areas {
    display: none;
}


/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

    body {
        font-size: 90%;
    }
    /* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
    }

    nav li:first-child a {
    }

    nav li:last-child a {
    }

    aside#buttons article {
        margin: 0 auto 20px;
    }

    .main aside article#download-btn {
        margin-right: 6%;
    }

    /* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display:;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
    /* ========================
    SINGLE
   ======================== */

    #my-htflux #file-upload-areas {
        display: block;
    }
}


@media only screen and (min-width: 768px) {
    /* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container {
        height: 130px;
        padding-top: 30px;
        margin-bottom: 4px;
    }


    /* ============
    WIDE: Menu
   ============ */
    nav ul li {
        line-height: 30px;
        font-weight: 600;
        font-size: 100%;
    }

    #nav-container {
        background-color: transparent;
        margin-bottom: 0;
    }

        #nav-container nav ul {
            display: block;
            margin: 0;
        }

    #main-nav {
        height: 36px;
        width: 100%;
        overflow: visible;
        position: absolute;
        top: 94px;
        background-color: transparent;
        left: 0;
    }

    #main-nav {
        display: block;
        background-color: #000000; /*#3C3C3*/
    }

    #main-nav-container h1 {
        display: none;
    }

    #main-nav ul {
        line-height: 36px;
        margin: 0 5%;
        padding: 0;
    }

        #main-nav ul li {
            display: inline-block;
            width: 15%;
            text-align: center;
        }

            #main-nav ul li a {
                display: inline-block;
                font-weight: 400;
                line-height: 36px;
                width: 100%;
            }

    #active-site-slider {
        display: block;
        position: absolute;
        height: 4px;
        width: 15%;
        background-color: #00BFFF;
        top: 36px;
    }

    #branding-container {
        width: 400px;
        float: left;
        margin-bottom: 21px;
    }

    #meta-nav {
        position: relative;
        background-color: transparent;
    }

    #nav-container nav#meta-nav #meta-menu-container {
    }

    #nav-container nav#meta-nav .menu-meta-menu-container {
        position: relative;
    }


    #meta-menu-container ul {
        margin: 0;
        position: absolute;
        right: 0;
        width: 385px;
    }

        #meta-menu-container ul li {
            display: inline-block;
            margin-right: 1%;
            padding: 5px 3%;
            width: auto;
        }

    #meta-menu-container a {
        color: #888888;
        font-weight: 400;
    }

        #meta-menu-container a:hover {
            color: #0088ad;
        }

    #meta-nav li.current_page_item a {
        color: #00BFFF;
    }

    .title {
        float: left;
    }

    nav#language-nav {
        background-color: rgba(0, 0, 0, 0);
        color: #444444;
        padding: 0 10px;
        position: absolute;
        right: 15px;
        top: -20px;
        width: 100px;
    }

        nav#language-nav a {
            color: #444444;
            display: inline-block;
            margin-left: 10px;
        }

            nav#language-nav a img {
                vertical-align: sub;
            }


    .login-reg #branding-container {
        margin-top: 70px;
    }



    /* ============
    WIDE: Main
   ============ */
    /* Slider */
    #slider-container {
        display: block;
        overflow: hidden;
        position: relative;
    }
     
    .main article {
        float: left;
        width: 65%;
        margin-right: 5%;
    }

    .features .main article {
        width: 100%;
        margin-right:0;
    }

    .category-7 .main article {
        float: left;
        width: 48.5%;
        margin-right: 3%;
        float: left;
        box-sizing: border-box;
        border: 1px solid #888888;
        margin-bottom: 20px;
        padding: 0 20px 10px;
        background-color: #f5f5f5;
        min-height: 310px;
    }

        .category-7 .main article:nth-child(even) {
            margin-right: 0;
        }

        .category-7 .main article h1 {
            font-size: 150%;
            color: #0088ad;
        }

            .category-7 .main article h1 a {
                color: #0088ad;
            }

    .blog .main article {
        border-bottom: 1px dotted #888;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .blog .main article:last-child {
            border-bottom: none;
        }

    .main {
        padding: 30px 0;
    }

        .main.no-sidebar article {
            float: none;
            clear: left;
        }

        .main.no-sidebar form {
            width: 65%;
            margin-right: 5%;
        }

        .main aside {
            float: right;
            width: 30%;
            margin-top: 50px;
        }

    aside#buttons article {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        font-size: 75%;
    }

    .main aside article#download-btn {
        margin-right: 0;
        display: block;
    }

    .main aside article#contact-btn {
        margin-right: 0;
    }

    /* ============
    WIDE: NEWS ANWENDUNGEN
   ============ */


    .page .blog-thumbnail {
        float: left;
        width: 40%;
        height: auto;
        box-sizing: border-box;
    }

    .blog-thumbnail img {
        margin-top: 5px;
        width: 90%;
        height: auto;
        display: block;
        margin-bottom: 20px;
    }

    .page .entry.blog-with-img {
        float: left;
        box-sizing: border-box;
        width: 60%;
    }

    .page .entry p:first-child {
        margin-top: 0;
    }

    .single .entry .half-size {
        position: relative;
        width: 45%;
        margin-right: 5%;
        float: left;
        margin-bottom: 10px;
    }

        .single .entry .half-size.last-left {
            margin-right: 55%;
        }
    /* ============
    WIDE: Single
   ============ */
    .wp-caption-text {
        font-size: 100%;
    }
    /* ============
   BASE
   ============ */
    .columns-3 {
        position: relative;
        clear: left;
    }

        .columns-3 div.c {
            float: left;
            box-sizing: border-box;
            margin-right: 3.5%;
            width: 31%;
            margin-bottom: 3.5%;
            position: relative;
        }

        .columns-3 div.c3 {
            margin-right: 0;
        }

        .columns-3 .c2.cspan2 {
            width: 62%;
        }

    /* ============
   USER-GUIDE NEW
   ============ */
    .user-guide-new .c.c1 {
        width: 24%;
        margin-right: 20px;
        padding: 0;
    }

    .user-guide-new .c.c2.cspan2 {
        width: calc(76% - 40px);
        margin-right: 20px;
    }

    .user-guide-new nav {
        background-color: transparent;
        margin-top: 20px;
    }

        .user-guide-new nav h4 {
            color: #222222;
            margin-bottom: 5px;
        }

        .user-guide-new nav ul {
            display: block;
            position: relative;
        }

            .user-guide-new nav ul ul {
                margin-top: 2px;
                margin-left: 10px;
                display: none;
            }

            .user-guide-new nav ul li.current-menu-item ul {
                display: block;
            }

            .user-guide-new nav ul li.current-menu-ancestor ul {
                display: block;
            }

            .user-guide-new nav ul li.current-menu-ancestor > a {
                display: block;
                background-color: #e1e1e1;
            }

            .user-guide-new nav ul li {
                margin-bottom: 3px;
                text-align: left;
                position: relative;
                line-height: inherit;
            }

        .user-guide-new nav a {
            display: inline-block;
            padding: 3px 10px;
            width: 100%;
            box-sizing: border-box;
            font-weight: 400;
            background-color: #f5f5f5;
        }

        .user-guide-new nav li li a {
            width: calc(100% - 10px);
        }

        .user-guide-new nav li a:hover {
            background-color: #eeeeee;
        }

        .user-guide-new nav li.current-menu-item > a {
            background-color: #e1e1e1;
            font-weight: 600;
        }

            .user-guide-new nav li.current-menu-item > a:after {
                font-family: FontAwesome;
                content: "\f054";
                display: block;
                float: right;
                margin-right: 10px;
            }

    .user-guide-new .main article {
        width: 100%;
    }

    .user-guide-new h2:first-child {
        margin-top: 47px;
    }

    .user-guide-new h2 {
        margin-top: 20px;
    }

    .user-guide-new .entry p:first-child {
        margin-top: 47px;
    }

        .user-guide-new .entry p:first-child small.not-so-small em {
            line-height: 16px;
            display: block;
        }

    .user-guide-new h2 + h3 {
        margin-top: 0;
    }

    .user-guide-new h3 {
        color: #008F36;
        margin-bottom: 5px;
        margin-top: 30px;
    }

        .user-guide-new h3 + p {
            margin-top: 0;
        }



    .user-guide-new .wp-caption {
        width: 100% !important;
    }

        .user-guide-new .wp-caption .wp-caption-text {
            text-align: left;
            color: #008F36;
            font-weight: 300;
        }

    .user-guide-new img.size-full-width {
        width: 100%;
        height: auto;
    }


    .user-guide-new .entry img.size-full.scale-25-to-100 {
        width: 25%;
        height: auto;
    }
    /*
    .user-guide-new img.scale-25-to-100 {
        transition: width 0.5s ease;
        width:25%;
        height:auto;
    }
    */

    .user-guide-new table td {
        padding-right: 10px;
        vertical-align: top;
    }

    .user-guide-new .highlight-input {
        font-family: monospace;
        color: #2F7BEA;
        background-color: #eeeeee;
        display: inline-block;
        padding: 2px 5px;
        font-size: 115%;
        font-weight: bold;
        margin: 0 3px;
    }

    /* ============
    WIDE: FUNCTIONS & FEATURES
   ============ */



.single .entry img.size-full {
        height: auto;
        margin-bottom: 10px;
        margin-top: 5px;
        width: auto;
        max-width: 100%;
    }

.single .entry img.dontscale {        height: auto !important;        margin-bottom: 10px;        margin-top: 5px;        width: auto !important;       max-width: none;    }

    /* ============
    WIDE: Main MY HTFLUX
   ============ */
    #my-htflux {
        margin-top: 100px;
    }

    #left-sidebar {
        width: 30%;
        float: left;
    }

        #left-sidebar nav ul {
            width: 100%;
            margin: 0;
            padding: 0;
            background-color: #f5f5f5;
        }

    #my-htflux .main {
        margin-left: 35%;
        width: 65%;
        padding: 0;
    }

        #my-htflux .main #account-area {
            float: left;
            width: 60%;
        }

        #my-htflux .main #file-upload-areas {
            float: left;
            box-sizing: border-box;
            float: left;
            padding-left: 40px;
            width: 40%;
            margin-top: 12px;
        }

        #my-htflux .main #file-upload-area-2 {
            margin-top: 30px;
        }

        #my-htflux .main div.fileinput-button {
            position: relative;
            width: 80%;
            height: 32px;
            overflow: hidden;
        }

            #my-htflux .main div.fileinput-button button {
                background-color: #eeeeee;
                border: medium none;
                box-shadow: none;
                height: 100%;
                position: absolute;
                width: 100%;
            }

            #my-htflux .main div.fileinput-button input {
                font: 500px monospace; /* make the input's button HUGE */
                opacity: 0; /* this will make it transparent */
                filter: alpha(opacity=0); /* transparency for Internet Explorer */
                position: absolute; /* making it absolute with z-index:1 will place it on top of the button */
                z-index: 1;
                top: 0;
                right: 0;
                padding: 0;
                margin: 0;
                cursor: pointer;
            }

        #my-htflux .main #file-upload-areas .user-logo {
            width: 100%;
            height: auto;
        }

        #my-htflux .main #submit-area {
            clear: left;
            width: 100%;
            overflow: auto;
        }

    #my-htflux .progress {
        position: relative;
        width: 100%;
    }

        #my-htflux .progress .bar {
            width: 0%;
            height: 30px;
            background-color: #0088ad;
            border-radius: 2px;
        }


    #my-htflux .main article h1 {
        margin-top: 0;
    }

    #my-htflux .main article {
        margin-right: 0;
        width: 100%;
        float: none;
    }

    #licence-table {
        display: block;
    }

        #licence-table th {
            width: 160px;
            text-align: left;
        }

    .black_overlay {
        display: none;
        position: absolute;
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 1001;
        -moz-opacity: 0.8;
        opacity: .80;
        filter: alpha(opacity=70);
    }

    .white_content {
        display: none;
        position: absolute;
        top: 40%;
        left: 35%;
        width: 30%;
        height: auto;
        padding: 20px;
        border: 8px solid #0088ad;
        background-color: white;
        z-index: 1002;
        overflow: auto;
    }

    /* ============
    WIDE: SLIDE
   ============ */

    form#contact-form li.checkbox-newsletter {
        margin-top: 33px;
    }

        form#contact-form li.checkbox-newsletter input {
            width: 20px;
            display: block;
            margin-left: 30%;
        }

        form#contact-form li.checkbox-newsletter label {
            margin-left: 50px;
            margin-left: 5px;
            width: 61%;
        }
        
    /* Slider New */
    #slider-container {
        height: 450px;
        border-bottom: 1px solid #BBB;
        position: relative;
        overflow: auto;
        margin-top: 20px;
    }
    
    #slider-container .slide {
        display: none;
        position:absolute;
        width:100%;
    }
    
    #slider-container .image-area{
        width:750px;
        margin: 0 auto;
        float:none;
    }
    
    #slider-container .image-area img {
        width:100%;
    }
    
    #slider-container .text-area  {
        position: absolute;
        bottom: 5px;
        left: 35px;
        width: 320px;
        height: auto;
        background-color: #0059B2;
        padding: 20px;
        color: #fff;
        opacity: 1;
        
    }
   
    #slider-container .text-area h2 {
        margin-top: 0;
        font-weight: 300;
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    #slider-container .text-area p {
        margin-top: 0;
        font-size:14px;
        line-height:22px;
        margin-bottom:0;
    }
    
    
    /* ============
    WIDE: BLOCKS
   ============ */
    .main-container article.block {
        width: 47.5%;
        height: 334px;
    }

    article .block-image {
        width: 88%;
        height: 100px;
        overflow: hidden;
        position: absolute;
        bottom: 6%;
        margin-bottom: 0;
    }

    .main-container article.block2, .main-container article.block4, .main-container article.block6, .main-container article.block8, .main-container article.block10 {
        margin-right: 0;
    }

    .main-container article.block1, .main-container article.block3, .main-container article.block5, .main-container article.block7, .main-container article.block9 {
        margin-right: 4%;
    }

    article.block p {
        font-size: 90%;
        line-height: 150%;
    }

    /* ===============
    WIDE: REGISTRATION 
   =============== */

    #regLog h1 {
        margin-top: 50px;
    }

    #regLog .column {
        width: 45%;
        float: left;
    }

    #regLog .column2 {
        margin-left: 5%;
    }

    #regLog article.login {
        width: 520px;
        padding: 10px;
        overflow: auto;
        margin: 0 auto;
    }

    #regLog article.login {
        width: 520px;
        padding: 10px;
        overflow: auto;
        margin: 0 auto;
    }

    #regLog .login label {
        min-width: 150px;
        width: 33%;
        display: inline-block;
    }

    #regLog .login input {
        width: 61%;
    }

    #regLog.send-pw #submit-div {
        width: 100%;
    }

    .send-pw #register {
        margin-left: 34%;
    }


    #password-forgotten a {
        float: right;
        display: block;
        color: #0088ad;
    }

    #register {
        margin-left: 30%;
    }


    #regLog .login .submit_ol {
        margin-left: 34%;
        width: 65%;
        margin-top: 30px;
        height: 40px:;
    }

    .send-pw span.error {
        margin-left: 20%;
    }

    /* ===============
    WIDE ACCOUNT-AREA
   =============== */
    #account-info {
        margin-top: 50px;
    }

        #account-info nav {
            float: left;
            width: 30%;
        }

        #account-info .content {
            width: 70%;
            float: left;
        }

    #account-nav h1 {
        background-color: #eeeeee;
        height: 40px;
        text-align: left;
        padding-left: 5%;
        width: 95%;
        overflow: hidden;
        line-height: 40px;
        color: #000000;
        font-size: 120%;
    }

    #account-nav ul {
        display: block;
        margin: 0;
        padding: 0;
        width: 100%;
        color: #000000;
    }

    #account-nav li {
        text-align: left;
        padding-left: 5%;
    }

    #account-info .content h1 {
        text-align: left;
    }

    #account-info .content article {
        padding-left: 10%;
    }

    #download-btn {
        width: 100%;
    }

        #download-btn img {
            float: left;
            width: 40px;
        }

        #download-btn p {
            margin: 0 10px 0 0;
        }

    /* ===============
    WIDE1 ACCOUNT-INFO
   =============== */
    #contact-form label {
        float: left;
        width: 30%;
    }

    #contact-form input {
        float: left;
        width: 65%;
    }

        #contact-form input.submit {
            width: 69%;
        }

        #contact-form input[type="checkbox"] {
            float: left;
            width: 20px;
        }

    #contact-form textarea {
        padding: 2%;
        width: 65%;
    }
}

@media only screen and (min-width: 980px) {
    aside#buttons article {
        font-size: 90%;
    }

    /* ===============
    WIDE 2: REGISTRATION
   =============== */

    #regLog label, #regLog input, #regLog select {
        display: inline-block;
    }

    #regLog label {
        width: 32%;
    }

    #regLog input {
        width: 62%;
    }

        #regLog input.submit {
            width: 50%;
            margin: 0 auto;
            display: block;
        }

    #regLog #login_form1 input.submit {
        margin-bottom: 0;
    }


    #regLog select {
        width: 66%;
    }

    #regLog input#postalc {
        width: 15%;
        margin-right: 2%;
    }

    #regLog input#city {
        width: 39%;
        margin-left: 0;
    }

    #regLog input#streetno {
        width: 15%;
        margin-right: 0;
    }

    #regLog input#street {
        width: 39%;
    }

    span.error {
        margin-left: 33%;
    }

    .set-new-pw span.error {
        margin-left: 35%;
    }
}

@media only screen and (min-width: 1140px) {

    /* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }

    .main-container article.block {
        width: 31%;
        height: 340px;
    }

    .main-container article.block3, .main-container article.block6, .main-container article.block9, .main-container article.block12 {
        margin-right: 0;
    }

    .main-container article.block1, .main-container article.block2, .main-container article.block4, .main-container article.block5, .main-container article.block7, .main-container article.block8, .main-container article.block10, .main-container article.block11 {
        margin-right: 3%;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    width: auto;
}


/* ==========================================================================
 	Retina background-images
   ========================================================================== */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    .main aside article#download-btn {
        background-image: url(img/download-btn@2x.png);
        background-size: 27px 29px;
    }

    .main aside article#contact-btn {
        background-image: url(img/contact-btn@2x.png);
        background-size: 33px 26px;
    }
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
        color: #0088ad;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
