/*
Theme Name: Kabelkonfektion Alder
Author: LexoGmbH
Author URI: https://www.lexo.ch/
*/

/*///////////////  ADDITIONAL STYLES  ///////////////*/

.openstreet_map {
    height: 350px;
    position: relative;
}

.openstreet_map .map_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(0 0 0 / 10%);
    cursor: pointer;
}
.openstreet_map iframe {
    vertical-align: top;
}
.map_iframe_overlay_remove .openstreet_map .map_overlay,
.openstreet_map.map_iframe_overlay_remove .map_overlay {
    z-index: -1;
}


.about.partners h3 {
    margin-top: 36px;
}
footer.footer {
    margin-top: 47px;
}
body.home footer.footer {
    margin-top: 0px;
}
.news_content {
	margin-top: 40px;
}
section.contactup .date {
    color: #fff;
    font-size: 18px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}
.news_single .container {
    padding-bottom: 45px;
}
.news_single.contactup h1 {
    margin-top: 75px;
    margin-bottom: 15px;
}
.visible_on_mobile {
	display: none;
}
.news1:nth-child(odd) {
    float: left;
    clear: left;
}
.centered {
    text-align: center;
}

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

*{
	outline: none;
}

.editor_ui_top{
  border-top: 0px dashed gray;
}
.editor_ui_right{
  border-right: 0px dashed gray;
}
.editor_ui_left{
  border-left: 0px dashed gray;
}
.clearfix{
  border-bottom: 0px dashed gray;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #7f7f7f;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #7f7f7f;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #7f7f7f;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #7f7f7f;
}

.img100 img,
img.img100 {
	width: 100%;
	height: auto;
}
.upline {
	border-top:7px solid #a9151a;
}

.header {
	padding-top:28px;
	padding-bottom:0px;
	font-family: 'Cabin-Regular', sans-serif;
}

.header p {
	color:#808080;
	font-size:16px;
	margin-top:16px;
	float:left;
	font-family: 'Cabin-SemiBold', sans-serif;
	background:url('img/headerp.png') no-repeat center right;
	height:18px;
	padding-right:15px;
	padding-left:15px;
}	


.header p:last-child {
	background:none;
	padding-right:0;
}

.header .rightp {
	float:right;
}

.nav {
	background-color:#292929;
	display:block;
	height:68px;
	position:relative;
	z-index:1;
	margin-top:28px;
	overflow:hidden;
}

.nav ul {
	list-style:none;
	padding:0;
	margin:0;
	margin-top:-1px;
}

.nav ul li {
	float:left;
	text-transform:uppercase;
	font-family: 'Cabin-Bold', sans-serif;
	font-size:16px;
	background:url(img/menuline.png) no-repeat right center;
	margin:0;
}

ul#menu-main li:before {
    display: none;
}
.home-icon a:after {
    content: "\f015";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px !important;
    color: #fff !important;
}
li.menu-item.home-icon {
    font-size: 0px;
}
.nav ul li:last-child {
	background-image:none;
}

.nav ul li a {
	display:block;
	color:#e4e4e4;
	padding:25px 13px;
	outline: 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
	-moz-transition: all 0.35s ease-in-out 0s;
	-ms-transition: all 0.35s ease-in-out 0s;
	-o-transition: all 0.35s ease-in-out 0s;
	transition: all 0.35s ease-in-out 0s;
}

.nav ul li a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#cb171e;
	
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
.current_page_ancestor a,
.current_page_parent a,
.current_menu_item_parent a,
.current-menu-item a
{
    text-decoration:none;
	color:#fff !important;
    background-color: #cb171e !important;
    background-image: none !important;
}

.nav ul li a:focus {
	text-decoration:none;
}

.nav .current_page_item a {
	background:none !important;
	background-color:#cb171e !important;
	margin-left:-1px;
	color:#fff !important;
}

.navbar-toggle {
    margin-top: 17px;
}

.nav .homepage a:before {
	content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	font-size:18px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.bx-wrapper h3 {
	font-size:49px;
	font-family: 'Cabin-Bold', sans-serif;
	color:#fff;
	display:block;
	width:550px;
	text-transform:uppercase;
    margin-bottom: 16px;
}

.bx-wrapper .sliderText {
	font-size:18px;
	font-family: 'Cabin-Regular', sans-serif;
	color:#fff;
	display:block;
	width:300px;
	line-height:20px;
    margin-bottom: 28px;
}

.bx-wrapper .more {
	font-size:14px;
	font-family: 'Cabin-Regular', sans-serif;
	color:#fff;
	display:inline-block;
    padding: 13px 19px;
	border:1px solid #FFF;
}

.bx-wrapper .more:hover {
	color:#fff;
	background-color:#cb171e;
	-webkit-transition: all 0.25s ease-in-out 0s;
  	-moz-transition: all 0.25s ease-in-out 0s;
  	-ms-transition: all 0.25s ease-in-out 0s;
  	-o-transition: all 0.25s ease-in-out 0s;
  	transition: all 0.25s ease-in-out 0s;
}

.container100 {
	position: relative;
	height: 100%;
}

.homeSlide {
	height: 537px;
	background-size: cover;
	background-position: center center;
}

.sliderContent {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-wrapper {
	position:relative;
	z-index:5;
}
.slider {
    position: relative;
    top: -35px;
    z-index: 1;
}
.home-slider.owl-carousel.owl-theme.owl-loaded {
    position: relative;
}
.owl-dots {
    position: absolute;
    bottom: 5%;
    display: block;
    text-align: center;
    width: 100%;
    left: 0px;
}
.owl-dot {
    width: 60px;
    height: 7px;
    background: #fff;
    display: inline-block;
    margin:0px 5px;
}
.owl-dot:hover,
.owl-dot.active 
{
	background: #cb171e;
}
.caption {
    position: absolute;
    top: 22%;
    left: 0px;
    display: block;
    width: 100%;
}
.captionWrapper {
    max-width: 80%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}
.captionWrapper h3 {
	font-size: 49px;
	color:#fff;
	line-height: 1;
	font-weight: 700;
}
.captionWrapper h3 {
	font-size: 49px !important;
	color:#fff;
	line-height: 1.2;
	font-weight: 700;
}
.captionWrapper .sliderText{
	font-size: 18px;
	color:#fff;
	line-height: 1.4;
	font-weight: 700;
	width: 50%;
}
.slider a.button-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    line-height: 46px;
    height: 46px;
    display: inline-block;
    padding: 0px 20px;
    margin-top: 25px;
    box-shadow: 0px 0px 5px #000;
}
.slider a.button-link:hover {
    background: #cb171e;
}
#menu-menu ul {
	height:100%;
}
#menu-menu li:before {
	display: none;
}

.navigacijaright {
	padding-right:0 !important;
}

.navigacijaleft {
	padding-left:0 !important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.willkommen {
	margin-top:12px;	
}

.willkommen h1 {
	font-family: 'Cabin-Bold', sans-serif;
	background:url('img/h3bg.png') no-repeat bottom center;
	text-align:center;
	display:block;
    padding-bottom: 21px;
	color:#808080;
	font-size:36px;
	text-transform:uppercase;
	margin:0;
}

.willkommen h4 {
	font-family: 'Cabin-Bold', sans-serif;
	display:block;
	color:#808080;
	font-size:22px;
	text-transform:uppercase;
	margin:0;
}
.willkommen h4:hover {
    color: #cb171e;
    -webkit-transition: all 0.20s ease-in-out 0s;
  	-moz-transition: all 0.20s ease-in-out 0s;
  	-ms-transition: all 0.20s ease-in-out 0s;
  	-o-transition: all 0.20s ease-in-out 0s;
  	transition: all 0.20s ease-in-out 0s;
}

.willkommen .willkommenSub {
	font-family: 'Cabin-Bold', sans-serif;
	font-size:18px;
	margin-top: 24px;
	color:#cb171e;
	text-align:center;
}

.willkommen .willkommenbox .recent_news_text_wrapper {
	font-family: 'Cabin-SemiBold', sans-serif;
	font-size:16px;
	margin-top:20px;
	color:#292929;
	text-align:left;
}

.willkommenbox {
    margin-top: 38px;
    height: calc(100% - 38px);
    padding-bottom: 31px;
}

.willkommenbox .imageholder {
	border-bottom:4px solid #cb171e;
    max-width: 360px;
    margin: 0 auto 24px;
}

.willkommenbox .imageholder img {
	width:100%;
}

.willkommenbox .more {
	font-family: 'Cabin-Regular', sans-serif;
	font-size:16px;
	color:#cb171e;
	position: absolute;
	bottom: 0px;
}

.willkommenbox .more:after {
	content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	margin-left:5px;
	transition: all 0.10s ease-in-out 0s;
	
}

.willkommenbox .more:hover {
	color:#a30006;
	
}

.willkommenbox .more:hover:after {
	transition: all 0.10s ease-in-out 0s;
	transform: translateX(10px);
	margin-left:10px;
}


/*QUOTE*/

.willkommen2 {
	background:url('img/section-quote.jpg') no-repeat top center;
	min-height:100px;
	margin-top:51px;
}

.willkommen2 .zitat_wrapper {
	font-family: 'Cabin-Regular', sans-serif;
	font-size:28px;
	color:#fff;
	text-align:center;
	margin: 72px 0px;
}

/*partneri*/

.partners {
	margin-top:20px;	
}


.partners-logos {
	margin-top:32px;
    text-align: center;
}
.partners-logos p {
	text-align:center;
	margin-top:15px !important;
}

.partners-logos img {
	border:1px solid #f4f4f4;
	text-align:center;
	-webkit-transition: all 0.20s ease-in-out 0s;
  	-moz-transition: all 0.20s ease-in-out 0s;
  	-ms-transition: all 0.20s ease-in-out 0s;
  	-o-transition: all 0.20s ease-in-out 0s;
  	transition: all 0.20s ease-in-out 0s;
}
.partners-logos img:hover {
    border-color: #cb171e;
}
.center {
	text-align:center;
}

.menuright {
	background-color:#3c3c3c; 
	display:block; 
	color:#e4e4e4; 
	padding:23px 15px; 
	text-decoration:none; 
	text-transform:uppercase; 
	letter-spacing:-1; 
	font-family: 'Cabin-Bold', sans-serif;
	font-size:13px;
}

/*ABOUT*/

.about:not(.partners) {
	background: #EEEEEE;
    padding-bottom: 60px;
}

.about h3 {
	font-family: 'Cabin-Bold', sans-serif;
	background:url('img/h3bg.png') no-repeat bottom center;
	text-align:center;
	display:block;
	padding-bottom:20px;
	margin-top:57px;
	color:#808080;
	font-size:36px;
	text-transform:uppercase;
}

.about.partners h3 {
	margin-top: 16px;
}

.about h4 {
	font-family: 'Cabin-Bold', sans-serif;
	display:block;
	color:#808080;
	font-size:22px;
	text-transform:uppercase;
	margin:0;
}

.about .ispodnaslova {
	font-family: 'Cabin-Bold', sans-serif;
	font-size:18px;
	margin-top:24px;
	color:#cb171e;
	text-align:center;
    margin-bottom: 15px;
}

.about .home_about_short_text {
	font-family: 'Cabin-Regular', sans-serif;
	font-size:16px;
	color:#292929;
	text-align:left;
	line-height:22px;
	margin-bottom:15px;
	margin-top:-4px;
}

.about .margin20 {
    margin-top: 26px;
}


.aboutmore {
	font-family: 'Cabin-Regular', sans-serif;
	
}

.aboutmore i {
	width:20px;
	text-align:center;
}

.aboutmore span {
	display:block;
	color:#292929;
	font-size:15px;
	margin-bottom:8px;
	margin-top:8px;
}


.aboutmore a {
	color:#292929;
}

.aboutmore a:hover {
	color:#cb171e;
}

.aboutkontakt {
    display: inline-block;
}

.partner_short_text {
	text-align:center; 
	color:#747474; 
	font-family: 'Cabin-Regular', sans-serif;
	margin-top: 20px;
	font-size: 16px;
	margin-bottom: 20px;
}

.aboutkontakt a {
	display:block;
	float:left;
	border:1px solid #cb171e;
	color:#cb171e;
	padding:13px 25px;
	font-size:14px;
	text-transform:uppercase;
	margin-top:8px;
	font-weight:600;
	
	-webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

.aboutkontakt a:hover {
	color:#fff;
	background-color:#cb171e;
	text-decoration:none;
	
  -webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

p.spam-notice {
    margin: 5px 0px !important;
}

/*PAGE ABOUT*/

.pageabout {
	font-family: 'Cabin-Regular', sans-serif;
    margin-top: 10px;
}

.pageabout .aboutslika {
	float:left;
	margin-right:20px;
	margin-top:1px;
	width:132px;
	height:132px;	
	
}


.pageabout p {
	margin-bottom:28px;
	font-size:16px;
	margin-top:-4px;
	/*text-align:justify;*/
	line-height: 21px;
}

.pageabout .aboutimage img {
	width: 100%;
	height: auto;
} 

img {
	max-width:100%;
	height: auto;
}

.aboutmore.centered {
    text-align: center;
}

/*tesla*/

.home .tesla {
	background:url('img/section-tesla-new.jpg') no-repeat top center;
	background-size: cover;
    min-height: 717px;
    margin-top: 47px;
    padding-bottom: 50px;
}

.tesla h3 {
	font-family: 'Cabin-Bold', sans-serif;
	background:url('img/h3bg.png') no-repeat bottom center;
	text-align:center;
	display:block;
	padding-bottom:20px;
	margin-top:22px;
	color:#fff;
	font-size:36px;
	text-transform:uppercase;
}

.tesla img {
	margin:0 auto;
}

.tesla .ispodnaslova {
	font-family: 'Cabin-Bold', sans-serif;
	font-size:18px;
	margin-top:24px;
	color:#fff;
	text-align:center;
}

.tesla .tekst {
	margin-top:50px;
}

.tesla h4 {
	color:#cb171e;
	font-size:16px;
	font-weight:bold;
}

.tesla .tekst p {
	color:#fff;
	font-size:16px;
	/*text-align:justify;*/
	line-height:22px;
	font-family: 'Cabin-Regular', sans-serif;
	margin-bottom:38px;
}

.tesla .tekst a {
	padding:15px 30px;
	border:1px solid #fff;
	color:#fff;
	background: rgba(0, 0, 0, .2);
    display: inline-block;
	
	-webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

.tesla .tekst a:hover {
	text-decoration:none;
	background-color:#cb171e;
	
  -webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}


.lexo {
	background:url('img/section-lexo.jpg') no-repeat bottom center;
	min-height:575px;
	background-size:cover;
}

.center {
	text-align:center;
    float: none;
    display: inline-block;
}

.lexo .lexologo {
	margin-top:110px;
}

.lexo p {
	font-family: 'Cabin-Regular', sans-serif;
	color:#fff;
	margin-top:40px;
	background:url('img/h3bg-white.png') no-repeat bottom center;
	padding-bottom:20px;
	margin-bottom:50px;
	font-size:40px;
}

.lexo .tekst {
	margin-top:40px;
}

.lexo a {
	font-family: 'Cabin-Bold', sans-serif;
	color:#fff;
	font-size:18px;
	padding:13px 20px;
	border:1px solid #fff;
	background: rgba(0, 0, 0, .2);
	margin-top:30px;
	-webkit-transition: all 0.20s ease-in-out 0s;
  	-moz-transition: all 0.20s ease-in-out 0s;
  	-ms-transition: all 0.20s ease-in-out 0s;
  	-o-transition: all 0.20s ease-in-out 0s;
  	transition: all 0.20s ease-in-out 0s;
}

.lexo a:hover {
	text-decoration:none;
	color:#fff;
	background: rgba(0, 0, 0, 0.5);
}
	

.footer {
	font-family: 'Cabin-Regular', sans-serif;
	min-height:400px;
	background-color:#222222;
	padding-top:20px;
}

.footer p {
	color:#fff;
	line-height:24px;
}

.footer h5 {
	font-size: 18px !important;
    color: #fff !important;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Cabin-Bold', sans-serif;
}

.footerbox {
	border-right:1px solid #424242;
	padding-bottom:50px;
	padding-top:20px;
	padding-left:20px !important;
	padding-right:30px !important;
	min-height:350px;
}

.footerbox:last-of-type {
	border:none;
	padding-right:0 !important;
}

.footerbox:first-of-type {
	padding-left:15px !important;
}

.footerbox1 a {
	font-family: 'Cabin-Bold', sans-serif;
	color:#fff;
	display:block;
	width:100px;
	text-align:center;
	padding:13px 0;
	border:1px solid #fff;
	background: rgba(0, 0, 0, .2);
	margin-top:20px;
	
	-webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

.footerbox1 a:hover {
	text-decoration:none;
	color:#fff;
	background-color:#cb171e;
	
  -webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

.footerbox1 p {
	display:block;
	margin-bottom:10px;
    font-size: 14px;
}

.footerbox2 {
	border-bottom:1px solid #424242;
	margin-bottom:10px;
}

.footerbox2:last-of-type {
	border-bottom:none;
}

.footerbox2 a {
	line-height:20px;
	font-size:14px;
	color:#fff;
	
	-webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

.footerbox2 a:hover {
	text-decoration:none;
	color:#cb171e;
	
	
  -webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

.footerbox2 .date {
	color:#929292;
	font-size:12px;
	margin-bottom:0;
	margin-top:0;
}

.footerbox2 .post_url {
	margin-bottom:15px;
}

.footerbox2 p {
	margin-bottom:5px;
}

.footerbox3 {
    margin-top: -3px;
}
.footerbox3 li {
	font-size: 14px;
    color: #ffffff;
    display: block;
    border-bottom: 1px solid #424242;
    line-height: 35px;
	text-decoration:none;
	-webkit-transition: all 0.20s ease-in-out 0s;
	-moz-transition: all 0.20s ease-in-out 0s;
	-ms-transition: all 0.20s ease-in-out 0s;
	-o-transition: all 0.20s ease-in-out 0s;
	transition: all 0.20s ease-in-out 0s;
}
.footerbox3 li:last-child {
	border:none;
}
.footerbox3 li a{
	color: #fff;
	text-decoration: none;
}
.footerbox3 li a:hover {
	color: #cb171e;
}

.footerbox4 {
	border-bottom:1px solid #424242;
	padding-bottom:10px;
	padding-top:10px;
	font-size:14px;
}

.footerbox4 i {
	display:block;
	font-size:35px;
	float:left;
	width:38px;
	height:38px;
	color:#747474;
	text-align:center;
	margin-right:15px;
	
	-webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

a {
	-webkit-transition: all 0.20s ease-in-out 0s;
	-moz-transition: all 0.20s ease-in-out 0s;
	-ms-transition: all 0.20s ease-in-out 0s;
	-o-transition: all 0.20s ease-in-out 0s;
	transition: all 0.20s ease-in-out 0s;
}

.footerbox4 p {
	line-height:normal;
}

.footerbox4 a {
	color: #fff;
}

.footerbox4 a:hover {
	color: #cb171e;
}

.footerdown {
	background-color:#eeeeee;
	padding:27px 0 18px 0;
}

.footerdown img {
	float:left;
	margin-right:15px;
}

.footerdown p {
	color:#222222;
	font-family: 'Cabin-Regular', sans-serif;
	text-transform:uppercase;
	line-height:31px;
}

.floatright {
}

.floatright p {
	float:right;
}


/* CONTACT */

div#response-holder {
    text-align: center;
}
input#submit {
    margin: 6px 0px;
    border: 1px solid #cb171e;
    background: #fff;
    background-image: none;
    color: #cb171e;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
input#submit:hover {
    color: #fff;
    border: 1px solid #cb171e;
    background: #cb171e
}
#googlecaptcha_wrapper:after,
#googlecaptcha_wrapper-side:after {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 10%;
    width: 34px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(images/gc_arrow.png);
}
label.error {
    display: none !important;
}
#contact-form .error {
    border: 1px solid red;
}
#googlecaptcha_wrapper,
#googlecaptcha_wrapper-side {
    position: absolute;
    top: 15px;
    right: 11px;
    opacity: 0.0001;
    visibility: hidden;
    -webkit-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -webkit-transform: translate(0,-150%) scale(0.95);
    -moz-transform: translate(0,-150%) scale(0.95);
    -ms-transform: translate(0,-150%) scale(0.95);
    -o-transform: translate(0,-150%) scale(0.95);
    transform: translate(0,-150%) scale(0.95);
}
#googlecaptcha_wrapper.active, 
#googlecaptcha_wrapper-side.active{
    opacity: 0.9999;
    visibility: visible;
    -webkit-transform: translate(0,-130%) scale(0.95);
    -moz-transform: translate(0,-130%) scale(0.95);
    -ms-transform: translate(0,-130%) scale(0.95);
    -o-transform: translate(0,-130%) scale(0.95);
    transform: translate(0,-130%) scale(0.95);
}
#submit-wrapper {
    border: 1px solid #e5e5e5;
    padding: 1px;
	background-color:#efefef;
	margin:10px 0;
}
.range-bar {
	background-image: url(images/arrows.gif);
	background-size: cover;
}
.slider-wrapper {
    position: relative;
    width: 100%;
	margin:6px 0;
}

input#submit {
    margin: 6px 0px;
}

.range-bar {
    position: relative;
    width: 100%;
    height: 50px;
    display: block;
	background-color:#efefef;
}


#contact-form .field_submit input[disabled] {
    cursor: not-allowed;
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
}

.field_submit input {
	height: 48px;
    background: #fff;
    background-image: none;
    text-transform: uppercase;
    color: #cb171e;
    border: 1px solid #cb171e;
}

.range-handle {
	font-family: 'Cabin-Regular', sans-serif;
	font-size:16px;
	background-color:#cb171e;
	color:#fff;
    position: absolute;
    width: 142px;
    height: 46px;
    cursor: e-resize;
	margin-top:2px;
	margin-left:2px;
}

.range-max, .range-min {
    z-index: -5;
}

.range-quantity {
    display: none;
}

.slider-wrapper .display-box-label {
    display: none;
}

.range-handle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '\f105';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align:right;
    font-size: 18px;
    line-height: 47px;
	padding-right:20px;
}

.range-handle:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: 'Spamschutz';
    text-transform: uppercase;
    color: #fff;
    text-align: left;
	padding-left:20px;
    font-family: 'Cabin-Regular', sans-serif;
    font-size: 14px;
    line-height: 47px;
}

button.klasa {
	border:1px solid #cb171e;
	background-color:#fff;
	padding:10px 0;
	text-align:center;
	height:50px;
	font-size:14px; 
	font-family: 'Cabin-Regular', sans-serif;
	text-transform:uppercase;
	color:#cb171e;
	width:20%;
	margin:10px 0;
	margin-left:1%;
	float:right;
	cursor:pointer !important;
}

button.klasa:disabled {
	border:1px solid #999;
	background-color:#fff;
	padding:10px 0;
	text-align:center;
	height:50px;
	font-size:14px; 
	font-family: 'Cabin-Regular', sans-serif;
	text-transform:uppercase;
	color:#999;
	width:20%;
	margin:10px 0;
	margin-left:1%;
	float:right;
	cursor:pointer !important;
}

#info-spam {
	display:none;
	font-family: 'Cabin-Regular', sans-serif;
	font-size:14px;
	color:#999;
}

#g_map {
	height: 350px;
	width: 100%;
}

.contactup {
	background-size:cover;
	position: relative;
	top: -35px;
	min-height:248px;
	margin:0;
	padding:0;
}

.contactup h1#top_title,
.contactup h2#top_title{
	font-family: 'Cabin-Bold', sans-serif;
	color:#fff;
	margin-top:115px;
	margin-bottom: 60px;
	font-size:50px;
	margin-left:0;
	padding-left:0;
	text-transform:uppercase;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}

.contact h3 {
	font-family: 'Cabin-Bold', sans-serif;
	background:url('img/h3bg.png') no-repeat bottom center;
	text-align:center;
	display:block;
	padding-bottom:20px;
	color:#cb171e;
	font-size:36px !important;
	text-transform:uppercase;
	margin:0;
}

.contact h5 {
	font-family: 'Cabin-Regular', sans-serif;
	font-size:22px !important;
	
}

.contact p {
	margin:18px 0;
}

.contact .aboutmore span {
	margin:18px 0;
}
	
hr {
	color:#dbdbdb;
    margin-bottom: 31px;
    margin-top: 31px;
}
h1#desc_title,
.unsere h3 {
	font-family: 'Cabin-Bold', sans-serif;
	background:url('img/h3bg.png') no-repeat bottom center;
	text-align:center;
	display:block;
	padding-bottom:20px;
	color:#cb171e;
	font-size:36px;
	text-transform:uppercase;
	margin-top:-10px;
}
.unsere.lazy-load {
    margin-top: 30px;
}
.unsere p {
	/*text-align:justify;*/
	font-size:16px;
	line-height:22px;
	margin-bottom:32px;
}
section.contact {
    margin-top: 30px;
}
section.pageabout {
    margin-bottom: 50px;
}
.unsere h4 {
	font-family: 'Cabin-Regular', sans-serif;
	font-size:16px !important;
	color:#cb171e;
	text-transform:uppercase;
	text-decoration:underline;
}

.margin40 {
	margin-top:40px;
}

.margin-40 {
	margin-bottom:40px;
}

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


.margin-55 {
	margin-bottom:55px;
}


.news1 {
	margin-top:15px;
	margin-bottom:25px;
}

.news1pic {
	background-color:#efefef;
	padding: 8px;
	-webkit-transition: all 0.20s ease-in-out 0s;
  	-moz-transition: all 0.20s ease-in-out 0s;
  	-ms-transition: all 0.20s ease-in-out 0s;
  	-o-transition: all 0.20s ease-in-out 0s;
  	transition: all 0.20s ease-in-out 0s;
}
.news1pic:hover {
    background-color: #cb171e;
}
.news1pic img {
	width:100%;
	height:auto;
}
.newstext {
    padding-bottom: 50px;
    position: relative;
}
	

.newstext h4 {
	font-size:16px;
	line-height:22px;
	color:#292929;
	text-decoration:none;
	margin-top:0;
	margin-bottom:5px;
	font-family: 'Cabin-Bold', sans-serif;
	-webkit-transition: all 0.20s ease-in-out 0s;
  	-moz-transition: all 0.20s ease-in-out 0s;
  	-ms-transition: all 0.20s ease-in-out 0s;
  	-o-transition: all 0.20s ease-in-out 0s;
  	transition: all 0.20s ease-in-out 0s;
  	min-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.newstext h4:hover {
	color:#cb171e;
	-webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}


.newstext .date {
	color:#8d8d8d;
	margin-bottom:5px;
}

.newstext .prevtext {
	color:#292929;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 22px;     /* fallback */
   max-height: 44px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
   margin-bottom: 12px;
}

.newstext .more {
	padding:13px 25px;
	color:#cb171e;
	border:1px solid #cb171e;
	text-transform:uppercase;
    position: absolute;
    bottom: 0px;
    left: 15px;
	
	-webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

.newstext .more:hover {
	background-color:#cb171e;
	color:#fff;
	
	-webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

a:hover {
	text-decoration:none;
}


.teslakabel {
}

.teslakabel .ispodnaslova {
	color:#787878;
}

.teslakabel p {
	/*text-align:justify;*/
	font-size:16px;
	line-height:22px;
	margin-bottom:32px;
}

.teslanews p {
	text-align:center;
	color:#747474;
	margin-top:20px;
	margin-bottom:50px;
	font-size:16px;
	line-height:20px;
}

.norightpadding {
	padding-right:10px !important;
}

input {
	height:50px;
	background-image:url('img/inputzvezdica.png');
	background-repeat:no-repeat;
	background-color:#efefef;
	background-position: right 10px center;
	border:none;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	margin:10px 0;
	color: #7f7f7f;
}

textarea {
	height:190px;
	width:100%;
	margin:10px 0;
	background-color:#efefef;
	border:none;
	padding-left:20px;
	padding-top:20px;
	color: #7f7f7f;
}

.flexbox {    
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}



input::-webkit-input-placeholder {
   color: #7f7f7f;
}

input:-moz-placeholder { /* Firefox 18- */
   color: #7f7f7f;  
}

input::-moz-placeholder {  /* Firefox 19+ */
   color: #7f7f7f;  
}

input:-ms-input-placeholder {  
   color: #7f7f7f;  
}
.minh328 {
	min-height:328px;
}

.news-image {
    display: inline-block;
    max-width: 100%;
    width: 450px;
    float: left;
    margin: 0px 20px 10px 0px;
}

.new1slika h2 {
	margin:0;
	font-family: 'Cabin-Regular', sans-serif;
	font-size:36px;
	margin-top:-6px;
}

.new1slika .date {
	color:#8d8d8d;
	margin-bottom:20px;
	margin-top:10px;
	font-size:14px;
}

.slider1slika img {
	margin:0 20px 20px 0;
}

.slider1slika h2 {
	margin:0;
	font-family: 'Cabin-Regular', sans-serif;
	font-size:36px;
	margin-top:-6px;
}

.slider1slika .date {
	color:#8d8d8d;
	margin-bottom:20px;
	margin-top:10px;
	font-size:14px;
}

.pdfdownload {
	float:right; 
	background-color:#3c3c3c; 
	display:block; 
	color:#e4e4e4; 
	padding:25px 25px; 
	width:101%; 
	margin-top:-1px; 
	margin-left:-8px; 
	text-decoration:none; 
	text-transform:uppercase; 
	letter-spacing:-3; 
	font-family: 'Cabin-Bold', sans-serif;
	font-size:16px;
	
	-webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

.pdfdownload:hover {
	background-color:#cb171e;
	
  -webkit-transition: all 0.20s ease-in-out 0s;
  -moz-transition: all 0.20s ease-in-out 0s;
  -ms-transition: all 0.20s ease-in-out 0s;
  -o-transition: all 0.20s ease-in-out 0s;
  transition: all 0.20s ease-in-out 0s;
}

.navigacijaleft a:hover {
	color:#fff;
}




.wpf-demo-1 {
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 0 #555;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.wpf-demo-1 img {
  height: 100%;
  width: 100%;
}
.wpf-demo-1:hover .view-caption {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wpf-demo-1:hover .view-caption a {
  padding-top: 30%;
}
.wpf-demo-1 .view-caption {
  background-color: rgba(203, 23, 30, 0.7);
  bottom: 0;
  color: #fff;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  right: 0;
  text-align: center;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.wpf-demo-1 .view-caption a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: 'Cabin-SemiBold', sans-serif;
  height: 100%;
  padding-top: 10%;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -ms-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////  MOBILE MENU  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.container-burger {
    display: table;
    position: relative;
    height: 67px;
    width: 100%;
}
#mobile-menu-burger {
    display: table-cell;
    vertical-align: middle;
}
div.burger {
    height: 27px;
    width: 40px;
    cursor: pointer;
    z-index: 10;
    display: block;
    position: relative;
    margin: 0 auto;
}
div.x,
div.y,
div.z {
    position: absolute; margin: auto;
    top: 0px; bottom: 0px;      
    background: #fff;
    border-radius:2px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}       
div.x, div.y, div.z { height: 4px; width: 34px; margin: 0px;}
div.x{top: 0px;}
div.y{top: 11px;}
div.z{top: 22px;}
div.collapse{
    top: 10px;
    -webkit-transition: all 70ms ease-out;
       -moz-transition: all 70ms ease-out;
        -ms-transition: all 70ms ease-out;
         -o-transition: all 70ms ease-out;
            transition: all 70ms ease-out;
}
 
.collapse {
    display: block;
}
div.rotate30{
    -ms-transform: rotate(30deg); 
    -webkit-transform: rotate(30deg); 
    transform: rotate(30deg);   
    -webkit-transition: all 50ms ease-out;
       -moz-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
         -o-transition: all 50ms ease-out;
            transition: all 50ms ease-out;                  
}
div.rotate150{
    -ms-transform: rotate(150deg); 
    -webkit-transform: rotate(150deg); 
    transform: rotate(150deg);  
    -webkit-transition: all 50ms ease-out;
       -moz-transition: all 50ms ease-out;
        -ms-transition: all 50ms ease-out;
         -o-transition: all 50ms ease-out;
            transition: all 50ms ease-out;                  
}

div.rotate45{
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);   
    -webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;                 
}
div.rotate135{
    -ms-transform: rotate(135deg); 
    -webkit-transform: rotate(135deg); 
    transform: rotate(135deg);  
    -webkit-transition: all 100ms ease-out;
       -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
         -o-transition: all 100ms ease-out;
            transition: all 100ms ease-out;                 
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////  MEDIA QUERY  ////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 1500px) {
	.captionWrapper {
		max-width: 100%;
	}
}
@media (max-width: 1300px) {
	.captionWrapper .sliderText {
		width:100%;
	}
	.caption {
		top:15%;
	}
}
@media (max-width: 1200px) {
	.nav ul li a,
	div#navbar
	{
	    border-top: 1px solid #fff;
	}
	li.menu-item.home-icon {
		font-size: 16px;
	}
	.home-icon a:after {
		display: none;
	}
	.visible_on_mobile {
		display: inline-block;
		height: 67px;
	}
	.navigacijaleft {
	    display: none;
	}
	.navigacijaright {
	    overflow: hidden;
        -webkit-transition: all 500ms ease-out;
           -moz-transition: all 500ms ease-out;
            -ms-transition: all 500ms ease-out;
             -o-transition: all 500ms ease-out;
                transition: all 500ms ease-out; 
	}
	.navigacijaright.activeMenu {
	    max-height: 100%;
	}
	.navigacijaright {
	    padding-right: 15px !important;
        min-height: 0px;
	}
	.nav {
	    background-color: #3c3c3c;
	    height: 68px;
	    margin-top: 8px;
	    overflow: visible;
	}
	.nav ul li {
	    float: none;
	    background: none;
	    background-color: #3c3c3c;
	    display: block;
	}
	.pageabout .aboutimage img {
	    margin-bottom: 30px;
	}
	.header p {
		color:#808080;
		font-size:14px;
		margin-top:20px;
		float:left;
		font-weight:600;
		background:url('img/headerp.png') no-repeat center right;
		height:18px;
		padding-right:5px;
		padding-left:5px;
	}	

	.pdfdownload {
		float:right; 
		background-color:#3c3c3c; 
		display:block; 
		color:#e4e4e4; 
		padding:27px 5px 27px 5px; 
		width:101%; 
		margin-top:-1px; 
		margin-left:-8px; 
		text-decoration:none; 
		text-transform:uppercase; 
		letter-spacing:-3; 
		font-weight:bold; 
		font-size:14px;
		text-align:center;
	}

	/*.bx-wrapper h3 {
		position:absolute;
		font-size:36px;
		font-family: 'Cabin-Bold', sans-serif;
		color:#fff;
		margin-top:80px;
		display:block;
		width:100%;
		text-transform:uppercase;
		text-align:center;
	}

	.bx-wrapper p {
		margin-top:120px;
		width:100%;
		text-align:center;
	}

	.bx-wrapper .more {
		display:block;
		width:200px;
		padding:10px 0;
		text-align:center;
		margin:0 auto;
		margin-top:160px;
		left:40%;
		
	}*/

	.absolutebottom {
		position:static;
	}

	.aboutkontakt a {
		margin-top: 8px;
	}

	.minh328 {
		min-height:280px;
	}


	.footerbox {
		border-right:none;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:20px !important;
		padding-right:20px !important;
		min-height:inherit;
	}

	.footerbox:first-of-type {
		padding-left:20px !important;
	}

	.footerbox:last-of-type {
		padding-right:20px !important;
		padding-bottom:30px;
	}

	.footerdown {
		background-color:#eeeeee;
		padding:10px 0 10px 0;
		text-align:center;
	}

	.footerdown img {
		margin-right:10px;
		margin-bottom:10px;
		float:none;
		text-align:center;
	}

	.footerdown p {
		font-size:11px;
		text-align:center;
		line-height:normal;
		
	}

	.floatright p {
		float:none;
	}

	.contactup {
		background-position:center;
		background-size:cover;
		position: relative;
		min-height:200px;
	}

	.contactup h1 {
		margin-top:90px;
		font-size:42px;
		text-align:center;
	}

	section.contactup.news_single {
	    text-align: center;
	}

	.newstext .prevtext {
		color:#292929;
		overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box;
	   line-height: 22px;     /* fallback */
	   max-height: 44px;      /* fallback */
	   -webkit-line-clamp: 2; /* number of lines to show */
	   -webkit-box-orient: vertical;
	}

	.newstext .more {
		padding:13px 25px;
		color:#cb171e;
		border:1px solid #cb171e;
		text-transform:uppercase;
		position:absolute; bottom:0;
	}

	.newstext .more:hover {
		background-color:#cb171e;
		color:#fff;
	}

	.pageabout p {
		font-size:14px;
		margin-bottom:15px;
	}

	.willkommen h4 {
		font-size:18px;
	}
	.captionWrapper h3 {
	    font-size: 38px !important;
	}
}
@media (max-width: 992px) {
	.page-template-template-news .same_height {
	    height: auto !important;
	}
	.owl-carousel .owl-item img {
	    min-height: 350px;
	}
	.captionWrapper {
	    max-width: 100%;
	}
	.captionWrapper h3 {
	    font-size: 30px !important;
	}
	input#submit {
	    margin: 10px 0px;
	}
	.contactup h1 {
	    font-size: 40px;
	}
	.new1slika img {
		max-width:350px;
	}

	.pageabout .aboutimage img {
	    margin-bottom: 30px;
	}

	.about .margin20 {
	    margin-top: 10px;
	}
	.logo { 
	text-align:center;}

	.header .rightp {
		float:none;
		text-align:center;
	}

	.pdfdownload {
		float:right; 
		background-color:#3c3c3c; 
		display:block; 
		color:#e4e4e4; 
		padding:20px 5px 15px 5px; 
		width:101%; 
		margin-top:-1px; 
		margin-left:-8px; 
		text-decoration:none; 
		text-transform:uppercase; 
		letter-spacing:-3; 
		font-weight:bold; 
		font-size:14px;
		text-align:center;
	}

	.contactup {
		background-position:center;
		background-size:cover;
		position: relative;
		min-height:200px;
	}

	.contactup h1 {
		text-align:center;
		margin-top:80px;
	}

	.news1pic {
		display:block;
		width:100%;
		height:auto;
		float:none;
		margin-right:15px;
		clear:both;
		margin-bottom:25px;
	}

	.newstext .more {
		padding:10px 25px;
	}

	.footerbox {
		border-right:none;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:20px !important;
		padding-right:20px !important;
		min-height:inherit;
	}

	.footerbox:first-of-type {
		padding-left:20px !important;
	}

	.footerbox:last-of-type {
		padding-right:20px !important;
		padding-bottom:30px;
	}

	.footerdown {
		background-color:#eeeeee;
		padding:10px 0 10px 0;
		text-align:center;
	}

	.footerdown img {
		margin-right:10px;
		margin-bottom:10px;
		float:none;
		text-align:center;
	}

	.footerdown p {
		font-size:11px;
		text-align:center;
		line-height:normal;
		
	}

	.floatright p {
		float:none;
	}


	/*.bx-wrapper h3 {
		position:absolute;
		font-size:26px;
		font-family: 'Cabin-Bold', sans-serif;
		color:#fff;
		margin-top:80px;
		display:block;
		width:100%;
		text-transform:uppercase;
		text-align:center;
	}

	.bx-wrapper p {
		visibility:hidden;
	}

	.bx-wrapper .more {
		visibility:hidden;
	}*/


	.aboutkontakt {
		text-align:center;
	}

	.aboutkontakt a {
		float: none;
		margin-top:15px;
		background-color:#fff;
	}

	.aboutkontakt a:hover {
		background-color:#cb171e !important;
		color:#fff;
	}

	.aboutmore i {
		width:20px;
		font-size:14px;
		text-align:center;
	}

	.aboutmore span {
		display:block;
		color:#292929;
		font-size:16px;
		margin-bottom:5px;
		margin-top:5px;
	}

	.aboutmore strong {
		margin-bottom:10px;
		font-size:16px;
	}

	.about .home_about_short_text {
		margin-bottom:30px;
		margin-top:30px;
		/*text-align: justify;*/
	}

	.minh328 {
		min-height:250px;
	}

	.home .aboutimage img {
		width: 100%;
		height: auto;
	}

	.absolutebottom {
		position:static;
	    margin-top: 50px;
	}

	.aboutkontakt {
	    width: 100%;
	    margin: 0 auto;
	    max-width: 300px;
	}

	.willkommen h4 {
		font-size:16px;
	}

	.willkommen .willkommenbox p {
		font-size:16px;
		margin-top:10px;
	}

	.aboutimage {
		text-align:center;
	}
}
@media (max-width: 768px) {
	.willkommen h1,
	.about h3
	{
		font-size: 30px;
	}
	.row.partners-logos .center {
	    margin-bottom: 40px;
	}
	.willkommenbox,
	.willkommen .willkommenbox .recent_news_text_wrapper
	{
	    text-align: center;
	}
	.willkommenbox .more {
		position: relative;
	}
	.partners-logos .item {
	    max-width: 360px;
	    margin: 0 auto;
	}
	.newstext h4 {
		max-height: none;
		min-height: auto;
		overflow: visible;
	}
	.about .home_about_short_text {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.home .aboutimage img {
	    width: 100%;
	    height: auto;
	}
	.willkommen2 p {
		font-size: 21px;
	}
	.flexbox {
		display: block;
	}
	.nav ul li {
		float:none;
		background:none;
		background-color:#3c3c3c; 
		display:block; 
	}
	.nav ul li:last-child {
		background:none;
		background-color:#3c3c3c; 
	}
	.nav ul li a {
		display:block;
		color:#e4e4e4;
		padding:15px 22px;
		outline: 0;
	}

	.nav ul li a:first-child {
		font-size:16px;
	}

	.nav ul li a:hover {
		text-decoration:none;
		color:#fff;
		background-color:#cb171e;
		
	}


	.nav .homepage a:before {
		content: "HOME";
		font-family: 'Cabin-Bold', sans-serif;
		font-size:15px;
	}

	.header p {
		font-size:14px;
		border:none;
		padding-left:0;
		margin:0 auto;
		margin-top:5px;
		text-align:center !important;
		float:none;
		background:none;
	}

	.header p:first-child {
		padding-left:0;
	}

	.header p:last-child {
		border:none;
		padding-right:0;
	}

	.header .rightp {
		float:none;
		text-align:center;
		margin-top:20px;
	    margin-bottom: 20px;

	}
	.contactup {
		background-position:center;
		background-size:cover;
		position: relative;
		min-height:148px;
	    top: 0px;
	    margin-top: 20px;
	    margin-bottom: 35px;
	}

	.contactup h1 {
		margin-top:70px;
		font-size:30px;
		text-align:center;
	}

	/*p {
		text-align:justify;
		margin:10px 0;
	}*/

	/*.pageabout .aboutslika {
		float:left;
		margin-right:10px;
		width:100px;
		height:100px;	
		
	}*/

	.aboutmore span {
		display:block;
		color:#292929;
		font-size:12px;
		margin-bottom:3px;
	}

	.about h4 {
		font-family: 'Cabin-Bold', sans-serif;
		display:block;
		color:#808080;
		font-size:22px;
		text-transform:uppercase;
		margin:0;
	}


	.partners-logos {
		margin-top:20px;
	}

	.partners-logos p {
		font-size:14px;
		line-height:normal;
		margin-top:5px;
		margin-bottom:20px;
		display:block;
	}

	.footerbox {
		border-right:1px solid #424242;
		padding-bottom:10px;
		padding-top:10px;
		padding-left:20px !important;
		padding-right:20px !important;
		min-height:inherit;
	}

	.footerbox:first-of-type {
		padding-left:20px !important;
	}

	.footerbox:last-of-type {
		padding-right:20px !important;
		padding-bottom:30px;
	}

	.footerdown {
		background-color:#eeeeee;
		padding:10px 0 10px 0;
		text-align:center;
	}

	.footerdown img {
		margin-right:10px;
		float:none;
		text-align:center;
	    margin-bottom: 10px;
	}

	.footerdown p {
		font-size:11px;
		text-align:center;
		line-height:normal;
		
	}

	.footerbox4 i {
		font-size:36px;
		float:left;
		width:45px;
		height:40px;
		text-align:center;
		margin-right:5px;
	}

	.footerbox4 p {
		margin:0;
	}

	.floatright p {
		float:none;
	}

	.willkommen h3 {
		padding-bottom:20px;
		font-size:26px;
	}

	.willkommen p {
		font-family: 'Cabin-SemiBold', sans-serif;
		font-size:14px;
		margin-top:10px;
		color:#cb171e;
		text-align:center;
	}

	/*QUOTE*/

	.pageabout .aboutimage img {
	    margin-bottom: 30px;
	}

	.about .home_about_short_text {
		/*text-align:justify;*/
		margin-bottom:30px;
		margin-top:30px;
	}


	.tesla .tekst p {
		line-height:normal;
		margin-bottom:30px;
	}

	.tesla .tekst a {
		padding:10px 40px;
	    margin-top: 15px;
	    font-size: 13px;
	    line-height: 24px;
	    background: #fff;
	    color: #a9151a;
	    border: 2px solid #a9151a;
	}

	.tesla h3 {
		font-size:26px;
	}


	.aboutmore {
		font-family: 'Cabin-Regular', sans-serif;
		text-align:center;
	}

	.aboutkontakt {
		text-align:center;
	}

	.aboutkontakt a {
		float: none;
		margin-top:15px;
		background-color:#fff;
	}

	.aboutkontakt a:hover {
		background-color:#cb171e !important;
		color:#fff;
	}

	.aboutmore i {
		width:20px;
		font-size:14px;
		text-align:center;
	}

	.aboutmore span {
		display:block;
		color:#292929;
		font-size:16px;
		margin-bottom:5px;
		margin-top:5px;
	}

	.aboutmore strong {
		margin-bottom:10px;
		font-size:16px;
	}


	.lexo .lexologo {
		margin-top:100px;
	}

	.lexo p {
		font-family: 'Cabin-Regular', sans-serif;
		color:#fff;
		font-size:18px;
		text-align:center;
	}


	.lexo a {
		font-family: 'Cabin-Bold', sans-serif;
		color:#fff;
		font-size:18px;
		padding:13px 20px;
		border:1px solid #fff;
		background: rgba(0, 0, 0, .2);
		margin-top:30px;
	}

	.lexo a:hover {
		text-decoration:none;
		color:#fff;
		background: rgba(0, 0, 0, .3);
	}



	.news1 {
		margin-top:15px;
		margin-bottom:25px;
	}

	.news1pic {
		display:block;
		width:100%;
		height:auto;
		float:none;
		margin-right:15px;
		clear:both;
	    max-width: 300px;
	    margin: 0 auto 20px;
	}

	.newstext .date {
	    margin-bottom: 5px;
	    margin-top: 10px;
	}

	.newstext .prevtext {
		margin:5px 0;
		color:#292929;
		overflow: hidden;
	   text-overflow: ellipsis;
	   display: -webkit-box;
	   line-height: 22px;     /* fallback */
	   max-height: 44px;      /* fallback */
	   -webkit-line-clamp: 2; /* number of lines to show */
	   -webkit-box-orient: vertical;
	   margin-bottom:20px;
	}

	.newstext .more {
		padding:10px 25px;
		position:static;
	}

	.unsere h3 {
		font-size:26px;
		margin:0;
	}



	.contact h3 {
		font-family: 'Cabin-Bold', sans-serif;
		background:url('img/h3bg.png') no-repeat bottom center;
		text-align:center;
		display:block;
		padding-bottom:20px;
		color:#cb171e;
		font-size:26px;
		text-transform:uppercase;
		margin:0;
	}

	.logo {
		text-align:center;
	}
	.navigacijaright {
		padding-right:15px !important;
	}

	.navigacijaleft {
		padding-left:15px !important;
	}

	.absolutebottom {
		position:static;
	}

	.contact h5 {
		text-align:center;
		
	}

	.contact p {
		text-align:center;

	}

	.new1slika img {
		margin:0;
		float:none;
		max-width:100%;
	}

	.new1slika h2 {
		margin:0;
		font-size:22px;
		margin-top:25px;
	}

	.new1slika .date {
		margin-bottom:15px;
		margin-top:5px;
		font-size:14px;
	}

	.slider1slika img {
		margin:0;
	}

	.slider1slika h2 {
		margin:0;
		font-size:22px;
		margin-top:10px;
	}

	.slider1slika .date {
		margin-bottom:15px;
		margin-top:5px;
		font-size:14px;
	}

	.pageabout .aboutslika {
		float:none;
		text-align:center;
		margin-bottom: 20px;
		width:100%;
		
	}

	.teslanews {
		text-align:center;
	}

	.aboutimage {
		text-align:center;
	}

	.sliderContent {
	    padding-right: 30px;
	}

	.bx-wrapper h3, .bx-wrapper .sliderText {
		width: 100%;
	}

	.bx-wrapper h3 {
		font-size: 30px;
	}
	.news1 {
	    clear: both;
	    float: none !important;
	}
	.home .willkommen {
	    margin-top: 40px;
	}
	.news-image {
	    width: 100%;
	}
	.captionWrapper h3 {
	    font-size: 26px !important;
	}
	.slider a.button-link {
		margin-top:15px;
		font-size: 13px;
		line-height: 40px;
		height: 40px;
		background: #a9151a;
	}
	.slider {
	    top: 0;
	    margin-top: 20px;
	}
	.home-icon a:after {
		display: none;
	}
	.news1 {
        border-bottom: 1px solid #d5d1d1;
    	margin-bottom: 50px;
	}
}
@media (max-width: 600px) {
	body.home .caption {
	    position: relative;
	    padding: 20px 0px 70px 0px;
	}
	body.home .item.owl-lazy img {
	    display: none;
	}
}
@media (max-width: 500px) {
	.page-template-template-news .same_height {
	    display: block;
	    width: 100%;
	    text-align: center;
	}
}
@media (max-width: 400px) {
	.willkommen h1,
	.about h3
	{
		font-size: 26px;
	}
}

/*~~~~~~~~~~~~~~ ANIMATIONS ~~~~~~~~~~~~~~~ */

li.menu-item {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
li.menu-item.anim {
    -webkit-transform: rotateX(0) !important;
    -moz-transform: rotateX(0) !important;
    -ms-transform: rotateX(0) !important;
    -o-transform: rotateX(0) !important;
    transform: rotateX(0) !important;
}
.lazy-load {
	opacity: 0;
}
.lazy-load.anima_fadeIn {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}
footer.footer.lazy-load,
.willkommen2.lazy-load,
.tesla.lazy-load,
.lexo.lazy-load 
{
    opacity: 1;
}
footer.footer.lazy-load .footerbox1wrapper,
footer.footer.lazy-load .footerbox2wrapper,
footer.footer.lazy-load .footerbox3wrapper,
footer.footer.lazy-load .footerbox4wrapper{
	position: relative;
	top: -20px;
	opacity: 0;
}
footer.footer.lazy-load.anima_fadeIn .footerbox1wrapper{
    opacity: 1;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
footer.footer.lazy-load.anima_fadeIn .footerbox2wrapper{
    opacity: 1;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}
footer.footer.lazy-load.anima_fadeIn .footerbox3wrapper{
    opacity: 1;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    -moz-transition: all 0.3s ease-in-out 0.5s;
    -o-transition: all 0.3s ease-in-out 0.5s;
    transition: all 0.3s ease-in-out 0.5s;
}
footer.footer.lazy-load.anima_fadeIn .footerbox4wrapper{
    opacity: 1;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out 0.7s;
    -moz-transition: all 0.3s ease-in-out 0.7s;
    -o-transition: all 0.3s ease-in-out 0.7s;
    transition: all 0.3s ease-in-out 0.7s;
}
.willkommen2.lazy-load .container,
.tesla.lazy-load .container,
.lexo.lazy-load .container
{
	opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -moz-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}
.willkommen2.lazy-load.anima_fadeIn .container,
.tesla.lazy-load.anima_fadeIn .container,
.lexo.lazy-load.anima_fadeIn .container
{
	opacity: 1;
}

/* ~~~~~~~~~~~~ ADDITIONAL FORM STYLES ~~~~~~~~~~~ */

form#contact-form{
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
form#contact-form.flip-form {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div#response-holder {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

span.relative-submit-wrapper {
    position: relative;
    display: inline-block;
    float: right;
}
.relative {
    position: relative;
}
span.error {
    max-height: 0px !important;
    max-width: 0px !important;
    overflow: hidden;
    display: inline-block !important;
    border: 0px !important;
}
form#contact-form em {
    position: absolute;
    top: 15px;
    right: 0px;
    z-index: 100;
    font-style: normal;
}
form#contact-form em:before {
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    color: red;
    font-weight: 700;
    font-size: 22px;
    width: 20px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    cursor: pointer;
    margin: 10px 10px 10px 0px;
}
span.error.hover-active {
    max-height: none !important;
    max-width: 300px !important;
    position: absolute;
    top: 7px;
    right: 40px;
    background: #fff;
    padding: 6px 10px;
    line-height: 15px;
    border: 0px;
    z-index: 100;
    display: inline-block !important;
    font-size: 13px;
    color: #f90106;
    font-weight: 700;
    overflow: visible;
}
form#contact-form em.hover-active {
    width: 90%;
    text-align: right;
}
span.error.hover-active:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 16px;
    background: url(images/hover_error_form-white.png);
    position: absolute;
    top: 5px;
    right: -6px;
}
.contact-form-wrapper {
    position: relative;
}
input#submit[disabled] {
    cursor: no-drop;
}
#response h2 {
    color: #cb171e;
}