/*    
      _                  _____ _                  _     _            
     | |                / ____(_)                (_)   | |           
     | |     __ _ ___  | |     _ _ __   _____   ___  __| | ___  ___  
     | |    / _` / __| | |    | | '_ \ / _ \ \ / / |/ _` |/ _ \/ _ \ 
     | |___| (_| \__ \ | |____| | | | |  __/\ V /| | (_| |  __/ (_) |
     |______\__,_|___/  \_____|_|_| |_|\___| \_/ |_|\__,_|\___|\___/ 

    (c) Las Cinevideo
    style.css
    Written by Theodore Kluge
    https://tkluge.net                                                                 
*/
html,
body {
	width: 100%;
	padding: 0;
	margin: 0;
    background: #f2f2f2;
    font-family: 'Roboto', sans-serif;
}
body {
	display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.float, .float-1 {box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24); } .float-2 {box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28); } .float-3 {box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); } .floatb::before, .floatb-1::before {position: absolute; content: ''; display: block; top: 0; bottom: 0; left: 0; right: 0; pointer-events: none; box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24); } .floatb-2::before {position: absolute; content: ''; display: block; top: 0; bottom: 0; left: 0; right: 0; pointer-events: none; box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28); } .floatb-3::before {position: absolute; content: ''; display: block; top: 0; bottom: 0; left: 0; right: 0; pointer-events: none; box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); }
#header-main {
	width: 80%;
	margin: auto;
	height: 120px;
	padding: 10px 0;
}
#header-main,
#footer-main {
	flex: none;
}
.logo {
    margin-top: 20px;
    max-height: 100px;
}
#lang-select {
	display: block;
	float: right;
	margin-top: 90px;
	height: 30px;
}
button {
	margin: 0;
	padding: 0;
	outline: 0 none;
	border: none;
	background: transparent;
}
a.anchor-wrap {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
a.anchor-expand {
    display: inline-block;
	height: 100%;
	width: 100%;
	text-decoration: none;
}
.btn {
	cursor: pointer;
    transition: 0.1s all ease-in-out;
}
.btn:hover {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.btn-lang {
	position: relative;
	height: 30px;
	width: 50px;
	margin-left: 10px;
}
img.img-fullsize {
	width: 100%;
	height: 100%;
	margin: 0;
}
main {
	display: inline-block;
	flex: 1 0 auto;
/*	position: relative;*/
	width: 80%;
	height: 100%;
/*	height: calc(100% - (60px * 2) - 40px);*/
	margin: auto;
}
.clearfix::after {
  	content: '';
  	display: table;
  	clear: both;
}
.nav {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.nav-horiz ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: table-row;
}
.nav-horiz li {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	transition: 0.1s all ease-in-out;
	text-align: center;
	width: calc(100% / 6);
	max-width: calc(100% / 6);
    z-index: 9;
}
/*.nav-horiz li::before {
    display: block;
    position: absolute;
    content: '';
    height: 0;
    margin-left: calc(100% / -5);
    margin-top: 40px;
    width: calc(100% / 6);
    max-width: calc(100% / 6);
    background: #1d7aa9;
    transition: 0.1s all ease-in-out;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    z-index: 9;
}*/
.nav-horiz li a {
    position: relative;
	display: block;
	line-height: 40px;
	color: white;
	font-size: 13pt;
    z-index: 10;
}
.nav-vert {
    width: 240px;
    float: left;
    margin-right: 20px;
}
.nav-vert ul {
    padding: 0;
    list-style: none;
}
.nav-vert li {
    border-bottom: 1px solid rgba(0,0,0,.12);
    cursor: pointer;
    transition: 0.1s all ease-in-out;
    padding: 0;
}
.nav-vert li:last-of-type {
    border: none;
}
.nav-vert a {
    padding: 0 20px;
    line-height: 40px;
    color: rgba(0,0,0,.87);
    width: 200px;
}

/*.nav li:hover::before {
    height: 40px;
    margin-top: 0;
    pointer-events: none;
    z-index: 100
}*/
.nav li:hover {
    background: #1d71a9;
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
}
.nav-vert li:hover {
    background: rgba(0,0,0,.12);
}
.nav li.active {
    background: #1d71a9;
}
#nav-main {
	height: 40px;
	width: 100%;
	background: #258ED9;
	display: table;
}
#slideshow {
	position: relative;
}
.slideshow {
	display: inline-block;
	width: 100%;
	height: 300px;
	max-height: 600px;
}
.slideshow-double {
	height: 600px;
}
.slideshow-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.slideshow-img-4 {
	width: 50%;
	height: 300px;
	float: left;
}
.slideshow-img-4-gap {
	width: calc(50% - 4px);
	height: 300px;
	float: left;
}
.slideshow-img-4-gap:nth-child(even) {
	float: right;
}
.slideshow-img-4-gap:nth-child(4n-2),
.slideshow-img-4-gap:nth-child(4n-3) {
	margin-bottom: 8px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#slideshow #gmap {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.map-responsive{

    overflow:hidden;

    padding-bottom:27.5%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:300px;

    width:100%;

    position:absolute;

}

.content {
	display: inline-block;
	width: 100%;
	min-height: calc(100% - 60px);
}
.content#content-services {
    width: calc(100% - 240px - 20px);
}
.content .infobox {
	width: calc(100% - 40px);
	padding: 20px;
}
.infobox .cbox {
	display: inline-block;
	position: relative;
	margin: 10px 0;
	padding: 0 10px;
	text-indent: 30px;
    background: white;
    width: calc(100% - 20px);
}
.cbox h1 {
    margin: 20px 0 -10px; 0;
    padding: 0 20px;
    font-size: 20pt;
    text-indent: 0;
    color: rgba(0,0,0,.87)
}
.cbox p {
    padding: 20px;
    margin: 0;
    line-height: 15pt;
    color: rgba(0,0,0,.87);
}
.infobox .cbox:first-of-type {
	margin-top: 0;
}
.infobox .cbox:last-of-type {
	margin-bottom: 0;
}
.cbox.client {
    padding: 10px 0;
    width: calc(50% - 10px);
    height: 120px;
    float: left;
    text-align: center;
    text-indent: 10px;
    background: transparent;
    box-shadow: none;
}
.cbox.client:nth-child(odd) {
    margin-left: 20px;
}
.cbox.client:last-of-type {
    margin-bottom: 20px;
}
.cbox figure {
    display: inline-block;
    width: calc(100% - 20px);
    height: 100%;
    margin: 0;
    margin-left: -15px;
}
.cbox figure img {
    height: 100px;
	object-fit: cover;
}
.cbox figure figcaption {
    /*text-indent: 0;*/
    color: rgba(0,0,0,.87);
}
.cbox.contact {
    padding: 20px 0;
    padding-top: 0;
}
.cbox .contact {
    margin: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 13pt;
    color: rgba(0,0,0,.87);
    text-indent: 0;
    margin-top: 20px;
}
.cbox .info {
    display: inline-block;
    width: 100%;
    color: rgba(0,0,0,.87);
    padding: 0 20px;
}
#nav-main footer {
	position: absolute;
	bottom: 0;
	padding: 6px;
	margin: 0;
/*	width: 100%;*/
	text-align: center;
/*	height: 30px;*/
/*	line-height: 30px;*/
}
#nav-main footer .copy {
	display: inline-block;
	position: relative;
	font-size: 80%;
	color: white;
}
footer {
    position: relative;
	padding: 0 20px;
	margin: 0;
	background: #258ED9;
    color: white;
	display: block;
/*	line-height: 100px;*/
	height: 100px;
	width: calc(80% - 40px);
	margin: auto;
}
.vdiv-nav {
    font-size: 80%;
}
.vdiv-nav .vdiv {
    color: #0737a3;
    font-size: 13pt;
    margin: 0 10px;
}
.vdiv-nav a {
    color: white;
    transition: 0.1s all ease-in-out;
}
.vdiv-nav a:hover {
    color: #1D71A9;
}
#sitemap {
    margin-top: 26px;
}
#legal {
    position: absolute;
    top: 26px;
    right: 20px;
}
footer .copy {
    position: absolute;
    left: 20px;
    top: 60px;
    font-size: 80%;
    color: rgba(142, 199, 255, 0.76);
}
.projlist h1 {
	color: rgba(0,0,0,.87);
	font-size: 16pt;
	padding: 0 10px;
}
.projlist .row {
	list-style: none;
	padding: 0;
	width: 100%;
	height: 280px;
	max-height: 280px;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
}
.projlist .proj {
	display: inline-block;
	width: 200px;
	height: 260px;
	padding: 0;
	text-indent: 0;
	text-align: center;
	position: relative;
/*	float: left;*/
}
.projlist img {
	width: 180px;
	height: 240px;
	object-fit: cover;
}
.projlist .caption {
	display: inline-block;
	font-size: 11pt;
	color: rgba(0,0,0,.87);
	position: absolute;
	top: 244px;
	left: 0;
	width: 200px;
}