body {
  font-family: "Raleway", sans-serif;
  color: white;
}

#slider {
  position: relative;
  z-index: 999;
}

#slider .container-fluid {
  padding: 0;
}
#slider .carousel-inner > .item {
  -webkit-transition: 0.4s ease-in-out left;
  -moz-transition: 0.4s, ease-in-out, left;
  -o-transition: 0.4s, ease-in-out, left;
  transition: 0.4s, ease-in-out, left;
}

.underhead {
  width: 100%;
}

.button,
.button:active,
.button:focus,
.button:visited {
  background-color: #ff9c00;
  color: white;
  outline: 0;
  border: 2px solid #ff9c00;
  border-radius: 0;
  font-size: 17px;
  padding: 10px 50px;
  font-weight: 500;
  transition: all 0.3s;
}

.button:hover {
  background-color: white;
  color: #ff9c00;
  border: 2px solid #ff9c00;
}

/*********
FIRSTLINE
***************/

#firstline {
  color: white;
  background-color: #272727;
  font-family: "Lato", sans-serif;
  padding-top: 14px;
  padding-bottom: 5px;
  height: 45px;
  font-size: 14px;
  font-weight: 300;
}

#firstline .container {
  padding: 0;
}

#info {
  text-align: left;
  display: flex;
  align-items: center;
}

#info p {
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}

#info a {
  text-decoration: none;
  color: inherit;
}

#info p i {
  color: #ff9c00;
}

#social {
  text-align: right;
}

#social ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#social ul li {
  display: inline-block;
}

#social ul li a {
  text-decoration: none;
  color: white;
}

#social ul li a {
  padding-left: 0;
  padding-right: 15px;
}

#social a:hover {
  color: #ff9c00;
}

/******
HEADER
***********/

header {
  background-color: #000000;
}

header .col-md-9 {
  padding-left: 0;
}

.nav-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

/* LOGO */

#logo {
  text-align: left;
  padding-bottom: 20px;
  padding-top: 27px;
  padding-right: 0;
}

/* NAVIGACIJA */

#navigacija {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
}

#navigacija .navbar-nav {
  text-align: center;
  margin-top: 0px;
}

@media only screen and (min-width: 991px) {
  .navbar-nav {
    display: flex;
    align-items: center;
  }
}

#navigacija .navbar-toggle {
  margin-top: 12px;
  margin-bottom: 10px;
}

#navigacija .navbar-nav > li {
  display: inline-block;
  float: none;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  margin: 0;
  transition: all 0.3s;
}

#navigacija .navbar-nav > li a {
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0;
  transition: all 0.3s;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
#navigacija .navbar-nav a img {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#navigacija .navbar-nav > li a:hover {
  color: #ff9c00;
}

#navigacija #active {
  background-color: #393939;
}

#navigacija #active div {
  opacity: 1;
}

.navbar-toggle * {
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navbar-toggle {
  color: #fff;
  height: 30px;
  width: 33px;
  cursor: pointer;
  padding: 0px;
  border-radius: 0px;
  border: none;
}

.navbar-toggle span {
  width: 33px;
  height: 3px;
  margin-bottom: 6px;
  background-color: #ff9c00;
  display: block;
}

.navbar-toggle span.bar1 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform-origin: 1px 3px;
  -webkit-transform-origin: 1px 3px;
  -moz-transform-origin: 1px 3px;
  -o-transform-origin: 1px 3px;
  transform-origin: 1px 3px;
  width: 35px;
  background-color: #ff9c00;
}

.navbar-toggle span.bar2 {
  -ms-transform: rotate(-360deg) scale(0);
  -webkit-transform: rotate(-360deg) scale(0);
  -moz-transform: rotate(-360deg) scale(0);
  -o-transform: rotate(-360deg) scale(0);
  transform: rotate(-360deg) scale(0);
  background-color: #ff9c00;
}

.navbar-toggle span.bar3 {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-transform-origin: 9px 2px;
  -webkit-transform-origin: 9px 2px;
  transform-origin: 9px 2px;
  width: 35px;
  background-color: #ff9c00;
}

.navbar-toggle.collapsed span.bar1,
.navbar-toggle.collapsed span.bar2,
.navbar-toggle.collapsed span.bar3,
.navbar-toggle.collapsed span.bar4 {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  width: 33px;
  background-color: #ff9c00;
}

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

.navbar-toggle {
  float: right;
  margin-top: 15px;
}

/*WELCOME*/

.welcome {
  background-image: url(../images/welcome-back.png);
  background-size: cover;
  padding-bottom: 50px;
}

.welcome .col-md-12 img {
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 40px;
}

.welcome .col-md-7 img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.welcome p {
  font-size: 17px;
}

.welcome h2 {
  font-size: 33px;
  font-weight: 300;
  text-align: right;
  text-transform: uppercase;
  margin-top: 0;
}

.welcome h2 b {
  font-weight: 900;
  color: #ff9c00;
}

/* SERVICE MAIN */

.service-main {
  padding-top: 50px;
  padding-bottom: 50px;
}

.service-main-2 p {
  color: #606060;
  font-size: 17px;
  margin-bottom: 30px;
}

.service-main-2 h3 {
  color: black;
  font-size: 36px;
  font-weight: 400;
}

.service-main-2 h3 span {
  font-weight: 900;
  color: #ff9c00;
}

.service-main-2 section {
  border: 1px solid gray;
  margin-top: 50px;
  margin-bottom: 50px;
}

.service-main-2-text {
  padding: 15px;
  padding-left: 45px;
}

.service-main-2-img img {
  float: right;
}

.service-main-3 section {
  background-image: url(../images/service3-back.png);
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 30px;
}

.service-main-3 img {
  margin-top: 5px;
}

.service-main-3-img {
  padding-right: 0;
}

.service-main-3 h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 33px;
  font-weight: 900;
  color: #ff9c00;
}

.service-main-3 p {
  font-size: 16px;
  margin-bottom: 30px;
}

.service-main-3 a {
  text-transform: uppercase;
  font-size: 17px;
  color: #ff9c00;
  font-weight: 600;
}

/*************
GALERY MAIN
*******************/

.galery-main {
  background-image: url(../images/galery-back.png);
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px;
  text-align: center;
}

.galery-main .button {
  margin: 0 auto;
  margin-top: 50px;
}

.galery-main h2 {
  color: #ff9c00;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 60px;
}

.galery-main .col-md-4 {
  padding: 0;
}

/*************
GOOGLE MAP
*******************/

#googleMap {
  height: 450px;
  pointer-events: none;
}

/*************
AKTUELLE PROJEKTE
*******************/

.projekte {
  background-image: url(../images/projektebackground.jpg);
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 50px;
}

.projekte h2 {
  color: #ff9c00;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 80px;
}

.aktuelle-projekte {
  margin-bottom: 140px;
}

.aktuelle-projekte h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 50px;
  margin-top: 60px;
}

.aktuelle-projekte h4 {
  font-size: 16px;
  color: #ff9c00;
  font-weight: 900;
}

.aktuelle-projekte section {
  background-color: #272727;
  height: 555px;
}

.aktuelle-projekte p a {
  text-decoration: none;
  color: white;
}

.aktuelle-projekte p a:hover {
  text-decoration: none;
  color: #ff9c00;
}

.aktuelle-projekte .projekte-img {
  padding-left: 0;
}

.aktuelle-projekte .projekte-txt {
  padding-right: 30px;
  padding-left: 50px;
  overflow-y: scroll;
  height: 555px;
}

.aktuelle-projekte .projekte-txt ul {
  padding-left: 0;
  list-style: none;
}

.aktuelle-projekte .projekte-txt ul li {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}

.aktuelle-projekte .projekte-txt ul span {
  color: #ff9c00;
  font-weight: 900;
  margin-right: 5px;
}

.aktuelle-projekte .slick-dots {
  left: 0;
  list-style: none;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  text-align: right;
  width: 100%;
}

.aktuelle-projekte .slick-dots li {
  display: inline-block;
}

.aktuelle-projekte .slick-dots li button {
  background-color: #ff9c00;
  border: none;
  border-radius: 50%;
  outline: 0;
  padding: 0;
  height: 15px;
  width: 15px;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 0px;
  text-indent: 100%;
  white-space: nowrap;
}

.aktuelle-projekte .slick-dots li button:hover {
  background-color: white;
}

.aktuelle-projekte .slick-dots li.slick-active button {
  background-color: white;
}

.aktuelle-projekte .projekte-txt::-webkit-scrollbar {
  width: 30px;
  right: 20px;
}

.aktuelle-projekte .projekte-txt::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1f1f1f;
}

.aktuelle-projekte .projekte-txt::-webkit-scrollbar-thumb {
  background-color: #2d2d2d;
}

.aktuelle-projekte .projekte-txt::-webkit-scrollbar-button:decrement {
  background-image: url(../images/scroll-up.png);
  height: 30px;
}

.aktuelle-projekte .projekte-txt::-webkit-scrollbar-button:increment {
  background-image: url(../images/scroll-down.png);
  height: 30px;
}

.slider-projekte section {
  outline: 0;
}

/****
end-projekte
********** */

.end-projekte .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}

.end-projekte figcaption {
  bottom: 30px;
  position: absolute;
  padding-left: 30px;
  padding-right: 20px;
}

.end-projekte a {
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  transition: all 0.2s;
}

.end-projekte a:hover {
  color: #ff9c00;
}

.end-projekte h5 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

.end-projekte .row {
  margin-bottom: 0px;
}

/****
 FOOTER */

footer {
  background-color: white;
  background-image: url(../images/footer-shadow.png);
  background-repeat: no-repeat;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

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

footer h4 {
  margin: 0;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
}

footer ul {
  font-size: 16px;
  padding-left: 0;
  text-transform: uppercase;
  list-style: none;
  font-weight: 500;
}

#goUp {
  text-align: right;
  color: #ffffff;
  font-size: 50px;
  padding: 0;
  line-height: 1.2;
}

#goUp a {
  background-color: #f29a34;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0;
}

#goUp i {
  margin-top: 0;
}

#goUp a:hover {
  background-color: #333;
}

footer section {
  margin-bottom: 30px;
  margin-top: 10px;
  text-transform: uppercase;
}

footer section a {
  text-decoration: none;
  color: #333;
}

footer section a:hover {
  text-decoration: underline;
  color: #333;
}

/* LAST LINE */

#lastline {
  background-color: #e9e9e9;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
  color: gray;
}

#lastline .col-md-3 {
  text-align: right;
}

#lastline .container div a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

#lastline .container div a:hover {
  text-decoration: underline;
}

#lastline strong {
  font-weight: 900;
}

#lastline i {
  font-size: 18px;
  margin-left: 30px;
}

#lastline p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

#lastline a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

#lastline a:hover {
  color: #ff9c00;
}

.banner {
  background-position: center;
}

.banner h1 {
  font-weight: 800;
  padding-top: 100px;
  height: 196px;
  font-size: 40px;
  margin: 0;
  color: white;
}

/******
ERROR
************/

#error {
  padding-bottom: 100px;
  padding-top: 0px;
  text-align: center;
}

#error h2 {
  font-size: 200px;
  font-weight: 200;
  color: #ff9c00;
}

#error h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #323232;
}

#error p {
  font-size: 17px;
  font-weight: 300;
  color: #7b7b7b;
}

#error button {
  margin-top: 50px;
}

/*************

IMPRESSUM

*****************/

.impressum {
  padding-top: 90px;
  padding-bottom: 75px;
}

.impressum .a,
.impressum .b {
  padding-bottom: 65px;
}

.impressum .a ul,
.impressum .a ul li,
.impressum .b ul,
.impressum .b ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.impressum .a ul li strong,
.impressum .a ul li a,
.impressum .b ul li strong,
.impressum .b ul li a {
  font-weight: 900;
}

.impressum .a ul li a.mailto,
.impressum .b ul li a.mailto {
  font-weight: normal;
  color: #f23534;
}

.impressum .a ul li a:hover,
.impressum .b ul li a:hover {
  text-decoration: underline;
}

.impressum h2 {
  margin-bottom: 60px;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  color: #2d3439;
}

.impressum h2 span {
  display: block;
}

.impressum p {
  font-size: 15px;
  padding-left: 0px;
  font-weight: 300;
  margin-bottom: 25px;
  color: #2d3439;
}

.impressum p strong {
  font-weight: 900;
  margin-top: 10px;
}

.company p {
  text-transform: uppercase;
  color: #2d3439;
  font-weight: 400;
}

.company a {
  color: #000;
}

.company a:hover {
  color: #ff9c00;
}

.imp-info h3 {
  color: #2d3439;
  font-weight: 700;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.company span {
  color: #ff9c00;
  text-transform: none;
}

.imp-info .col-md-11 {
  padding-left: 0;
}

.impressumBtn {
  outline: none;
  background-color: #f23534;
  color: white;
  height: 35px;
  width: 35px;
  font-weight: 800;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  padding: 0;
  box-shadow: none;
}

.impressumBtn span {
  color: white;
}

.impressumBtn,
.impressumBtn:hover,
.impressumBtn:focus,
.impressumBtn:active,
.impressumBtn:visited {
  background-color: #ff9c00;
  outline: 0;
}
.imp-dtn ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #222;
}
.imp-dtn p {
  margin-bottom: 20px;
}
.imp-dtn p a,
.imp-dtn ul a {
  text-decoration: underline;
  color: #333;
}
.imp-dtn h3 {
  font-size: 22px;
}
.imp-dtn h4 {
  font-size: 18px;
}
.imp-dtn h3,
.imp-dtn h2,
.imp-dtn h4,
.imp-dtn h5 {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: inherit;
  color: #222;
}
.imp-dtn h5 {
  font-size: 16px;
}

/*KONTAKT*/

.kontakt {
  padding-top: 105px;
  padding-bottom: 35px;
}

.kontakt h2 {
  margin-top: 0;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
}

.kontakt ul {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}

.adress {
  margin-bottom: 40px;
}

.kontakt h4 {
  font-weight: 14px;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px;
}

.kontakt h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
}

.kontaktinfo i {
  margin-right: 15px;
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt select,
.kontakt textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: white;
  margin-bottom: 20px;
}

.kontakt input[type="text"],
.kontakt input[type="email"],
.kontakt select {
  height: 40px;
  padding: 0 15px;
  outline: none;
  background-color: #eaeaea;
  color: #323232;
}

.kontakt input[type="text"]:focus,
.kontakt input[type="email"]:focus,
.kontakt select:focus {
  border: 0;
}

.kontakt textarea {
  padding: 7px 15px;
  height: 110px;
  resize: none;
  outline: none;
  background-color: #eaeaea;
  color: #323232;
}

.kontakt textarea:focus {
  border: 0;
}

.kontakt label {
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 17px;
  color: #323232;
}

.kontakt label span {
  font-weight: 300;
  color: #ff9c00;
  font-size: 20px;
}

.kontakt .button {
  margin-top: 50px;
  padding: 5px 40px;
  margin-bottom: 80px;
}

.kontakt h1,
.kontakt h2 {
  font-size: 36px;
  color: #ff9c00;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.kontakt #googleMap {
  width: 100%;
  height: 350px;
  pointer-events: none;
}

/************
GALERIE
***********************/

#galerie {
  padding-top: 105px;
  padding-bottom: 120px;
  background-image: url(../images/gallerybackground.jpg);
}

#galerie .col-md-4 {
  padding: 0;
}

#galerie h1 {
  font-weight: bold;
  font-size: 36px;
  margin: 0;
}

#galerie .col-md-12 {
  padding: 0;
}

#galerie ul li {
  display: inline-block;
  padding-left: 0;
  padding-right: 50px;
  padding-bottom: 80px;
  font-weight: lighter;
  padding-top: 0px;
}

#galerie li.active a {
  font-weight: 900;
  color: #ff9c00;
}

#galerie ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
  font-weight: 900;
}

#galerie ul li a:hover {
  color: #ff9c00;
}

#galerie .gallerybutton {
  text-align: center;
  margin-top: 75px;
}

#galerie_view {
  margin-top: 30px;
}

#galerie_view h3 {
  margin-top: 0px;
  margin-bottom: 40px;
}

#galerie_view img {
  margin-bottom: 30px;
}

.opis-slika {
  background-color: rgba(255, 156, 0, 0.6);
  position: absolute;
  text-align: center;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  padding-top: 30%;
  opacity: 0;
  transition: all 0.2s;
}

#galerie section a:hover .opis-slika {
  opacity: 1;
}

.galery-main .col-md-4 a:hover .opis-slika {
  opacity: 1;
}

.opis-slika h4 {
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 20px;
}

.opis-slika i {
  font-size: 60px;
}

/*****
KONTAKTANFRAGE
**********/

.kontaktanfrage {
  padding-top: 45px;
  padding-bottom: 33px;
  background-image: url(../images/anfragebackground.jpg);
  color: white;
}

.kontaktanfrage .col-md-6 {
  padding: 0;
}

.kontaktanfrage h2 {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 52px;
  font-weight: 400;
}

.kontaktanfrage span {
  font-weight: 900;
  color: #ff9c00;
}

.kontaktanfrage strong {
  font-weight: 900;
}

.kontaktanfrage p {
  font-size: 18.5px;
  font-weight: 300;
}

.kontaktanfrage form {
  margin-top: 5px;
}

.kontaktanfrage input {
  border-radius: 0;
  border: none;
  margin-left: 6px;
  margin-right: 6px;
  height: 40px;
  line-height: 40px;
  padding-right: 30px;
  margin-top: 5px;
}

.kontaktanfrage button {
  padding: 7px 40px;
  margin-left: 6px;
  margin-right: 0px;
  margin-top: 5px;
  text-transform: uppercase;
}

.kontaktanfrage button:hover,
.kontaktanfrage button:focus {
  padding: 7px 40px;
  margin-left: 6px;
  margin-right: 0px;
}

.frame {
  padding-top: 105px;
  padding-bottom: 105px;
}

.servicestelungen {
  background-image: url(../images/servicebackground.jpg);
  background-size: cover;
  text-align: center;
  padding-top: 160px;
  padding-bottom: 140px;
}

.servicestelungen h1,
.servicestelungen h2 {
  font-size: 36px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 70px;
  text-align: left;
  margin-top: 0px;
}

.servicestelungen h5 {
  margin-bottom: 70px;
  margin-top: 30px;
  font-size: 15px;
  color: white;
}

.servicestelungen strong {
  font-weight: 900;
  color: #ff9c00;
}

.servicestelungen .media {
  height: 93px;
  border-top: 1px solid #878787;
  padding-top: 15px;
  margin: 0;
}

.servicestelungen .onbottom {
  border-bottom: 1px solid #878787;
}

.servicestelungen .media-body {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}

.servicestelungen .col-md-6:first-child .media:nth-child(1) .media-body {
  padding-top: 15px;
}

.servicestelungen .media-left,
.media > .pull-left {
  padding-right: 20px;
}

.quality {
  background-image: url(../images/qualitybanner.jpg);
  background-size: cover;
  text-align: left;
  padding-top: 110px;
  padding-bottom: 80px;
}

.quality h1,
.quality h2 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 50px;
}

.quality strong {
  font-weight: 900;
}

.quality button {
  background-color: #272727;
  border: none;
}

.quality button:hover {
  background-color: #fff;
  border: none;
  color: #272727;
}

.quality img {
  margin: 0 auto;
}

.mietwagen {
  padding-top: 110px;
  margin-bottom: 130px;
}

.mietwagen h1,
.mietwagen h2 {
  font-size: 36px;
  font-weight: 300;
  color: #000;
  margin-bottom: 70px;
}

.mietwagen b {
  color: #ff9c00;
  font-weight: 900;
}

.mietwagen .col-md-8 {
  padding-right: 0;
}

.mietwagen .kontakinformation {
  background-color: #272727;
  padding-top: 25px;
  padding-bottom: 16px;
}

.mietwagen .kontakinformation h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mietwagen .kontakinformation h5 {
  font-size: 18px;
  font-weight: 900;
  color: #ff9c00;
  border-top: 1px solid #878787;
  text-transform: uppercase;
  padding: 20px 0px;
  margin: 0;
}

.mietwagen .kontakinformation h6 {
  font-size: 18px;
  font-weight: 900;
  color: #ff9c00;
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
  text-transform: uppercase;
  padding: 20px 0px;
  margin: 0;
}

.mietwagen .kontakinformation a {
  text-decoration: none;
  font-size: 70px;
  color: #fff;
  font-weight: 300;
  margin-top: 35px;
}

.mietwagen .kontakinformation a:hover {
  color: #ff9c00;
  text-decoration: none;
}

#galerie_view {
  margin-top: 30px;
}

#galerie_view .col-md-4 {
  padding: 0;
}

#galerie_view h3 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #ff9c00;
  font-weight: bold;
  text-transform: uppercase;
}

#galerie_view img {
  margin-bottom: 30px;
}

.aufberietung {
  background-image: url(../images/aufbackground.jpg);
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 120px;
}

.aufberietung h1,
.aufberietung h2 {
  font-size: 35px;
  font-weight: 900;
  color: #ff9c00;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.aufberietung b {
  font-weight: 400;
  color: #fff;
}

.aufberietung p {
  font-size: 17px;
  font-weight: 300;
}

.aufberietung strong {
  font-weight: 900;
}

.ausenpflege {
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  margin-top: 80px;
  padding-top: 35px;
  padding-bottom: 40px;
}

.ausenpflege span {
  color: #ff9c00;
  font-weight: 900;
  font-size: 17px;
}

.ausenpflege ul {
  list-style: none;
  padding: 0;
}

.ausenpflege ul li {
  font-size: 17px;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.ausenpflege h5 {
  margin-top: -40px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
}

.innenpflege {
  border-bottom: 1px solid #606060;
  padding-top: 35px;
  padding-bottom: 40px;
}

.innenpflege span {
  color: #ff9c00;
  font-weight: 900;
  font-size: 17px;
}

.innenpflege .col-md-4 ul {
  list-style: none;
  padding: 0;
  margin-bottom: 70px;
}

.innenpflege ul li {
  font-size: 17px;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.innenpflege h5 {
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
}

.innenpflege .col-md-6 {
  padding-left: 0px;
}

.innenpflege h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 35px;
  margin-top: 25px;
}

.innenpflege p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 35px;
}

.innenpflege h3 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 17px;
}

.innenpflege .col-md-8 ul {
  list-style: none;
  padding: 0;
  margin-bottom: 50px;
}

.leder {
  padding-top: 35px;
}

.leder span {
  color: #ff9c00;
  font-weight: 900;
  font-size: 17px;
}

.leder .col-md-4 ul {
  list-style: none;
  padding: 0;
}

.leder ul li {
  font-size: 17px;
  padding-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.leder h5 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 400;
}

/* gmpc */
.gmpc_wrap {
  position: relative;
}
.gmpc_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #222;
}
.gmpc_btn:hover span {
  border-color: #222;
  background-color: #222;
  color: #fff;
}

/*************
MEDIA
*******************/

/*************
MEDIA
*******************/

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .service-main-2 h3 {
    font-size: 30px;
  }
  .service-main-3 h3 {
    font-size: 30px;
  }
  #navigacija .navbar-nav > li a {
    padding-left: 6px;
    padding-right: 6px;
  }
  #navigacija .navbar-nav > li {
    font-size: 14px;
  }
}

/******
992
***********/

@media only screen and (max-width: 992px) {
  .kontakt #googleMap {
    height: 392px;
    margin-top: 35px;
  }
  .captcha img {
    margin-bottom: 10px;
  }
  #goUp {
    text-align: right;
  }
  .service-main-2-img img {
    margin: 0 auto;
    float: none;
    padding-bottom: 15px;
  }
  .mietwagen .col-md-8 {
    padding-left: 0px;
  }
  #lastline p {
    font-size: 14px;
  }
  #lastline .container div a {
    font-size: 14px;
  }
  #galerie .col-md-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .opis-slika {
    padding-top: 20%;
  }
  .aufberietung img {
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .ausenpflege h5 {
    margin-top: 10px;
    text-align: center;
  }
  .innenpflege h5 {
    text-align: center;
  }
  .mietwagen {
    padding-top: 50px;
    margin-bottom: 70px;
  }
  #galerie {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #galerie ul li {
    padding-bottom: 30px;
  }
  #navigacija .navbar-nav > li a {
    padding-left: 3px;
    padding-right: 3px;
  }
  #navigacija .navbar-nav > li {
    font-size: 12px;
  }
  .aktuelle-projekte section {
    height: auto;
  }
  .aktuelle-projekte .projekte-img img {
    width: 100%;
  }
  .aktuelle-projekte .projekte-img {
    padding-right: 0;
  }
  #lastline i {
    margin-left: 0px;
    margin-right: 10px;
  }
  .kontaktanfrage .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ausenpflege ul {
    margin-bottom: 0px;
  }
}

/******
768
***********/

@media only screen and (max-width: 768px) {
  .nav.navbar-nav img {
    margin: 10px auto 0 auto !important;
    padding: 0 !important;
  }
  header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
  }
  .banner,
  .underhead,
  #slider {
    margin-top: 90px;
  }
  #firstline {
    display: none;
  }
  #logo {
    position: absolute;
    z-index: 100;
  }
  .navbar-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .col-md-9 {
    padding-left: 15px;
  }
  #navigacija .navbar-nav > li {
    font-size: 14px;
    display: block;
  }
  #navigacija .navbar-nav > li a,
  #navigacija .navbar-nav a img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .galery-main .col-md-4 img,
  #galerie section img {
    width: 100%;
  }
  .welcome h2 {
    text-align: left;
    font-size: 30px;
  }
  .kontakt h1,
  .kontakt h2 {
    font-size: 25px;
  }
  .kontakt button {
    margin-top: 10px;
  }
  #lastline {
    text-align: center;
  }
  #lastline .col-md-3 {
    text-align: center;
  }
  footer {
    text-align: center;
  }
  footer img {
    margin: 0 auto;
    margin-top: 30px;
  }
  .banner h1 {
    font-size: 27px;
  }
  .impressum {
    padding-top: 0px;
  }
  .company h4 {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .impressum h2 {
    font-size: 20px;
  }
  .kontaktanfrage {
    text-align: center;
  }
  .kontaktanfrage h2 {
    font-size: 24px;
  }
  .kontaktanfrage input,
  .kontaktanfrage button {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2px;
  }
  .service-main-2 h3 {
    font-size: 30px;
  }
  .service-main-3 h3 {
    font-size: 30px;
    margin-top: 20px;
  }
  .mietwagen {
    padding-top: 50px;
    margin-bottom: 0;
  }
  .mietwagen h1,
  .mietwagen h2 {
    font-size: 25px;
  }
  .quality h1,
  .quality h2 {
    font-size: 25px;
  }
  .servicestelungen h1,
  .servicestelungen h2 {
    font-size: 25px;
    text-align: center;
  }
  .mietwagen .kontakinformation a {
    font-size: 50px;
  }
  .quality {
    padding-top: 80px;
  }
  .quality img {
    padding-bottom: 20px;
  }
  .aufberietung h1,
  .aufberietung h2 {
    font-size: 25px;
    text-align: center;
  }
  .leder h5 {
    margin-top: 10px;
    text-align: center;
  }
  .aufberietung {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .projekte h2 {
    font-size: 25px;
  }
  #galerie ul li {
    padding-right: 20px;
    padding-bottom: 20px;
  }
  #galerie ul li a {
    font-size: 19px;
  }
  .opis-slika {
    padding-top: 30%;
  }
  #goUp {
    text-align: center;
  }
  .aktuelle-projekte .projekte-txt {
    padding-left: 20px;
  }
}

/******
480
***********/

@media only screen and (max-width: 480px) {
  .impressum h2 {
    font-size: 19px;
  }
  .servicestelungen h1,
  .servicestelungen h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 390px) {
  .impressum h2 {
    font-size: 18px;
  }
  .carousel-caption h2 {
    top: 2%;
    font-size: 20px;
  }
}

@media only screen and (max-width: 350px) {
  .impressum h2 {
    font-size: 18px;
  }
  .carousel-caption h2 {
    top: 0%;
    font-size: 18px;
  }
}
