* {
  font-family: "Myriad Pro", Arial, sans-serif;
}
h1 {
  font-size: 1.625em;
  font-weight: bold;
  line-height: 1.38462em;
  margin-bottom: 5px;
}
h2 {
  font-size: 1.375em;
  line-height: 1.18182em;
  margin-bottom: 25px;
  font-weight: bold;
}
a {
  color: #3c3c3c;
  font-size: 1.125em;
  line-height: 1.33333em;
  text-decoration: underline;
}
a:hover {
  color: #de692f;
}
div button[type="submit"] {
  background-color: #82b0bf;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  font-size: 1.125em;
  font-weight: bold;
  margin-left: 0;
  padding: 10px 15px;
}
div button[type="submit"].payments {
  margin: 12px 12px 12px 0px;
}
.btn-default:hover {
  background-color: #de692f;
  color: #FFFFFF;
}
.btn-default:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clearfix {
  clear: both;
}
.webform_msg_error.success {
  width: 100%;
  background-color: #82b0bf;
  color: #FFFFFF;
  padding: 3px;
  text-align: center;
}
form {
  position: relative;
}
form.payform1 > div {
  margin: 12px 0;
}
form.payform1 > div input {
  border: 1px solid #aeaeae;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.125em;
  padding: 10px 15px;
  height: auto;
}
form.payform1 > div select {
  border: 1px solid #aeaeae;
  border-radius: 5px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1.125em;
  height: auto;
  padding: 10px 15px;
}
form.payform1 > div > * {
  display: inline-block;
  width: auto;
}
form.payform1 > div > label {
  width: 25%;
  max-width: 140px;
  vertical-align: middle;
}
form.payform1 > div > select.form-control {
  margin-right: 50px;
}
form.payform1 > div > div.input-group {
  display: inline-block;
  margin: 0 0 0px 5px;
  max-width: 120px;
  vertical-align: middle;
}
form.payform1 > div > div.input-group > * {
  display: inline-block;
}
form.payform1 > div > div.input-group .input-group-addon {
  display: none;
}
form.payform1 > div > span.help-block {
  clear: both;
  color: #FFFFFF;
  display: block !important;
  margin-bottom: 10px;
  margin-top: 5px;
  background-color: #FF0000;
}
form.payform1 #payments_tax_number_1,
form.payform1 #payments_tax_number_2 {
  width: 70px;
  min-width: 70px;
}
form.payform1 #payments_tax_number_3 {
  width: 90px;
  min-width: 90px;
}
nav a {
  text-decoration: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #3c3c3c;
  background-color: #eaece7;
}
.row.content {
  background-color: #ffffff;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navtop {
  margin-bottom: 0;
  background-color: #3c3c3c;
}
.navbar.nav2 {
  background-color: #eaece7;
  border-bottom: 0 none;
}
.navbar.nav2 ul {
  width: 100%;
  height: 65px;
}
.navbar.nav2 ul li {
  width: 25%;
  height: 100%;
}
.navbar.nav2 ul li > a {
  text-align: center;
  font-size: 1.375em;
  line-height: 35px;
  height: 100%;
}
.navbar.nav2 ul li > a:hover {
  background-color: #de692f;
}
.navbar.nav2 ul li.active > a:hover {
  background-color: #de692f;
}
.navbar.nav2 ul li:first-child > a {
  background: #FFFFFF url(/images/home_icon.png) no-repeat scroll 35px -88px;
  text-indent: 30px;
}
.navbar.nav2 ul li:first-child > a:hover {
  background: #de692f url(/images/home_icon.png) no-repeat scroll 35px 12px;
  text-indent: 30px;
}
.navbar.nav2 a {
  color: #3c3c3c;
  border-left: 1px solid #d9d8d8;
  background-color: #FFFFFF;
}
.navbar.nav2 a:hover {
  color: #FFFFFF;
}
.navbar div #language {
  color: #3c3c3c;
  background-color: #ffffff;
  margin: 5px 9px 1px 9px;
  border-radius: 6px;
  border: 1px solid #aeaeae;
  padding: 9px 15px 7px 15px;
}
.navbar div .dropdown-menu {
  color: #fff;
  background-color: #3c3c3c;
  border-radius: 6px 6px 6px 6px;
  margin-left: -8px;
  padding: 16px;
  font-size: small;
  min-width: 0;
  border-width: 0;
  margin-top: 0;
}
.navbar div .dropdown-menu a.dropdown-item {
  margin: 3px 9px 3px 9px;
  float: left;
  padding: 0 0 0 0;
  width: 100%;
}
.navbar div button.btn-lg[data-toggle="dropdown"] {
  color: #3c3c3c;
  background-color: #ffffff;
  list-style: none;
  box-sizing: border-box;
  position: relative;
  vertical-align: middle;
  line-height: 20px;
  padding: 16px;
  font: inherit;
  font-size: 1em;
  overflow: visible;
  text-decoration: none;
  text-transform: none;
  -webkit-appearance: button;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border: none;
  user-focus: none;
  -moz-user-focus: ignore;
}
.navbar div button.btn-lg[data-toggle="dropdown"] :hover {
  text-decoration: underline;
  color: #de692f;
  border: none;
  cursor: pointer;
}
.navbar-inverse .navbar-nav > li > a {
  color: #3c3c3c;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #FFFFFF;
}
.navbar-inverse .navbar-nav > .active > a {
  background-color: #de692f;
  color: white;
}
nav.nav2 .navbar-collapse {
  padding: 0;
}
#header_wrapper {
  background-color: #3c3c3c;
}
#header_wrapper a {
  color: #FFFFFF;
  font-size: 1em;
}
#header_wrapper a:hover,
#header_wrapper a:focus {
  color: #de692f;
  text-decoration: underline;
  background: none;
}
#logo_container {
  background-color: transparent;
}
#logo_container > a {
  background-color: transparent;
  color: #3c3c3c;
  font-size: 2.25em;
  display: inline-block;
  font-weight: bold;
  line-height: 1.625em;
  margin-top: 50px;
  margin-bottom: 50px;
  text-decoration: none;
}
#logo_container > a > .important {
  background-color: #FF0000;
  color: #FFFFFF;
}
#logo_container > a > .slogan {
  display: block;
  font-size: 0.72727em;
  font-weight: normal;
  line-height: 0.72727em;
}
#myNavbar2 {
  background-color: #ffffff;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.navtop ul.nav.navbar-nav {
  float: left;
  max-width: 590px;
}
#searchform {
  margin: 5px 30px 0 20px;
  position: relative;
}
#searchform button {
  background: #82b0bf url("/images/icon_lupe.png") no-repeat scroll center 9px;
  border-radius: 5px;
  border: 0px none;
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
#searchform input {
  border: 1px solid #aeaeae;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1em;
  font-style: italic;
  min-width: 225px;
  padding: 9px 45px 7px 15px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 3px 8px;
  font-size: 1em;
  border-radius: 5px;
  border-color: #aeaeae;
  background-color: #82b0bf;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover {
  background-color: #de692f;
  color: #FFFFFF;
}
.btn-lg#btn_help_name,
.btn-group-lg > .btn#btn_help_name {
  position: absolute;
}
aside#col_right .infobox > h4 {
  background-color: #eaece7;
  color: #82b0bf;
  font-size: 1.375em;
  padding: 22px 40px;
  margin: 0;
}
aside#col_right .infobox.important {
  background-color: #eaece7;
  border: medium none;
}
aside#col_right .infobox.important > h4 {
  background: #82b0bf url(../images/info_icon.png) no-repeat scroll 40px 22px;
  color: #FFFFFF;
  padding-left: 85px;
  margin-top: 10px;
}
aside#col_right .infobox_content {
  padding: 0;
}
aside#col_right .infobox_content > img {
  max-width: 100%;
}
aside#col_right .infobox_content .infobox_inner_content {
  padding: 20px 40px;
}
aside#col_right .infobox:first-child {
  margin-top: 0px;
}
.infobox_inner_content ul {
  margin: 0 0 30px 20px;
  list-style: outside none none;
}
.infobox_inner_content ul li {
  font-size: 1.125em;
  line-height: 1.5em;
}
.infobox_inner_content ul li a {
  font-size: 1em;
}
.infobox_inner_content .linkliste {
  margin: 0 0 20px -40px;
}
.infobox_inner_content .linkliste li {
  font-size: 1em;
  margin: 3px 0;
}
.infobox_inner_content .linkliste li a {
  background: transparent url("../images/arrow_sprite.png") no-repeat scroll 3px 7px;
  display: inline-block;
  font-weight: bold;
  padding-left: 20px;
}
.absatz_content.important {
  padding: 20px 20px 20px 70px;
  background: url(../images/info_icon.png) no-repeat scroll -180px -180px #eaece7;
  color: #3c3c3c;
  font-size: 1.125em;
  line-height: 1.33333em;
}
.absatz_content > .bildbox {
  float: left;
  margin: 0 40px 20px 0;
  max-width: 290px;
}
.filesize {
  display: block;
  padding-left: 20px;
}
.footer_col {
  float: left;
  width: 33.3333%;
  margin-bottom: 20px;
}
footer {
  background-color: #eaece7;
  padding: 35px 0;
}
footer .footer_copyright {
  padding: 35px 0 0 0;
  clear: both;
  width: 100%;
}
footer .footer_copyright {
  border-top: 1px solid #d9d8d8;
}
footer .footer_copyright img {
  float: right;
}
footer td {
  padding-right: 5px;
}
footer p {
  margin: 0;
}
dl dt {
  display: block;
  float: left;
  font-size: 1.125em;
  font-weight: bold;
  background-color: #eaece7;
  border-right: 1px solid #ffffff;
  padding: 10px 15px 10px 10px;
  width: 180px;
}
dl dd {
  background-color: #eaece7;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  font-size: 1.125em;
  font-weight: normal;
  padding: 10px 15px 0 10px;
}
dl dd:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
table tbody tr th {
    font-size: 1.125em;
    font-weight: bold;
    background-color: #eaece7;
    border-right: 1px solid #ffffff;
    padding: 10px 15px 10px 10px;
    width: 180px;
}
table tbody tr td {
    background-color: #eaece7;
    font-size: 1.125em;
    font-weight: normal;
    padding: 10px 15px 0 10px;
}
table tbody tr td:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
dl dt.moni {
  width: 200px;
}
label.required:after {
  content: "*";
}
@media (max-width: 1430px) {
  .navbar.nav2 ul {
    height: 97.5px;
  }
  .navbar.nav2 ul li {
    height: 100%;
  }
}
@media (max-width: 1200px) {
  .navbar.nav2 ul li:first-child > a {
    background-image: none;
    text-indent: 0;
  }
  .navbar.nav2 ul li:first-child > a:hover {
    background-image: none;
    text-indent: 0;
  }
  form.payform1 > div > select.form-control {
    margin-right: 5px;
  }
  aside#col_right .infobox > h4 {
    padding: 22px 40px;
  }
  aside#col_right .infobox.important > h4 {
    background-image: none;
    padding-left: 30px;
    margin-top: 10px;
  }
  .infobox_inner_content .linkliste {
    margin-left: -66px;
  }
  div button[type="submit"].payments:nth-child(2) {
    position: initial;
    right: auto;
  }
}
@media (max-width: 970px) {
  .navbar.nav2 ul {
    height: auto;
  }
  .navbar.nav2 ul li {
    width: 50%;
    height: auto;
  }
  .navbar.nav2 a {
    border-bottom: 1px solid #d9d8d8;
  }
}
@media (max-width: 750px) {
  #myNavbar {
    float: left !important;
    width: 100%;
  }
  #myNavbar > ul {
    max-width: 100%;
    width: 100%;
  }
  #myNavbar > ul > li {
    text-align: left;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  #searchform button {
    width: 130px;
    right: auto;
  }
  #logo_container > a {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }
  #logo_container > a > .slogan {
    font-size: 0.72727em;
    line-height: 1em;
    text-align: center;
  }
  .navbar.nav2 .navbar-toggle > .icon-bar {
    background-color: #3c3c3c !important;
  }
  .navbar.nav2 .navbar-toggle:hover > .icon-bar,
  .navbar.nav2 .navbar-toggle:active > .icon-bar,
  .navbar.nav2 .navbar-toggle:focus > .icon-bar {
    background-color: #ffffff !important;
  }
  .navbar.nav2 ul li {
    width: 100%;
  }
  .navbar.nav2 ul li > a {
    border-left: none;
    border-bottom: 1px solid #d9d8d8;
  }
  .navbar.nav2 ul li:first-child > a {
    background-image: none;
    text-indent: 0;
    border-top: 1px solid #d9d8d8;
  }
  .navbar.nav2 ul li:first-child > a:hover {
    background-image: none;
    text-indent: 0;
  }
  .footer_col {
    float: none;
    clear: both;
    width: 100%;
  }
  footer .footer_copyright img {
    margin: 35px 0;
  }
  div button[type="submit"] {
    clear: both;
    float: none;
    margin-left: 0;
  }
  .payform1 > div input {
    width: 100%;
  }
  .payform1 > div > div.input-group {
    margin: 0 0 18px 5px;
  }
  .payform1 > div > label[for=payments_tax_number] {
    display: block;
  }
  .payform1 > div.years > label {
    display: block;
  }
}
@media (max-width: 1024px) {
  .col-sm-4.con-right,
  .col-4.con-right {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .col-sm-4.con-right,
  .col-4.con-right {
    width: 100%;
  }
  .col-sm-8,
  .col-8 {
    width: 100%;
  }
}
