/*STRUKTUR
00 - ALLGEMEIN
01 - NAVIGATION
02 - TEXTFORMATIERUNGEN
03 - FOOTER
04 - RESPONSIVE
*/

/* Colors */

/*

Rot:          #e92220
Grau Hell:    #3a3a3c
Grau Dunkel:  #242426

*/

/* 00 ALLGEMEIN */

strong {
    font-weight: 700;
}

.mid-strong {
    font-weight: 500;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
    min-height: 100%;
    font-size: 16px;
    position: relative;
    padding-top: 80px;
    height: auto !important;
    overflow-x: hidden;
}

p {
    color: #000;
    font-size: 1em;
    margin: 0 0 20px;
    font-weight: 300;
    line-height: 1.5;
}

/* Headings */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.abschnitt .container {
  padding: 50px 0;
}

.container h1 {
    font-size: 3em;
    font-weight: 900;
    line-height: 1.1;
}

.container h2 {
    margin-top: 0px;
    font-size: 2em;
    font-weight: 500;
}

.container h3 {
    font-size: 1.2em;
    font-weight: 500;
}

.container h4 {
    font-size: 1.1em;
    font-weight: 300;
}

/**** Abschnitte ****/

.table {
  margin-bottom: -20px;
}

.table tr>th {
    padding: 25px 15px !important;
    border-top: none !important;
    text-transform: uppercase;
}
.table tr>td {
    padding: 20px 15px !important;
    border-top: none !important;
}
/* 01 NAVIGATION */

.navbar-fixed-top {
    border-width: 0 0 5px;
}

#navbar_left {
    float: left !important;
    border: none;
}

#navbar {
  float: right;
}

.navbar-brand {
    padding: 5px 15px;
    margin-top: 8px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    margin-top: 0px;
}

.navbar {
    min-height: 80px;
    background: #e92220;
}

.navbar-default {
    border: none;
    }

a:hover, a:focus {
    color: #e92220;
    text-decoration: none;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover{
    background-color: #3a3a3c;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a:focus {
    background: #3a3a3c;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a.dropdown-toggle:focus {
    background: #e92220;
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
    font-size: 1em;
    min-height: 80px;
    padding: 30px 25px 0px 25px;
    color: #fff;
}

.navbar-default .navbar-nav>li:last-child>a {
    border-right: none;
}

.navbar-toggle {
    float: right;
    margin-top: 25px;
    margin-right: 7vw;
    border: none;
}

.navbar-header {
  min-height: 80px;
}

.navbar-nav {
  margin: 0 -15px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background: #3a3a3c;
    color: #fff;
}

.navbar-brand>img {
    max-width: 300px;
    width: 100%;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #e92220;
}

.dropdown-submenu, .dropdown-submenu-2 {
    position: relative;
}

.dropdown-submenu>.dropdown-menu, .dropdown-submenu-2>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu, .dropdown-submenu-2:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after, .dropdown-submenu-2>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu.pull-left, .dropdown-submenu-2.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu, .dropdown-submenu-2.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.dropdown-menu {
    min-width: auto;
    background-color: #e92220;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px solid;
    box-shadow: none;
    margin-top: 0px;
    min-width: 100%;
    border-radius: 0px;
}

.dropdown-menu>li>a {
    font-size: 1.1em;
    color: #fff;
    padding: 20px 30px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #3a3a3c;
    color: #fff;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #3a3a3c;
    border-radius: 0px;
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 500px;
}


/* 02 TEXTFORMATIERUNGEN*/

/* Allgemein */

.textblock {
    margin: 20px 0;
    padding-right: 40px;
}

.textblock img{
    margin-top: -20px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.textblock h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.textblock h2 {
    margin-top: 0px;
    line-height: 1.35;
}

.textblock h3 {
    margin-top: 0px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.textblock h4 {
    margin-top: 0px;
    line-height: 1.35;
}

.textblock h5 {
    margin-top: 0px;
    line-height: 1.35;
}

.textblock h6 {
    margin-top: 0px;
    line-height: 1.35;
}

.zentriert {
    text-align: center;
}

/* Link (Button) */

.button_icon {
    padding-top: 25px;
    padding-bottom: 25px;
}

.btn-info {
    padding: 12px 20px;
    margin-top: 15px;
    font-size: 1.5em;
    font-weight: 400 !important;
    text-transform: uppercase;
    border-color: transparent;
    color: #fff;
    background: #e92220;
}

.btn-info:hover,.btn-info:active,.btn-info:focus{
  color: #fff;
  background: #e92220;
  font-weight: 400 !important;
}

.bgred .btn-info {
  color: #000;
  background: #fff;
  margin-top: 20px;
}

.bgred .btn-info:hover {
  color: #fff;
  background: #242426;
  border-color: transparent;
}

.bgdarkgray .btn-info {
  color: #fff;
  background: #e92220;
  margin-top: 20px;

}

.bgdarkgray .btn-info:hover {
  color: #fff;
  background: #3a3a3c;
  border-color: transparent;
}

.btn {
  border-radius: 0px;
}

.btn-list {
  width: 100%;
  text-align: left;
  border-top: 1px solid #b8b8b8;
}

.btn-list:hover {
  background: #e92220;
}

.btn-list h3 {
  margin: 0;
  padding: 9px 7px;
  font-size: 2rem;
}

.btn-list:first-of-type {
  border-top: none;
}

/* Backgrounds */

.abschnitt {
  background-size:50vw;
  background-position: 50vw 50%;
  background-repeat: no-repeat;
}

.bgred {
  background-color: #e92220;
}

.bgbrightgray {
 background-color: #3a3a3c; /*Hellgrau*/
}

 .bgdarkgray {
  background-color: #242426; /*Dunkelgrau*/
}

.bgred h1,.bgred h3,.bgred p,.bgdarkgray h1,.bgdarkgray h3,.bgdarkgray p,.bgbrightgray h1,.bgbrightgray h3,.bgbrightgray p {
  color: #fff;
}

.abschnitt .textblock.right {
  padding-left: 30px;
}

/* YouTube Video */

.responsive-video iframe {
  width: 100%;
  height: 400px;
}

/* Referenzen */

.referenz {
  position: relative;
  min-height: 320px;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  z-index: 2;
}

.referenz:hover {
    border: 1px solid rgb(182, 182, 182);
}

.referenz img {
  width: 225px;
  max-height: 400px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
}

.referenz h2 {
  bottom: 25px;
  transform: translate(-50%, 0%);
  left: 50%;
  position: absolute;
  bottom: 5px;
  text-align: center;
}

.referenz a:hover {
  text-decoration: none;
  color: black;
}
/* Kontakt */

.control-label h3 {
  margin-bottom: 7px;
}

.form-control {
  font-size: 1.6rem;
  min-height: 50px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 10px;
  resize:vertical;
}

.yform .btn-default {
  padding: 14px 15px;
}

.input-group-addon {
  border-radius: 0px;
}

#yform-formular-field-13-senden {
    padding: 17px 25px;
    font-size: 1.5em;
    font-weight: 400 !important;
    text-transform: uppercase;
    border-color: transparent;
    color: #fff;
    background: #e92220;
    margin-top: 20px;
}

  #yform-formular-field-13-senden:hover {
    color: #fff;
    background: #242426;
    border-color: transparent;
  }

/* 03 FOOTER */

.footer {
  padding-top: 100px;
  padding-bottom: 130px;
  position: relative;
}

.footer.container {
  padding-left: 0;
}

footer {
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    position: absolute;
    background-color: #242426;
}

a {
    color: #FF0000;
    text-decoration: none;
    font-weight: 400;
}

footer a:focus {
    color: #FF0000;
    text-decoration: none;
    font-weight: 400;
}

footer a:active {
    color: #FF0000;
    text-decoration: none;
    font-weight: 400;
}

footer a:hover {
    color: #FF0000;
    text-decoration: underline;
    font-weight: 400;
}

.btn-info:active:focus {
  background-color: #e92220 !important;
  border-color: transparent;
}

footer p {
    color: #fff;
    font-size: 1em;
}

.right_footer {
    float: right;
    text-align: right;
}

.unter-footer {
    margin-top: 20px;
    font-size: 0.8em;
}

.footer-titel {
    color: #fff !important;
}

/* Carousel Slider */



.carousel .container {
    position: relative;
    z-index: 9;
}

.carousel-control {
    margin-top: 250px;
    font-size: 120px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
    background-color: transparent;
    border: 0;
    z-index: 10;
    background-image: none !important;
}

.carousel img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}

.carousel-caption {
    color: #fff;
    position: static;
    float: right;
    margin-top: 280px;
    padding: 30px 0px 30px 20px;
    bottom: 0;
    max-width: 1000px;
    text-shadow: none;
}

.carousel-caption h2 {
    font-size: 3em;
    text-align: right;
    margin-bottom: 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.15;
}

.carousel-caption p {
    font-size: 1.5em;
    text-align: right;
    margin-top: 10px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}

.carousel-caption .btn {
    margin-top: 10px;
}

.carousel-inner {
    height: 700px;
}

.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    background-color: #fff;
    margin-left: 4px !important;
    margin-right: 4px !important;
    width: 22px;
    height: 22px;
}

.carousel-indicators .active {
    background-color: #e92220;
    border: none;
    width: 23px;
    height: 23px;
}

.carousel-control {
    margin-top: 290px;
    font-size: 100px;
}

.carousel-control:first-of-type {
    margin-left: -40px;
}

.carousel-control:last-of-type {
    margin-right: -40px;
}


/* Carousel Slider */

#gallery_slider {
  max-width: 100vw !important;
  height: 800px !important;
  margin-bottom: -60px !important;
}

.ug-item-wrapper img {
    min-width: 100vw;
}

.ug-item-wrapper {
  font-family: 'Lato', sans-serif !important;
}

.ug-default-button-hidepanel,.ug-default-button-fullscreen,.ug-default-button-play,.ug-strip-panel,.ug-canvas-pie {
  display: none !important;
}
.ug-gallery-wrapper .ug-textpanel-bg {
  background-color: transparent !important;
}

.ug-bullets {
      left: 50% !important;
      transform: translateX(-50%);
      top: auto !important;
      bottom: 20px !important;
}

.ug-bullet {
    background: #fff !important;
    margin-left: 4px !important;
    margin-right: 4px !important;
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
}

.ug-bullet-active {
    background: #e92220 !important;
    border: none;
}

.ug-gallery-wrapper .ug-textpanel {
  text-align: right;
  width: 1200px;
}

.ug-theme-panel {
  top: 300px !important;
  width: auto !important;
}

.ug-textpanel-textwrapper {
  height: 100px !important;
}

.ug-gallery-wrapper .ug-textpanel-title h1 {
  font-size: 3em !important;
  text-align: right !important;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.15;
  left: auto !important;
  text-shadow: rgba(0,0,0,0.3) 0px 0px 5px;
}
.ug-gallery-wrapper .ug-textpanel {
  left: calc((100vw - 1170px) / 2);
  width: 1170px !important;
  overflow: inherit !important;
}
.ug-textpanel-textwrapper,.ug-textpanel-title {
  width: 100% !important;
}

.ug-textpanel-bg {
  width: auto !important;
}


/* Icon List */

.icon-list {
  display: block;
  position: relative;
}

.icon-list a {
  margin: 20px 0;
}

.icon-list div {
  color: #fff;
}

.icon-wrapper {
  margin: 17px 0;
}

.icon-wrapper a:hover {
  text-decoration: none;
  color: white;
}


.icon-list h4 {
  display: inline-block;
  position: absolute;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  margin: 40px 0 0 20px;
}

.icon-inner {
  display: inline-block;
  font-size: 8rem;
  width: 120px;
  height: 120px;
  background: #e92220;
  text-align: center;
}

/* 04 RESPONSIVE */

@media (max-width:1719px) {
  .abschnitt {
    background-size:75vw;
    background-position: 50vw 50%;
    background-repeat: no-repeat;
  }
}

@media (max-width: 1399px) {
  .carousel-inner {
      height: 550px;
  }
  .carousel-control {
      margin-top: 200px;
      font-size: 80px;
  }
  .carousel-caption {
    margin-top: 170px;
  }
}

@media (max-width:1199px) {
  .navbar-brand>img {
    max-width: 250px;
    padding-top: 5px;
  }
  .icon-list h4 {
    font-size: 3rem;
  }
  .bgred.abschnitt {
    background-size: 1000px;
    background-position: 50vw 50%;
  }
  .bgbrightgray.abschnitt {
    background-size:1000px;
    background-position: 50vw 50%;
  }
  .carousel-inner {
      height: 400px;
  }
  .carousel-control {
      margin-top: 150px;
      font-size: 80px;
  }
  .carousel-caption {
    margin-top: 120px;
  }
  .abschnitt .textblock.right {
    padding-left: 15px;
  }
  .ug-gallery-wrapper .ug-textpanel {
    left: calc((100vw - 970px) / 2);
    width: 970px !important;
  }
  #gallery_slider {
    height: 700px !important;
  }
  .ug-theme-panel {
    top: 245px !important;
  }
}

@media (max-width:991px) {
  .navbar-brand>img {
    max-width: 150px;
    padding-top: 15px;
  }
  .icon-list h4 {
    font-size: 3rem;
  }
  .navbar-default .navbar-nav>li>a {
    padding: 30px 17px 0px 17px;
  }
  .bgred.abschnitt {
    background-position: 50vw 50%;
    background-size: 0;
  }
  .bgdarkgray.abschnitt {
    background-size: 991px;
    background-position: 50% 435px;
  }
  .bgbrightgray.abschnitt {
    background-size: 991px;
    background-position: 50% -400px;
  }
  .icon-list {
    margin-top: 150px;
  }
  .carousel-control {
    display: none;
  }
  .carousel-caption {
    font-size: 1.3rem;
  }
  .carousel-indicators li {
      width: 15px;
      height: 15px;
  }
  .carousel-indicators .active {
      width: 15px;
      height: 15px;
  }
  .ug-gallery-wrapper .ug-textpanel {
    left: calc((100vw - 750px) / 2);
    width: 750px !important;
  }
  #gallery_slider {
    height: 600px !important;
  }
  .ug-theme-panel {
    top: 200px !important;
  }
  .ug-gallery-wrapper .ug-textpanel-title h1 {
    font-size: 2em !important;
  }
}

@media (max-width:767px){
  body {
    font-size: 14px;
  }
  .navbar-default .navbar-nav>li>a {
    padding: 30px 17px 0px 17px;
    width: 100vw;
    font-size: 2rem;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
    font-size: 1.5rem;
    padding: 8px 30px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
  }
  .navbar-brand>img {
    max-width: 250px;
    padding-top: 5px;
  }
  .abschnitt .container {
    padding: 50px 7vw;
  }
  .icon-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .bgred.abschnitt {
    background-size: 0;
  }
  .bgdarkgray.abschnitt {
    background-size: 991px;
    background-position: 50% 410px;
  }
  .carousel-inner {
      height: 300px;
  }
  .carousel-caption {
    margin-top: 100px;
    margin-right: 7vw;
    font-size: 0.8rem;
  }
  .footer {
    padding: 7vw;
    padding-bottom: 90px;
  }
  .footer.container {
    padding-left: 7vw;
  }
  .icon-list h4 {
    display: block;
    position: relative;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    margin: 20px 0 40px 0;
    text-align: center;
    }
  .icon-inner {
    position: relative;
    left: 50%;
    margin-left: -50px;
    font-size: 6.8rem;
    width: 100px;
    height: 100px;
    background: #e92220;
    text-align: center;
    }
    .icon-list {
      margin-top: 175px;
    }
    .ug-gallery-wrapper .ug-textpanel {
      right: 50px !important;
      width: 100vw !important;
      left: -50px;
    }

    #gallery_slider {
      height: 380px !important;
      margin-bottom: -100px !important;
    }
    .ug-theme-panel {
      top: 100px !important;
    }
    .ug-slider-control {
      display: none !important;
    }
}

@media (max-width:520px) {
  body {
    font-size: 12px;
  }
  .navbar-brand>img {
    max-width: 200px;
    margin-top: 5px;
  }
  .carousel-inner {
      height: 230px;
  }
  .carousel-caption {
    margin-top: 60px;
    margin-right: 7vw;
    font-size: 0.7rem;
  }
  .bgdarkgray.abschnitt {
    background-size: 991px;
    background-position: 50% 443px;
  }
  #gallery_slider {
    margin-bottom: -40px !important;
  }
  .ug-textpanel-textwrapper .ug-textpanel-title h1 {
    font-size: 1.4em !important;
  }
}

@media (max-height:480px) and (max-width:767px) {
.navbar-default .navbar-nav>li>a  {
    padding: 4.5vh 20px;
    min-height: 15vh;
  }
}
