body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: 'Open Sans', sans-serif;
  background-color: #eaeef1; }

::-moz-focus-inner {
  border: 0; }

a, a:hover, a:visited, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: 0 !important; }

  .light-gray {
    width: 100%;
    height: 480px;
    position: absolute;
    z-index: -1;
    background-color: #f1f5f9;
    top: 280px;
}
.big-wrapper {
    box-shadow: 0px 0px 25px lightgray;
    margin-top: 40px;
    border-radius: 10px;
}
.logo-section {
	background-color: white;
  padding: 20px;
  margin: 0 -15px;
}
.logo-section .logo {
    display: inline-block;
}
.logo-section .logo h1 {
  font-size: 26px;
  color: #222222;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 900;
  font-style: italic;
  display: inline-block;
}
.nav-logotypes img {
  max-height: 30px;
  max-width: 677px;
}
.nav-logotypes {
  float: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: inline-block;
  padding-top: 25px;
}
.nav-logotypes li {
  display: inline-block;
  padding-left: 5px;
}
.nav-logotypes li:before {
  display: none;
}
.logo-section article {
  position: relative;
  padding: 15px 15px 15px 60px;
  border: 1px solid #eceded;
  border-radius: 5px;
}
.logo-section article i {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 30px;
  color: #19437e;
}
.logo-section article p {
  font-size: 16px;
  color: #999999;
  margin: 0;
  font-weight: 500;
}
.logo-section article p span {
  color: #19437e;
}
header .row {
    background-color: #19437e;
    min-height: 70px;
}

header .logo {
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 30px;
    z-index: 5;
}

.navbar-default .navbar-collapse {
  padding: 0;
}
.navbar-header {
    margin-top: 5px;
}

.navigacija .navbar-default {
    margin-bottom: 0px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navigacija .navbar-default li {
    transition: all 0.2s;
    position: relative;
    padding: 0 10px;
}
.navigacija .navbar-default li:before {
  content: '';
  position: absolute;
  height: 10px;
  width: 1px;
  background-color: white;
  right: 0;
  top: 30px;
}
.navigacija .navbar-default li:last-child:before {
  display: none;
}
.navigacija .navbar-default li a {
    padding-bottom: 20px;
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    color: white!important;
    text-transform: uppercase;
    font-size: 16px;
    background-color: transparent!important;
    border-bottom: 5px solid transparent;
}

.navigacija .navbar-default li a:hover {
    border-bottom: 5px solid white;
}

.navigacija .navbar-default li:hover a {
    color: white;
}

.navigacija .navbar-default li.active a {
    border-bottom: 5px solid white;
}

/* menu button animation*/

.navbar-default .navbar-toggle {
    border: 0px;
}

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

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

.navbar-toggle .icon-bar {
    width: 29px;
    height: 3px;
}

.navbar-toggle .icon-bar {
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 70%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle .bottom-bar,
.navbar-toggle .top-bar,
.navbar-toggle .middle-bar {
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 500;
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
/*SLIDER*/

.slick-initialized .slick-slide {
  outline: 0 !important;
}
.main-slider .main-slide {
  position: relative;
  overflow: hidden;
}
.main-slider .main-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
	background-repeat: no-repeat;
  background-position: left;
  background-image: url('../images/overlay-slider.png');
  top: 0;
  left: 0;
}
.main-slider .slick-dots {
  bottom: 10px;
}
.main-slider .slick-dots li {
  width: auto;
}
.main-slider .slick-dots li button {
  background-color: #aeb2bd;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.main-slider .slick-dots li button:before {
  content: '';
  width: 12px;
  height: 12px;
}
.main-slider .slick-dots li.slick-active button:before {
  width: 25px;
}
.main-slider .slick-dots li.slick-active button {
  width: 25px;
  background-color: white;
  border-radius: 5px;
}
.main-slider .slider-caption {

text-align: left;
position: absolute;
left: 15px;
top: 150px;
z-index: 100;
max-width: 400px;
}
.main-slider .slider-caption h2 {
color: white;
font-size: 48px;
margin-top: 0;
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 300;
}
.main-slider .slider-caption h2 strong {
  font-weight: 700;
}
.main-slider .slider-caption p {
font-size: 16px;
color: white;
margin-bottom: 0;
}
.main-slider .main-slide {
position: relative;
}
.link {
  color: #19437e;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s;
  background-color: transparent;
  box-shadow: none;
  outline: none;
  border: none;
}
.link:hover,
.link:focus,
.link:active,
.link:visited {
  color: #19437e;
}
.link.white {
  color: white;
}
.link.white:hover,
.link.white:focus,
.link.white:active {
  color:white;
}
.link i {
  margin-left: 5px;
}
.regular-padding {
  padding: 60px 15px;
  background-color: white;

}
.small-title {
  font-size: 18px;
  color: #19437e;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}
.title {
  font-size: 36px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: uppercase;
}
.txt {
  font-size: 16px;
  color: #999999;
  margin-bottom: 20px;
  line-height: 1.7;
}
.txt.white {
  color: white;
}
.about-section .txt {
  margin-bottom: 40px;
}
.about-section .regular-padding.padding-0 {
  padding: 0 15px;
}
/*KONTAKT SECTION*/
.message-contact {
    padding: 25px 0px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #0c0f15;
    margin-bottom: 20px;
    line-height: 1;
}
.message-contact strong {
    font-size: 20px;
}
.kontakt-section .row {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.kontakt-section .col-md-5 {
  padding-right: 0;
}
.kontakt-section h2 {
  font-size: 24px;
  margin: 15px 0;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.kontakt-section img {
  display: inline-block;
  margin-right: 20px;
}
.kontakt-section .txt {
  margin-top: 10px;
}
.kontakt-section .link {
  margin-top: 15px;
  display: inline-block;
}
/*THREE POINTS*/

.three-points article .article-img {
  position: relative;
  margin-bottom: 20px;
}
.three-points article .article-img h2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.three-points article .link {
  display: inline-block;
  margin-top: 10px;
}
#googleMap {
  height: 400px;
}
/*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 .2s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
}
.gmpc_btn:hover span {
    border-color: #19437e;
    background-color: #19437e;
    color: #fff;
}
.map {
  border-top: 3px solid #19437e;
}
.rights {
  padding: 40px 0;
  text-align: center;
}
.rights p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 0;
}
.rights p strong {
  color: #19437e;
}
.rights p span {
  color: #19437e;
  margin: 0 10px;
}
.rights-links {
  margin-top: 20px;
}
footer {
  background-color: white;
}
#toTop {
  width: 50px;
  height: 50px;
  color: #19437e;
  text-align: center;
  line-height: 50px;
  z-index: 2;
  font-size: 16px;
  border-radius: 0;
  margin: 0 auto;
  display: inline-block;
  background-color: #eaeef1;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 15px;
}

#toTop:hover {
  background-color: #19437e;
  color: white;
}
/*BANNER*/

.banner .row {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
  padding-top: 400px;
  position: relative;
  overflow: hidden;
}
.banner .row::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
	background-repeat: no-repeat;
  background-position: left;
  background-image: url('../images/overlay.png');
  min-height: 400px;
  top: 0;
  left: 0;
}
.banner .row .page-links {
	padding: 0 35px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner .row .page-links li {
	font-size: 24px;
	color: white;
	padding: 0;
	font-weight: 900;
  padding: 20px 0;
  text-transform: uppercase;
}

.banner .row .page-links li span {

	padding: 0 15px;
}
.banner .row .page-links .list-inline {
	margin-bottom: 0;
}

/*SERVICE*/
.service .text-center {
  margin-bottom: 30px;
}
.service-item {
    background-color: white;
    padding: 10px 10px 10px 100px;
    margin-bottom: 15px;
    border: 1px solid #cbd5e0;
    min-height: 90px;
    height: 90px;
    border-radius: 5px;
    display: table;
    width: 100%;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333333;
}

.service-item img {
    left: 25px;
    top: 10px;
    position: absolute;
}

.service-item p {
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #333333;
}
/*TEAM*/
.team .regular-padding {
  padding-top: 0;
  padding-bottom: 120px;
}
.team .text-center {
  margin-bottom: 30px;
}
.team article {
  position: relative;
}
.team .article-desc {
  position: absolute;
  text-align: center;
  bottom: -60px;
  right: 10px;
  left: 10px;
  background-color: white;
  padding-bottom: 20px;
  border-radius: 5px;
}
.team .article-desc img {
  margin-top: -20px;
}
.team .article-desc h3 {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
}
.team .article-desc h4 {
  font-size: 14px;
  color: #19437e;
  margin: 0;
  font-weight: bold;
}
/*KONTAKT SECTION*/

.autoankauf-section .row {
  background-image: url('../images/ankauf-section-background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.autoankauf-section .col-md-5 {
  padding-right: 0;
}
.autoankauf-section h2 {
  font-size: 24px;
  margin: 15px 0;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}
.autoankauf-section h3 {
  font-size: 16px;
  margin: 0;
}
.autoankauf-section img {
  display: inline-block;
  margin-right: 20px;
}

.autoankauf-section .link {
  margin-top: 15px;
  display: inline-block;
}
/*AUTOANKAUF*/

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile+.add-file {
  display: block;
  background-color: #19437e;
  text-align: center;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  transition: all 0.2s;
}
.inputfile+.add-file:hover {
  background-color: #333;
}
.inputfile+.add-file span {
  font-weight: 300;
  font-size: 15px;
  color: white;
  transition: all 0.2s;
}
.inputfile+.add-file:hover span {
  color: white;
}

.form-default label {
  font-weight: 400;
  line-height: 45px;
  margin-bottom: 30px;
  font-size: 13.5px;
  color: #333333;
}
.form-default label span {
  color: #19437e;
}
.form-default input, .form-default textarea, .form-default select {
  display: block;
  width: 100%;
  transition: all 0.2s;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid #eaeaea;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 16px;
  color: #676767;
  resize: none;
  border-radius: 0;
}
.form-default input:focus, .form-default textarea:focus, .form-default select:focus {
  border-color: #19437e;
}
.form-default input, .form-default select {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-default .col-md-10 .link {
  margin-top: 20px;
  display: inline-block;
}
.ankauf h5 {
  color: #333333;
}
/*GALERIE*/
.galerie .photo figure {
    position: relative;
}
.galerie .photo figure {
    margin: 0 5px;
}
.galerie .slick-slide img {
    width: 100%;
    margin-top: 30px;
}
.galerie .photo figure div {
    position: absolute;
    z-index: 2;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: rgba(25, 67, 126, 0.8);
    color: white;
    padding-top: 25%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.galerie .photo figure div span {
    display: inline-block;
    font-size: 28px;
    text-align: center;
    line-height: 130px;
    text-transform: uppercase;
}
.galerie.galerie-detail .photo figure div span {
    font-size: 70px;
}
.galerie .photo figure:hover div {
    opacity: 1;

}
.galerie .slick-dots li button:before {
	font-size: 10px;
	line-height: 22px;
	color: #19437e;
}
.galerie .slick-dots li button {
	border: 1px solid #19437e;
	border-radius: 50%;
}
.form-default article {
  padding: 30px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-bottom: 30px;
}
.form-default article h4 {
  font-size: 18px;
  color: #19437e;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: bold;
}
.form-default article p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.form-default article p span {
  color: #19437e;
  margin-right: 5px;
  font-weight: bold;
}
/*************
IMPRESSUM
*************/

.impressum {
  color: #333333;
}
.impressum .title {
  margin-bottom: 50px;
  text-transform: capitalize;
}
.impressum a {
  text-decoration: none;
  color: inherit;
}
.impressum a:hover {
  text-decoration: underline;
}
.impressum h2 {
  margin-bottom: 0;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.impressum ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 30px;
}
.impressum ul li {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
.impressum ul b {
  font-weight: 600;
}
.impressum p {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 300;
}
.impressum .disc-list li {
  position: relative;
  padding-left: 15px;
}
.impressum .disc-list li::before {
  content: "";
  width: 4px;
  height: 1px;
  background-color: black;
  position: absolute;
  left: 0;
  top: 13px;
}
.impressum p a,
.impressum h2 a {
  text-decoration: underline;
}
.impressum p b {
  font-weight: 500;
}
.impressum .intended {
  padding-left: 40px;
}
.impressum h3,
.impressum h4,
.impressum h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .impressum {
      word-wrap: break-word;
  }
}

.error-page {
  text-align: center;
}
.error-page h2 {
  font-size: 300px;
  color: #19437e;
  margin: 0;
  font-weight: bold;
}
.error-page h3 {
  font-size: 45px;
  color: #333333;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-weight: bold;
}

/*************
MEDIA
*************/
/******
1199
******/
@media only screen and (max-width: 1199px) {
  .galerie .photo figure div {
    padding-top: 15%;
  }
  .logo-section article {
    padding-left: 40px;
  }
  .logo-section article p {
    font-size: 14px;
  }
  .logo-section article i {
    left: 10px;
  }
  .kontakt-section .col-md-2 {
    padding-right: 0;
  }
  .kontakt-section .link {
    font-size: 14px;
  }
  .service-item p {
    font-size: 16px;
  }
  .form-default label {
    font-size: 11.5px;
  }
  .form-default article {
    padding: 20px;
  }
  .form-default article p {
    font-size: 14px;
  }
  .form-default article h4 {
    font-size: 16px;
  }
  .main-slider .slider-caption {
    top: 100px;
  }
  .big-wrapper {
    margin-top: 0;
  }
  .logo-section .logo h1 {
    font-size: 22px;
  }
  .nav-logotypes img {
    max-width: 65px;
  }
}
/******
991
******/
@media only screen and (max-width: 991px) {
  
  .navigacija .navbar-default li a {
      font-size: 14px;
      padding-left: 0px;
      padding-right: 0px;
  }
  .main-slider .slider-caption h2 {
      font-size: 36px;
      margin-bottom: 10px;
  }

  .three-points article .article-text h3 {
      font-size: 20px;
  }
  .about-section .col-md-6:last-child img {
    margin-top: 30px;
    width: 100%;
  }
  .about-section .col-md-6:first-child img {
    margin-bottom: 30px;
    width: 100%;
  }
  .kontakt-section,
  .autoankauf-section {
      text-align: center!important;
  }
  .kontakt-section .link,
  .autoankauf-section .link {
      margin-top: 15px;
  }
  .three-points img {
    width: 100%;
  }
  .three-points article .link {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .galerie .photo figure div {
      padding-top: 25%;
  }
  .team .article-desc {
    position: relative;
    bottom: 0;
  }
  .team article img {
    width: 100%;
  }
  .team .article-desc img {
    width: auto;
  }
  .team .regular-padding {
    padding-bottom: 60px;
  }
  .form-default label {
    line-height: 1.7;
    margin-bottom: 10px;
    font-size: 13.5px;
  }
  .form-default img {
    margin-bottom: 20px;
  }
  .inputfile {
    margin-left: -15px;
    margin-right: -15px;
  }
  .nav-logotypes {
    float: none;
    padding-top: 0px;
    padding-left: 20px;
  }
  .nav-logotypes img {
    max-height: 30px;
    max-width: 75px;
  }
  .nav-logo {
    margin-bottom: 20px;
  }
}
/******
767
******/
@media only screen and (max-width: 767px) {
  header .logo {
    position: absolute;
    font-weight: 900;
    padding: 0;
    margin-top: 20px;
    font-size: 24px;
    left: 15px;
  }
  body {
    padding-top:60px;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    left: 0;
    right: 0;
  }
  .navigacija .navbar-default li a {
      padding-top: 15px;
      padding-bottom: 10px;
      display: inline-block;
  }
  .navigacija .navbar-default li:before {
    display: none;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border: none;
      box-shadow: none;
      overflow: hidden;
  }
  header .row {
      min-height: 60px;
  }
  .navigacija .navbar-default li,
  .navigacija .navbar-default li:hover {
      border-bottom: none;
      padding: 0;
  }

  .navbar-nav {
      text-align: center;
  }
  .navbar-default .navbar-toggle {
    margin-right: 5px;
  }
  .main-slider .slider-caption {
    display: none;
  }
  .main-slider {
    margin-bottom: 0;
  }
  .regular-padding {
    padding: 30px 0;
  }
  .about-section img {
    width: 100%;
  }
  .logo-section article {
    margin-top: 20px;
  }
  footer .col-md-1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .banner .row {
    padding-top: 150px;
  }
  .banner .row::before  {
    min-height: 150px;
  }
  .banner .row .page-links li {
    font-size: 20px;
  }
  .team .regular-padding {
    padding-bottom: 30px;
  }
  .title {
    font-size: 30px;
  }
  .txt br {
    display: none;
  }
  .galerie .photo figure div {
    padding-top: 30%;
  }
  .kontakt-section .col-md-5 {
    padding-right: 15px;
  }
  .navigacija .navbar-default .nav-logotypes {
    padding-top: 10px;
    padding-bottom: 20px;
    float: none;
    text-align: center;
    display: block;
  }
  .navigacija .navbar-default .nav-logotypes li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .navigacija .navbar-default .nav-logotypes img {
    max-height: 35px;
    max-width: 85px;
  }
  .error-page h2 {
    font-size: 120px;
  }
  .error-page h3 {
      font-size: 36px;
  }
}
/******
479
******/
