/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

.clear{ clear:both; }
.nopadl{ padding-left:0px !important;	}
.nopadr{ padding-right:0px !important; }
.nopad{padding-left:0px !important; padding-right:0px !important; }
.input_wrongdiv { display: none; color:#ff0000; }
.after_send { display: none; }
/* STYLES */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input:focus, select:focus, textarea:focus {
    outline:none !important;
}
/*input, select, textarea {
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}*/

@font-face {
    font-family: "PTSans-Bold";
    src: url('fonts/PT_Sans/PTSans-Bold.ttf') format('truetype');
}
@font-face {
    font-family: "PTSans-Regular";
    src: url('fonts/PT_Sans/PTSans-Regular.ttf') format('truetype');
}

:root {
	/*TYPO*/
    --fs-std: 14px;
    --lh-std: 17px;

	--fs-med: 17px;
	--lh-med: 27px;

	--m-huge:180px;
	--m-big:100px;
	--m-med:60px;
	--m-sml:30px;
}

body{
    font-family: "PTSans-Regular";
    font-size: var(--fs-std);
	line-height: var(--lh-std);
    padding-top:100px;
    color:#000;
    overflow-x: hidden;
}
body.yellow{
    background: rgba(192, 177, 100, 0.6);
}
body.green{
    background: rgba(132, 160, 138, 0.6);
}
body.blue{
    background: rgba(129, 174, 172, 0.6);
}
body.red{
    background: rgba(171, 118, 97, 0.6);
}
body.orange{
    background: #eb926c;
}
body.pink{
    background: #e0bab8;
}
body.lightyellow{
    background: #f2cb83;
}
body.beige{
    background: #f3eddd;
}
body.lightgreen{
    background: #cbd9b8;
}
body.darkblue{
    background: #94a4b3;
}





a{
    color:#000;
    text-decoration: none;
}
a:hover{
    color:#000;
    text-decoration: none;
    font-family: "PTSans-Bold";
}
a.act{
    font-family: "PTSans-Bold";
}
li{

}
li:before{
    content:"";
}

.input_wrongdiv{
	color: red;
}
.input_wrongdiv, .after_send{
	display: none;
}
.fancybox-button--zoom,
.fancybox-button--slideShow,
.fancybox-button--thumbs,
.fancybox-button--play,
.fancybox-button--fullscreen,
.fancybox-button--download {
  display: none !important;
}
h1{
    font-weight: bold;
}

h2{

}
.nav{
	margin-left: 8.334%;
}
.nav a{
 	color:#000;
	text-decoration: none;
}
.nav > li > a{
	display: inline-block;
    margin-right: 98px;
    font-size: var(--fs-med);
}
.nav > li > ul{
    display: none;
}

#btn_nav{
	display: none;
}
.subnav{
    margin-left:8.334%;
    margin-top: 58px;
}
.container-fluid{
    margin-bottom:100px;
}
body[data-id="1"] .container-fluid{
    margin-bottom:0;
}

/*Home*/

.homeimgslider{
	height: calc(100vh - 180px);
}
.homeimgslider img{
	width: 100%;
	height: calc(100vh - 180px);
    object-fit: cover;
}
.homeimgslider .slick-dots {
  bottom: 15px;
}
.homeimgslider .simpli_mod_gallery{
	width: 100%;
}
.slick-prev {
    left: 16.667%;
    z-index: 2;
}
.slick-prev::before, .slick-next::before{
    font-size: 40px;
    opacity: 0.55;
}
.slick-next {
    right: 16.667%;
    z-index: 2;
}
header{
    position: fixed;
    top:0;
	height:var(--m-big);
	background: #fff;
	z-index: 1;
    width: 100%;
    padding-top: 50px;
}
#logo{
	position: absolute;
	right: 10.334%;
	bottom: 30px;
	width: 325px;
	height: auto;
}
.slick-dots {
    bottom: 0px;
}

/*Footer*/

footer{
	height:80px;
	background: #fff;
	padding-left: 8.334% !important;
	padding-right: 8.334% !important;
	padding-top: 35px;
    position: fixed;
    bottom: 0;
    width: 101%;
}
.footercenter{
 text-align:center;
}
footer img{
	width:20px;
	height: auto;
    padding-bottom:5px;
}
.footerright a{
    position: absolute;
    right: 10.6%;
    bottom:29px;
}


/*Office*/

.officeteam, .officegal  {
    margin-top: 15px;
}
.officeteam .simpli_mod,  .teamwrapper, .officegal .simpli_mod {
    width:100%;
}
.team{
    aspect-ratio: 1 / 1; /* quadratisch */
    position: relative;
    overflow: hidden;
    padding: 15px;
    margin-bottom:30px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.officeteam span.portrait img{
    /*display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;*/
    display: inline-block;
    height: 100%;
    width:auto;
    margin-left: auto;
    margin-right: auto;
}
.officeteam span.portrait{
    /*display: inline-block;
    height: 100%;
    position: relative;*/
    display: block;
    height: 100%;
    width:auto;
    position: relative;
    /*transform: translateX(-50%);
    margin-left: 50%;*/
    overflow:hidden;
    padding:0px;
    margin:0px;
}
.officeteam span.portrait .teaminfo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    cursor:pointer;
}
.officeteam .teaminfodet{
    display:none;
}
.officeteam span.landscape{
    /*display: inline-block;
    position: relative;*/
    display: block;
    position: relative;
    overflow:hidden;
    padding:0px;
    margin:0px;
}
.officeteam span.landscape img{
    width: 100%;
}
.officeteam span.landscape .teaminfo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    cursor:pointer;
}
.officetxt{
    margin-top: 30px;
}
.officetxt strong {
    font-weight: bold;
}
.officetxt .simpli_item:first-child{
    margin-bottom:var(--m-huge);
}
.teaminfo{
    background: #000;
    color: #fff;
    padding:5px;
}
.teaminfo a{
    color:#fff;
}
.officelogos {
    margin-top:30px;
}
.officelogos img{
    width: 130px;
    height: auto;
}

.vsi{
    display: block;
    padding-bottom:20px;
}




/*Projects*/

.projectgal{
    margin-top: 15px;
}
.projectgal .simpli_mod, .projectovwrapper {
    width:100%;
}
.projectblock{
    aspect-ratio: 1 / 1; /* quadratisch */
    position: relative;
    overflow: hidden;
    padding: 15px;
    margin-bottom:30px;
    display: flex;
  justify-content: center;
  align-items: center;
}
.projectblock a.portrait img{
    display: inline-block;
    height: 100%;
    width:auto;
    margin-left: auto;
    margin-right: auto;
}
.projectblock a.portrait{
    display: block;
    height: 100%;
    width:auto;
    position: relative;
    /*transform: translateX(-50%);
    margin-left: 50%;*/
    overflow:hidden;
    padding:0px;
    margin:0px;
}
.projectblock a.portrait h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.projectblock a.landscape{
    display: block;
    position: relative;
    overflow:hidden;
    padding:0px;
    margin:0px;

}
.projectblock a.landscape img{
    width: 100%;
}
.projectblock a.landscape h3 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.projectblock h3{
    background: #000;
    color: #fff;
    padding:5px;
}
.projectdet img{
    width:100%;
    margin-bottom: var(--m-big);
}
.projecttxthelper{
    display: none;
}
.projectgaldet{
    margin-top:30px;
}
.detailtext{
    margin-top:30px;
}

/*Impressum*/

#guidelines{
    padding: 50px 20%;
}
#guidelines h1{
    padding-bottom: 20px;
    font-size: var(--fs-med);
}






/* FORM */
#fcontent{
    margin-top:100px;
    margin-bottom: 50px;
    position: relative;
    float: left;
}
.frow{
    position: relative;
    float: left;
    width:100%;
}
.fval{
    display: inline-block;
    width:calc(100% - 400px);
    float: left;
}
.flabel{
    display: inline-block;
    width:400px;
    float: left;
    font-weight:700;
}
.formeo.formeo-render .formeo-row{
    width:100%;
}
.formeo-column{
  width: 100% !important;
}
.formeo-row-wrap > .f-field-group > label{
	display: none !important;
}
.formeo-row > .f-field-group > label{
	display: none !important;
}
label.showlabel {
    display:block !important;
    opacity:1 !important;
}
.f-field-group li{
    list-style: none;
}
.f-checkbox input{
	float: left;
    clear:left;
}
.f-radio label {
display: inline-block !important;
  font-size: 18px !important;
  opacity: 1 !important;
  width: calc(100% - 30px) !important;
  font-weight: 400 !important;
  padding-left: 10px;
}

.f-checkbox label{
    display: inline-block !important;
    font-size:18px !important;
    width:auto !important;
    font-weight:400 !important;
	float: left;
	max-width: calc(100% - 30px);
    padding-left: 10px;
	margin-top: -5px;
}
.formeo input[type="date"]{
    color:#9CAF4D;
}

/* ETC */
.embed-container{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cookie_wrapper{
	position:fixed;
	left:0;
	bottom:0px;
	color:#fff;
	background:#000;
	min-height:48px;
	text-align:center;
	font-size:17px;
	line-height:22px;
	padding:15px;
	width:100%;
	z-index:9999999;
}
#cookie_wrapper a{
	color:#fff !important;
	text-decoration:underline !important;
}
#cookie_accept,#cookie_deny{
	cursor:pointer;
	background:#fff;
	color:#000;
	display:inline-block;
	padding:5px 8px;
	margin-left:8px;
}
#cookie_accept:hover,#cookie_deny:hover,#cookie_wrapper a:hover{
	opacity: 0.7;
}
#cookie_accept_black{
	position:absolute;
	right:15px;
	top:5px;
	cursor:pointer;
}
#policylogo {
	width: 200px;
	margin-top: 25px;
}
#cptitle {
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
}
.darker {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0,0.7);
	z-index: 9999;
}

#simpliscreensplash {
    color: #fff;
    background: #0D777F;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: "Source Sans Pro";
    transition: padding 0.5s;
}
#simpliscreensplash h1 {
    font-family: "Leckerli One";
    font-size: 56px;
    color:#fff;
    text-align: center;
    padding-top:40vh;
}
