@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Slabo+27px);
* {
  margin: 0px;
  padding: 0px;
}
a {
  color: #000;
}
a:hover {
  color: #000;
}
ul {
  margin-left: 1.2em;
}
body {
  color: #000;
}
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #9c001c;
}
h2 {
  font-size: 1.5em;
  font-weight: bold;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-weight: bold;
}
h6 {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
}
.loginButton {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background: #6e6e6e;
  height: 50px;
  line-height: 25px;
  cursor: pointer;
}
.loginButton i {
  font-size: 1.2em;
}
#loginClosed,
#loginOpen {
  margin-left: -15px;
  margin-right: -15px;
}
#loginClosed .login-fehlermeldung,
#loginOpen .login-fehlermeldung,
#loginClosed .forgot_password,
#loginOpen .forgot_password {
  display: none;
}
#loginClose {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  margin-top: 10px;
}
#loginOpen {
  background: #FFF;
  padding: 10px;
  display: none;
  z-index: 600;
  position: relative;
}
#loginOpen .loginmeassage {
  display: none;
}
/*
 * Formular
 */
.loginform {
  color: #000;
  line-height: 22px;
  max-width: 250px;
}
.loginform a {
  display: block;
  color: #000;
  line-height: 25px;
}
.loginform a.red {
  color: #9c001c;
}
.loginform a i {
  float: right;
  margin-right: 10px;
  line-height: 25px;
}
.loginform input[type=text],
.loginform input[type=password] {
  width: 100%;
  border: 1px solid #000;
}
.loginform input[type=submit] {
  width: 100%;
  background-color: #9c001c;
  color: #FFF;
  border: 0px;
  line-height: 30px;
  margin-bottom: 10px;
}
.register {
  max-width: 600px;
  width: 100%;
}
.register .surveyErr {
  border: 1px solid #F00;
}
.register label,
.register .dlabel {
  font-weight: normal;
  display: block;
  clear: right;
  vertical-align: top;
  max-width: 100%;
  margin-bottom: 5px;
}
.register label span,
.register .dlabel span {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.register input[type="checkbox"] {
  margin-right: 10px;
}
.register input[type="text"],
.register select {
  height: 24px;
}
.register input[type="text"],
.register select,
.register textarea {
  /*width:460px;*/
  width: 75%;
}
.register #message {
  height: 90px;
}
.register .register_plus_donate div,
.register .register_infomaterial div {
  max-width: 400px;
  /*width: 65%;*/
  display: inline-block;
}
.register .register_donate div.row {
  display: inline-block;
  /*width:400px;*/
  width: 65%;
}
.register .register_zip {
  display: block;
  position: relative;
  height: 0px;
}
.register .register_zip #zip {
  /*width:90px;*/
  width: 8%;
  position: absolute;
  bottom: -24px;
  /*left:140px;*/
  left: 25%;
}
.register .register_city {
  padding-bottom: 5px;
}
.register .register_city #city {
  /*width:360px;*/
  width: 65%;
  float: right;
}
.register .register_street #streetnr {
  /*width:40px;*/
  width: 8%;
  float: right;
}
.register .register_street #street {
  /*width:calc(460px - 50px);*/
  width: 65%;
}
/*
 * Tiere
 */
.register.zuhause table td {
  padding: 5px;
}
.register.zuhause fieldset legend {
  margin-bottom: 10px;
  padding-top: 20px;
}
.register.zuhause #name {
  width: 100%;
  font-size: 20px;
  line-height: 24px;
}
.register.zuhause #descrs {
  width: 100%;
  height: 140px;
  resize: none;
}
.register.zuhause #immunization,
.register.zuhause #characteristics {
  width: 100%;
  height: 60px;
  resize: none;
}
.register.zuhause label {
  display: inline-block;
}
.register.zuhause #zip {
  /*width:80px;*/
  width: 8%;
}
.register.zuhause #city {
  /*width:370px;*/
  width: 65%;
}
.register.zuhause .address input[value='surname'],
.register.zuhause .address input[value='forename'],
.register.zuhause .address input[value='email'] {
  display: none;
}
.fileinput-button {
  margin-right: 10px !important;
}
@media (max-width: 768px) {
  .register {
    /*width:600px;*/
    width: 80%;
  }
  .register .surveyErr {
    border: 1px solid #F00;
  }
  .register label {
    font-weight: normal;
    display: block;
    clear: right;
    vertical-align: top;
  }
  .register label span {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
  .register input[type="checkbox"] {
    margin-right: 10px;
  }
  .register input[type="text"],
  .register select {
    height: 24px;
  }
  .register input[type="text"],
  .register select,
  .register textarea {
    /*width:460px;*/
    width: 100%;
  }
  .register #message {
    height: 90px;
  }
  .register .register_plus_donate div,
  .register .register_infomaterial div {
    /*width:400px;*/
    width: 80%;
    display: inline-block;
  }
  .register .register_donate div.row {
    display: inline-block;
    /*width:400px;*/
    width: 100%;
  }
  .register .register_zip {
    display: block;
    position: relative;
    height: 0px;
  }
  .register .register_zip #zip {
    /*width:90px;*/
    width: 20%;
    position: absolute;
    bottom: -43px;
    /*left:140px;*/
    left: 0%;
  }
  .register .register_city {
    padding-bottom: 5px;
  }
  .register .register_city #city {
    /*width:360px;*/
    width: 75%;
    float: right;
  }
  .register .register_street #streetnr {
    /*width:40px;*/
    width: 20%;
    float: right;
  }
  .register .register_street #street {
    /*width:calc(460px - 50px);*/
    width: 75%;
  }
  /*
     * Tiere
     */
  .register.zuhause table td {
    padding: 5px;
  }
  .register.zuhause fieldset legend {
    margin-bottom: 10px;
    padding-top: 20px;
  }
  .register.zuhause #name {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }
  .register.zuhause #descrs {
    width: 100%;
    height: 140px;
    resize: none;
  }
  .register.zuhause #immunization,
  .register.zuhause #characteristics {
    width: 100%;
    height: 60px;
    resize: none;
  }
  .register.zuhause label {
    display: inline-block;
  }
  .register.zuhause #zip {
    /*width:80px;*/
    width: 20%;
  }
  .register.zuhause #city {
    /*width:370px;*/
    width: 75%;
    float: right;
  }
  .register.zuhause .address input[value='surname'],
  .register.zuhause .address input[value='forename'],
  .register.zuhause .address input[value='email'] {
    display: none;
  }
}
.animalBox {
  margin-top: 20px;
}
.animalBox a {
  color: #000;
}
.animalBox .clssel {
  height: 20px;
}
.animalBox .pagesel {
  float: right;
  list-style: none;
}
.animalBox .pagesel li {
  display: inline-block;
  padding: 0px 3px;
}
.animalBox .pagesel .aktiv {
  cursor: pointer;
  color: #9c001c;
}
.animalBox .animals {
  list-style: none;
  margin-top: 20px;
}
.animalBox .animals li {
  list-style: none;
  display: inline-block;
  min-height: 270px;
  padding-bottom: 20px;
}
.animalBox .animals li div {
  width: 100%;
  height: 190px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dddddd;
}
.animalBox .animals h4 {
  margin: 5px 0px;
  font-weight: bold;
}
.animalBox .animals.species li {
  height: 230px;
}
.animalBox .animals.species li img {
  width: auto;
  height: auto;
}
.animalDetails .details {
  background: #e6e6e7;
  width: 100%;
}
.animalDetails .details td {
  vertical-align: top;
}
.animalDetails .details .text {
  padding-top: 10px;
  padding-left: 20px;
  width: 100%;
}
.animalDetails .details img {
  height: 200px !important;
  width: 200px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #e6e6e7;
}
.animalDetails .details .text td,
.animalDetails .details .text th {
  padding: 5px;
}
.animalDetails .images img {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e6e6e7;
}
#SelectL1 {
  min-width: 800px;
  max-width: 1024px;
}
#SelectL1 .box {
  display: block;
  background-color: #e6e6e7;
  color: #9c001c;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  -moz-transition: line-height 1s ease;
  -webkit-transition: line-height 1s ease;
  -o-transition: line-height 1s ease;
  transition: line-height 1s ease;
}
#SelectL1 .box i {
  margin-left: 10px;
}
#SelectL1 .box.bigBox {
  line-height: 80px;
}
#SelectL2 {
  max-width: 1024px;
}
#SelectL2 ul {
  margin: 0px;
}
#SelectL2 ul li {
  cursor: pointer;
  height: 150px;
  min-height: 150px;
}
#SelectL2 ul li img {
  height: 120px;
}
.teaserBox {
  margin-bottom: 20px;
  color: #000;
  display: block;
  /*margin-right:0px;*/
}
.teaserBox:hover {
  color: #000;
  text-decoration: none;
}
.teaserBox img {
  height: auto !important;
  width: auto !important;
  max-width: 100%;
  max-height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .teaserBox img {
    padding-bottom: 0px;
  }
}
#c25 .teaserBox img {
  height: auto !important;
  width: 100% !important;
  max-height: 220px;
}
.teaserBox .text {
  min-height: 220px;
  border-bottom: 1px solid #9c001c;
  /*padding-left:0px;*/
  padding-bottom: 30px;
  position: relative;
}
.teaserBox2 .text {
  height: auto;
  padding-bottom: 20px;
}
.teaserBox .text h4 {
  font-weight: bold;
  margin: 0px;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.teaserBox .text h2 {
  margin: 0px;
  color: #9c001c;
  padding-bottom: 10px;
  font-size: 1.8em;
}
.teaserBox h2 i {
  background: url('../images/arrow_small.png') no-repeat;
  color: transparent;
  width: 13px;
  position: absolute;
  right: 0px;
  display: none;
}
.teaserBox .detaillink {
  color: #9c001c;
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 2px;
}
.teaserBox .detaillink i {
  display: inline-block;
  background: url('../images/arrow_small.png') no-repeat;
  color: transparent;
  width: 13px;
  padding: 0px 3px;
}
/*
 * Teaser Small
 */
.rows4 .teaserBox {
  border-bottom: 1px solid #9c001c;
  min-height: 240px;
  margin: 0px;
  margin-bottom: 20px;
}
.rows4 .teaserBox .col-sm-5,
.rows4 .teaserBox .col-sm-7 {
  width: 100%;
  float: none;
  padding: 0px;
}
.rows4 .teaserBox .text {
  min-height: 50px;
  border-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.rows4 .teaserBox h4,
.rows4 .teaserBox .detaillink {
  display: none;
}
.rows4 .teaserBox h2 {
  color: #6e6e6e;
  font-size: 1.1em;
  line-height: 1.2em;
}
.rows4 .teaserBox h2 i {
  display: inline-block;
}
.rows4 .teaserBox .ctext {
  font-size: 0.8em;
  line-height: 15px;
  display: block;
}
/*
 * Teaser Small
 */
.rows2 .teaserBox {
  min-height: 180px;
  margin: 0px;
}
.rows2 .teaserBox .col-sm-5,
.rows2 .teaserBox .col-sm-7 {
  width: 100%;
  float: none;
  padding: 0px;
}
.rows2 .teaserBox .text {
  min-height: 10.5em;
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 0px;
}
.rows2 .teaserBox h4 {
  display: none;
}
.rows2 .teaserBox h2 {
  color: #9c001c;
  font-size: 1.1em;
  line-height: 1.2em;
}
.rows2 .teaserBox .ctext {
  font-size: 0.8em;
  line-height: 15px;
  display: block;
}
/*
 * Ausgabe Detail ansicht
 */
.type20 {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.type20 img {
  /*height:100% !important;*/
  width: 100% !important;
  max-height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #dddddd;
  -webkit-print-color-adjust: exact;
}
.type20 {
  text-align: center;
  font-style: italic;
}
.PageMenu {
  border-top: 1px solid #9c001c;
}
.PageMenu a {
  margin-right: 5px;
}
.PageMenu a:hover,
.PageMenu a.act {
  color: #9c001c;
}
.teaserBIG {
  height: 434px;
  width: 960px;
  margin: 0px auto;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.typeBox {
  margin-bottom: 20px;
}
.typeBox.type10 {
  margin-bottom: 10px;
}
.patenBox {
  background-color: #9c001c;
  color: #FFF;
  padding: 10px 20px;
  width: 470px;
}
.patenBox a {
  color: #FFF;
}
.patenBox .text a {
  display: block;
  float: right;
  margin-left: 20px;
  color: transparent;
  width: 232px;
  height: 103px;
  background: url('../images/typeBox/paten.png') no-repeat;
}
.patenBox .textInfo {
  clear: both;
  display: block;
  padding-top: 10px;
}
.historyBack,
.rss {
  background: #9c001c;
  color: #FFF;
  display: inline-block;
  padding: 5px 10px;
}
.rss i {
  margin-right: 5px;
}
.historyBack {
  float: right;
}
.historyBack:hover,
.rss:hover {
  color: #FFF;
}
.type30 {
  text-align: center;
}
.type500 {
  border-top: 1px solid #9c001c;
  border-bottom: 1px solid #9c001c;
}
.type500 h4 {
  padding-top: 10px;
  text-transform: uppercase;
  color: #9c001c;
  font-weight: bold;
}
.type500 .more {
  display: block;
  border-top: 1px solid #9c001c;
  padding-top: 5px;
  color: #9c001c;
  padding-right: 15px;
  text-align: right;
  background: url('../images/arrow_small.png') no-repeat right center;
  font-size: 0.9em;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.08.2015, 11:55:22
    Author     : Andreas
*/
.slideshow {
  position: relative;
  overflow: auto;
}
.slideshow ul {
  margin: 0px;
}
.slideshow li {
  list-style: none;
}
.slideshow ul li {
  float: left;
}
.slideshow .unslider-nav {
  position: absolute;
  left: 150px;
  top: 20px;
}
.slideshow .unslider-nav li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
}
.slideshow .unslider-nav li.unslider-active {
  background: #9c001c;
  border: 2px solid #9c001c;
}
.sliderType_0,
.sliderType_1 {
  background-size: cover;
  background-position: center center;
}
.sliderType_0 .container,
.sliderType_1 .container {
  height: 530px;
  position: relative;
  /*padding:0px;*/
}
.sliderType_0 .headline {
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: calc(100% - 30px);
  max-width: 692px;
}
.sliderType_0 .headline .header {
  padding: 10px;
  padding-bottom: 0px;
  font-size: 30px;
  font-family: 'Slabo 27px';
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
.sliderType_0 .headline .short {
  padding: 10px;
  font-size: 16px;
  min-height: 40px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url('../images/arrow_slider0.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
/*
    Reiserisch
 */
.sliderType_1 .headline {
  position: absolute;
  left: -20px;
  bottom: 10px;
  width: 560px;
  text-align: center;
  font-size: 59px;
  font-weight: bold;
}
.sliderType_1 .headline span {
  padding: 1px 0px;
  box-decoration-break: clone;
  font-family: 'Anton';
}
.sliderType_1 .header {
  position: absolute;
  top: -40px;
  left: 2%;
  right: 2%;
  font-size: 20px;
  padding: 5px 10px;
  box-shadow: 3px 3px 10px #000;
  white-space: nowrap;
  overflow: visible;
}
.sliderType_1 .short {
  position: absolute;
  bottom: 15px;
  right: 70px;
  width: 320px;
  padding: 10px;
  padding-right: 20px;
  box-shadow: 3px 3px 10px #000;
  background-image: url('../images/arrow_slider1.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}
.powermail_form h3 {
  display: none;
}
.tx-powermail {
  /*width:550px !important;*/
  width: 60%;
}
.powermail_fieldset {
  background: none !important;
  border: 0px !important;
  box-shadow: none !important;
  padding: 0px !important;
}
.powermail_fieldset legend {
  display: none;
}
.powermail_fieldset legend.powermail_label {
  display: inline-block;
  font-weight: normal !important;
  font-size: 1em !important;
  color: #000 !important;
  border: 0px;
  float: left;
}
.powermail_fieldset .powermail_radio_outer {
  display: inline-block;
  /*width:390px;*/
  width: 70%;
  margin-left: 10px;
}
.parsley-errors-list {
  display: none;
}
.powermail_fieldset label {
  font-weight: normal !important;
  font-size: 1em !important;
  color: #000 !important;
}
.powermail_field {
  /*width: 390px !important;*/
  width: 70%;
}
.powermail_fieldwrap_textarea label,
.powermail_fieldwrap_captcha label {
  vertical-align: top;
}
.powermail_field:focus,
.powermail_textarea:focus {
  background: #FFF !important;
  border: 1px solid #ccc !important;
  outline: 0 !important;
  outline: none !important;
}
.powermail_label {
  /*width: 100px !important;*/
  width: 20%;
}
.powermail_submit {
  background: #9c001c !important;
  border: 0px;
  /*width: 400px !important;*/
  width: 69%;
  /*margin-left:100px;*/
  margin-left: 21%;
  color: #FFF;
}
.powermail_submit:focus {
  background: #9c001c !important;
  border: 0px !important;
}
.powermail_fieldset_6 .powermail_label {
  /*width: 150px !important;*/
  width: 20%;
}
.powermail_fieldset_6 .powermail_captcha_outer {
  /*width:390px;*/
  width: 70%;
  display: inline-block;
}
.powermail_fieldset_6 .powermail_submit {
  /*margin-left:150px;*/
  margin-left: 20%;
  margin-top: 10px;
}
.powermail_check_outer {
  border: 0px !important;
  /*margin-left:100px !important;*/
  margin-left: 20%;
}
.mandatory {
  color: red;
}
#powermail_fieldwrap_12 .mandatory {
  display: none;
}
.error {
  background: #BFD17D !important;
  border-color: #BFD17D !important;
}
.error em {
  border-color: #BFD17D transparent transparent !important;
}
.fileupload table {
  min-width: 700px;
  margin-top: 10px;
}
.fileupload .preview img {
  max-width: 80px;
}
@media (max-width: 992px) {
  .tx-powermail {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .powermail_label {
    width: 100%;
  }
  .powermail_field {
    width: 100%;
  }
  .powermail_fieldset_6 .powermail_captcha_outer {
    width: 100%;
  }
  .powermail_submit {
    margin-left: 0px !important;
  }
}
/*
 * Menu
 */
.menu {
  padding-top: 20px;
}
.page-nav {
  margin: 0px -10px;
  border: 0px;
  border-radius: 0px;
  background: transparent;
}
.page-nav .dropdown:hover,
.page-nav .dropdown-submenu:hover {
  /* Hover auf Menüpunkt 1. Ebene */
}
@media only screen and (min-width: 993px) {
  .page-nav .dropdown:hover,
  .page-nav .dropdown-submenu:hover {
    /* Hover auf Bootstrap-Menu*/
  }
  .page-nav .dropdown:hover > .dropdown-menu,
  .page-nav .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}
.page-nav .dropdown:hover > a,
.page-nav .dropdown-submenu:hover > a {
  /*text-shadow: 1px 0px 0px #9C001C;*/
}
.page-nav .navbar-nav li,
.page-nav .navbar-nav ul {
  list-style: none;
}
.page-nav .navbar-nav li {
  margin: 0px;
  padding: 0px 10px;
}
.page-nav .navbar-nav li a {
  padding: 0px;
  line-height: 24px;
  text-decoration: none;
  background: transparent !important;
  color: #9C001C;
}
.page-nav .navbar-nav li a:hover,
.page-nav .navbar-nav li.active > a {
  text-shadow: 1px 0px 0px #9C001C;
  color: #9C001C;
}
.page-nav .navbar-nav > li {
  padding: 0px 10px;
  border-right: 2px solid #9C001C;
}
.page-nav .navbar-nav > li:last-child {
  margin-right: 0px;
  border-right: 0px;
}
.page-nav .navbar-nav > li > ul.dropdown-menu {
  padding-top: 10px;
  background: url('../images/trans_w2.png');
  border-radius: 0px;
}
.page-nav .navbar-nav > li > ul.dropdown-menu > li {
  position: relative;
}
.page-nav .navbar-nav > li > ul.dropdown-menu > li .dropdown-menu {
  left: 100%;
  top: 0;
  background: url('../images/trans_w2.png');
  border-radius: 0px;
}
.page-nav .navbar-nav .dropdown-menu {
  border: 0px;
  box-shadow: none;
  margin: 0px 0px;
  padding: 0px 0px;
}
.page-nav .preview {
  display: none;
}
@media only screen and (min-width: 993px) {
  .page-nav {
    min-height: 24px;
  }
  .page-nav .container {
    position: relative;
  }
  .page-nav .nav {
    z-index: 11;
  }
}
/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}
/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
.hamburger {
  display: none;
}
#sidebar-wrapper {
  background: url('../images/trans_w2.png');
  position: fixed;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}
.header .infobox {
  display: none;
}
/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
@media only screen and (max-width: 992px) {
  .header {
    border-bottom: 1px solid #9C001C;
    height: 136px;
  }
  .header .container #AUSWAHL-HB-GB,
  .header .container .tx-srlanguagemenu,
  .header .container .kontakt,
  .header .container .search {
    display: none;
  }
  .header .infobox {
    display: block;
    margin-top: 80px;
    text-align: right !important;
    border-top: 1px solid #9C001C;
  }
  .header .infobox .text {
    display: none;
  }
  .header .infobox .tx-srlanguagemenu {
    margin-left: 10px;
    float: left;
    margin-top: 0px;
  }
  .header .infobox .tx-srlanguagemenu ul li a {
    border-style: none !important;
    border: 0px !important;
  }
  .header .infobox .search {
    position: initial;
    margin: 0px 10px;
  }
  .header .infobox .kontakt {
    margin: 0px 10px;
  }
  .menuheader {
    padding-top: 136px;
  }
  .page-footer .social {
    text-align: center;
  }
  .page-footer #logo {
    display: none;
  }
  .csc-textpic-image img {
    width: 100%;
    height: auto;
  }
  .page-nav {
    position: fixed;
    background: url('../images/trans_w2.png');
    left: 0px;
    top: 0px;
    height: 100%;
    width: 220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    z-index: 1000;
    margin: 0px;
    margin-left: -220px;
    padding-top: 80px;
  }
  .page-nav.toggled {
    margin-left: 0px;
  }
  .sidebar-nav {
    width: 220px;
    margin: 0px;
  }
  .sidebar-nav li {
    /*position: relative; 
            line-height: 20px;
            display: inline-block;
            width: 100%;*/
    float: none;
    border-right: 0px !important;
  }
  .sidebar-nav li > ul.dropdown-menu {
    padding: 0px !important;
    background: url('../images/trans_w2.png');
  }
  .sidebar-nav li > ul.dropdown-menu > li .dropdown-menu {
    background: url('../images/trans_w2.png');
  }
  .sidebar-nav li > ul.dropdown-menu > li > a {
    padding-left: 10px  !important;
    white-space: initial;
  }
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
  }
  .sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
  }
  .sidebar-nav li a:hover,
  .sidebar-nav li a:active,
  .sidebar-nav li a:focus,
  .sidebar-nav li.open a:hover,
  .sidebar-nav li.open a:active,
  .sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
  }
  .sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
  }
  .sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
  }
  /*-------------------------------*/
  /*       Hamburger-Cross         */
  /*-------------------------------*/
  .hamburger {
    /*position: fixed;*/
    position: absolute;
    top: 20px;
    left: 15px;
    width: 50px;
    line-height: 1em;
    background: transparent;
    display: block;
    z-index: 1001;
    padding: 8px;
  }
  .hamburger button {
    position: relative;
    background: transparent;
    border: none;
    width: 100%;
    height: 26px;
    display: block;
  }
  .hamburger button:hover,
  .hamburger button:focus,
  .hamburger button:active {
    outline: none;
  }
  .hamburger button .hamb-top,
  .hamburger button .hamb-middle,
  .hamburger button .hamb-bottom {
    height: 4px;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #9C001C;
    color: #9C001C;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .hamburger button.is-closed .hamb-top,
  .hamburger button.is-closed .hamb-middle,
  .hamburger button.is-closed .hamb-bottom {
    transition: all 0.35s ease-in-out;
    background-color: #9C001C;
  }
  .hamburger button.is-closed .hamb-top {
    top: 3px;
  }
  .hamburger button.is-closed .hamb-middle {
    margin-top: -2px;
    top: 50%;
  }
  .hamburger button.is-closed .hamb-bottom {
    bottom: 3px;
  }
  .hamburger button.is-closed:hover .hamb-top {
    top: 0;
  }
  .hamburger button.is-closed:hover .hamb-bottom {
    bottom: 0;
  }
  .hamburger button.is-open .hamb-top,
  .hamburger button.is-open .hamb-bottom {
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    margin-top: -2px;
    top: 50%;
    transform: rotate(45deg);
  }
  .hamburger button.is-open .hamb-bottom {
    transform: rotate(-45deg);
  }
  .hamburger button.is-open .hamb-middle {
    display: none;
  }
}
.head {
  display: block;
}
.head .logo {
  margin-top: 10px;
  /*margin-left:-15px;
        width:308px;*/
  height: 76px;
  background: url('../images/logo.jpg') no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
}
.head .logo.lang1{
  background: url('../images/logoen.png') no-repeat;
}
@media only screen and (max-width: 992px) {
  .head .logo {
    background-position: right;
    height: 55px;
    background-size: contain;
  }
}
.head .topmenu {
  /*padding-left:0px;*/
}
.head .topmenu .fontsize {
  display: inline-block;
  color: transparent;
  height: 28px;
  margin-right: 15px;
  margin-top: 22px;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.head .topmenu .fontsize.norm {
  width: 18px;
  background-image: url('../images/header/norm.png');
}
.head .topmenu .fontsize.big {
  width: 22px;
  background-image: url('../images/header/big.png');
}
.head .topmenu .fontsize.bigger {
  width: 28px;
  background-image: url('../images/header/bigger.png');
}
.head .topmenu .tx-srlanguagemenu {
  float: right;
  margin-top: 20px;
}
.head .topmenu .tx-srlanguagemenu div {
  float: left;
  margin-left: 20px;
}
.head .loginbox {
  background: #6e6e6e;
  height: 50px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .head .loginbox {
    margin-top: 0px;
  }
}
.head .breadcrumbmenu {
  font-size: 0.8em;
  padding-top: 12px;
  padding-bottom: 12px;
}
.head .breadcrumbmenu a {
  color: #000;
}
.head .tx-srlanguagemenu-flag-unlinked {
  display: none;
}
/*
 * Sidebar
 */
.sidebar {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
  z-index: 100;
}
.sidebar .sidebarFlow {
  display: none;
  width: 160px;
  padding-top: 150px;
  position: absolute;
  right: 5px;
  background: url('../images/GA_HELFEN_SIE_JETZT.gif') no-repeat top center;
}
.sidebar .sidebarFlow.lang1 {
  background: url('../images/GA_HELFEN_SIE_JETZT_ENG.gif') no-repeat top center;
}
@media (min-width: 768px) {
  .sidebar .sidebarFlow {
    display: block;
  }
}
@media (min-width: 1300px) {
  .sidebar .sidebarFlow {
    position: fixed;
    /*top: 200px;*/
	/*Change RF 2017-06-26*/
	top:64px;
	top:-10px;
	/* -------- */
    right: auto;
    margin-left: 1105px;
  }
}
.sidebar .sidebarFlow .box {
  display: block;
  background-color: #6e6e6e;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 5px;
  line-height: 25px;
  font-size: 1.2em;
}
.sidebar .sidebarFlow .box .red {
  background-color: #9c001c;
}
.sidebar .sidebarFlow .box i {
  float: right;
  line-height: 25px;
}
.slideshow {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
}
.slideshow img {
  max-width: 100%;
}
.body {
  /*padding:20px 0px;*/
  padding-top: 20px;
  padding-bottom: 20px;
}
/*
 * Footer
 */
.footer {
  margin-bottom: 20px;
  /*padding:0px 5px;*/
  padding-bottom: 20px;
}
.footer a {
  color: #9c001c;
}
.footer .col-xs-3 {
  padding: 0px 10px;
}
.footer .footerboxes .col-xs-12 {
  padding-bottom: 10px;
}
.footer .footerboxes a {
  font-weight: bold;
}
.footer .footerboxes .box {
  background: url('../images/footer/arrow_red.png') no-repeat 90% center;
  background-color: #e6e6e7;
  display: block;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px;
}
.footer .footerboxes .boxKontakt {
  background: url('../images/footer/arrow_white.png') no-repeat 90% center;
  background-color: #9c001c;
  color: #FFF;
}
.footer .footerboxes .boxExtern {
  background-image: none;
}
.footer .footerboxes .fac,
.footer .footerboxes .you,
.footer .footerboxes .twi {
  width: 29px;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.footer .footerboxes .fac {
  background-image: url('../images/footer/facebook.png');
}
.footer .footerboxes .you {
  background-image: url('../images/footer/youtube.png');
}
.footer .footerboxes .twi {
  background-image: url('../images/footer/twitter.png');
}
.footer .footermenu {
  padding-top: 10px;
  font-size: 0.9em;
  text-align: right;
  color: #6e6e6e;
  padding-right: 5px;
}
.footer .footermenu a {
  padding: 0px 5px;
  color: #6e6e6e;
}
/*
 * Overlay
 */
.mfp-auto-cursor .mfp-content {
  width: auto !important;
  border: 2px solid #9c001c;
  background: #FFF;
  padding: 10px;
}
/*
 * contentBox
 */
.contentBox {
  padding: 10px;
  color: #FFF;
  margin-bottom: 20px;
}
.contentBox.red {
  background: #9c001c;
}
.contentBox.gray {
  background: #6e6e6e;
}
.contentBox.lightgray {
  background: #e6e6e6;
}
.contentBox.red a,
.contentBox.gray a,
.contentBox.red a:hover,
.contentBox.gray a:hover {
  color: #FFF;
}
.contentBox p {
  margin: 0px;
}
.contentBox .csc-frame-frame1 img {
  float: right;
}
.quotationBox {
  padding: 20px;
  padding-left: 200px;
  margin-bottom: 1.5em;
  color: #6e6e6e;
  border-top: 1px solid #9c001c;
  border-bottom: 1px solid #9c001c;
  min-height: 115px;
  background: url('../images/quotation.png') no-repeat left center;
}
.hider {
  display: none;
}
.printshariff {
  /*padding: 0px 10px;*/
}
#searchform {
  border: 1px solid #c1c1c1;
  /*margin-right:-15px;*/
}
#searchform .gsc-input {
  width: 90%;
  padding: 0px;
  border: none;
  margin: 0px;
  height: auto;
  outline: none;
  display: inline-block;
  font-size: 12px;
}
#searchform .searcher {
  background: url('../images/search_icon.jpg') no-repeat center center;
  background-color: #FFF;
  border: 0px;
  height: 100%;
  width: 10%;
  float: right;
}
.gsc-selected-option-container.gsc-inline-block {
  width: auto !important;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .sidebar {
    display: none;
  }
}
.tpl2images .images img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}
.tpl2images td {
  vertical-align: top;
}
.tpl2images td:first-child {
  padding-right: 10px;
}
.tpl2images td:last-child {
  padding-left: 10px;
}
.tpl2images .imageDescrs td {
  text-align: center;
}
#c194 .csc-textpic-imagewrap {
  float: none;
}
#c194 .csc-textpic-imagewrap figure {
  display: block;
}
#c194 img {
  width: 100% !important;
  height: auto !important;
}
#c471 {
  max-width: 500px;
}
#c471 button {
  border-radius: 0px !important;
  background: #9C001C !important;
}

input.parsley-error,
input.parsley-error:focus{
  border: 1px solid #9c001c !important;
}

.g-recaptcha{
  padding-bottom: 20px;
  padding-left: 21%;
}