@font-face {
  font-family: 'DIN-Medium';
  src: url('fonts/DINPro-Medium.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN-Light';
  src: url('fonts/DINPro-Light.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN-Bold';
  src: url('fonts/DINPro-Bold.otf');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HEL-TH';
  src: url('helvetica_neue_lt_std/HelveticaNeueLTStd-UltLt.otf');
}

@font-face {
  font-family: 'HEL-LT';
  src: url('helvetica_neue_lt_std/HelveticaNeueLTStd-Lt.otf');
}

@font-face {
  font-family: 'HEL-ME';
  src: url('helvetica_neue_lt_std/HelveticaNeueLTStd-Roman.otf');
}

@font-face {
  font-family: 'HEL-BO';
  src: url('helvetica_neue_lt_std/HelveticaNeueLTStd-Bd.otf');
}

html,
button,
input,
select,
textarea {
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #505050;
}
a:hover {
  text-decoration: none;
  color: #f28a19;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection {
  background: #f28a19;
  text-shadow: none;
}

::selection {
  background: #f28a19;
  text-shadow: none;
}

img {
  display: none;
}


/*
* A better looking default horizontal rule
*/

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}


/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/

img {
  vertical-align: middle;
}


/*
* Remove default fieldset styles.
*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}


/*
* Allow only vertical resizing of textareas.
*/

textarea {
  resize: vertical;
}


/* ==========================================================================
Chrome Frame prompt
========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.loading {
  background: url('../images/ico_loading.gif') no-repeat center center;
  background: url('../images/transp.gif') no-repeat center center;
}

body,
html {
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  font-size: 24px;
}

.no-js {
  padding-top: 106px;
}

header #home svg {
  width: 500px;
  opacity: 1 !important;
  margin: 40px 0 0 158px;
}

header #home {
  cursor: pointer;
}

.claim {
  font-size: .7em;
  /*font-family: 'HEL-TH', 'Arial', Arial, sans-serif;*/
  /*font-family: 'DIN-Light', 'Arial', Arial, sans-serif;*/
  font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
  color: #505050;
  margin-top: 15px;
}

header {
  position: fixed;
  height: 137px;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.7) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.7) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b3ffffff', GradientType=1);
  /* IE6-9 */
  box-shadow: 1px 1px 5px #505050;
  z-index: 100000;
}

#hamburger svg {
  width: 30px;
  position: absolute;
  top: 2px;
  right: 69px;
  cursor: pointer;
  opacity: 1 !important;
}

#contact svg {
  width: 30px;
  position: absolute;
  top: 2px;
  right: 109px;
  cursor: pointer;
  opacity: 1 !important;
}

#print svg {
  width: 30px;
  position: absolute;
  top: 2px;
  right: 149px;
  cursor: pointer;
  opacity: 1 !important;
  display: none;
}

#back svg {
  width: 30px;
  position: absolute;
  top: 2px;
  right: 189px;
  cursor: pointer;
  opacity: 1 !important;
}

nav#menu {
  display: none;
  font-size: .62em;
  font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
  position: absolute;
  right: 70px;
}

nav#menu ul li {
  float: left;
  padding: 0 8px 0 4px;
}

nav#menu ul li a {
  text-decoration: none;
  color: #505050;
}

nav#menu ul li:hover,
nav#menu ul li a:hover {
  cursor: pointer;
  color: #f28a19;
}

.find p {
  float: left;
}

.find li svg {
  width: 35px;
}

.find li svg:hover {
  cursor: pointer;
}


/*
nav#menu ul li:after {
content: "|";
}*/

.section-wrapper,
.section-full p,
.section-full h2 {
  margin: 0 0 0 66px;
}

.section-full,
.section-full img {
  margin: 0 0 0 0px;
  width: 100%;
}

.section-full .ribbon {
  display: block;
}

.section-full .dribbon {
  display: none;
}

.leftRight table {
  width: 100%;
}

.leftRight>table.partner>tbody>tr>td:first-child,
.leftRight>table.partner-withButt>tbody>tr>td:first-child {
  width: 37px;
}

.partner h2,
.partner-withButt h2 {
  color: #fff;
}


/*
.tblTrust td{
padding-top: 0px;
}
*/

.tblTrust tr,
.tblPartner tr {
  margin-right: 20px;
}

#startMedia{
  position: relative;
  bottom: 120px;
  right: 0px;
  z-index: 99999;
  /*width: 100%;*/
  /*height: 100px;*/
  /*position: relative;
  bottom: 100px;*/

}
#startMedia table{
  position: absolute;
  right: 10px;
}

.tblTrust2 {

  font-family: 'DIN-Light', 'Arial', Arial, sans-serif;
  color: #878787;
  font-size: .51em;
  color: #fff;
}


#testemonial{
  /*display: block;*/
}
.tblTrust3 {
  /*position: relative;
  margin-top: -170px;
  z-index: 99999;*/
}

.tblTrust3 tr td h3 {
  color: #5f9df0;
}

.tblTrust3 tr td div {
  font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
  color: #878787;
}

/*
.tblTrust2 tr td{
width: 12,5% !important;
}
*/

.tblTrust2 tr td img {
  display: none;
}

.tblTrust3 tr td {
  vertical-align: top;
}



.leftRight table tr td img {
  width: 100%;
}

.section-wrapper h1 {
  font-size: 1em;
  font-family: 'DIN-Light', 'Arial', Arial, sans-serif;
  letter-spacing: .05em;
  color: #5f9df0;
}

.section-wrapper h2,
.section-full h2 {
  font-size: 0.62em;
  font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
  letter-spacing: .031em;
}

.section-wrapper p,
.section-wrapper ul li,
.section-wrapper table,
.section-full p {
  font-size: 0.62em;
  font-family: 'DIN-Light', 'Arial', Arial, sans-serif;
  color: #505050;
  letter-spacing: 0.02em;
  padding-right: 20px;
}

.section-wrapper .left,
.section-wrapper .right {
  width: 50%;
  float: left;
}

.section-wrapper .top h1 {
  margin-top: -8px;
}

.section-wrapper .textgap h1,
.section-wrapper .textgap h2,
.section-wrapper .textgap p {
  padding-left: 15px;
}

.section-wrapper .left img,
.section-wrapper .right img {
  width: 100%;
}

.caption-in-pic {
  height: 0;
  position: relative;
  top: -30px;
  margin: 0;
  padding-left: 20px;
  color: #fff !important;
  font-family: 'DIN-Light', 'Arial', Arial, sans-serif !important;
  text-shadow: 1px 1px 1px #000;
}

.caption-in-frame {
  height: 0;
  position: relative;
  top: 5px;
  color: #fff !important;
  font-family: 'DIN-Light', 'Arial', Arial, sans-serif !important;
  text-shadow: 1px 1px 1px #000;
}

.caption-in-frame.right {
  text-align: right;
}

.caption-in-frame.left {
  text-align: left;
}

.bcg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

#slide-1 {
  /*height: 500px;*/
}

#startTxt {
  position: absolute;
  top: 192px;
  left: 152px;
  font-family: 'DIN-Light', 'Arial', Arial, sans-serif;
  font-size: 3em;
  color: #fff;
  text-transform: uppercase;
  width: 430px;
  /*text-shadow: 1px 1px 5px #505050;*/
  /*letter-spacing: 1px;*/
  z-index: 99999;
}

#slide-2 .bcg {
  background-image: url('../images/skinb_gun_vector2.jpg');
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}



.testemonial {
  max-width: 240px;
  margin: 0px 40px 20px 0px;
  color: #fff;
  font-size: 0.6em;
  font-family: 'DIN-Light', 'Arial', Arial, sans-serif;
  letter-spacing: 0.02em;
  float: left;
}

.testemonial h3 {
  font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
}

.quotesign {
  margin-top: -30px;
  font-family: Times;
  font-size: 2em;
  color: #000;
  float: left;
  height: 200px;
}

.quote {
  font-family: 'DIN-Light', 'Arial', Arial, sans-serif;
  letter-spacing: .02em;
  color: #000;
  font-size: 1.2em;
  padding-top: 0px;
  margin-top: 0px;
}


/* SLIDESHOW SHARESPACE */

.slides {
  display: none
}


/* Slideshow container */

.slides {
  display: none
}


/* Caption text */

.text {
  display: none;
}


.bgdark {
  background-color: #bbdcf0;
}

.bgdark2 {
  background-color: #ebebeb;
}

.slideshow-left div {
  margin-left: 20px;
  height: 40px;
}

.dot {
  height: 5px;
  width: 5px;
  margin: 0 1px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#caption {
  font-size: 0.62em;
  font-family: 'DIN-Light', 'Arial', Arial, sans-serif;
  color: #000;
  letter-spacing: 0.02em;
  padding: 20px 80px 0 0px;
}

.active {
  background-color: #f28a19;
}


/* Fading animation NETWORK */

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {
    opacity: .2
  }
  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .2
  }
  to {
    opacity: 1
  }
}


/*end slideshow*/

iframe {
  height: 430px;
  width: 100%;
}

#teamSec img {
  width: 100%;
}

#teamSec span{
  font-family: 'DIN-bold', Arial, sans-serif;
}
#contactSec {
  background-color: #878787;
}

#contactSec .section-wrapper p,
#contactSec .section-wrapper h1,
#contactSec .section-wrapper a {
  color: #fff;
  text-decoration: none;
}

#contactSec .section-wrapper a:hover {
  color: #f28a19;
}

#contactSec .section-wrapper p span {
  font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
}

.grieche{
}
.contact {
  margin-top: 50px;
}
.contact span {
  color: #fff;
  font-family: 'DIN-bold', Arial, sans-serif;
  font-size: 0.6em;
}
.disclaim {
  font-size: 0.75em;
  padding: 20px 0 50px 0;
  margin: 0 0 0 -66px;
  /*WTF*/
}

aside {
  position: fixed;
  top: 170px;
  left: -15px;
  width: 70px;
  font-size: 1em;
  font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
  letter-spacing: .05em;
  z-index: 1200;
}

aside ul li {
  list-style: none;
  cursor: pointer;
  height: 40px;
}

aside ul li svg {
  width: 30px;
  float: left;
  padding: 2px 0 2px 0;
}

.asideTxt {
  display: none;
  /* opacity: 0; */
  margin: -300px 0 0px 41px;
  width: 350px;
}

.asideTxt li {
  padding-bottom: 6px;
}

.asideTxt li:hover {
  color: #f28a19;
}

aside ul li span {}

  .butt {
    color: #505050;
    background-color: transparent;
    height: 20px;
    font-size: .5em;
    text-transform: uppercase;
    font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
  }

  .buttLabel {
    margin: 0 auto;
    border: solid #eee 1px;
    padding: 3px 15px;
    white-space: nowrap;
  }

  .buttnogap.space {
    margin-right: 30px;
  }

  .buttLabel a {
    text-decoration: none;
    color: #505050;
  }

  .buttLabel:hover {
    background-color: transparent;
    border: solid #f28a19 1px;
  }

  .buttLabel a:hover {
    color: #f28a19;
  }

  .buttgap {
    margin-left: 15px;
  }

  .tooltip {
    position: relative;
    display: inline-block;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 160px;
    font-size: .62em;
    font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
    background-color: #fff;
    opacity: 0.8;
    color: #505050;
    text-align: center;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: -3px;
    left: 130%;
    border: 1px solid #505050;
  }

  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #505050 transparent transparent;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .tooltip .tooltiptext2 {
    visibility: hidden;
    width: 160px;
    font-size: .9em;
    font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
    background-color: #fff;
    opacity: 0.8;
    color: #505050;
    text-align: center;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 20%;
    border: 1px solid #505050;
  }

  .tooltip:hover .tooltiptext2 {
    visibility: visible;
  }

  .clear {
    clear: both;
  }

  .spacer {
    height: 100px;
  }

  .spacer_half {
    height: 38px;
  }

  .spacer_double {
    height: 238px;
  }

  .spacer_1px {
    height: 1px;
  }

  .overlay {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    display: none;
  }

  .overlay svg {
    width: 28px;
    position: absolute;
    top: 45px;
    right: 69px;
    cursor: pointer;
    opacity: 1 !important;
  }

  .wiretransfer td {
    height: 35px;
  }

  .wiretransfer td.grey {
    background-color: #eee;
  }

  .wiretransfer td b {
    font-family: 'DIN-Bold', 'Arial', Arial, sans-serif;
    letter-spacing: .05em;
  }

  .project-txt {
    max-width: 600px;
    float: left;
    margin-top: 30px;
  }

  .project-logo {
    width: 150px;
    float: left;
  }

  .project-logo img {
    width: 120px;

  }

  #slide-history,
  #slide-toc,
  #slide-restrictions {
    max-width: 700px;
  }

  #slide-price {
    max-width: 1100px;
    margin-right: 30px
  }

  #slide-price div table tr,
  {
    margin-bottom: 115px;
  }

  #slide-toc div ul {
    list-style: decimal;
  }

  #slide-toc div ul li,
  #slide-restrictions div ul li {
    margin-bottom: 15px;
  }

  #slide-toc div ul ul {
    list-style: lower-alpha;
    font-size: 1.3em;
  }

  #slide-restrictions div ul {
    list-style: upper-alpha;
  }


  /*
  * Image replacement
  */

  .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    text-indent: -9999px;
  }

  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
  }


  /*
  * Hide from both screenreaders and browsers: h5bp.com/u
  */

  .hidden {
    display: none !important;
    visibility: hidden;
  }


  /*
  * Hide only visually, but have it available for screenreaders: h5bp.com/v
  */

  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }


  /*
  * Extends the .visuallyhidden class to allow the element to be focusable
  * when navigated to via the keyboard: h5bp.com/p
  */

  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }


  /*
  * Hide visually and from screenreaders, but maintain layout
  */

  .invisible {
    visibility: hidden;
  }


  /*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */

  .clearfix:before,
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }

  .clearfix:after {
    clear: both;
  }


  /*
  * For IE 6/7 only
  * Include this rule to trigger hasLayout and contain floats.
  */

  .clearfix {
    zoom: 1;
  }


  /* ==========================================================================
  Media Queries
  ========================================================================== */


  /* ----------- iPad  ----------- */


  /* Portrait and Landscape */

  @media only screen and (min-device-width: 668px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .disclaim {
      font-size: 1em;
    }
    .slideshow-left {
      display: none;
    }
  }


  /* Portrait */

  @media only screen and (min-device-width: 668px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .section-wrapper .left,
    .section-wrapper .right {
      width: 100%;
      clear: both;
    }
    .left img,
    .right img {
      padding-top: 15px;
    }
    .spacer_half {
      height: 0px;
    }
    aside,
    #slide-2 {
      display: none;
    }
    .section-wrapper {
      margin: 0 0 0 0;
    }
    .section-wrapper p,
    .section-wrapper h1,
    .section-wrapper h2,
    .section-full h1,
    .section-full h2,
    .section-full p {
      margin: 0 0 0 15px;
    }
    .section-full .ribbon {
      display: none;
    }
    .section-full .dribbon {
      display: block;
    }
    .disclaim {
      margin: 0 0 0 0px;
      font-size: 1em;
      /*WTF*/
    }
    .section-wrapper p {
      padding-bottom: 15px;
    }
    .section-wrapper .textgap h1,
    .section-wrapper .textgap h2,
    .section-wrapper .textgap p {
      padding: 15px 0 15px 0;
    }
    .slideshow-left {
      display: none;
    }
    /*
    .contact form {
    padding-left: 15px;
    width: 60%;
  }
  */
  .buttnogap {
    margin-left: 0px;
  }
  .testemonial {
    margin: 0 0px 15px 15px;
  }
  .testemonial div {
    width: 300px;
    height: 160px;
  }
  .testemonial p {
    margin: -40px 0 0 0;
  }
  .tblTrust2 {
    /*top: 120px;*/
  }
  .tblTrust3 {
    top: 50px;
    /*margin-bottom: 90px;*/
  }

  table.partner td:first-child,
  table.partner-withButt td:first-child {
    margin-left: -57px;
  }
  .ribbon {
    display: none !important;
  }
  iframe {
    width: 90%;
    margin-left: 15px;
  }
}


/* ----------- iPhone ----------- */

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 1) and (orientation : landscape) {
  header #home svg{margin-left: 15px !important;}
  /*#ham{top: -15px !important;}
  svg.#cont.but{top: -15px !important;margin-top: 0;}
  */
  header{min-height: 65px !important;}
  .tblTrust2{display: none;}
}

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 1) {

  #testemonial{min-height: 365px !important;}
  .section-wrapper .left,
  .section-wrapper .right {
    width: 100%;
    clear: both;
  }
  .tblTrust3 {
    display: none;
  }
  #secTwo{display: none;}
  /*
  .tblTrust2>tbody>tr:last-child {
    display: none;
  }
  */
  #startMedia{display: none;}
  .left img,
  .right img {
    padding-top: 15px;
  }
  .spacer_half {
    height: 0px;
  }
  aside,
  #slide-2 {
    display: none;
  }
  #startTxt {
    font-size: 1.4em;
    width: 230px;
    letter-spacing: 1px;
    position: absolute;
    top: 150px;
    left: 10px;
  }
  #innoSec {
    margin-top: 0px;
  }
  .leftRight.partner:first-child {
    margin-top: -50px;
  }
  #rndSec {
    margin-top: -50px;
  }
  #cleanSec {
    margin-top: -50px;
  }
  .find {
    margin-top: -50px;
  }
  .overlay {
    margin-top: 69px;
  }
  .ribbon {
    display: none !important;
  }
  .section-wrapper {
    margin: 0 0 0 0;
  }
  .section-wrapper p,
  .section-wrapper h1,
  .section-wrapper h2,
  .section-full h1,
  .section-full h2,
  .section-full p {
    margin: 0 0 0 15px;
  }
  .section-full .ribbon {
    display: none;
  }
  .section-full .dribbon {
    display: block;
  }
  .disclaim {
    margin: 0 0 0 0px;
    font-size: 1em;
    /*WTF*/
  }
  .section-wrapper p {
    padding-bottom: 15px;
  }
  .section-wrapper .textgap h1,
  .section-wrapper .textgap h2,
  .section-wrapper .textgap p {
    padding: 15px 0 15px 0;
  }
  .slideshow-left {
    display: none;
  }
  .slideshow-container {
    margin-bottom: 20px;
  }
  .buttnogap {
    margin-left: 15px;
  }
  /*
  .contact form .submit {
  width: 150px;
}
*/
.textgap p {
  padding-right: 15px !important;
}
.caption-in-pic {
  padding-left: 0px;
}
table {
  width: 50%;
}
table tr td {
  width: 80px;
  word-wrap: break-word;
}
table tr td {
  display: inline-block;
}
table.partner td:first-child,
table.partner-withButt td:first-child {
  margin-left: -57px;
}
.testemonial {
  margin-left: 0px;
  padding: 0 0 0 15px;
}
.testemonial div {
  width: 100%;
  border: none;
  padding: 0px;
  height: auto;
}
.testemonial p {
  margin: -40px 0 0 0;
}
input {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px !important;
}
input {
  border-radius: 0 !important;
}
iframe {
  margin-left: 10px !important;
  width: 90%;
}
main {
  overflow-x: hidden;
}
/* SUBSITES MENUE */
#hamburger svg {
  width: 30px;
  position: absolute;
  top: 33px !important;
  right: 29px;
  cursor: pointer;
  opacity: 1 !important;
}
#contact svg {
  top: 33px !important;
  right: 69px;
}
#print svg {
  top: 33px !important;
  right: 109px;
}
#back svg {
  top: 33px !important;
  right: 149px;
}
/*
.section-full .disclaim p:first-child{
display: none !important;
}
*/
.wiretransfer tr td{width:190% !important;height: auto;padding-left: 15px;}
}


/*
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
*/

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}


/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */

@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;
  }
  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;
  }
}
