@charset "utf-8";

/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: -webkit-xxx-large;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}
.cl {
  clear: both;
  font-size: 1px;
  height: 0;
}

/* general purpose classes */
.nodisplay {
  display: none;
}
.nodisplay_strict {
  display: none !important;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/
button {
  margin: 0px;
  padding: 0px;
  border: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid #cccccc; /* change border colour to suit your needs */
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
body,
button,
input,
select,
textarea {
  font-family: "Verdana";
}
a {
  text-decoration: underline;
  color: #00315e;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
del {
  text-decoration: line-through;
}
abbr[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
i {
  font-style: italic !important;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
margin {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: 0;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input,
select {
  vertical-align: middle;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.content div {
  box-sizing: border-box;
}
.content {
  box-sizing: border-box;
}
.content_wide {
  box-sizing: border-box;
}
.content_wide div {
  box-sizing: border-box;
}

/* End Normalization
--------------------------------------------------------------------------------------------------*/

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

/* Setting up the fonts */
body {
  font-size: 15px;
  font-family: "Verdana", "Arial";
  line-height: 1.6em;
  color: rgb(57, 57, 57);
  background: #fff repeat top left;
  min-width: 480px;
}

a {
  text-decoration: underline;
  color: #00315e;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}

/* End Typography
--------------------------------------------------------------------------------------------------*/

/*-- MAIN CONTENT START--*/

/*banner START */

a.scroll {
  color: #000;
  text-decoration: none;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.relative {
  position: relative;
}
.bolder {
  font-weight: 900;
}
.show_1230px,
.show_1100px,
.show_1025px,
.show_1000px,
.show_950px,
.show_865px,
.show_800px,
.show_750px,
.show_720px,
.show_700px,
.show_650px,
.show_515px,
.show_450px {
  display: none !important;
}

@media only all and (max-width: 1230px) {
  .show_1230px {
    display: block !important;
  }
}
@media only all and (max-width: 1100px) {
  .show_1100px {
    display: block !important;
  }
}
@media only all and (max-width: 1025px) {
  .show_1025px {
    display: block !important;
  }
}
@media only all and (max-width: 1000px) {
  .show_1000px {
    display: block !important;
  }
}
@media only all and (max-width: 950px) {
  .show_950px {
    display: block !important;
  }
}
@media only all and (max-width: 865px) {
  .show_865px {
    display: block !important;
  }
}
@media only all and (max-width: 800px) {
  .show_800px {
    display: block !important;
  }
}
@media only all and (max-width: 650px) {
  .show_650px {
    display: block !important;
  }
}
@media only all and (max-width: 700px) {
  .show_700px {
    display: block !important;
  }
}
@media only all and (max-width: 750px) {
  .show_750px {
    display: block !important;
  }
}
@media only all and (max-width: 720px) {
  .show_720px {
    display: block !important;
  }
}
@media only all and (max-width: 450px) {
  .show_450px {
    display: block !important;
  }
}
@media only all and (max-width: 515px) {
  .show_515px {
    display: block !important;
  }
}

@media only all and (max-width: 1400px) {
  .hide_1400px {
    display: none !important;
  }
}
@media only all and (max-width: 1200px) {
  .hide_1200px {
    display: none !important;
  }
}
@media only all and (max-width: 1150px) {
  .hide_1150px {
    display: none !important;
  }
}
@media only all and (max-width: 1100px) {
  .hide_1100px {
    display: none !important;
  }
}
@media only all and (max-width: 1050px) {
  .hide_1050px {
    display: none !important;
  }
}
@media only all and (max-width: 1000px) {
  .hide_1000px {
    display: none !important;
  }
}
@media only all and (max-width: 950px) {
  .hide_950px {
    display: none !important;
  }
}
@media only all and (max-width: 925px) {
  .hide_925px {
    display: none !important;
  }
}
@media only all and (max-width: 900px) {
  .hide_900px {
    display: none !important;
  }
}
@media only all and (max-width: 860px) {
  .hide_860px {
    display: none;
  }
}

@media only all and (max-width: 850px) {
  .hide_850px {
    display: none !important;
  }
}
@media only all and (max-width: 800px) {
  .hide_800px {
    display: none !important;
  }
}
@media only all and (max-width: 750px) {
  .hide_750px {
    display: none !important;
  }
}
@media only all and (max-width: 700px) {
  .hide_700px {
    display: none !important;
  }
}
@media only all and (max-width: 650px) {
  .hide_650px {
    display: none !important;
  }
}
@media only all and (max-width: 600px) {
  .hide_600px {
    display: none !important;
  }
}
@media only all and (max-width: 500px) {
  .hide_500px {
    display: none !important;
  }
}
@media only all and (max-width: 350px) {
  .hide_350px {
    display: none !important;
  }
}

body.freight-sans,
body.freight-sans p,
body.freight-sans h1,
body.freight-sans h2,
body.freight-sans h3,
body.freight-sans h4,
body.freight-san h5,
body.freight-sans h6,
body.freight-sans li {
  font-family: freight-sans-pro, Arial;
  line-height: 1.3em;
  font-weight: normal;
}
body.freight-sans,
body.freight-sans p {
  font-size: 19px;
}

body.freight-sans,
button,
input,
select,
textarea {
  font-variant: lining-nums;
}

body.wechsler a {
  color: rgb(48, 130, 253);
  text-decoration: none;
}

.content_wechsler {
  width: 965px;
  max-width: 100%;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.top_leiste {
  border: 1px solid rgb(230, 230, 230);
  padding: 7px 3px 7px 3px;
}

.top_leiste .content_wechsler {
  display: flex;
  justify-content: space-between;
  align-content: center;
}

img {
  align-self: center;
}

.wechsler_hl {
  color: rgb(0, 28, 93);
  font-size: 51px;
  font-weight: normal;
  line-height: 1.2em !important;
  text-align: center;
}
.sub_hl {
  font-size: 22px;
  line-height: 1.2em !important;
}

.wechsler_hl.smaller {
  font-size: 40px;
}
@media only all and (max-width: 675px) {
  .wechsler_hl.smaller {
    font-size: 33px;
  }
}
@media only all and (max-width: 550px) {
  .wechsler_hl.smaller {
    font-size: 30px;
  }
}

.wechsler_banner {
  width: 100%;
  background-color: rgb(219, 233, 255);
  height: 405px;
  box-sizing: border-box;
  overflow: hidden;
}

.wechsler_banner.software .wechsler_hl_outer {
  width: 50%;
  float: right;
}

.wechsler_banner.steuerberater .wechsler_hl_outer {
  width: 53%;
  float: right;
}

.wechsler_banner .wechsler_hl {
  font-size: 42px;
  text-align: left;
}

.wechsler_banner.software .blue_bg_top {
  display: inline-block;
  width: 46%;
  background-color: rgb(25, 29, 67);
}

.wechsler_banner.steuerberater .grey_bg_top {
  display: inline-block;
  width: 46%;
  background-color: rgb(152, 159, 165);
}

@media only all and (max-width: 975px) {
  .wechsler_banner.steuerberater .wechsler_hl_outer {
    float: none;
    width: auto;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: rgba(219, 233, 255, 0.8);
    padding: 0px 15px 15px 40px;
  }
  .wechsler_banner.steuerberater .grey_bg_top {
    width: auto;
  }
}

@media only all and (max-width: 850px) {
  .wechsler_banner.software .wechsler_hl_outer {
    float: none;
    width: auto;
    position: absolute;
    top: 50px;
    right: 0px;
    background-color: rgba(219, 233, 255, 0.9);
    padding: 0px 15px 15px 40px;
  }
  .wechsler_banner.software .blue_bg_top {
    width: auto;
  }
}
@media only all and (max-width: 575px) {
  .wechsler_banner.steuerberater .wechsler_hl_outer .wechsler_hl {
    font-size: 36px;
  }
}

.dashed_line {
  display: inline-block;
  border: 5px dashed rgb(204, 228, 252);
  text-align: center;
  padding: 12px 22px 12px 22px;
}

.small_dashed_line {
  display: inline-block;
  border-top: 5px dashed rgb(204, 228, 252);
  width: 20px;
}
.small_dashed_line.left {
  margin-left: -10px;
}

.shadow_box_outer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.shadow_box {
  text-align: center;
  display: inline-block;
  padding: 36px 23px 36px 23px;
  box-shadow: 0 0 20px 1px rgb(209, 218, 233);
  border-radius: 3px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
.shadow_box.quadrat {
  width: 302px;
  height: 265px;
  padding: 45px 23px 36px 23px;
}

.steuerberater .shadow_box.quadrat {
  padding: 45px 10px 36px 10px;
}

.blue_number {
  display: inline-block;
  border: 5px dashed rgb(204, 228, 252);
  text-align: center;
  box-sizing: border-box;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  padding: 9px 0px;
  background-color: #fff;
  font-size: 35px;
  color: rgb(0, 28, 93);
  font-weight: bold;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.shadow_box.quadrat .blue_number:after {
  content: "";
  position: absolute;
}

.shadow_box.quadrat .blue_number.one:after {
  border-top: 5px dashed rgb(204, 228, 252);
  border-left: 5px dashed rgb(204, 228, 252);
  width: 151px;
  height: 88px;
  top: -99px;
  right: -131px;
}
.shadow_box.quadrat .blue_number.two:after {
  height: 41px;
  border-left: 5px dashed rgb(204, 228, 252);
  top: -49px;
  left: 50%;
  transform: translateX(-50%);
}
.shadow_box.quadrat .blue_number.three:after {
  border-top: 5px dashed rgb(204, 228, 252);
  border-right: 5px dashed rgb(204, 228, 252);
  width: 151px;
  height: 88px;
  top: -99px;
  left: -131px;
}

.steuerberater .shadow_box.quadrat .blue_number.one:after {
  width: 194px;
  height: 71px;
  top: -85px;
  right: -175px;
}
.steuerberater .shadow_box.quadrat .blue_number.three:after {
  width: 194px;
  height: 71px;
  top: -85px;
  left: -175px;
}

.shadow_box.broad {
  width: 350px;
  height: 140px;
}
.steuerberater .shadow_box.broad {
  height: 110px;
}
@media only all and (max-width: 725px) {
  .shadow_box.broad {
    width: auto;
    height: auto;
  }
  .steuerberater .shadow_box.broad {
    height: 140px;
  }
}
@media only all and (max-width: 600px) {
  .shadow_box.broad {
    padding: 36px 10px 36px 10px;
  }
}

.shadow_box .check {
  display: inline-block;
  border: 5px dashed rgb(204, 228, 252);
  text-align: center;
  box-sizing: border-box;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  padding: 9px 0px;
  background-color: #fff;
  font-size: 35px;
  color: rgb(0, 28, 93);
  font-weight: bold;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.shadow_box.broad .check.left:after {
  content: "";
  border-top: 5px dashed rgb(204, 228, 252);
  border-left: 5px dashed rgb(204, 228, 252);
  width: 40px;
  height: 86px;
  position: absolute;
  top: -99px;
  right: -21px;
}
.shadow_box.broad .check.right:after {
  content: "";
  border-top: 5px dashed rgb(204, 228, 252);
  border-right: 5px dashed rgb(204, 228, 252);
  width: 40px;
  height: 86px;
  position: absolute;
  top: -99px;
  left: -21px;
}

.steuerberater .shadow_box.broad .check.left:after {
  width: 68px;
  height: 86px;
  top: -99px;
  right: -49px;
}
.steuerberater .shadow_box.broad .check.right:after {
  width: 68px;
  height: 86px;
  top: -99px;
  left: -49px;
}

@media only all and (max-width: 1000px) {
  .shadow_box.quadrat .blue_number:after,
  .shadow_box.broad .check:after {
    display: none !important;
  }
}

.shadow_box_outer.broad {
  justify-content: space-around;
}

.shadow_box.long {
  text-align: left;
  width: 350px;
  padding: 50px 23px 36px 29px;
}
@media only all and (max-width: 750px) {
  .shadow_box_outer.long {
    flex-wrap: wrap;
  }
  .shadow_box.long.bottom {
    margin-top: 75px;
  }
}

.shadow_box.long .blue_text_bg {
  background-color: rgb(204, 228, 252);
  padding: 0px 3px 0px 3px;
  margin: 0px -3px 0px -3px;
}

.shadow_box.small_quadrat {
  padding: 50px 17px 24px 17px;
  width: 303px;
  height: 275px;
}

@media only all and (max-width: 900px) {
  .shadow_box_outer.quadrat,
  .shadow_box_outer.small_quadrat {
    flex-wrap: wrap;
    justify-content: center;
  }
  .shadow_box.quadrat,
  .shadow_box.small_quadrat {
    margin-top: 40px;
  }
}

.shadow_box .image {
  height: 120px;
  text-align: center;
}

.shadow_box.small_quadrat .image {
  height: 105px;
}

.shadow_box.long .image {
  height: 100px;
}

.darkblue_bg {
  background-color: rgb(25, 29, 67);
  width: 100%;
}

.darkblue_bg p {
  color: #fff !important;
  display: inline-block;
  text-align: left;
  margin-left: 40px;
  vertical-align: middle;
}
@media only all and (max-width: 525px) {
  .darkblue_bg p {
    margin-left: 20px;
  }
}

.shadow_box.smaller {
  height: 150px;
  padding: 26px 23px 26px 23px;
  float: right;
}
.shadow_box.smaller:before {
  content: "";
  width: 32px;
  height: 50px;
  background-image: url(../img/dashed_arrow.png);
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.darkblue_bg.top {
  max-width: 630px;
  height: 150px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 20px 0px 0px 57px;
}

.steuerberater .darkblue_bg.top {
  padding: 14px 0px 0px 20px;
}

@media only all and (max-width: 900px) {
  .shadow_box.smaller {
    width: 302px;
    display: block;
    margin: auto;
    float: none;
    margin-bottom: 20px;
  }
  .darkblue_bg.top {
    float: none;
    display: block;
    margin: auto;
  }
}
@media only all and (max-width: 550px) {
  .darkblue_bg.top {
    padding: 20px 0px 0px 25px;
  }
}

.grauer_absatz {
  background-color: rgb(250, 250, 250);
  border-top: 1px solid rgb(230, 230, 230);
  border-bottom: 1px solid rgb(230, 230, 230);
}

ul.checks li {
  background-image: url(../img/wechsler_check.png);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 25px;
  margin-bottom: 4px;
}

.green_big_text {
  color: rgb(4, 202, 137);
  font-size: 26px;
  font-weight: 600;
}

.bottom_text_block {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 30px;
}

.bottom_image_block {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.bottom_image_block .siegel_outer {
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -35px;
  left: -115px;
}

.bottom_image_block .wechsler_laptop {
  margin-bottom: -70px;
}

@media only all and (max-width: 950px) {
  .bottom_image_block .siegel_outer {
    position: static;
    top: auto;
    left: auto;
    vertical-align: top;
    margin-right: -38px;
  }
}
@media only all and (max-width: 850px) {
  .bottom_image_block .wechsler_laptop {
    margin-bottom: -180px;
  }
  .bottom_text_block {
    margin-bottom: 125px;
  }
}
@media only all and (max-width: 600px) {
  .bottom_image_block .siegel_outer {
    display: none;
  }
  .bottom_image_block .wechsler_laptop { margin-bottom: 30px!important }
  #bottom h2 + div { height: 30px!important }
}

.dashed_line.oder {
  position: relative;
  height: 62px;
  box-sizing: border-box;
  font-size: 21px;
  margin: 0px 34px;
  padding: 12px 19px 12px 19px;
}
.dashed_line.oder:before {
  content: "";
  display: inline-block;
  border-top: 5px dashed rgb(204, 228, 252);
  width: 18px;
  position: absolute;
  top: 23px;
  left: -30px;
}
.dashed_line.oder:after {
  content: "";
  display: inline-block;
  border-top: 5px dashed rgb(204, 228, 252);
  width: 18px;
  position: absolute;
  top: 23px;
  right: -30px;
}
@media only all and (max-width: 900px) {
  .dashed_line.oder {
    display: none;
  }
}

.darkblue_bg .white_text {
  font-size: 23px;
  font-weight: 500;
  margin-left: 65px;
}
@media only all and (max-width: 560px) {
  .darkblue_bg .white_text {
    margin-left: 10px;
  }
}

/* Formular */
.green_form_bg {
  background-color: rgb(221, 234, 231);
}

.green_form_bg a {
  color: #000 !important;
  text-decoration: none;
  margin-left: 33px;
  font-weight: 500;
}

.green_form_bg .input-text.email {
  width: 292px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 3px;
  box-shadow: 0 0 20px 1px rgb(209, 218, 233);
  padding: 9px 19px;
  font-size: 18px;
}

.form_bg {
  background-color: #fff;
  width: 905px;
  max-width: 100%;
  margin: 0px auto -110px auto;
  box-shadow: 0 0 20px 1px rgb(209, 218, 233);
  border-radius: 10px;
  position: relative;
  top: -105px;
}

.button.bottom {
  background-image: url(../img/wechsler_form_btn.png);
  background-color: transparent;
  width: 303px;
  height: 66px;
  position: relative;
  font-family: freight-sans-pro, Arial;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
}

.content_wechsler .selectLightCd {
  box-shadow: 0 0 20px 1px rgb(209, 218, 233);
  box-sizing: border-box;
  height: 50px;
}

.content_wechsler .selectLightCd .selectIcon {
  background-image: url(../img/selectbox_pfeil.png);
  width: 30px;
  height: 15px;
  top: 18px;
  right: 10px;
}

.content_wechsler .selectLightCd .passiveSelect,
.selectLightCd .activeSelect,
.selectLightCd .passiveSelect,
.selectLightCd .activeSelect {
  color: rgb(29, 29, 29);
  font-size: 19px;
  font-weight: 500;
  top: 5px;
}
/* END Formular  */

.tooltip_wechsler {
  display: inline-block;
  max-width: 420px;
}
.tooltip_wechsler .ui-tooltip-content {
  font-family: freight-sans-pro, Verdana;
  font-size: 19px;
  line-height: 20px;

  z-index: 900;
  border: none;
  border-radius: 0px;
  background: #fff !important;
  padding: 15px;
  box-shadow: 0 0 20px 1px rgb(209, 218, 233);
}

.button.bottom.small {
  font-size: 23px;
  background-size: 100% 100%;
  width: 234px;
  height: 56px;
}

.tooltip_style {
  display: inline-block;
  max-width: 400px;
  z-index: 900;
  /*border:1px solid #dddddd;*/
  border: 1px solid transparent;
  border-radius: 0px;
  background: #f6f6f6;
  color: #2d003e;
  font-family: freight-sans-pro, Arial;
  font-variant: lining-nums;
  font-weight: 500;
  /*padding:15px 20px 15px 20px !important;*/
  line-height: 1.3em;
  font-size: 16px;
  box-sizing: border-box;
}

.tooltip_style .ui-tooltip-content {
  padding: 20px;
  border-radius: 10px;
}

body.wechsler a.button_blue {
  background-image: url(../img/btn_blue_notext.png);
  background-color: transparent;
  width: 303px;
  height: 66px;
  position: relative;
  box-sizing: border-box;
  font-family: freight-sans-pro, Arial;
  color: #fff !important;
  display: inline-block;
  padding: 17px 50px 0 0;
  font-size: 23px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.testsiegel_mc {
  margin: 0px 0px 10px 16px;
  vertical-align: middle;
}

.flex {
  display: flex;
}

.flex.between {
  justify-content: space-between;
}

.flex.wrap {
  flex-wrap: wrap;
}

@media only all and (max-width: 900px) {
  .outer_siegel.flex.between {
    justify-content: center;
  }
  .outer_siegel.flex.between h4 {
    margin-bottom: 15px;
  }
}

.wechsler_banner.software.ilohn {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.wechsler_banner.software.ilohn .flex {
  display: flex;
  justify-content: space-between;
}

.wechsler_banner.software.ilohn .half {
  width: 50%;
}

.wechsler_banner.software.ilohn .wechsler_hl {
  margin-left: 75px;
}

.wechsler_banner.software.ilohn .half.flex-col {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 65px;
}

.content_wechsler .wechsler_hl.smallest {
  font-size: 25px;
  text-align: left;
  margin-bottom: 20px;
}

.laptop_absatz {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
}

.wechsler_banner.software.ilohn .blue-bg {
  width: 30%;
  height: 403px;
  background-color: #191d43;
  position: absolute;
  left: 0px;
}

.wechsler_banner.software.ilohn .blue-bg:after {
  content: "";
  width: 470px;
  height: 403px;
  background-color: #191d43;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  position: absolute;
  top: 0px;
  right: -43%;
}

@media only all and (max-width: 925px) {
  .wechsler_banner.software.ilohn .flex {
    justify-content: center;
  }
  .wechsler_banner.software.ilohn .half:first-child {
    display: none;
  }
  .wechsler_banner.software.ilohn .half.flex-col {
    width: 100%;
  }
  .laptop_absatz {
    justify-content: center;
  }
  .wechsler_banner.software.ilohn .blue-bg {
    display: none;
  }
}

/* Begin ntv-Siegel */

.shadow_box_outer .relative {
  position: relative;
}

.shadow_box_outer .ntv-absolute {
  position: absolute;
  top: -25px;
  right: 28px;
}

.shadow_box_outer .ntv-absolute img {
  max-width: 68px;
  width: 100%;
}

/* End ntv-Siegel */
