@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
/*========================================================
                      Main Styles
=========================================================*/

body {
  color: #e30613;
  font: 400 14px/20px "Roboto Condensed", sans-serif;
  -webkit-text-size-adjust: none;
}
#cookie a:hover {text-decoration:underline;}

#cookie div {padding:10px; padding-right:40px;}

#cookie { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: rgba(255,255,255,0.9); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   padding:10px;
   z-index:10000; 
   width:100%; 
   font-size:12px!important;
   line-height:16px;}

#cookieCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }
 

#cookieCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

#cookieAkzeptieren {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }
 

#cookieAzeptieren:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}
img {
  max-width: 100%;
  height: auto;
}
.mittig {text-align:center!important;}
h2, h3, h4, h6 {
  font-weight: 700;
}
.grey {color:#706f6f!important;}

h1 {
  font-size: 45px;
  line-height: 75px;
  font-weight: 700;
}

h2 {
  font-size: 16px;
   line-height: 28px;
 }
.white {color:#fff!important;}
h3 {
  font-size: 35px;
  line-height: 48px;
  padding-top:50px;
}
h3 span {
  font-size: 31px;
}
@media (max-width: 879px) {
  h3 {
    font-size: 39px;
    line-height: 39px;
  }
  h3 span {
    font-size: 26px;
  }
  h1 {font-size:30px; line-height:40px;}
}

h4 {
  font-size: 18px;
  line-height: 30px;
}


h5 {
  font-size: 16px;
  line-height: 28px;
}

h6 {
  font-size: 14px;
  line-height: 20px;
}
h6 a:hover {
  color: #e94543;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + h5 {
  margin-top: 24px;
}

* + h6 {
  margin-top: 25px;
}

* + p {
  margin-top: 23px;
}

* + img {
  margin-top: 29px;
}

* + .row {
  margin-top: 29px;
}

* + .contact-info {
  margin-top: 47px;
}

* + .btn__sm {
  margin-top: 19px;
}

* + .copyright {
  margin-top: 95px;
}

* + .time-list, * + .contact-list, * + .terms-list {
  margin-top: 25px;
}

* + .box {
  margin-top: 25px;
}

* + .map {
  margin-top: 29px;
}

* + .contact-form {
  margin-top: 30px;
}

* + .off {
  margin-top: 0;
}

* + .off1 {
  margin-top: 25px;
}
p {font-size: 17px;
line-height:25px;}

h5 + h4 {
  margin-top: 4px;
}

h3 + h6 {
  margin-top: 22px;
}

h6 + h6 {
  margin-top: 10px;
}

p + h6 {
  margin-top: 27px;
}

h6 + p {
  margin-top: 11px;
}

p + p {
  margin-top: 21px;
}

.mod1 + p {
  margin-top: 4px;
}

.row + .row {
  margin-top: 32px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
@media (min-width:1601px){
.brand_name {
  position: relative;
  margin-left: -500px;
  margin-top:-200px;
}}
.brand_name img {
  position: relative;
  top: 18px;
  left: -8px;
  width:40%;
}
.brand_slogan {
  font-size: 20px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: 300;
}
.brand_slogan + .brand_name {
  margin-top: 3px;
}
.map  {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
/*----Kontakt-----*/

.rd-mailform {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.rd-mailform fieldset {
  border: none;
}

.rd-mailform fieldset > .row + .row {
  margin-top: 31px;
}

.rd-mailform {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.rd-mailform:first-child {
  margin-top: 0;
}

.rd-mailform button {
  border: none;
  background-color: #e30613;
  text-transform: uppercase;
  font-size: 16px;
  padding-top:10px;
  color:#fff;
  float:left;
  padding-bottom:10px;
  padding-left:60px;
  padding-right:60px;
  line-height: 26px;
  transition: .3s;
  margin-top: -20px;
}
.rd-mailform button:hover {
  color:#000;
  background-color: #e30613;

}
.rd-mailform label {
  font-weight: inherit;
}

.rd-mailform input, .rd-mailform select {
  height: 36px;
  border-bottom: 1px solid #706f6f !important;
}

.rd-mailform textarea {
  border: 1px solid #706f6f !important;
}

.rd-mailform input, .rd-mailform textarea {
  outline: none;
  font-weight: 100;
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 1px 10px;
  line-height: 32px;
  color: #706f6f;
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.rd-mailform input:-moz-placeholder, .rd-mailform textarea:-moz-placeholder {
  color: #706f6f;
  opacity: 1;
  transition: 0.3s;
}

.rd-mailform input::-webkit-input-placeholder, .rd-mailform textarea::-webkit-input-placeholder {
  color: #706f6f;
  opacity: 1;
  transition: 0.3s;
}

.rd-mailform input::-moz-placeholder, .rd-mailform textarea::-moz-placeholder {
  color: #706f6f;
  opacity: 1;
  transition: 0.3s;
}

.rd-mailform input:-ms-input-placeholder, .rd-mailform textarea:-ms-input-placeholder {
  color: #706f6f;
  opacity: 1;
  transition: 0.3s;
}

.rd-mailform input:focus:-moz-placeholder, .rd-mailform textarea:focus:-moz-placeholder {
  opacity: 0.4;
}

.rd-mailform input:focus::-webkit-input-placeholder, .rd-mailform textarea:focus::-webkit-input-placeholder {
  opacity: 0.4;
}

.rd-mailform input:focus::-moz-placeholder, .rd-mailform textarea:focus::-moz-placeholder {
  opacity: 0.4;
}

.rd-mailform input:focus:-ms-input-placeholder, .rd-mailform textarea:focus:-ms-input-placeholder {
  opacity: 0.4;
}

.rd-mailform textarea {
  resize: vertical;
  overflow: auto;
  min-height: 36px;
  height: 165px;
  max-height: 247.5px;
}

.rd-mailform > * + * {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .rd-mailform {
    margin-top: 31px;
  }
}

div[class^="rd-mailform-validate"] {
  position: fixed;
  left: 50%;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 400px;
  min-height: 50px;
  font-weight: 700;
  text-align: center;
  padding: 12px 25px 10px 40px;
  font-size: 16px;
  opacity: 0;
  transition: .3s;
  color: #fff;
  background: #ff6859;
  z-index: 999;
  pointer-events: none;
}

div[class^="rd-mailform-validate"]:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

div[class^="rd-mailform-validate"].success {
  opacity: 1;
}

div[class^="rd-mailform-validate"].error {
  opacity: 1;
}

.mfInput {
  position: relative;
}
/*==================  Backgrounds  ======================*/
.bg-default {
  background: #e30613;
  color: #5f9db0;
}
.bg-default h2, .bg-default h3, .bg-default h4, .bg-default h5, .bg-default h6 {
  color: #fff;
}
.bg-default p {
}
.bg-default .btn__lh {
  background: #e94543;
}
.bg-default .btn__lh:hover {
  color: #e30613;
}
.bg-default .btn__lh:before {
  border-color: transparent #e30613 transparent transparent;
}
.bg-default .color1 {
  color: #e94543;
}
.bg-default .color1 a:hover {
  color: #fff;
}

.bg-primary {
  background: #e94543;
  color: #fff;
}
.bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6 {
  color: #fff;
}
.bg-primary .btn__lh {
  background: #e30613;
}
.bg-primary .btn__lh:hover {
  color: #e94543;
}
.bg-primary .btn__lh:before {
  border-color: transparent #e94543 transparent transparent;
}

.bg-secondary {
}
.bg-secondary .btn:before {
}
.bg-secondary .btn__sm:hover {
  color: #e94543;
  background: #e30613;
}


.bg-images .btn__sm:before {
  border-color: transparent #d0d6d8 transparent transparent;
}


@media (max-width: 767px) {
  .bg-media {
    position: relative;padding:20px;
  }
  .bg-media * {
    position: relative;
    z-index: 2;
  }

  .lt-ie9 .bg-media .owerlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99FFFFFF', endColorstr='#99FFFFFF')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99FFFFFF', endColorstr='#99FFFFFF');
    zoom: 1;
  }
}

/*==================     Icons     ======================*/
.icon_02 {float:left; margin-left:0px; width:24%; }

/*==================    Buttons    ======================*/
.btn {
  max-width: 140px;
  display: inline-block;
  position: relative;
  padding: 31px 14px 30px 23px;
  background: #e94543;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.btn:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 10px 0;
  border-color: transparent #eff1f1 transparent transparent;
}
.btn:hover {
  background: #d0d6d8;
}
.btn:active {
  background: #b4bec1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn {
    padding: 31px 7px 30px 6px;
    margin-left: -5px;
  }
}

.btn__sm {
  padding: 13px 29px 13px 26px;
}
.btn__sm:before {
  margin-top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #eff1f1 transparent transparent;
}
.btn__sm:hover {
  color: #e94543;
  background: #e4e8e7;
}

.btn__lh {
  padding: 60px 31px 62px 33px;
  font-size: 25px;
  line-height: 30px;
  margin-left: 24px;
}
@media (max-width: 767px) {
  .btn__lh {
    margin-left: 0;
  }
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside .fa-certificate {
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  margin-left: 5px;
}
.box_cnt__no-flow {
  overflow: hidden;
  padding-left: 22px;
}

/*========================   Menu   ==========================*/
.sf-menu {
float:right;
  margin-top:50px;
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  background: rgba(255,255,255,0.5);
}
.sf-menu a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}

.sf-menu > li:last-child {
}
.sf-menu > li > a {
  position: relative;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  width: 151px;
  padding: 27px 0 26px;
  text-align: center;
  color: #e94543;
}
.sf-menu > li > a:before {
  content: '';
  width: 0;
  height: 8px;
  display: inline-block;
  position: absolute;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  bottom: -8px;
  left: 0;
}
.lt-ie9 .sf-menu > li > a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #e94543;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li > a:hover:before, .sf-menu > li.active > a:before {
  width: 100%;
  opacity: 1;
}
.lt-ie9 .sf-menu > li.sfHover > a:before, .lt-ie9 .sf-menu > li > a:hover:before, .lt-ie9 .sf-menu > li.active > a:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 193px;
  padding: 23px 0 29px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #FFF;
  padding: 2px 0 4px 38px;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFF;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFF;
  background: #e30613;
  padding: 4px 0 4px 59px;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #e94543;
}

@media (max-width: 979px) {
  .sf-menu > li > a {
    width: 147px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: 56px;
  left: 0;
  bottom: 0;
  width: 240px;
  padding: 20px 0;
  color: #e30613;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #e94543;
  color: #FFF;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #e30613;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  top: 4px;
  left: 56px;
  right: 56px;
  z-index: 99999991;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #e30613;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
}

.isStuck {
  z-index: 999;
  background: #f0f2f2;
}
.isStuck .sf-menu > li > a:before {
  display: none;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 43px;
  height: 43px;
  font-size: 36px;
  line-height: 38px;
  color: #fff;
  background: #e94543;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #e30613;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*=================       Tabs     ======================*/
.resp-tabs {
  padding-bottom: 17px;
  position: relative;
}

.resp-tabs-list {
  padding: 19px 0;
  position: relative;
}
.resp-tabs-list:before {
  content: '';
  background: #e94543;
  position: absolute;
  width: 100000%;
  height: 100%;
  left: -10000%;
  top: 0;
}
.resp-tabs-list li {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
.resp-tabs-list li p {
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.resp-tabs-list li p:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #e30613 transparent;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -12px;
  opacity: 0;
}
.lt-ie9 .resp-tabs-list li p:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.resp-tabs-list li p:hover {
  color: #e30613;
}
.resp-tabs-list li p:hover:before {
  opacity: 1;
  bottom: -20px;
}
.lt-ie9 .resp-tabs-list li p:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.resp-tabs-list li + li {
  margin-left: 47px;
}
.resp-tabs-list li + li:after {
  content: '';
  top: 5px;
  height: 11.5px;
  width: 2px;
  position: absolute;
  display: inline-block;
  background: #fff;
  -moz-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
  left: -26px;
  cursor: default;
}
.resp-tabs-list li:last-child {
  margin-left: 53px;
}
.resp-tabs-list .resp-tab-active p {
  color: #e30613;
}
.resp-tabs-list .resp-tab-active p:before {
  opacity: 1;
  bottom: -20px;
}
.lt-ie9 .resp-tabs-list .resp-tab-active p:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
@media (max-width: 979px) {
  .resp-tabs-list li + li {
    margin-left: 18px;
  }
  .resp-tabs-list li + li:after {
    left: -14px;
  }
  .resp-tabs-list li:last-child {
    margin-left: 18px;
  }
}

.resp-accordion {
  display: none;
  background: #e94543;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
.resp-accordion p {
  padding: 7px 0;
}

.resp-accordion:hover, .resp-accordion.resp-tab-active {
  color: #e94543;
  background: #fff;
  cursor: pointer;
}

.resp-tab-content {
  opacity: 0;
  z-index: -999;
  position: absolute;
  left: 0;
  right: 0;
}

.resp-tab-content-active {
  position: relative;
  opacity: 1;
  z-index: 11;
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header .header_bg_img {
  background: url("../images/test.jpg") no-repeat;
  background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top:-150px;
	background-position: 30% 20%;  height: 1000px;}

header .header_content {
  padding-top: 77px;
  padding-bottom: 77px;
}
header h4 {
  font-weight: 300;
  line-height: 43px;
}
header h4 a {
  font-weight: 700;
  line-height: 48px;
}
header h4 a:hover {
  color: #e30613;
}
header .row + .row {
  margin-top: 41px;
}
header .row + .row + .row {
  margin-top: 90px;
}
  .bg-images {
  background: url("../images/bg.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  
  background-position: 75% 10%;
  height: 600px;
}@media (min-width: 1800px) and (max-width: 3000px) {
.kreis {background-color:#e30613;
  position: relative;
    width: 550px;
    height: 550px;
    top: 100px;
	padding:52px;
	float: left;
	margin-top:-200px;
	margin-left:0px;
	color:#fff;
    left: 250px;
    border: 20px solid white;
    text-align: center;
border-radius: 300px;}
  .brand_name {
  position: relative;
  margin-left: -750px;
  margin-top:-100px;
}.einruecken {margin-left: 150px!important;}
  header .header_bg_img {
    background: url("../images/test.jpg") no-repeat -288px bottom;
	background-position: 40% 0%;  
	background-size: 100% auto;height: 1100px;

  }
  .bg-images_02 {
  background: url("../images/bg_02.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 95% 95%;
  height: 600px;
}

  }

@media (min-width: 1500px) and (max-width: 1799px) {
  header .header_bg_img {
    background: url("../images/test.jpg") no-repeat -288px bottom;
	background-position: 40% 20%;  height: 700px;
	background-size: 100% auto;height: 800px;

  }.einruecken {margin-left: 160px!important;}
  .brand_name {
  position: relative;
  margin-left: -600px;
  margin-top:-100px;
}.container .preffix_7 {
  margin-left:0px;
  margin-top:350px;
  background: rgba(255,255,255,0.7);
  padding:20px;
}.icon_02 {float:left; width:35%; }
.kreis {background-color:#e30613;
  position: relative;
    width: 550px;
    height: 550px;
    top: 100px;
	padding:52px;
	float: left;
	margin-top:-200px;
	margin-left:-80px;
	color:#fff;
    left: 250px;
    border: 20px solid white;
    text-align: center;
border-radius: 300px;}
  .bg-images_02 {
  background: url("../images/bg_02.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 95% 95%;
  height: 600px;
}
.brand_name img {width:30%!important;}
.einruecken {margin-left: 210px!important;}}
@media (max-width: 1499px) and (min-width:1151px) {
  header .header_bg_img {
    background: url("../images/test.jpg") no-repeat -288px bottom;
	background-position: 80% 100%;  	background-size: 100%;
	height: 800px;

  }.bg-logo {  background: url("../images/logo-bg.png") no-repeat;
  background-size: 100%;
  background-position: 0% 70%;
  height: 600px;}
.bg-images {
  background: url("../images/bg.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 180%;
  background-position: 75% 10%;
  height: 800px;
}  .bg-images_02 {
  background: url("../images/bg_02.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 95% 95%;
  height: 600px;
}
  .brand_name {
  position: relative;
  margin-left: -550px;
  margin-top:-100px;
}.container .preffix_7 {
  margin-left:0px;
  margin-top:350px;
  background: rgba(255,255,255,0.7);
  padding:20px;
}.icon_02 {float:left; width:35%; }
.kreis {background-color:#e30613;
  position: relative;
    width: 450px;
    height:450px;
    top: 100px;
	padding:52px;
	float: left;
	margin-top:-200px;
	margin-left:-80px;
	color:#fff;
    left: 250px;
    border: 20px solid white;
    text-align: center;
border-radius: 250px;}
.kreis-text h3 {font-size:2em; line-height:35px; margin-bottom:20px;margin-top:-50px;}
.kreis-text h2 {font-size:1.2em; line-height:30px;}
.brand_name img {width:30%!important;}.einruecken {margin-left: 160px!important;}

}
@media (max-width: 1150px) and (min-width:901px) {
  header .header_bg_img {
    background: url("../images/test.jpg") no-repeat -288px bottom;
	background-position: 20% 110%;  background-size: 100%;margin-top:-400px;
	height: 800px;
  }    .bg-images {
  background: url("../images/bg.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 180%;
  background-position: 75% 10%;
  height: 800px;
}
.bg-images_02 {
  background: url("../images/bg_02_mitte.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 95% 55%;
  height: 800px;
}
  .brand_name {
  position: relative;
  margin-left: -450px;
  margin-top:-6px;
}.container .preffix_7 {
  margin-left:0px;
  margin-top:200px;
  background: rgba(255,255,255,0.7);
  padding:20px;
} 
.kreis {background-color:#e30613;
  position: relative;
    width: 450px;
    height:450px;
    top: 100px;
	padding:52px;
	float: left;
	margin-top:-200px;
	margin-left:-80px;
	color:#fff;
    left: 250px;
    border: 20px solid white;
    text-align: center;
border-radius: 250px;}
.kreis-text h3 {font-size:2em; line-height:35px; margin-bottom:20px;margin-top:-50px;}
.kreis-text h2 {font-size:1.2em; line-height:30px;}
.grid_002 {
  width: 100%;  
  margin-bottom:10px;
  float:left;  

  padding:10px;
  background-color:#fff;
}
.einruecken {margin-left: 250px!important;}

.icon_02 {float:left; width:20%; }
.brand_name img {width:28%!important;}
.bg-logo {  background: url("../images/logo-bg.png") no-repeat;
  background-size: 100%;
  background-position: 0% 100%;
  height: 600px;}
}

@media (max-width: 900px) and (min-width:750px) {
  header .header_bg_img {
    background: url("../images/test.jpg") no-repeat -288px bottom;
	background-position:60% 100%;  height: 700px;
	background-size: 100%!important;margin-top:-400px;
  }
    .bg-images {
  background: url("../images/bg_mitte.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 75% 10%;
  height: 800px;
}
.bg-images_02 {
  background: url("../images/bg_02_mitte.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 95% 95%;
  height: 600px;
}
.kreis {
	background: rgba(213,18,24,0.8);
    width: 50%;
	display:inline;
	padding:10px;
	margin-left:50%;
	float: left;
	margin-top:600px;
	color:#fff;
    text-align: center;}
	
.kreis-text h4 {font-size: 1em; line-height:1.4em;padding-bottom:40px;}
.kreis-text h3 {font-size: 2em; line-height:1.3em; padding-bottom:20px;}
.icon_02 {float:left; margin-left:20px; width:30%; }
.einruecken {margin-left: 250px!important;}

  .brand_name {
  position: relative;
  margin-left: -400px;
  margin-top:0px;
}
.container .preffix_7 {
  margin-left:50px;
  margin-top:100px;
  background: rgba(255,255,255,0.7);
  padding:20px;
  width:70%;
}.grid_002 {
  width: 100%;  
  margin-bottom:10px;
  float:left;
  padding:10px;
  background-color:#fff;
}
.brand_name img {width:26%!important;}
.bg-logo {  background: url("../images/logo-bg.png") no-repeat;
  background-size: 100%;
  background-position: 0% 100%;
  height: 300px;}
}
@media (max-width: 749px) and (min-width:550px) {
  header .header_bg_img {
    background: url("../images/bg-header_02.png") no-repeat -288px bottom;
	background-position:90% 5%;  height: 700px;
	background-size: 100% auto;
  }
    .bg-images {
  background: url("../images/bg_mitte.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 75% 10%;
  height: 600px;
}
.bg-images_02 {
  background: url("../images/bg_02_mitte.png") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 95% 95%;
  height: 600px;
}
  .brand_name {
  position: relative;
  margin-left: 0px;
  margin-top:80px;
}
.container .preffix_7 {
  margin-left:0px;
  margin-top:200px;
  background: rgba(255,255,255,0.7);
  padding:20px;
  width:70%;
}
.brand_name img {width:30%!important;}
.kreis {
	background: rgba(213,18,24,0.8);
    width: 90%;
	margin-left:5%;
	display:inline;
	padding:10px;
	float: left;
	margin-top:600px;
	color:#fff;
    text-align: center;}
	
.kreis-text h4 {font-size: 1em; line-height:1.4em;padding-bottom:40px;}
.kreis-text h3 {font-size: 2em; line-height:1.3em; padding-bottom:20px;}
.icon_02 {float:left; margin-left:20px; width:30%; }
.bg-logo {  background: url("../images/logo-bg.png") no-repeat;
  background-size: 100%;
  background-position: 0% 100%;
  height: 300px;}
.einruecken {margin-left: 200px!important;}

}
@media (max-width: 549px) and (min-width:400px) {
  header .header_bg_img {
    background: url("../images/bg-header_02.png") no-repeat -288px bottom;
	background-position:70% 40%;  height: 500px;
	background-size: 100% auto;
  }

  .brand_name {
  position: relative;
  margin-left: -20px;
  margin-top:40px;
}
.container .preffix_7 {
  margin-left:0px;
  margin-top:150px;
  background: rgba(255,255,255,0.7);
  padding:20px;
  width:70%;
}
.brand_name img {width:35%!important;}
.kreis {
	background: rgba(213,18,24,0.8);
    width: 90%;
	display:inline;
	padding:5px;
	margin-left:5%;
	float: left;
	margin-top:600px;
	color:#fff;
    text-align: center;}
	
.kreis-text h4 {font-size: 1em; line-height:1.4em;padding-bottom:40px;}
.kreis-text h3 {font-size: 2em; line-height:1.3em; padding-bottom:20px;}
.icon_02 {float:left; margin-left:40px; width:80%; }
.bg-logo {  background: url("../images/logo-bg.png") no-repeat;
  background-size: 100%;
  background-position: 0% 80%;
  height: 200px;}
.einruecken {margin-left: 0px!important;width:100%; text-align:center;}
.bg-images_02 {
   background-size: 70%; background-attachment: scroll; margin-bottom:20px; margin-top:-50px; background: url("../images/bg_mitte.png");}

.bg-images {
  background: url("../images/bg_mitte.png") no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 75% 10%;
  height: 800px;
}  .bg-images_02 {
  background: url("../images/bg_02_mitte_klein.png")  no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 95% 70%;
  height: 800px;
}

}
@media all (max-width: 399px) and (min-width:100px) {
  header .header_bg_img {
    background: url("../images/bg-header_02.png") no-repeat -288px bottom;
	background-position:90% 100%;  height: 500px; 
	background-size: 100% auto;
  }
  .bg-images_02 {
  background: url("../images/bg_02_mitte_klein_02.png")  no-repeat;
  -webkit-background-size: cover;
  background-size: 100%;
  background-position: 95% 95%;
  height: 600px;
}
.bg-images {
  background: url("../images/bg_klein.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: 60%;
  background-position: 95% 95%;
  height: 600px;
}
  .brand_name {
  position: relative;
  margin-left: 0px;
  margin-top:80px;
}
.container .preffix_7 {
  margin-left:0px;
  margin-top:150px;
  background: rgba(255,255,255,0.7);
  padding:20px;
  width:80%;
}
.brand_name img {width:40%!important;}
.kreis {
	background: rgba(213,18,24,0.8);
    width: 100%;
	display:inline;
	padding:10px;
	float: left;
	margin-top:300px;
	color:#fff;
    text-align: center;}
	.bg-logo {  background: url("../images/logo-bg.png") no-repeat;
  background-size: 120%;
  background-position: 0% 80%;
  height: 150px;}
.kreis-text h4 {font-size: 1em; line-height:1.4em;padding-bottom:40px;}
.kreis-text h3 {font-size: 2em; line-height:1.3em; padding-bottom:20px;}
.icon_02 {float:left; margin-left:40px; width:80%; }
.einruecken {margin-left: 10px!important; text-align:center;}

}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #f6f6f6;
}

.color1 {
  color: #e94543;
}
.color1 a:hover {
  color: #e30613;
}

.mg_add {
  margin-top: -11px;
}

.mg_add1 {
  margin-top: 20px;
}

.mg_add2 {
  margin-top: 12px;
}

.mg_add3 {
  margin-top: 5px;
}

.mg_add4 {
  margin-top: -5px;
}

.mod {
  font-weight: 700;
}

.mod1 {
  max-width: 210px;
  display: inline-block;
  margin-left: 18px;
}
@media (max-width: 767px) {
  .mod1 {
    max-width: 78%;
  }
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  .mod1 {
    max-width: 145px;
  }
}

.ins {
  padding-left: 15px;
}



.border-b {
  border-bottom: 1px solid #396f7f;
}

.contact-info {
  text-transform: uppercase;
  font-weight: 700;
}
.contact-info h4 {
}
.contact-info address {
}
.contact-info .timetable {
}
@media (min-width: 768px) and (max-width: 979px) {
  .contact-info h4 {
  }
}

.time-list dt {
  display: inline-block;
  font-weight: 700;
}
.time-list dd {
  display: inline-block;
  overflow: hidden;
  max-width: 200px;
  margin-left: 30px;
}
.time-list dt + dd, .time-list dd + dt {
  margin-top: 25px;
}
.time-list dt + .off {
  margin-top: 0;
}
@media (min-width: 780px) and (max-width: 979px) {
  .time-list dd {
    max-width: 170px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .time-list dt {
    float: left;
  }
  .time-list dd {
    display: block;
    max-width: 70%;
    margin-left: 20%;
  }
}

.contact-list dt {
  font-weight: 700;
  text-transform: uppercase;
}
.contact-list dd {
}
.contact-list dt + dd {
  margin-top: 11px;
}
.contact-list dd + dt {
  margin-top: 26px;
}
.contact-list dt + .off {
  margin-top: 0;
}
.contact-list a:hover {
  color: #e94543;
}

.terms-list dt {
  text-transform: uppercase;
  font-weight: 700;
}
.terms-list dd {
}
.terms-list dt + dd {
  margin-top: 15px;
}
.terms-list dd + dd {
  margin-top: 20px;
}
.terms-list dd + dt {
  margin-top: 26px;
}

blockquote h6, blockquote p {
  text-align: right;
}
blockquote cite {
}

.img_media {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mail {
  font-weight: 700;
  text-transform: uppercase;
  color: #e94543;
  display: inline-block;
}
.mail:hover {
  text-decoration: underline;
}

/*==================      Well     ======================*/
.well {
  padding-top: 51px;
  padding-bottom: 63px;
}
.well3 {
  padding-top: 51px;
  padding-bottom: 63px;
background-size: 10px 10px;
background-color:#f6f6f6;}
}
.well__ins1 {
  padding-bottom: 49px;
}

.well__ins2 {
  padding-top: 56px;
}

.well__ins3 {
  padding-top: 61px;
}

.well1 {
  padding-top: 56px;
  padding-bottom: 55px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #e30613;
  padding-top: 58px;
  padding-bottom: 96px;
}
footer .brand {
  color: #427f92;
}
footer .brand_name {
  display: inline-block;
  width: 53%;
  margin-left: -5px;
}
footer .brand_name img {
  top: 16px;
  margin-left: -3px;
}
footer .brand .copyright {
  position: relative;
  left: -3px;
  display: inline-block;
  color: #427f92;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 18px;
}
footer .brand .copyright a:hover {
  color: #e94543;
}
@media (min-width: 768px) and (max-width: 979px), (max-width: 479px) {
  footer .brand_name {
    width: 100%;
  }
  footer .copyright {
    margin-top: 5px;
  }
}
@media (min-width:1600px){
.bg-logo {  background: url("../images/logo-bg.png") no-repeat;
  background-size: 70%;
  background-position: 0% 70%;
height: 600px;}.mdk a {background: #e30613; padding:20px; color:#fff; margin-left: 150px; position:relative;}}

@media (min-width:2000px) {
.mdk {width:80%;margin-left: -150px; position:relative;margin-top:50px;}.mdk a {background: #e30613; padding:20px; color:#fff; margin-left: 150px; position:relative;}}

@media (max-width: 1999px) and (min-width:1400px)
{.mdk {width:80%;margin-left: -150px; position:relative;margin-top:50px;}.mdk a {background: #e30613; padding:20px; color:#fff; margin-left: 150px; position:relative;}}

@media (max-width: 1399px) and (min-width:500px)
{.mdk {width:80%;margin-left: -50px; position:relative;margin-top:200px;}.mdk a {background: #e30613; padding:20px; color:#fff; margin-left: 50px; position:relative;}}

@media (max-width: 499px) and (min-width:100px)
{.mdk {width:100%;margin-left:-50px; position:relative;margin-top:400px;} .mdk a {background: #e30613; padding:20px; color:#fff; margin-left: 50px; position:relative;}}

