* {
  margin: 0;
  padding: 0;
}
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0 none;
  font: inherit;
  vertical-align: baseline;
}
h1 a,
h2 a,
h3 a,
h4 a {
  text-decoration: none !important;
}
body,
html {
  width: 100%;
  height: 100%;
}
p {
  padding: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.hidden {
  display: none;
}
.hundert {
  width: 100%;
}
.clear {
  clear: both;
}
.inline-block {
  display: inline-block;
}
.display-table {
  display: table;
}
.relative {
  position: relative;
}
.pipe {
  margin: 0 10px;
}
table {
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
}
a {
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a:active,
a:focus,
input,
input:active,
input:focus,
input:hover {
  outline: none;
}
.pos-static {
  position: static !important;
}
.pos-relative {
  position: relative !important;
}
.divider hr {
  border: 0;
  background: none;
  border-top: solid 1px #ccc;
}
.divider {
  padding: 30px 0;
}
iframe {
  border: none;
}
body {
  overflow-x: hidden !important;
}
textarea {
  resize: vertical;
  min-height: 150px;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-fluid {
  max-width: 1500px;
}
#uid2 h2 a {
  color: #000000;
}
#uid2 h2 a:hover,
#uid2 h2 a:active,
#uid2 h2 a:focus {
  color: #000000;
}
table {
  margin: 50px 0;
}
table thead {
  font-weight: 600;
}
table thead tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
table thead tr th {
  padding: 10px;
}
table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
table tbody tr td {
  padding: 10px;
}
#content ul {
  margin-left: 15px;
}
#content a {
  text-decoration: underline;
}
#content a:hover,
#content a:active,
#content a:focus {
  text-decoration: none;
  color: #000000;
}
#content .csc-textpic-center-inner,
#content .csc-textpic-center-outer {
  float: none;
  right: 0;
}
#content .csc-textpic-center-inner figure,
#content .csc-textpic-center-outer figure {
  margin-bottom: 0;
}
#content .csc-textpic-center-inner figure img,
#content .csc-textpic-center-outer figure img {
  width: 100%;
  height: auto;
}
.tx-indexedsearch-browsebox {
  list-style: none;
  margin-left: 0 !important;
}
.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin-right: 10px;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a,
.tx-indexedsearch-browsebox li:first-child a,
.tx-indexedsearch-browsebox li:last-child a {
  text-decoration: none !important;
}
#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: url("../images/preloader.gif") no-repeat center center #ffffff;
}
#cookie-info-1 {
  text-align: center;
  border-top: 1px solid #CCC;
  background-color: #EEE;
  color: #333;
  font-size: 14px !important;
  box-sizing: border-box;
  line-height: 140%;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  position: fixed;
  max-height: 370px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  display: none;
}
#cookie-info-1.cookie-hide {
  max-height: 0;
  padding: 0;
  border: none;
}
#cookie-info-1 .cookie-relative {
  position: relative;
}
#cookie-info-1 a.button {
  line-height: 140%;
  background: #777;
  padding: 5px 7px;
  margin: 0;
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  margin-left: 20px;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  opacity: 0.8;
  height: auto;
  width: auto;
}
#cookie-info-1 a.button:hover {
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  opacity: 1;
}
#cookie-info-1 p {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
#cookie-info-1 .cookie-text-1 {
  padding: 10px 20px;
  -webkit-box-shadow: 0 10px 15px -15px #777777;
  -moz-box-shadow: 0 10px 15px -15px #777777;
  box-shadow: 0 10px 15px -15px #777777;
}
#cookie-info-1 .cookie-text-1 p {
  text-align: center;
}
#pageNotFound404 #img404 {
  margin: 150px 0;
}
#pageNotFound404 #img404 img {
  position: relative;
  left: -30px;
  width: 85%;
}
#pageNotFound404 #text404 {
  position: relative;
  float: right;
  top: -350px;
}
#pageNotFound404 #text404 h2 {
  margin-bottom: 30px !important;
}
#pageNotFound404 #text404 a.button {
  margin-top: 15px !important;
}
@media screen and (max-width: 991px) {
  #pageNotFound404 #img404 {
    margin: 100px 70px 150px 70px;
  }
  #pageNotFound404 #img404 img {
    width: 100%;
  }
  #pageNotFound404 #text404 {
    float: none;
    top: -100px;
    left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #pageNotFound404 #img404 {
    margin: 75px 25px;
  }
  #pageNotFound404 #img404 img {
    left: 0;
  }
  #pageNotFound404 #text404 {
    top: -50px;
    left: 42px;
  }
}
#uid4 .tx-powermail h3 {
  display: none;
}
#uid4 .tx-powermail legend {
  display: none;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap {
  width: 66.666%;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
@media screen and (max-width: 991px) {
  #uid4 .tx-powermail fieldset .powermail_fieldwrap {
    width: 100%;
  }
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap label {
  width: 30%;
  text-transform: uppercase;
  float: left;
  padding: 11.5px 0;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap label span.mandatory {
  position: absolute;
  right: -10px;
  top: 0;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap input,
#uid4 .tx-powermail fieldset .powermail_fieldwrap textarea {
  width: 70%;
  border: 1px solid;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap input {
  height: 40px;
  padding: 0 10px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap textarea {
  min-height: 200px;
  padding: 10px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_privacy {
  font-size: 12px;
  line-height: 15px;
  opacity: 0.5;
  margin: 25px 0 60px;
  display: block;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .powermail_submit {
  background-color: #000000;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  height: 55px;
  text-transform: uppercase;
  border: 1px solid #000000;
  transition: all 0.5s;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .powermail_submit:hover {
  color: #000000;
  background-color: #fff;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .required {
  text-align: right;
  display: block;
  width: 100%;
  position: relative;
  top: -5px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_privacytext {
  display: block;
  margin: 10px 0px;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap #powermail_field_pflichtfelder {
  width: 100%;
  font-size: 13px;
  padding-top: 5px;
  padding-right: 10px;
  text-align: right;
  display: block;
  text-transform: uppercase;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .parsley-errors-list.filled {
  margin: 0 !important;
  position: absolute;
  top: 43px;
  left: calc(30% + 5px);
  z-index: 100;
  background: #eeeeee none repeat scroll 0 0;
  list-style-type: none;
  padding: 10px;
  box-shadow: 0 0 3px 0 red;
}
#uid4 .tx-powermail fieldset .powermail_fieldwrap .parsley-errors-list.filled::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
  position: absolute;
  top: -10px;
  left: 10px;
}
/* verlaeufe */
body {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  color: #ffffff;
}
h1,
h2,
h3 {
  font-family: "acumin-pro-condensed", sans-serif;
}
h1 {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 30px;
  margin-top: 40px;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}
h2 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 550;
  margin-bottom: 20px;
}
a.content {
  color: #ffffff;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
  font-size: 22px;
}
a:hover {
  color: #ffffff;
  text-decoration: none;
}
a.button {
  display: inline-block;
  text-transform: uppercase;
  border-color: #ffffff;
  font-family: "acumin-pro-condensed";
  font-size: 22px;
  line-height: 45px;
  border: 1px solid #ffffff;
  padding: 0 15px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  margin-right: 60px;
  color: #ffffff;
  background-color: #000000;
}
a.button:hover {
  border-color: #d01216;
  background-color: #d01216;
}
a:active {
  text-decoration: none;
  font-size: 22px;
}
ul {
  list-style-type: square;
  margin-left: 0.6em;
  padding-left: 0.6em;
}
a {
  color: #000;
  text-decoration: underline;
}
#logo {
  margin-left: 10%;
  margin-top: 60px;
  left: 20px;
  position: absolute;
  z-index: 555;
  width: 150px;
}
#logo img {
  width: 100%;
  height: auto;
}
#erstesbild img {
  height: auto;
}
#zweitesbild {
  margin-top: -150px;
}
#zweitesbild img {
  height: auto;
}
#drittesbild {
  margin-top: -150px;
}
#drittesbild img {
  height: auto;
  margin-bottom: -10px;
}
#header .flexslider {
  border: none;
  background: none;
  box-shadow: none;
  margin: 0;
}
#header .flexslider h2 {
  position: relative;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  z-index: 1;
}
#header .flexslider h2:before {
  content: "";
  position: absolute;
  height: 100%;
  left: -20px;
  right: -20px;
  top: 0;
  transform: skewX(-20deg);
  z-index: -1;
  background-color: #d01216;
}
#content a {
  text-decoration: underline;
  color: #000;
}
#content a:hover {
  color: #000000;
}
.tx-ws-flexslider .caption-text {
  margin-left: 10%;
  margin-top: 30vh;
  background: none;
  position: absolute;
  width: 665px;
  top: 20px;
}
.tx-ws-flexslider .caption-body p {
  margin-bottom: 0px;
  height: 0;
}
#content {
  background-color: #000000;
  padding-top: 60px;
}
content:first-child {
  display: block;
}
.bigger {
  margin-left: -30px;
  margin-right: -30px;
}
#header {
  position: relative;
}
#einleitung {
  color: #ffffff;
  margin-left: 10%;
  font-family: "acumin-pro-condensed";
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-transform: uppercase;
}
#einleitung .title {
  font-size: 60px;
  font-weight: 800;
  line-height: 60px;
}
#einleitung .subtitle {
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
}
#line {
  position: relative;
  margin-top: -182px;
  background-size: 100% 182px;
  height: 182px;
  z-index: 55;
}
#line2 {
  position: relative;
  margin-top: -60px;
  background-size: 100% 182px;
  height: 182px;
}
#line3 {
  position: relative;
  margin-top: -175px;
  background-size: 100% 182px;
  height: 182px;
  display: none;
}
#line4 {
  position: relative;
  margin-top: 75px;
  background-size: 100% 182px;
  height: 182px;
}
/*
*
*    Reite
*/
.tab-v1 {
  clear: both;
}
.tab-v1 ul.nav-tabs {
  max-width: 1170px;
  margin: 0 auto !important;
  list-style: none;
  padding-left: 0 !important;
  display: block;
  width: 100%;
}
.tab-v1 .nav-tabs li {
  display: block;
  float: left;
  width: 33.3333%;
}
.tab-v1 .nav-tabs li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  border-right: 1px solid #000000;
  font-size: 20px;
  font-family: "acumin-pro-condensed";
  padding: 0;
  background-color: #d01216;
  color: white;
  text-align: center;
  cursor: pointer;
}
.tab-v1 .nav-tabs li:last-child a {
  border: none;
}
.tab-v1 .nav-tabs li.active a {
  background-color: #ffffff;
  color: black;
}
.tab-v1 .tab-content .tab-pane {
  margin: 120px 0;
  color: #000000;
  display: none;
}
.tab-v1 .tab-content .tab-pane.active {
  display: block;
}
.tab-content {
  clear: both;
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
  width: 100%;
}
.content-crosser {
  background-color: #d01216;
  color: #ffffff;
}
.content-crosser a {
  color: white;
}
/*
.mediaDesktopMax({

});
*/
/*
.mediaDesktopMedium({

});
*/
/*
.mediaDesktopSmall({

});
*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  body {
    background-color: #000000;
  }
  #line,
  #line3 {
    background-size: 100% 75px;
    bottom: -60px;
  }
  #line2,
  #line4 {
    background-size: 100% 75px;
    top: -60px;
  }
  #line4 {
    height: 105px;
  }
  .fb-page {
    margin-top: 45px;
  }
  #header .flexslider {
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
  }
  #header .flexslider h2 {
    position: relative;
    display: inline-block;
    line-height: 50px;
    height: 50px;
    z-index: 1;
  }
  #header .flexslider h2:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -20px;
    right: -20px;
    top: 0;
    transform: skewX(-20deg);
    z-index: -1;
    background-color: #d01216;
  }
  .tx-ws-flexslider .caption-body p {
    margin-bottom: 0px;
    height: 0;
  }
  #header .flexslider h2 {
    position: relative;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .tx-ws-flexslider .caption-text {
    margin-top: 50%;
    margin-left: 15px;
  }
  #content {
    margin-top: 60%;
  }
  #logo {
    margin-left: 0;
    margin-top: 80px;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  h2 {
    margin-top: -20px;
    font-size: 40px;
  }
  #header .flexslider h2 {
    position: relative;
    display: inline-block;
    line-height: 30px;
    height: 40px;
    z-index: 1;
  }
  #drittesbild img {
    margin-top: 25px;
    margin-bottom: -10px;
  }
  .powermail_fieldset .powermail_field.powermail_input {
    margin-left: 50px;
  }
}
