@charset "utf-8";
/*
Theme Name: SmartSim
Author: ONEWORX
Author URI: https://www.oneworx.de/
Description: SmartSim
Version: 1.0.2
*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');*/

@font-face {
	font-family: 'Open Sans', 'Roboto', sans-serif;	
	font-weight: normal;
	font-style: normal;
   }

body {
	font-family: 'Open Sans', 'Roboto', sans-serif;
	/*src: url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');*/
	font-size: 14px;
	color: #545454;
	background: #FFF;
}

@media (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
}

input,
textarea,
button,
select {
	font-family: 'Open Sans', 'Roboto', sans-serif;
	outline: none!important;
	line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
	color: #F7A600;
}

::-moz-selection {
	background-color: #F7A600;
	color:#FFF;
}

::selection {
	background-color: #F7A600;
	color: #FFF;
}

::-webkit-input-placeholder {
	color: #AAAAAA;
}

:-moz-placeholder {
	color: #AAAAAA;
	opacity: 1;
}

::-moz-placeholder {
	color: #AAAAAA;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #AAAAAA;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea,
select {
	width: 100%;
	font-size: 14px;
	border: none;
	border-bottom: 1px solid #BABABA;
	line-height: 28px;
	padding: 10px 0;
	background-color: #FFF;
	color: #000;
	border-radius: 0;
}

select {
    -webkit-appearance:none;
    padding-right: 40px!important;
    background-image: url(images/select@2x.png);
    background-repeat: no-repeat;
    background-size: 25px 9px;
    background-position: right center;
}

select::-ms-expand {
    display: none;
}

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

textarea {
	display: block;
	height: 155px;
	resize: none;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

a,
.button,
.button-white,
input {
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

p {
	margin-bottom: 25px;
}

.alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
}

.logo {
	float: left;
	display: block;
}

.logo img {
	width: 148px;
	height: 67px;
}

.navbar {
	padding: 0;
}

.owx-main-menu.fixed {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 9996;
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
}

.owx-main-menu.fixed.fade-in {
    top: 0;
    -webkit-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}

.admin-bar .owx-main-menu.fixed.fade-in {
	top: 32px;
}

.owx-main-menu.fixed .logo {
	display: none;
}

.owx-main-menu.fixed .navbar-nav {
	margin-left: -30px;
}

.owx-main-menu.fixed .navbar-nav > li > a {
	padding-top: 20px;
	padding-bottom: 20px;
}

.owx-main-menu.fixed .wpml-ls-legacy-list-horizontal {
	margin-top: 0;
}

.owx-main-menu.fixed .navbar-collapse {
	width: 100%;
}

.owx-main-menu .navbar-nav > li {
	margin: 0;
	list-style: none;
	position: relative;
}

.owx-main-menu .navbar-nav > li > a {
	text-decoration: none;
	display: block;
	font-size: 16px;
	color: #5A5A5A;
	font-weight: 700;
	text-transform: uppercase;
	padding: 80px 30px 30px;
	line-height: 20px;
}

.owx-main-menu .navbar-nav > li:hover > a,
.owx-main-menu .navbar-nav > li.current-menu-item > a,
.owx-main-menu .navbar-nav > li.current-menu-ancestor > a {
	color: #F7A600;
}

.owx-main-menu .navbar-nav > li.menu-item-has-children > a:after {
	content: '+';
	font-size: 18px;
	font-weight: 700;
	color: #F7A600;
	margin-left: 10px;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@media screen and (min-width: 992px) {
	.owx-main-menu:not(.fixed) .navbar-nav > li:first-child {
		display: none;
	}
}

.owx-main-menu .navbar-nav > li > ul {
	display: none;
	position: absolute;
	width: 370px;
	left: 0;
	top: 100%;
	background: #545454;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 999;
	-webkit-animation: fadein 0.15s;
    -moz-animation: fadein 0.15s;
    -o-animation: fadein 0.15s;
    animation: fadein 0.15s;
}

.owx-main-menu .navbar-nav > li > ul > li + li {
	border-top: 1px solid #707070;
}

.owx-main-menu .navbar-nav > li > ul > li > a {
	display: block;
	text-decoration: none!important;
	font-size: 16px;
	color: #E8E8E8!important;
	padding: 20px 30px;
	font-weight: 700;
}

.owx-main-menu .navbar-nav > li > ul > li > a:hover {
	background-color: #727272;
	color: #F7A600!important;
}

.owx-main-menu .navbar-nav > li:hover > ul {
	display: block;
}

.wpml-ls-legacy-list-horizontal {
	font-size: 16px;
	font-weight: 700;
	border: none;
	margin-left: 30px;
	margin-top: 49px;
}

.wpml-ls-legacy-list-horizontal li + li {
	border-left: 1px solid #707070;
	margin-left: 4px!important;
}

.wpml-ls-legacy-list-horizontal a {
	text-decoration: none!important;
	color: #D0D0D0;
	padding: 2px 6px;
}

.wpml-ls-legacy-list-horizontal a:hover {
	color: #F7A600;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a {
	color: #5A5A5A!important;
}

.slick-arrow {
	width: 74px;
	height: 74px;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -37px;
	z-index: 100;
	cursor: pointer;
}

.slick-prev {
	background-image: url(images/left.svg);
	left: -32px;
}

.slick-next {
	background-image: url(images/right.svg);
	right: -32px;
}

.slick-slide img {
	width: 100%!important;
	height: auto!important;
}

.main-slideshow:active .slick-arrow,
.main-slideshow:focus .slick-arrow,
.main-slideshow:hover .slick-arrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.slick-dots {
	text-align: center;
	font-size: 0px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}

.slick-dots li.slick-active:first-child:last-child {
	display: none;
}

.section-cta {
	text-align: center;
	margin-top: 30px;
}

.section-cta .button .fab {
	margin-left: 10px;
}

.main-slideshow .slick-dots {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30px;
	z-index: 50;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0px;
	left: 0;
}

.slick-dots li {
	margin: 0;
	margin-top: 30px;
	display: inline-block;
	cursor: pointer;
}

.slick-dots li + li {
	margin-left: 20px;
}

.slick-dots li span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #FFF;
	border-radius: 50%;
	border: 1px solid #545454;
}

.main-slideshow .slick-dots li span {
	border: none!important;
}

.slick-dots li.slick-active span {
	background-color: #F7A600;
	border-color: #F7A600;
}

.text-right-section {
	padding: 75px 0;
	font-size: 18px;
}

.section-dot {
	width: 12px;
	height: 12px;
	background: #F7A600;
	border-radius: 50%;
	margin: 0 0 25px;
}

.section-title h2,
.section-title h3 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
	font-size: 18px;
	color: #F7A600;
	letter-spacing: 1px;
}

h1, h2 {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.5;
}

.text-right-section .text {
	padding-top: 5px;
}

.text-right-section .text > ul {
	padding-left: 0;
	list-style: none;
}

.text-right-section .text > ul > li {
	list-style: none;
	position: relative;
	padding-left: 30px;
}

.text-right-section .text > ul > li:before {
	content: '';
	width: 12px;
	height: 12px;
	background: #F7A600;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 5px;
	z-index: 1;
}

.button {
	text-decoration: none!important;
	display: inline-block;
	position: relative;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #F7A600;
	border: none;
	cursor: pointer;
	border-bottom: 5px solid #FFCD67;
	background-color: transparent!important;
	border-radius: 0px;
	padding: 0;
	letter-spacing: 1px;
}

.button:after {
	content: '';
	height: 5px;
	background: #F7A600;
	position: absolute;
	width: 20%;
	left: 0;
	bottom: -5px;
	z-index: 2;
	transition: all .3s ease-in-out;
}

.button:hover:after {
	width: 100%;
}

.services-section-overview,
.projects-carousel-section {
	background: #F8F8F8;
	padding: 70px 0;
}

.home .projects-carousel-section {
	background-color: #FFF;
}

.services-overview-blocks {
	padding-top: 15px;
}

.services-overview-item {
	background: #FFF;
	padding: 30px;
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}

.services-overview-item .text {
	float: left;
	width: 50%;
	font-size: 18px;
	padding-top: 15px;
}

.services-overview-item .text h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 20px;
}

.services-overview-item .image {
	float: right;
	width: 42.5%;
}

.services-overview-item + .services-overview-item {
	margin-top: 50px;
}

.themen-accordion-section {
	padding: 70px 0;
}

.large-text-block {
	margin-bottom: 60px;
}

.large-text-block .text {
	font-size: 24px;
}

.accordion-section {
	position: relative;
}

.accordion-section .accordion {
	float: left;
	width: 47%;
}

.accordion>.card {
	border-radius: 0;
	border-left: 0;
	border-right: 0;
}

.accordion>.card .card-header {
	background-color: transparent;
	padding: 0;
}

.accordion>.card .card-header h2 .btn {
	display: block;
	font-size: 24px;
	font-weight: 700;
	color: #545454!important;
	text-decoration: none!important;
	width: 100%;
	padding: 30px 15px 30px 50px;
	position: relative;
	cursor: pointer;
	text-align: left;
}

.accordion>.card .card-header h2 .btn:before {
	content: '-';
	font-size: 30px;
	font-weight: 700;
	color: #F7A600;
	position: absolute;
	left: 0;
	top: 50%;
	line-height: 1;
	margin-top: -15px;
}

.accordion>.card .card-header h2 .btn.collapsed:before {
	content: '+';
}

.card-body {
	font-size: 18px;
	padding: 40px 50px;
}

.accordion-section .accordion .image {
	display: none;
}

.accordion-section-image {
	float: right;
	width: 49%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
}

.accordion-section-image .image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 640px;
}

.linkedin-feed-section {
	padding: 70px 0;
	background: #F8F8F8;
}

* {
	outline: none;
}

.linkedin-iframe {
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);
	margin-top: 15px;
}

@media (max-width: 991px) {
	.linkedin-iframe {
		margin-top: 15px;
	}
}

.linkedin-iframe iframe {
	width: 100%;
	display: block;
}

.projects-carousel-section,
.linkedin-feed-section {
	position: relative;
}

.projects-carousel-section .slick-slider,
.linkedin-feed-section .slick-slider {
	position: static;
}

.projects-carousel-block,
.linkedin-carousel {
	margin: 0 -15px;
}

.projekt-carousel-item-wrapper,
.linkedin-carousel-item {
	padding: 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.linkedin-carousel-item:not(.slick-active) {
		visibility: hidden;
	}
}

.projekt-carousel-item {
	padding: 30px;
	background: #FFF;
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}

.projekt-carousel-item .image {
	margin: 0 0 30px;
}

.projekt-carousel-item .text {
	font-size: 18px;
	min-height: 350px;
}

.projekt-carousel-item h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px;
}

.projekt-carousel-item h3 a {
	text-decoration: none!important;
	color: #545454;
}

.acf-map {
	width: 100%;
	height: 420px;
	margin: 0 0 40px;
	position: relative;
}

.linkedinWrapper {
	border: 2px solid #F7A600;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: white;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    z-index: 10000;
}

.acf-map-message,
.videoWrapper .wt-cli-iframe-placeholder {
	border: 2px solid #F7A600;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: none;
	align-items: center;
	font-size: 1rem;
}

.acf-map-message p a,
.linkedinWrapper p a,
.videoWrapper .wt-cli-iframe-placeholder a {
	cursor: pointer;
	text-decoration: underline!important;
	color: #F7A600!important;
}

.acf-map-message p {
	padding: 0 10px;
	margin: 0;
	width: 100%;
}

.acf-map img {
	max-width: inherit !important;
}

.contact-info {
	font-size: 24px;
}

.slideshow-fullwidth {
	margin-top: 75px;
	margin-bottom: 75px;
}

.slideshow-fullwidth-item .image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 10px;
}

.cooperations-section {
	padding: 75px 0;
	background-color: #F8F8F8;
}

.cooperations-section h2 {
	font-size: 30px;
	margin: 0 0 20px;
}

.cooperations-blocks {
	margin: 0 -15px;
}

.cooperation-block {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-top: 15px;
}

@media screen and (min-width: 992px) {
	.cooperation-block:nth-child(4n+1) {
		clear: both;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.cooperation-block {
		width: 33.3333%;
	}
	
	.cooperation-block:nth-child(3n+1) {
		clear: both;
	}
}

@media screen and (max-width: 767px) {
	.cooperation-block {
		width: 50%;
	}
	
	.cooperation-block:nth-child(2n+1) {
		clear: both;
	}
}

.cooperation-block .image {
	width: 100%;
	display: table;
	margin: 0 0 15px;
}

.cooperation-block .image-inner {
	display: table-cell;
	height: 235px;
	text-align: center;
	width: 100%;
	vertical-align: middle;
}

.cooperation-block .image img {
}

.text-large-section {
	padding: 70px 0 40px;
}

.text-large-section .large-text-block {
	margin-bottom: 30px;
}

.text-large-section .large-text-block:last-child {
	margin-bottom: 0;
}

.text-large-section + div:not(.alignfull) {
	padding-top: 0;
}

.text-right-section h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 1em;
	line-height: 1.5;
}

.inline-slideshow {
	overflow: hidden;
}

.inline-slideshow .slick-arrow {
	background-color: #FFF;
	border-radius: 50%;
}

.text-right-section + .text-right-section,
.text-right-section + .text-large-section {
	padding-top: 0;
}

.text-right-section .text h2 {
	font-size: 30px;
	margin-bottom: 25px;
}

.reference-list-section {
	 padding-top: 0px;
	 padding-bottom: 70px;
	font-size: 24px;
}

.reference-list-section h2 {
	font-size: 30px;
	margin-bottom: 10px;
}

.reference-list-table {
	width: 50%;
}

.reference-list-item {
	padding: 15px 0;
}

.reference-list-item + .reference-list-item {
	border-top: 1px solid #707070;
}

.reference-list-item a {
	text-decoration: none!important;
}

.reference-list-item a:hover {
	color: #d49310;
}

.reference-list-item a:after {
	content: '';
	width: 16px;
	height: 16px;
	background: url(images/link.svg) no-repeat center;
	background-size: 100%;
	display: inline-block;
	margin-left: 20px;
}

.text-large-section + .slideshow-fullwidth {
	margin-top: 0;
}

.small-text-block {
	font-size: 18px;
}

.projects-overview-block .projekt-carousel-item-wrapper {
	float: left;
	width: 33.3333%;
}

.projects-overview-block .projekt-carousel-item-wrapper:nth-child(3n+1) {
	clear: both;
}

.projects-overview-section {
	padding: 0 0 70px;
}

.cms-page {
	padding: 0 0 70px;
	font-size: 18px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer {
	padding: 75px 0;
	background: #545454;
	color: #E8E8E8;
}

.footer a {
	color: #E8E8E8;
	text-decoration: none!important;
}

.footer a:hover {
	color: #F7A600;
}

.footer-widgets {
	margin: 0 -15px;
}

.footer-widgets .widget {
	float: left;
	width: 18.5%;
	padding: 0 15px;
	padding-top: 50px;
}

.footer-widgets .widget:nth-child(2) {
	width: 16%;
}

.footer-widgets .widget:nth-child(3) {
	width: 21%;
}

.footer-widgets .widget:nth-child(5) {
	width: 26%;
}

.footer-widgets img {
	max-width: 100%;
	height: auto!important;
}

.footer-widgets .widget:nth-child(1) {
	padding-top: 0;
}

.footer-widgets .widget:nth-child(1) img {
	max-width: 148px;
}

.footer-widgets .widget:nth-child(5) img {
	max-width: 28px;
}

.footer-widgets .widget_nav_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 700;
}

.footer-widgets .widget_nav_menu ul ul {
	padding-top: 10px;
}

.footer-widgets .widget_nav_menu ul li:not(:last-child) {
	margin-bottom: 15px;
}

.footer-widgets .widget_nav_menu ul.menu > li > a {
	font-weight: 700;
	text-transform: uppercase;
}

.footer-widgets .widget:nth-child(4) li:nth-child(4) {
	margin-top: 46px;
}

.footer-widgets .widget:nth-child(5) p:not(:last-child) a {
	border-bottom: 2px solid #F7A600;
}

.slick-slider + h1 {
	margin-top: 75px;
}

.wp-block-table {
	margin-bottom: 50px;
}

.wp-block-table table {
	font-size: 18px;
}

@media screen and (max-width: 1199px) {
	.wp-block-table table {
		font-size: 15px;
	}
}

.wp-block-table table thead {
	border: none;
}

.wp-block-table table td,
.wp-block-table table th {
	border: 1px solid #F7A600;
	vertical-align: top;
}

.wp-block-table table thead th {
	background: #F7A600;
	color: #FFF;
}

@media screen and (max-width: 1599px) {
	.owx-main-menu .navbar-nav > li > a {
		font-size: 14px;
		padding: 60px 20px 10px;
	}
	
	.wpml-ls-legacy-list-horizontal {
		font-size: 14px;
		margin-left: 20px;
	}
	
	.owx-main-menu .navbar-nav > li > ul > li > a {
		font-size: 14px;
		padding: 15px 20px;
	}
	
	.owx-main-menu .navbar-nav > li > ul {
		width: 310px;
	}
	
	.owx-main-menu.fixed .navbar-nav {
		margin-left: -20px;
	}
	
	.projekt-carousel-item {
		padding: 20px;
	}
	
	h1, h2 {
		font-size: 32px;
	}
	
	p {
		margin-bottom: 15px;
	}
	
	.text-right-section {
		font-size: 16px;
	}
	
	.projekt-carousel-item .text {
		font-size: 16px;
		min-height: 340px;
	}
	
	.projekt-carousel-item h3 {
		font-size: 21px;
	}
	
	.services-overview-item .text {
		font-size: 16px;
	}
	
	.services-overview-item {
		padding: 20px;
	}
	
	.projekt-carousel-item .image {
		margin-bottom: 20px;
	}
	
	.services-overview-item .text h3 {
		font-size: 21px;
		margin-bottom: 15px;
	}
	
	.large-text-block .text {
		font-size: 24px;
	}
	
	.accordion>.card .card-header h2 .btn {
		font-size: 21px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.card-body {
		font-size: 16px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.accordion-section-image .image {
		min-height: 521px;
	}
	
	.footer {
		padding: 50px 0;
	}
	
	.footer-widgets .widget {
		width: 17%;
	}
	
	.footer-widgets .widget:nth-child(2) {
		width: 13%;
	}
	
	.footer-widgets .widget:nth-child(3) {
		width: 25%;
	}
	
	.footer-widgets .widget:nth-child(4) {
		width: 20%;
	}
	
	.footer-widgets .widget:nth-child(5) {
		width: 25%;
	}
	
	.cms-page {
		font-size: 16px;
	}
	
	.text-right-section .text h2 {
		font-size: 26px;
	}
}

@media screen and (max-width: 1199px) {
	.owx-main-menu .navbar-nav > li > a {
		font-size: 13px;
		padding: 55px 15px 10px;
	}
	
	.wpml-ls-legacy-list-horizontal {
		font-size: 13px;
		margin-left: 15px;
		margin-top: 42px;
	}
	
	.owx-main-menu .navbar-nav > li > ul > li > a {
		font-size: 13px;
		padding: 10px 15px;
	}
	
	.owx-main-menu .navbar-nav > li > ul {
		width: 280px;
	}
	
	.owx-main-menu.fixed .navbar-nav {
		margin-left: -15px;
	}
	
	.owx-main-menu.fixed .navbar-nav > li > a {
		padding-top: 16px;
		padding-bottom: 12px;
	}
	
	.logo img {
		width: 120px;
		height: 54px;
	}
	
	.text-right-section {
		padding: 50px 0;
		font-size: 15px;
	}
	
	.section-title h2,
	.section-title h3 {
		font-size: 17px;
	}
	
	h1, h2 {
		font-size: 28px;
	}
	
	.services-section-overview,
	.projects-carousel-section,
	.linkedin-feed-section,
	.themen-accordion-section {
		padding: 50px 0;
	}
	
	.projekt-carousel-item .text {
		font-size: 15px;
		min-height: 260px;
	}
	
	.services-overview-item .text {
		font-size: 15px;
		padding-top: 0;
	}
	
	.cms-page {
		font-size: 15px;
	}
	
	.button {
		font-size: 13px;
	}
	
	.services-overview-item .image {
		width: 46%;
	}
	
	.large-text-block .text {
		font-size: 20px;
	}
	
	.accordion-section .accordion {
		float: none;
		width: auto;
	}
	
	.accordion-section-image {
		display: none;
	}
	
	.accordion-section .accordion .image {
		display: block;
		margin-bottom: 15px;
	}
	
	.footer {
		padding: 30px 0;
	}
	
	.footer-widgets .widget:nth-child(1) {
		width: 22%;
	}
	
	.footer-widgets .widget:nth-child(2) {
		width: 18%;
	}
	
	.footer-widgets .widget:nth-child(3) {
		width: 33%;
	}
	
	.footer-widgets .widget:nth-child(4) {
		width: 27%;
	}
	
	.footer-widgets .widget:nth-child(5) {
		width: 100%;
	}
	
	.contact-info {
		font-size: 24px;
	}
	
	.text-right-section h3 {
		font-size: 18px;
		line-height: 1.3;
	}
	
	.cooperations-section {
		padding: 50px 0;
	}
	
	.cooperations-section h2 {
		font-size: 24px;
	}
}

@media screen and (max-width: 991px) {
	.navbar-light .navbar-toggler {
		border: none;
		border-radius: 50%;
		width: 40px;
		height: 40px;
		background: #F7A600;
		padding: 11px 10px;
		margin-top: 12px;
	}
	
	.navbar-toggler .icon-bar {
		display: block;
		background: #FFF;
		height: 2px;
	}
	
	.navbar-toggler .icon-bar + .icon-bar {
		margin-top: 4px;
	}
	
	.navbar-toggler .icon-bar {
		display: block;
		opacity: 1;
		-webkit-transition: -webkit-transform 0.15s linear;
		-o-transition: -o-transform 0.15s linear;
		-ms-transition: -ms-transform 0.15s linear;
		-moz-transition: -moz-transform 0.15s linear;
		transition: transform 0.15s linear;
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.navbar-toggler .icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg) translate3d(4.5px, 4.5px, 0);
		-o-transform: rotate(45deg) translate3d(4.5px, 4.5px, 0);
		-ms-transform: rotate(45deg) translate3d(4.5px, 4.5px, 0);
		-moz-transform: rotate(45deg) translate3d(4.5px, 4.5px, 0);
		transform: rotate(45deg) translate3d(4.5px, 4.5px, 0);
	}

	.navbar-toggler .icon-bar:nth-child(2) {
		opacity: 0;
	}

	.navbar-toggler .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg) translate3d(4px, -4px, 0);
		-o-transform: rotate(-45deg) translate3d(4px, -4px, 0);
		-ms-transform: rotate(-45deg) translate3d(4px, -4px, 0);
		-moz-transform: rotate(-45deg) translate3d(4px, -4px, 0);
		transform: rotate(-45deg) translate3d(4px, -4px, 0);
	}

	.navbar-toggler.collapsed .icon-bar {
		opacity: 1;
		-webkit-transform: rotate(0) translate3d(0px, 0px, 0);
		-o-transform: rotate(0) translate3d(0px, 0px, 0);
		-ms-transform: rotate(0) translate3d(0px, 0px, 0);
		-moz-transform: rotate(0) translate3d(0px, 0px, 0);
		transform: rotate(0) translate3d(0px, 0px, 0);
	}
	
	.navbar {
		padding: 12px 0;
		z-index: 999;
	}
	
	.navbar-collapse {
		padding-left: 0;
		position: absolute;
		background: #FFF;
		left: 0;
		top: 100%;
		z-index: 100;
		width: 100%;
		max-height: calc(100vh - 78px);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.owx-main-menu.fixed .navbar-collapse {
		max-height: calc(100vh - 64px);
	}
	
	.owx-main-menu.fixed .navbar-nav {
		min-height: calc(100vh - 136px);
	}
	
	.owx-main-menu .navbar-nav {
		min-height: calc(100vh - 196px);
		margin-top: 23px!important;
	}
	
	.navbar-collapse > ul > li > ul {
		width: auto;
		box-shadow: none;
		position: static;
		padding: 0 0 0 40px;
	}
	
	.owx-main-menu .navbar-nav > li > a {
		padding: 12px 0;
	}
	
	.owx-main-menu .navbar-nav {
		border-top: 1px solid #D0D0D0;
	}
	
	.owx-main-menu .navbar-nav > li {
		border-bottom: 1px solid #D0D0D0;
	}
	
	.navbar-nav {
		max-width: 720px;
		margin: 0 auto!important;
	}
	
	.owx-main-menu .navbar-nav > li > ul {
		position: static;
		width: auto;
	}
	
	.owx-main-menu .navbar-nav > li > ul > li > a {
		font-size: 14px;
		line-height: 24px;
		padding: 11px 15px;
	}
	
	.wpml-ls-legacy-list-horizontal {
		max-width: 730px;
		padding: 0 0 15px;
		margin: 15px auto 0;
	}
	
	.services-overview-item .text {
		width: auto;
		float: none;
	}
	
	.services-overview-item .image {
		float: none;
		width: auto;
		margin-top: 15px;
	}
	
	.footer {
		padding: 25px 0;
		font-size: 13px;
	}
	
	.footer-widgets .widget:nth-child(1) img {
		max-width: 112px;
	}
	
	.footer-widgets .widget_nav_menu ul li:not(:last-child) {
		margin-bottom: 10px;
	}
	
	.footer-widgets .widget:nth-child(4) li:nth-child(4) {
		margin-top: 30px;
	}
	
	.navbar-expand-lg>.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.contact-info {
		font-size: 21px;
		margin-bottom: 20px;
	}
	
	.inline-slideshow {
		margin-bottom: 30px;
	}
	
	.text-right-section .text h2 {
		font-size: 21px;
	}
	
	.reference-list-section {
		padding: 30px 0;
		font-size: 18px;
	}
	
	.reference-list-section h2 {
		font-size: 21px;
	}
	
	.reference-list-item a:after {
		width: 12px;
		height: 12px;
		margin-left: 15px;
	}
	
	.cooperations-section h2 {
		font-size: 20px;
	}
	
	.projects-overview-block .projekt-carousel-item-wrapper {
		width: 50%;
	}
	
	.text-right-section .text > ul > li:before {
		top: 3px;
	}
}

@media screen and (max-width: 767px) {
	.main-slideshow .slick-dots {
		position: static;
		margin-top: 20px;
	}
	
	.main-slideshow .slick-dots li span {
/*		box-shadow: 0px 2px 6px rgba(0,0,0,.25);*/
	}
	
	.main-slideshow .slick-dots li:not(.slick-active) span {
		border: 1px solid #545454!important;
	}
	
	.slick-arrow {
		width: 30px;
		height: 30px;
		background: none!important;
		text-align: center;
		margin-top: -15px;
	}
	
	.slick-prev {
		left: 0;
	}
	
	.slick-prev:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 15px 7.5px 0;
		border-color: transparent #F7A600 transparent transparent;
		display: inline-block;
		vertical-align: -8px;
	}
	
	.slick-next {
		right: 0;
	}
	
	.slick-next:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7.5px 0 7.5px 15px;
		border-color: transparent transparent transparent #F7A600;
		display: inline-block;
		vertical-align: -8px;
	}
	
	.slick-prev,
	.slick-next {
		top: 100%;
		margin-top: -20px;
	}
	
	.slick-dots {
		margin-bottom: 0;
		padding-left: 0;
	}
	
	.section-dot {
		margin-bottom: 15px;
	}
	
	.projects-carousel-section .slick-slider {
		position: relative;
	}
	
	.section-title h2,
	.section-title h3 {
		font-size: 15px;
		margin-bottom: 1em;
	}
	
	h1, h2 {
		font-size: 20px;
	}
	
	.projekt-carousel-item h3 {
		font-size: 20px;
	}
	
	.projekt-carousel-item .text {
		min-height: auto;
	}
	
	.owx-main-menu.fixed .logo {
		display: block;
		width: 120px;
		height: 22px;
		background: url(images/mobile-logo.svg) no-repeat center;
		background-size: 100%;
	}
	
	.owx-main-menu.fixed .navbar-toggler {
		margin-top: 0;
	}
	
	.owx-main-menu.fixed .logo img {
		display: none;
	}
	
	.admin-bar .owx-main-menu.fixed.fade-in {
		top: 0;
	}
	
	.owx-main-menu .navbar-nav > li > a {
		padding: 12px 15px!important;
	}
	
	.wpml-ls-legacy-list-horizontal {
		padding: 15px 10px 15px!important;
		margin-top: 0!important;
	}
	
	.large-text-block .text {
		font-size: 18px;
	}
	
	.accordion>.card .card-header h2 .btn {
		font-size: 18px;
	}
	
	.card-body {
		font-size: 15px;
		padding-right: 15px;
	}
	
	.footer-widgets .widget {
		width: 100%!important;
		padding-top: 25px;
	}
	
	.small-text-block {
		font-size: 15px;
	}
	
	.projects-overview-block .projekt-carousel-item-wrapper {
		width: 100%;
	}
	
	.slick-slider + h1 {
		margin-top: 35px;
	}
}

@media screen and (max-width: 575px) {
	.cooperation-block {
		width: 100%;
		margin-top: 30px;
	}
	
	.cooperation-block .image-inner {
		height: auto;
	}
}

/*Cookie Notification Custom Design*/

/* Notification */
#cookie-law-info-bar, .wt-cli-cookie-bar {
	text-align: left;
}

.cli-modal-backdrop.cli-show {
	opacity: 0.8;
}

.cli-modal-content {
    border-radius: 0;
}

.cli-modal-open #cookie-law-info-bar {
	opacity: 0!important;
}


.cli-modal .cli-modal-dialog {
	line-height: 1.5;
}

.cli-tab-container p,
.cli-privacy-content-text {
	line-height: 1.5;
}


.cli-wrapper {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
	#wt-cli-settings-btn {
		width: 100%!important;
}
	#wt-cli-reject-btn {
		width: 100%!important;
}
	#wt-cli-accept-btn {
		width: 100%!important;
}
}


/* Notification Text */

@media screen and (max-width: 1199px){
    .cli-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
}


@media screen and (max-width: 767px) {
    .cli-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
}

#cookie_action_close_header {
    text-decoration: none;
    color: #f0f0f0!important;
}

#cookie_action_close_header:hover {
    background-color: #f0f0f0!important;
    text-decoration: none;
}

/* Settings h4 */
.cli-tab-container h4 {
    color: #F7A600;
    line-height: 1.4;
}

/* Settings Switch */
.cli-switch input:checked + .cli-slider {
    background-color: #F7A600!important;
}

.cli-tab-header a:before {
    border-right: 1px solid #F7A600!important;
    border-bottom: 1px solid #F7A600!important;
}

/* Settings Button */
.cli-tab-footer .cli-btn {
    background: #F7A600!important;
	color: #FFF!important;
	border-radius: 0;
}

/* Settings Button Hover*/
.cli-tab-footer .cli-btn:hover {
    opacity: 0.9;
}

/* Settings Read more*/
a.cli-privacy-readmore {
    color: #F7A600!important;
}

/* Notification Button */
#cookie-law-info-bar .cli-plugin-button {
	display: inline-block;
	margin: 5px 15px 5px 0!important;
	background: #F7A600!important;
	width: 160px;
	text-align: center;
	line-height: 1.5;
	border-radius: 0px!important;    
}

/* Notification Button */
#cookie-law-info-bar .cli-plugin-button:hover {
    opacity:0.9;
}
