* {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, a, li, p {
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.logo {
    height: 70px;
    margin-top: 20px;
    margin-left: 20px;
}

#nav {
    background-color: rgba(255,255,255,1);
    height: 111px;
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-left: 40px;
    padding-right: 40px;
    top: 0px;
}

.nav-links {
    padding-left: 150px;
}

.btn-menu .button-line:first-of-type {
    margin-top: 5px;
}

.btn-menu {
    height: 40px;
    width: 40px;
    display: block;
    margin-top: 25px;
    padding-top: 5px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    float: right;
    margin-right: 15px;
}

.btn-menu .button-line {
    height: 2px;
    width: 28px;
    margin-left: 5px;
    padding-right: 5px;
    display: block;
    background-color: #333;
    margin-bottom: 5px;
    /*transition: 200ms all;*/
}

.btn-menu.active .button-line:nth-of-type(1) {
    transform: rotate(45deg);
}

.btn-menu.active .button-line:nth-of-type(2) {
    display: none;
}

.btn-menu.active .button-line:nth-of-type(3) {
    transform: rotate(-45deg);
    margin-top: -7px;
}

.btn-menu-inner .button-line:first-of-type {
    margin-top: 5px;
}

.active .btn-menu-inner, .active .btn-menu-inner .button-line  {
    visibility: visible;
}

.btn-menu-inner {
    height: 40px;
    width: 40px;
    display: block;
    margin-top: 25px;
    padding-top: 5px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    float: right;
    margin-right: 15px;
    visibility: hidden;
    transition: 300ms all;
}

.btn-menu-inner .button-line {
    height: 2px;
    width: 28px;
    margin-left: 5px;
    padding-right: 5px;
    display: block;
    background-color: white;
    margin-bottom: 5px;
}

.btn-menu-inner .button-line:nth-of-type(1) {
    transform: rotate(45deg);
}

.btn-menu-inner .button-line:nth-of-type(2) {
    display: none;
}

.btn-menu-inner .button-line:nth-of-type(3) {
    transform: rotate(-45deg);
    margin-top: -7px;
}

.nav > li > a {
    color: #333;
    transition: 300ms all;
    font-size: 18px;
    line-height: 68px;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

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

.nav > li > a:hover > span, .nav > li > a:focus > span {
    color: #333;
    background-color: transparent !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #333;
    background-color: transparent !important;
}

.nav > li > a:after {
    content: " ";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #d49d60;
    transform: rotateY(90deg);
    transition: 300ms all;
    margin-top: -5px;
}

.nav > li > a > span:after {
    content: " ";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #d49d60;
    transform: rotateY(90deg);
    transition: 300ms all;
    margin-top: -5px;
}

.nav > li > a > span {
    display: inline-block;
    line-height: 28px;
}


.nav > li > a:hover:after, .nav > li > a:focus:after {
    transform: rotateY(0deg);
}

.nav > li > a:hover > span:after, .nav > li > a:focus > span:after {
    transform: rotateY(0deg);
}

.nav > li > a:hover {
    background-color: transparent;
}

.nav > li > a i {
    margin-left: 15px;
}

#slider .item img {
    width: 100%;
}

.head-dark {
    color: #fff;
    /* border-bottom: 3px solid #bb0f0c;
    display: inline !important; */
    line-height: 45px;
}

.head-dark + p {
    margin-top: 10px;
    text-align: center;
}

.head-light {
    color: white;
    line-height: 45px;
    margin-top: 0px;
}

.head-light + p {
    margin-top: 10px;
    text-align: justify;
    color: white;
    font-size: 36px;
    font-weight: 300 !important;
}

.black {
    color: black;
}

#slider {
    margin-top: 100px;
    max-height: 800px;
    overflow: hidden;
}

.offer-item, .offer-new-item {
    transition: 300ms all;
    height: 200px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-bottom: 30px;
    text-align: center;
    background-color: #eee;
    position: relative;
}

.offer-item .plus, .offer-new-item .plus {
    display: none;
}

.offer-arrow {
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    border-right: 2px solid #d49d60;
    border-bottom: 2px solid #d49d60;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -15px;
    transition: 300ms all;
}

.offer-item:hover .offer-arrow, .offer-new-item:hover .offer-arrow {
    border-right-color: #fff;
    border-bottom-color: #fff;
}

.offer-item.active .offer-arrow, .offer-new-item.active .offer-arrow {
    border-right-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(-45deg) rotateX(180deg);
    bottom: 0px;
}

.offer-item .plus, .offer-new-item .plus {
    position: absolute;
    top: 5px;
    color: white;
    right: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 300ms all;
    width: 20px;
    line-height: 20px;
    height: 20px;
    margin-top: 0px;
}

.offer-item:hover .plus, .offer-new-item:hover .plus {
    visibility: visible;
    opacity: 1;
}

.offer-item.active, .offer-new-item.active {
    color: white;
    background-color: #d49d60;
}

.offer-item:hover, .offer-new-item:hover {
    box-shadow: 0px 0px 10px #ddd;
    background-color: #d49d60;
    color: white;
}

@media (min-width: 768px) {
	.offer-item:hover, .offer-new-item:hover {
		transform: scale(1.05);
	}
}

.offer-item .text-1 p, .offer-new-item .text-1 p {
    font-size: 18px;
    font-weight: 300;
}

.offer-item .text-1 h3, .offer-new-item .text-1 h3 {
    height: 50px;
    font-weight: 400;

}

/*.offer-wrap > div {
    padding-left: 5px;
    padding-right: 5px;
}*/

.team-item {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.team-item .team-item-plus {
    opacity: 0;
}

.team-item::after {
    content: " ";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #d49d60;
    transform: rotateY(90deg);
    transition: 300ms all;
}

.team-item:hover::after {
    transform: rotateY(0deg);
}

.team-item:hover .team-item-plus {
    opacity: 1;
}

.team-item img {
    transition: 300ms all;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
    -o-transition: 300ms all;
}

/*.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: url(#blur); /* Firefox needs SVG */
    /*filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2'); */ /* IE lte 9 */	/*
}*/

/*.team-item:hover img {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}*/

svg.svgBlur {
    height: 165px;
}

.team-item h3 {
    float: left;
    margin-top: 5px;
    line-height: 30px;
}

.team-wrap-text {
    margin-bottom: 20px;
}

.team-text {
    background-color: #eee;
    padding: 20px;
    display: none;
}

.team-text h3 {
    margin-top: 0px;
}

.img-responsive {
    width: 100%;
}

.blurred {
    opacity: 0;
}

.nonblurred {
    opacity: 1;
}

.team-item-plus {
    color: black;
    float: right;
    margin-top: 5px;
    line-height: 30px;
    transition: 300ms all;
    font-size: 20px;
}

.team-content .bigger {
    font-size: 18px;
    font-weight: 300;
}

.team-content h3 {
    color: #333;
    /*border-bottom: 3px solid #d49d60;*/
    display: inline-block;
}

.team-content > p {
    white-space: pre-line;
    text-align: justify;
}

.team-content .row > p {
    font-size: 16px;
    font-weight: 400;
}

.team-content .row > p > i {
    font-size: 16px;
    font-weight: 400;
}

.team-content .row {
    margin-left: 0px;
    margin-right: 0px;
    min-height: 10px;
}

.team-content .hide-inside {
    display: none;
}

.team-content .row:nth-of-type(2) {
    margin-bottom: 20px;
}

.team-content a {
    color: #d49d60;
}

.team-content * {
    font-weight: 300;
}

.team-content .left-spec {
    width: 200px;
    height: 1px;
}

.list-carrier {
    display: block;
    line-height: 0em;
    text-align: justify;
    padding-left: 15px;
}

.list-carrier > span {
    display: list-item;
    list-style-type: disc;
    line-height: 1.5em;
    font-weight: 300;
    font-size: 18px;
}

.list-carrier + .row {
    display: none;
}

.team-item-plus.active {
    transform: rotate(45deg);
}

.team-wrap > div {
    margin-bottom: 20px;
}

.services {
    padding-top: 40px;
    padding-bottom: 0px;
}

.team {
    padding-top: 40px;
    padding-bottom: 0px;
}


.reference {
    padding-top: 40px;
    padding-bottom: 0px;
}

.services h2, .team h2, .contact h2, .reference h2 {
    padding-bottom: 20px;
    border-bottom: 1px solid #d49d60;
    margin-bottom: 30px;
    padding-top: 20px;
    font-weight: bold;
}

footer {
    padding: 40px 0px;
    display: block;
    background-color: white;
    color: #333;
    border-top: 1px solid #ddd;
}

footer a {
    color: #d49d60;
}

footer a:hover, footer a:focus {
    color: #d49d60;
}

.btn-slider {
    border: 5px solid #fff;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
    font-size: 22px;
    color: white;
    transition: 300ms all;
    background-color: #007dbd;
}

.contact {
    margin-bottom: 20px;
}

.btn-slider:hover {
    color: white;
    box-shadow: 0px 0px 10px #fff;
}

.after-load {
    display: none;
}

.slider_outer_wrap {
    position: absolute;
    color: white;
    bottom: 0px;
    left: 50%;
    z-index: 500;
    width: 70%;
}

.slider_inner_wrap {
    left: -50%;
    position: relative;
    background-color: rgba(210, 159, 102,0.7);
    padding: 20px;
    width: 100%;
}

.slider_pre_test {
    background-color: #fff;
    padding: 20px;
}

.slider_pre_test h1, .slider_pre_test p {
    color: #333 !important;
    text-align: left !important;
}

.slider_pre_test h1 {
    margin-top: 40px;
}

.slider_inner_wrap p {
    font-size: 18px;
    text-align: center;
}

.cookies {
    position: fixed;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ddd;
    background-color: white;
    color: black;
    text-align: center;
    bottom: 0px;
    display: none;
}

.cookies p {
    line-height: 20px;
}

.btn-cookies {
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    background-color: #007dbd;
    border: none;
    cursor: pointer;
    margin-top: 10px;
}

.dropdown > ul {
    display: block;
    padding-left: 0px;
    transition: 300ms all;
    position: absolute;
    background-color: rgba(255,255,255,1);
    top: 60px;
    max-height: 0px;
    overflow: hidden;
}

.dropdown > ul > li {
    padding: 10px;
    list-style: none;
    text-align: left;
    padding-left: 5px;
}

.dropdown > ul > li > a {
    color: #333;
    transition: 300ms all;
    line-height: 30px;
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown:hover > ul {
    max-height: 100px;
}

.dropdown > ul > li > a:after {
    content: " ";
    height: 2px;
    width: 100%;
    display: block;
    background-color: black;
    transform: rotateY(90deg);
    transition: 300ms all;
    margin-top: -5px;
    background-color: #d49d60;
}

.dropdown > ul > li > a:hover:after, .nav > li > a:focus:after {
    transform: rotateY(0deg);
}

.navbar-collapse.active {
    background-color: rgba(0,0,0,0.7);
    visibility: visible !important;
}

.inner-navbar .navbar-header {
    display: none;
}

.btn-contact {
    text-align: center;
    background-color: transparent;
    color: #fff;
    padding: 10px;
    transition: 300ms all;
    font-size: 18px;
    border-radius: 0px;
    border: 1px solid #fff;
}

.btn-contact:hover {
    background-color: #fff;
    color: black;
}

.center-wrap {
    display: block;
    text-align: center;
    margin-top: 20px;
}
/*
.contact h4 {
    font-weight: bold;
}*/

.contact p {
    font-size: 18px;
    font-weight: 300;
}

.offer-desktop-text, .offer-text, .offer-new-text {
    width: 100%;
    padding: 0px 30px;
    margin-top: -20px;
    font-size: 18px;
}

.num {
    text-align: center;
}

.num a {
    color: #333;
    font-size: 24px;
}

.offer-text-form-goal {
	background-color: #fff;
    margin-top: 20px;
    /* border: 1px solid #d49d60; */
}

.offer-text-form-goal > h4 {
    margin-top: 40px;
    text-align: left;
	font-weight: bold;
    font-size: 28px;
    margin-bottom: 40px;
}

.offer-text-form-goal > p {
	font-weight: 300;
	line-height: 1.5em;
}

.offer-text-form-goal .price {
	text-align: right;
	font-style: italic;
}

.offer-text-form-goal p.price span.price {
	color: #aa1b28;
	font-weight: bold;
}

.offer-text-form-goal i {
    color: #d49d60;
    margin-left: 15px;
    width: 20px;
    text-align: center;
}

.service-l2-row {
    margin-top: 20px;
}

.offer-form {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0px 30px;
    height: 150px;
    background-color: #fff;
	position: relative;
}

.offer-form p {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 300;
	text-align: center;
}

.offer-form button {
	position: absolute;
    color: #d49d60;
    border: 1px solid #d49d60;
    padding: 5px 15px;
    text-decoration: none;
    transition: 150ms all;
	background-color: white;
	display: block;
    right: 40px;
    bottom: 40px;
}

.offer-form button:hover {
    color: white;
    background-color: #d49d60;
}

.offer-form label {
	font-weight: 300;
	display: block;
	font-family: 'Roboto', sans-serif !important;
}

.offer-form input {
    display: block;
    border: 1px solid #d49d60;
    font-family: 'Roboto', sans-serif !important;
    padding: 5px 10px;
	transition: 300ms all;
}

.offer-form input:focus {
    border: 1px solid #d49d60;
	outline: 0px;
	box-shadow: 0px 0px 5px #999;
}

#reference-slider h3 {
    margin-bottom: 20px;
    font-weight: 400;
}

#reference-slider .desc {
    min-height: 130px;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
}

#reference-slider .reference-item {
    margin-bottom: 20px;
}

#reference-slider .signature {
    font-weight: bold;
}

.required-info {
    white-space: pre-line;
}

.link {
    color: #d49d60;
    margin-top: 30px;
}

.link a {
    color: #d49d60;
    border: 1px solid #d49d60;
    padding: 15px;
    text-decoration: none;
    transition: 150ms all;
}

.link a:hover {
    color: white;
    background-color: #d49d60;
}


.link-black {
    color: #333;
}

.link-black a {
    color: #333;
}

.link-black a:hover {
    color: #bb0f0c;
}

.link-fb {
    color: #3b5998;
}

.link-fb a {
    color: #3b5998;
}

.link-fb a:hover {
    color: #3b5998;
}

.contact h3 {
    font-size: 20px;
}

.team-text .thumbnail {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}

.container-first {
    position: relative; 
    margin-top: 50px;
}

.foto-heading {
    padding: 0px;
    max-height:500px; 
    padding-right: 15px;
    overflow: hidden;
}

.mobile-heading-top {

}

.connect-with-us {
 text-align: left !important;
 margin-top: 60px;
}

.lang-links > li > a {
    color: #fff;
}

.lang-links > li {
    list-style: none;
}


.fa-linkedin {
    color: #fff;
    background-color: #187fb8;
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    padding: 5px;
    box-sizing: content-box;
    font-size: 16px;
}



	.de #reference-slider .reference-item:nth-of-type(3) .desc {
		min-height: 160px;
	}
	.de #reference-slider .reference-item:nth-of-type(4) .desc {
		min-height: 160px;
	}


@media (max-width: 768px) {
.contact {
    padding-top: 40px;
}
.lang-links {
    margin-top: 15px;
    margin-bottom: 15px;
}
.team-content .left-spec {
    width: auto;
    height: auto;
    display: block;
    float: none !important;
}

.team-content .spec-true {
    margin-bottom: 10px;
    font-weight: bold;
}

.team-content .right-spec {
    float: none;
    display: block;
}

.offer-item .plus {
    display: none;
}
.container-version-2 h1.head-light {
    text-align: center !important;
}


.container-version-2 p.text-left {
    text-align: center !important;
}

.container-version-2 .connect-with-us {
 text-align: center !important;
 margin-top: 40px;
}

.container-version-1 .connect-with-us {
 margin-top: 40px;
}

.container-version-2 .connect-with-us > a {
 background-color: #d49d60;
 color: #fff;
}
.logo {
    height: 60px;
    margin-bottom: 5px;
}
.mobile-heading-top {
	margin-top: -5px !important;
    font-size: 24px !important;
}
    .foto-heading {
        padding-right: 0px;
	margin-top: 5px;
    }
    .container-first {
	margin-top: 0px;
    }
    .slider_pre_test h1 {
    margin-top: 20px;
}
	.team-text-mobile .thumbnail {
		display: none;
	}

	.team-item svg.svgBlur {
	    height: 230px;
	}
    .slider_outer_wrap {
        top: 45%;
        left: 50%;
    }
    .slider_inner_wrap {
        left: -50%;
    }
    .cookies {
        height: 100px;
        text-align: center;
    }
    .dropdown > ul {
        position: relative;
        top: 0px;
        background-color: transparent;
    }
    #slider .owl-item {
        overflow: hidden;
    }
    .link {
    	margin-bottom: 30px;
    }
    /*#slider .item {
        display: block;
        margin-left: -12%;
        width: 124%;
    }*/
}
@media (max-width: 500px) {
    #slider .head-dark, #slider .head-light {
        font-size: 22px !important;
	margin-top: 0px !important;
	margin-bottom: 0px;
    }
	.de .head-dark + p, .de .head-light + p {
		font-size: 20px;
	}

    .head-dark + p, .head-light + p {
        font-size: 22px;
    	margin: 0px;
	padding: 0px 15px;
	}
	.team-item svg.svgBlur {
	    height: 100% !important;
	}
} 
@media (max-width: 350px) {
    .logo {
        max-width: 220px;
    }    
}
@media screen and (max-width: 991px) and (min-width: 768px) {
    .foto-heading {
    	padding-top: 0px !important;
    }
    #slider .container-first {
    	margin-top: 0px;
    }
    
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
	.cz #reference-slider .reference-item:nth-of-type(1) .desc {
		min-height: 100px;
	}
	.cz #reference-slider .reference-item:nth-of-type(2) .desc {
		min-height: 100px;
	}
.slider_pre_test {
    padding: 20px 10px;
}
.de .head-light + p {
    font-size: 30px;
}
.container-version-2 .connect-with-us {
    margin-top: 25px !important;
}
}

@media (max-width: 1200px) {


	.cz #reference-slider .reference-item:nth-of-type(3) .desc {
		min-height: 120px;
	}
	.cz #reference-slider .reference-item:nth-of-type(4) .desc {
		min-height: 120px;
	}

#slider br {
    display: none;
}
.foto-heading {
    padding-top: 40px;
}

#navbar-collapse .nav {
    min-height: 360px;
}

#navbar-collapse ul > li.len-active > a {
    color: #d49d60 !important;
}

#navbar-collapse .navbar-nav > li > a {
    text-shadow: none !important;
}

#navbar-collapse .navbar-nav > li.active > a {
    color: #d49d60 !important;
}
.nav > li > a:after {
    width: 80%;
    margin-left: 10%;
    height: 1px;
}

    .nav li > a {
        line-height: 25px !important;
        padding: 5px !important;
    }
    .nav li {
        padding: 0px !important;
    }



.team-item h3 {
    font-size: 20px;
}
    .nav-links {
        padding-left: 0px;
    }
#navbar-collapse .nav {
    min-height: 360px;
}

#navbar-collapse ul > li.len-active > a {
    color: #d49d60 !important;
}

#navbar-collapse .navbar-nav > li > a {
    text-shadow: none !important;
}

#navbar-collapse .navbar-nav > li.active > a {
    color: #d49d60 !important;
}
	.team-text-mobile .thumbnail {
		display: none;
	}
.mobile-heading-top {
	margin-top: -5px !important;
    font-size: 24px !important;
}

.container-version-2 h1.head-light {
    text-align: center !important;
 	margin-top: 40px;
}

.container-version-2 .connect-with-us {
    text-align: center !important;
    margin-top: 40px;
}

.container-version-2 p.text-left {
    text-align: center !important;
}

.container-version-2 .connect-with-us > a {
 background-color: #d49d60;
 color: #fff;
}
    .slider_outer_wrap {
        top: 40%;
        left: 50%;
    }
	svg.svgBlur {
	    height: 100px;
	}
    #slider {
        margin-top: 60px;
    }
    .logo {
        margin-top: 10px;
	margin-bottom: 10px;
    	padding: 5px 0px;
	margin-left: 20px;
    	height: 80px;
    }
    #nav {
        height: 71px;
    }
    .active .nav li > a {
        visibility: visible;
    }
    .active .btn-menu-inner {
        visibility: visible;
    }
    .nav li {
        padding: 0px !important;
    }
    .nav li > a {
        line-height: 25px !important;
        padding: 5px !important;
        visibility: hidden;
        transition: 0ms visibility;
    }
    .btn-menu-inner {
        visibility: hidden;
        transition: 0ms visibility;
    }
    .dropdown > ul {
        position: relative;
        top: 0px;
        background-color: transparent;
    }
    .dropdown > ul > li > a {
        color: white;
    }
    .dropdown > ul > li > a::after {
        background-color: white;
    }
    #navbar-collapse {
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0px;
        padding: 0px;
        margin: 0px;
        overflow-x: hidden;
        visibility: hidden;
        display: none;
    }
    #navbar-collapse .nav > li > a {
        color: white;
    line-height: 45px !important;
    }
    #navbar-collapse .nav > li > a::after {
        background-color: white;
    }
    .slider_outer_wrap {
        width: 300px;
    }
    #nav {
        height: auto;
    }
    #nav ul > li > a {
        text-align: center;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    #nav {
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav-links {
        padding-left: 0px;
    }
}
@media(max-width: 991px) {


	#reference-slider .reference-item:nth-of-type(3) .desc {
		min-height: 150px;
	}
	#reference-slider .reference-item:nth-of-type(4) .desc {
		min-height: 150px;
	}
    .head-light {
	margin-top: 10px !important;
	font-size: 36px !important;
    }
    .logo {
	margin-left: 0px;
	padding: 5px 0px;
    }
    #slider {
        margin-top: 85px;
    }
#slider .container {
	width: 100%;
	padding: 0px;
}
.en #reference-slider .reference-item .desc , .de #reference-slider .reference-item .desc {
	min-height: 150px;
}


}
@media(min-width: 1200px) {
#reference-slider .desc {
	min-height: 110px;
}
}
@media(max-width: 768px) {
    .logo {
	padding: 5px;
	height: 70px;
    }
.foto-heading {
    padding-top: 0px;
}

#reference-slider .reference-item .desc {
		min-height: auto !important;
	}

}
@media(min-width: 1200px) {
    .nav > li > a:after {
        margin-top: -25px;
    }
}

/* změny 3. 4. 2020 */

#nav {
    border-bottom: 0px solid #ddd !important;
}

.nav > li > a, .dropdown > ul > li > a {
    font-weight: 600 !important;
}

.services h2, .team h2, .contact h2, .reference h2 {
	border-bottom: 1px solid transparent !important;
}

#contact .num a {
	color: #d49d60;
	font-weight: 600;
}

.team-content h3 {
	font-weight: 600;
}

.team-content a {
	font-weight: 600;
}

#contact.contact .num p:first-of-type {
	margin-bottom: 0px;
    line-height: 15px;
}

/*#contact .link a {
    color: white;
    background-color: #d49d60;
}*/

#contact .link-fb a:hover {
	text-decoration: none;
}

#reference-slider h3 {
	font-weight: 500;
}

#contact.contact h2 {
	margin-bottom: 0px;
}

#contact.contact h3 {
	font-weight: 600;
}

#contact .link-fb {
    margin-top: 20px;
    display: inline-block;
}

.link-fb span {
    color: #333;
    vertical-align: top;
    line-height: 40px;
    margin-right: 10px;
    font-size: 16px;
}