@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "slick.css";
@import "lity.min.css";
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.sobitsch.at/wp-content/themes/sobitsch/assets/fonts/Lato-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url(https://www.sobitsch.at/wp-content/themes/sobitsch/assets/fonts/Lato-Bold.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-weight: 900;
  font-display: swap;
  src: url(https://www.sobitsch.at/wp-content/themes/sobitsch/assets/fonts/Lato-Black.ttf) format('truetype');
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  line-height: 24px;
  font-size: 16px;
}
img.center {
  margin: auto;
  display: inherit;
}
p:last-child {
  margin-bottom: 0 !important;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
	list-style: none;
}
#subpage ul li {
  list-style: disc;
}
#subpage ul li {
	margin-left:20px;
	margin-bottom:8px;
}
h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
}
h1 {
  font-weight: 900;
  line-height: 64px;
  font-size: 54px;
  color: #008bd2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
h2 {
  font-weight: 700;
  line-height: 37px;
  font-size: 32px;
  color: #008bd2;
  margin-bottom: 30px;
  text-transform: uppercase;
}
h3 {
  font-weight: 700;
  line-height: 27px;
  font-size: 22px;
  text-transform: uppercase;
}
h4 {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
}
h5 {
  font-weight: 900;
  line-height: 24px;
  font-size: 16px;
}
h6 {
  font-weight: 400;
  line-height: 15px;
  font-size: 13px;
}
h1.title,
h2.title {
	text-align: center;
}
h2.title {
	font-weight:900;
} 
.wrapper {
  overflow: hidden;
}
.container {
  max-width: 1140px;
}
header {
  background: #ffffff;
  border-bottom: 1px solid #000000;
  position: relative;
  z-index: 99999;
}
header #search {
  border: 1px solid #008bd2;
  background: #ffffff;
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 3px;
  display: none;
}
header #search button {
  background: #008bd2;
  color: #ffffff;
  border: 1px solid #008bd2;
}
header #search input {
  border: none;
  width: 200px;
  outline: none !important;
  padding: 0 10px;
}
header .top-menu {
  position: absolute;
  z-index: 2;
  top: 3px;
  right: 10px;
  left: 0;
  text-align: right;
}
header .top-menu li {
  display: inline-block;
  border-right: 1px solid #e4e4e4;
  padding: 0 5px;
}
header .top-menu li a {
  color: #7f7f7f;
}
header .top-menu li a._search i {
  margin-right: 10px;
}
header .top-menu li:last-child {
  border: none;
}
header nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
header nav .navbar-brand {
  padding: 20px 0 10px 0;
  position: relative;
}
header nav .navbar-brand img {
  max-height: 50px;
  width: auto;
}
header nav .navbar-toggler {
  outline: none;
  padding: 5px 0 0;
}
header nav .navbar-toggler .navbar-toggler-icon {
  outline: none;
  color: #000000;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
header nav .navbar-nav {
  margin-top: 40px;
}
header nav .navbar-nav > li {
  margin-left: 30px;
  position: relative;
}
header nav .navbar-nav > li:before,
header nav .navbar-nav > li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header nav .navbar-nav > li:before {
  left: 0;
  right: 0;
  background: #d3e7f8;
}
header nav .navbar-nav > li:after {
  left: 1px;
  background: #ffffff;
  width: 1px;
}
header nav .navbar-nav > li > a {
  font-size: 16px;
  text-transform: uppercase;
  color: #000000;
  padding: 5px 15px;
  position: relative;
  z-index: 1;
}
header nav .navbar-nav > li ul {
  position: absolute;
  top: 100%;
  margin-top: -30px;
  opacity: 0;
  visibility: hidden;
  padding: 15px 5px 5px;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 2px solid #7f7f7f;
  min-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	width:275px;
	
}
header nav .navbar-nav > li ul li a {
  display: block;
  border-bottom: 1px solid #7f7f7f;
  padding: 5px;
  color:black;
}
header nav .navbar-nav > li ul li:last-child a {
  border-bottom: none;
}
header nav .navbar-nav > li.green ul,
header nav .navbar-nav > li:nth-child(1) ul {
  border-bottom-color: #8aa220;
}
header nav .navbar-nav > li.green ul li a,
header nav .navbar-nav > li:nth-child(1) ul li a {
  border-bottom-color: #8aa220;
}  
header nav .navbar-nav > li.green ul li a:hover,
header nav .navbar-nav > li:nth-child(1) ul li a:hover {
color: #8aa220;
}
header nav .navbar-nav > li.orange ul,
header nav .navbar-nav > li:nth-child(2) ul {
  border-bottom-color: #e6a300;
}
header nav .navbar-nav > li.orange ul li a,
header nav .navbar-nav > li:nth-child(2) ul li a {
  border-bottom-color: #e6a300;
}
header nav .navbar-nav > li.orange ul li a:hover,
header nav .navbar-nav > li:nth-child(2) ul li a:hover {
  color: #e6a300;
}
header nav .navbar-nav > li.blue ul,
header nav .navbar-nav > li:nth-child(3) ul {
  border-bottom-color: #6cbaca;
}
header nav .navbar-nav > li.blue ul li a,
header nav .navbar-nav > li:nth-child(3) ul li a {
  border-bottom-color: #6cbaca;
}
header nav .navbar-nav > li.blue ul li a:hover,
header nav .navbar-nav > li:nth-child(3) ul li a:hover {
  color: #6cbaca;
}
header nav .navbar-nav > li:hover:before,
header nav .navbar-nav > li.current-menu-parent:before,
header nav .navbar-nav > li.current-menu-item:before,
header nav .navbar-nav > li:hover:after,
header nav .navbar-nav > li.current-menu-parent:after,
header nav .navbar-nav > li.current-menu-item:after {
  opacity: 1;
  transform: skewX(-25deg);
}
header nav .navbar-nav > li:hover ul {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}
header nav .navbar-nav > li span {
	font-size:12px;
	color: #000;
	display: block;
	margin-top:2px;
	margin-bottom: 2px;
	line-height: 14px;
	word-break:normal;
}
header nav .navbar-nav > li img {
	float: right;
    max-height: 17px;
    widt: auto;
    width: auto;
}
.hero .slides {
  position: relative;
}
.hero .slides .item {
  position: relative;
}
.hero .slides .item .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero .slides .item .inner .container {
  position: relative;
}
.hero .slides .item .inner .text {
  position: absolute;
  top: 40px;
  max-width: 360px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.75);
}
.hero .slides .item .inner .text h5 {
  text-transform: uppercase;
  margin-bottom: 5px;
}
.hero .slides .item .inner .text h3 {
  text-transform: uppercase;
}
.hero .slides .item .inner .text a {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 900;
  color: #ffffff;
  background: #000000;
}
.hero .slides .item .inner .text a:after {
  content: " \f061";
  font-family: FontAwesome;
  margin-left: 10px;
}
.hero .slides .item.right .inner .text {
  right: 0;
}
.hero .slides .item.orange .inner .text h5 {
  color: #e6a300;
}
.hero .slides .item.orange .inner .text a {
  border: #e6a300 2px solid;
  background: #e6a300;
}
.hero .slides .item.orange .inner .text a:hover {
  background: white;
  border: #e6a300 2px solid;
  color:#e6a300;
}
.hero .slides .item.green .inner .text h5 {
  color: #8aa220;
}
.hero .slides .item.green .inner .text a {
  border: #8aa220 2px solid;
  background: #8aa220;
}
.hero .slides .item.green .inner .text a:hover {
  background: white;
  border: #8aa220 2px solid;
  color:#8aa220;
}
.hero .slides .item.light_blue  .inner .text h5 {
  color: #6cbaca;
}
.hero .slides .item.light_blue  .inner .text a {
  border: #6cbaca 2px solid;
  background: #6cbaca;
}
.hero .slides .item.light_blue  .inner .text a:hover {
  background: white;
  border: #6cbaca 2px solid;
  color:#6cbaca;
}
.hero .slides .item.blue .inner .text h5 {
  color: #008bd2;
}
.hero .slides .item.blue .inner .text a {
  border: #008bd2 2px solid;
  background: #008bd2;
}
.hero .slides .item.blue .inner .text a:hover {
  background: white;
  border: #008bd2 2px solid;
  color:#008bd2;
}
.hero .slides .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: transparent;
  outline: none !important;
  cursor: pointer;
  z-index: 999;
}
.hero .slides .slick-arrow:before {
  font-family: FontAwesome;
  color: white;
  font-size: 30px;
}
.hero .slides .slick-arrow.slick-prev {
  left: 5px;
}
.hero .slides .slick-arrow.slick-prev:before {
  content: "\f060";
}
.hero .slides .slick-arrow.slick-next {
  right: 5px;
}
.hero .slides .slick-arrow.slick-next:before {
  content: "\f061";
}
.hero .slides .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.hero .slides .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.hero .slides .slick-dots li {
  margin: 0 5px;
  display: inline-block;
  color: transparent;
  border: 1px solid #008bd2;
  background: #ffffff;
  width: 21px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.hero .slides .slick-dots li:first-of-type {
    width:22px;
}

.hero .slides .slick-dots li button {
  color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  background: #ffffff;
  /*border: 2px solid white;*/
  /*width: 18px;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero .slides .slick-dots li.slick-active button {
  background: #008bd2;
}
.content {
  padding: 60px 0 0;
}
.content h3 {
  color: #008bd2;
}
.content h3 + .row {
  margin-top: 50px;
}
.content .row:not(:last-child) {
  margin-bottom: 50px;
}
.content .contact {
  padding: 30px 0;
}
.content #breadcrumbs {
	font-size:80%;
	margin-top:-40px;
	margin-bottom:0;
}
.content #breadcrumbs a {
	color:#666;
}
.content #breadcrumbs a:hover {
	text-decoration: underline;
}
.line {
  border: 1px solid #e4e4e4;
  padding: 15px;
  position: relative;
}
/*.line.more {
  padding-bottom: 60px;
}*/
.line + .line {
  margin-top: 30px;
}
.line h3 {
  text-transform: uppercase;
}
/*.line p:last-child {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}*/
.line p:last-child a {
  display: inline-block;
  border: 1px solid #e4e4e4;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: 900;
}
.line p:last-child a:after {
  content: " \f061";
  font-family: FontAwesome;
  margin-left: 10px;
}
.line ul li {
  position: relative;
  padding-left: 15px;
}
.content ul li:before {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
}
.line ul li a {
  color: #000000;
}
.line.line_green {
  border-color: #8aa220;
}
.line.line_green a:hover,
.line.line_green h3,
.line.line_green h5 {
  color: #8aa220;
}
.line.line_green p:last-child a {
  border-color: #8aa220;
  color: #8aa220;
}
.line.line_green p:last-child a:hover {
  background-color: #8aa220;
  color:white;
}
/*ICON LIST*/
.line.links ul li {
  padding-left: 30px !important;
  margin-bottom: 5px;
}
.line.links ul li:last-child {
  margin-bottom: 0;
}
.line.links ul li:before {
  display: none;
}
.line.links ul li img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 20px;
  height: auto;
}
.line.line_green.links ul li a, 
.line.line_green.links ul li {
  color: #8aa220;
}
.line.line_orange.links ul li a, 
.line.line_orange.links ul li {
  color: #e6a300;
}
.line.line_blue_light.links ul li a, 
.line.line_blue_light.links ul li {
  color: #6cbaca;
}
.line.line_blue.links ul li a, 
.line.line_blue.links ul li {
  color: #008bd2;
}

.line.line_orange {
  border-color: #e6a300;
}
.line.line_orange a:hover,
.line.line_orange h3,
.line.line_orange h5 {
  color: #e6a300;
}
.line.line_orange p:last-child a {
  border-color: #e6a300;
  color: #e6a300;
}
.line.line_orange p:last-child a:hover {
  background-color: #e6a300;
  color: white;
}
.line.line_blue {
  border-color: #008bd2;
}
.line.line_blue a:hover,
.line.line_blue h3,
.line.line_blue h5 {
  color: #008bd2;
}
.line.line_blue p:last-child a {
  border-color: #008bd2;
  color: #008bd2;
}
.line.line_blue p:last-child a:hover {
  background-color: #008bd2;
  color: white;
}
.line.line_blue_light {
  border-color: #6cbaca;
}
.line.line_blue_light h3,
.line.line_blue_light h5 {
  color: #6cbaca;
}
.line.line_blue_light p:last-child a {
  border-color: #6cbaca;
  color: #6cbaca;
}
.line.line_blue_light p:last-child a:hover {
  background-color: #6cbaca;
  color: white;
}
.box_blue {
  background: #008bd2;
  color: #ffffff;
  padding: 15px;
}
.box_blue h3 {
  color: #ffffff;
  text-transform: uppercase;
}
.box_blue p + hr {
  margin-top: -10px;
}
.box_blue hr {
  border-color: #ffffff;
  margin: 5px 0;
}
.box_blue a {
  color: #ffffff;
}
.box_blue strong {
	font-weight:900;
}
.box_blue ul li {
  margin-bottom: 5px;
}
.box_blue ul li i {
  min-width: 20px;
}
.contact {
  padding: 60px 0;
}
.contact h2 {
  text-align: center;
}
#downloads {
    margin-bottom:125px;
}
#downloads h3 {
	margin-bottom:30px;
}
#downloads .dl-row {
	margin:10px 0 30px 0;
}
#downloads .dl-box {
	margin-bottom:15px;
}

#downloads .dl-box h3 {
	color:black;
	margin-bottom:15px;
}
#downloads .dl-box a.dl-link  {
	display: flex;
	justify-content: center;
    align-content: center;
	align-items:center;
	padding:15px 0;
	background-color:#e5e5e5;
	height:340px;
	vertical-align: middle;
}
#downloads .dl-box img {
	max-width:100%;
	max-height:315px;
	padding:0 10px;
	height:auto;
	text-align: center;
}
footer {
  margin-top:40px;
  background: #e4e4e4;
  padding: 15px 0;
}
footer .row img {
  margin-bottom: 20px;
}
footer .row > div h4 {
  border-bottom: 2px solid #7f7f7f;
  text-transform: uppercase;
  padding-bottom: 5px;
}
footer .row > div ul li a {
  color: #000000;
}
footer .row > div a:hover {
  color: #7f7f7f;
}
footer .row > div h4 a{
	color: #000;
}
footer .row > div.green h4,
footer .row > div:nth-child(1) h4 {
  border-bottom-color: #8aa220;
}
footer .row > div.green ul li a:hover,
footer .row > div:nth-child(1) a:hover {
  color: #8aa220;
}
footer .row > div.orange h4,
footer .row > div:nth-child(2) h4 {
  border-bottom-color: #e6a300;
}
footer .row > div.orange ul li a:hover,
footer .row > div:nth-child(2) a:hover {
  color: #e6a300;
}
footer .row > div.blue h4,
footer .row > div:nth-child(3) h4 {
  border-bottom-color: #6cbaca;
}
footer .row > div.blue ul li a:hover,
footer .row > div:nth-child(3) a:hover {
  color: #008bd2;
}
footer .row > div p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 10px;
}
footer .row > div p:first-child {
  margin-top: 45px;
}
footer .row > div p.socials a {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #7f7f7f;
  height: 30px;
  width: 30px;
  position: relative;
  font-size: 20px;
  color: #000000;
}
footer .row > div p.socials a > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-homepage .content h1 {
  text-align: center;
}
.page-homepage .content h1 + h3 {
  text-align: center;
}
.page-template-page-produktpalette .content .top_logo {
  margin-bottom: 50px;
  overflow: hidden;
}
.page-template-page-produktpalette .content .top_logo img {
	width:100%;
}
.page-template-page-produktpalette .content .image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-template-page-produktpalette .content .image .title {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
}
.page-template-page-produktpalette .content .image:after {
  content: "\f055";
  font-family: FontAwesome;
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 20px;
  color: #7f7f7f;
}
.page-template-page-produktpalette .content .image img {
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0;
}
.page-template-page-produktpalette .content ul li {
  position: relative;
  padding-left: 15px;
}

.page-template-page-produktpalette .content ul li a {
  color: #000000;
}
.page-template-page-produktpalette .content .box_blue {
  height: 100%;
}
.page-template-page-produktpalette .content .box_blue ul li a {
  color: #ffffff;
}
.search article {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.search article h2 {
  margin-bottom: 15px;
}
#contact .map {
	padding-bottom:35px;
	
}
#contact .row{
	line-height:normal;
}
@media (max-width: 1250px) {
  .hero .slides .item.right .inner .text {
    right: 60px;
  }
  .hero .slides .item.left .inner .text {
    left: 60px;
  }
}
@media (max-width: 1090px) {
  header nav .navbar-nav > li {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  header .top-menu {
    display: none;
  }
  header nav .navbar-nav {
    margin-top: 0;
    padding-top: 10px;
  }
  header nav .navbar-nav > li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  header nav .navbar-nav > li:before,
  header nav .navbar-nav > li:after {
    display: none;
  }
  header nav .navbar-nav > li ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    margin: 0 0 0 15px;
    padding: 0;
  }
  header nav .navbar-nav > li ul li a {
    padding: 0;
  }
  .content #breadcrumbs {
	display:none;
  }
  footer .row > div img {
    max-width: 175px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  header nav .navbar-nav {
    padding: 10px 0;
  }
  header nav .navbar-nav li {
    margin: 5px 0;
  }
  .hero .slides .item .inner .text h3 + p {
    display: none;
  }
}
@media (max-width: 576px) {
  .hero .slides .item .inner .text {
    display: none;
  }
  footer .row > div p:first-child {
    margin-top: 0;
  }
}
