@font-face {
    font-family: 'Gotham-Thin';
    src: url('../fonts/GOTHAM-THIN.eot'),
    url('../fonts/GOTHAM-THIN.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GOTHAM-THIN.woff') format('woff'),
    url('../fonts/GOTHAM-THIN.svg#GOTHAM-THIN') format('svg');
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/GOTHAM-LIGHT.eot'),
    url('../fonts/GOTHAM-LIGHT.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GOTHAM-LIGHT.woff') format('woff'),
    url('../fonts/GOTHAM-LIGHT.svg#GOTHAM-LIGHT') format('svg');
}
/*
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/GOTHAM-BOLD.eot'),
    url('../fonts/GOTHAM-BOLD.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GOTHAM-BOLD.woff') format('woff'),
    url('../fonts/GOTHAM-BOLD.svg#GOTHAM-BOLD') format('svg');
}
*/
@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Medium.eot'),
    url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
}

@font-face {
    font-family: 'Gotham-Regular';
    src: url('../fonts/Gotham-Book.ttf') format('truetype');
}


@font-face {
    font-family: 'entypo';
    src: url('../fonts/Entypo-webfont.eot'),
    url('../fonts/Entypo-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Entypo-webfont.woff') format('woff'),
    url('../fonts/Entypo-webfont.svg#entyporegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: 'Gotham-Regular', sans-serif;
    font-size: 13px;
	color: rgba(60,60,70,1);
    text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
    color: inherit;
	font-weight: bold;
    -moz-transition: background-color 0.4s, color 0.4s, opacity 0.4s, text-shadow 0.4s;
    -webkit-transition: background-color 0.4s, color 0.4s, opacity 0.4s, text-shadow 0.4s;
    transition: background-color 0.4s, color 0.4s, opacity 0.4s, text-shadow 0.4s;
}

img {
    border: none;
}



/* Text Element Styles */

h2, h3, h4, h5, h6 {
    font-family: 'Gotham-Bold';
    
    margin: 0 0 15px;
    line-height: 120%;
}
h1 {

  font-size: 30px;

}

h2, h3 {
	text-transform: uppercase;
}


h3, h6 {
    font-size: 15px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-family: 'Gotham-Thin';
    font-size: 15px;

}
h5, h6 {
    color: #805da8;
}
h6 {
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

p {
    line-height: 130%;
    margin: 0 0 15px;
}

.body-txt-large, .body-txt-large p{
    font-size: 15px;
}

b {
   font-family: 'Gotham-Bold'; 
}



/* Input Element Styles */

input[type=text], input[type=email], input[type=tel], input[type=password],textarea, select, button {
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #b1b1b1;
    border-radius: 0;
    margin: 0;
    padding: 6px;
    font-family: 'Gotham-Light', sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 120%;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select {
	
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-size: 16px auto;
    background-image: url("select_drop.svg");
    padding-right: 25px;
}

button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin-top: 10px;
	margin-left: 150px;
    padding: 6px 12px;
	font-size: 15px;
	font-weight: bold;
    background-color: #465da8;
    color: white;
    border: none;
    border-radius: 3px;
	width: 350px;
}
button:hover {
    background-color: #a0a0e0;
}
p.leftspace, h2.leftspace, h3.leftspace, li.leftspace {
	margin-left:25px;
}

figure {
  position: relative;
  margin: 0px;
  margin-left:0px;
  margin-bottom:20px;
}

figure.singleimg {
  display: inline-block;
  padding: 10px;
  vertical-align:top;
  width: 30%;
  float:none;
  }

figure img {
	border: 2px solid #aaaaaa;
	padding: 3px;
	margin:0px;
	margin-top:0px;
	margin-right:15px;
	max-width:50%;
	vertical-align:bottom;
	
}
figure img.noborder {
	border:0;

}

figcaption {
  padding: 1px;
  text-align: left;
  font-size:12px;
  
}
figcaption.noborder {
	padding-left:15px;
}

.floatleft {
	float:left;
	margin-right:15px;
}

.floatright {
	float:right;
	margin-left:15px;
}

#g-recaptcha iframe {
   position: absolute;
   left: 50px;
   top: 0px;
}

.googlemaps {
	width:100%;
	height:500px;
}

.gaudy {
	
	font-weight: bold;
	
	color: rgba(109,131,0,1);
}

/* Colours */
ol, ul{
	font-weight:bold;
	font-size:smaller;
	list-style-type:circle;
}
ul li, ol li {
		/*blue*/
    color: #465da8;	
}
h2, h4 {
	color: #465da8;
}

h3 {
	color: rgba(109,131,0,1);
}
.partner-subheading {

    color: rgba(107,105,120,1);
}

.color1 {
	/*blue*/
    background-color: #465da8;
}

.color2 {
	/*gray*/
    background-color: rgba(107,105,120,1);
}
.sub-menu.color2 {
	/*gray*/
    background-color: rgba(107,105,120,0.8);
}
.sub-menu.color2 .sect {
    /*gray*/
    color: rgba(107,105,120,1);
}
.service.color2:hover, .service.color2:hover .title, .color2 .sub-con {
	/*gray*/
   background-color: rgba(107,105,120,0.8); 
}

.color3 {
	/*green*/
    background-color: rgba(109,131,0,1);
}
.sub-menu.color3 {
  /*green*/
    background-color: rgba(109,131,0,0.8);
}
.sub-menu.color3 .sect {
	/*green*/
    color: rgba(109,131,0,1);
}
.service.color3:hover, .service.color3:hover .title, .color3 .sub-con {
	/*green*/
   background-color: rgba(109,131,0,0.8); 
}

.color4 {
	/*brown*/
    background-color: rgba(120,82,0,1);
}
.sub-menu.color4 {
	/*brown*/
    background-color: rgba(120,82,0,0.8);
}
.sub-menu.color4 .sect {
	/*brown*/
    color: rgba(120,82,0,1);
}
.service.color4:hover, .service.color4:hover .title, .color4 .sub-con {
	/*brown*/
   background-color: rgba(120,82,0,0.8); 
}

.color5 {
	/*purple*/
    background-color: rgba(144,64,122,1);
}
.sub-menu.color5 {
	
	/*purple*/
    background-color: rgba(144,64,122,0.6);
}
.sub-menu.color5 .sect {
	/*exception: gray!*/
    color: rgba(107,105,120,1);
}
.service.color5:hover, .service.color5:hover .title, .color5 .sub-con {
	/*purple*/
   background-color: rgba(144,64,122,0.8); 
}

.color6 {
	/*orange*/
    background-color: rgba(205,145,43,1);
}
.sub-menu.color6 {
	/*orange*/
    background-color: rgba(205,145,43,0.8);
}
.sub-menu.color6 .sect {
	/*exception: gray!*/
    color: rgba(107,105,120,1);
}
.service.color6:hover, .service.color6:hover .title, .color6 .sub-con {
	/*orange*/
   background-color: rgba(205,145,43,0.8); 
}




/* Structure Elements */
.container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.header {
    background-color: white;
}
.footer {
    background-color: #465da8;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    font-size: 11px;
    color: white;

}
.header-con, .footer-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
    max-width: 1300px;
    margin: 0 auto;
}
.header-con {
    min-height: 70px;
    background-color: white;
}
.footer-con {
    min-height: 52px;
    padding: 15px 30px;
}
.main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 2 1 100%;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    overflow: auto;
}
.main.home {
    overflow-y: scroll;
}



/* Header Elements */
.header {
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    z-index: 1;
}
.header .left, .footer .middle {
    -ms-flex: 1 1 auto;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.header .left {
    margin-right: 30px;
    font-family: "Verdana", sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    color: #465da8;
}
.header .left span {
    color: #a0a0a0;
}
.header .left video {
    height: 66px;
    width: auto;
    background-color: white;
}
.header .mob_icon {
    display: none;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.header .mob_icon::before {
    content: "i";
    font-family: 'entypo';
    font-size: 66px;
    padding: 0 15px;
}
.mob .header .mob_icon::before {
    content: "X";
}
.header .right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.header .right .menu-item {
    position: relative;
    display: block;
    overflow: visible;
}
.header .right .menu-item > a {
    display: inline-block;
    padding: 2px 15px 0;
    line-height: 36px;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    text-transform: uppercase;
    color: white;
}
.header .right .menu-item > a:hover {
   
	color: #465da8;
	
}
.header .right .menu-item a:hover {
	background-color:white;
	opacity:0.9;
}
.header a {
    text-shadow: 0 0 1px rgba(0,0,0,0.6);
}
.header .sub-con {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    float: left;
    width: auto;
    height: auto;
    min-width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    padding-bottom: 0;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
}
.header .sub-con a {
    display: block;
    white-space: nowrap;
    line-height: normal;
    padding: 12px 15px 10px;
    font-family: 'Gotham-Light';
}
.header .sub-con a:hover {
    background-color: rgba(255,255,255,0.8);
    color: #666;
    text-shadow: none;
}
.header .right .menu-item:hover .sub-con {
    display: block;
}



/* Footer Elements */
.footer .left div, .footer .right div, .footer .middle div, .footer a {
    display: inline-block;
}
.footer .middle {
    text-align: center;
}
.footer a {
    margin-right: 25px;
}
.footer .center div{
	text-align: left;
	vertical-align: middle ;
}

.footer .right div {
    margin-left: 25px;
}
.footer a {
    opacity: 0.6;
}
.footer a:hover, .footer .remote:hover {
    opacity: 1;
}
.footer .remote {
    cursor: default;
}
.footer .remote a {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 4px;
}
.footer .remote a img {
    height: 100%;
}
.footer .remote a:hover {
    opacity: 1;
}
.footer .phone::before {
    content: "!";
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: white;
    overflow: hidden;
    font-family: 'entypo';
    font-size: 31px;
    line-height: 23px;
    color: #465da8;
    margin-right: 12px;
    text-align: center;
    vertical-align: middle;
}



/* Slider Elements */
.slider-fw {
    position: relative;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background: #a0a0a0;
    background: white;
    width: 100%;
}
.slider {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    overflow: hidden;
    -moz-transition: height 0.7s ease;
    -webkit-transition: height 0.7s ease;
    transition: height 0.7s ease;
}
#slide-con {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: -moz-transform 1s ease;
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
}
.slide {
    position: relative;
    overflow: hidden;
}
.slide > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.slide video, .slide img {
    width: 100%;
    height: auto;
    border: none;
}
.slide > div {
    width: 100%;
    max-height: 80%;
    box-sizing: border-box;
    padding: 20px 120px;
    overflow-y: auto;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: rgba(255,255,235,1);
    text-shadow: 0 0 6px rgba(0,0,30,1);
    opacity: 0;
    -moz-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -moz-transition: -moz-transform 0.7s ease 1.2s, opacity 0.7s ease 1.2s;
    -webkit-transition: -webkit-transform 0.7s ease 1.2s, opacity 0.7s ease 1.2s;
    transition: transform 0.7s ease 1.2s, opacity 0.7s ease 1.2s;
}
.slide .sub-txt {
    font-size: 24px;
    line-height: 110%;
    margin-top: 6px;
}
.slide .sub-txt >h1 {
    font-size: 24px;

}
.slide.active > div {
    opacity: 1;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.nav {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    max-height: 100%;
    cursor: pointer;
    background-color: rgba(255,255,255,0.3);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.nav:hover {
    background-color: rgba(255,255,255,0.6);
}
.nav::before {
    content: "{";
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-family: 'entypo';
    font-size: 54px;
    color: rgba(0,0,0,0.7);
}
.nav.prev {
    left: 0;
    -moz-transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.nav.next {
    right: 0;
}



/* Services Elements */
.services {
    margin: 0 auto;
    width: 100%;
    max-width: 1300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
/*    -ms-flex: 1 1 auto;*/
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -moz-transition: flex 1s; /* Todo */
    -webkit-transition: flex 1s; /* Todo */
    transition: flex 1s;
}
.service {
    width: 25%;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
    background-color: transparent;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-transition: -moz-box 0.5s ease; 
    -webkit-transition: -webkit-flex 0.5s ease;
    transition: flex 0.5s ease;
}
.service > div:first-child {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-right: 42px;
    border-bottom: 1px solid #d7d7d7;
}
.service img, .service .title img {
    
    max-width: 100%;
    vertical-align: bottom;
}
.minipics {
	width: 176px;
}
.service .more, .service .info-more::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 1px solid #c0c0c0;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 64px auto;
    background-image: url(../media/more_arrow.svg);
}
.service .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 22px;
    box-sizing: border-box;
    line-height: 120%;
}
.service .title div:first-child {
    max-width: 100%;
    box-sizing: border-box;
    -ms-flex: 1 1 auto;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    word-break: break-all;
    word-break: break-word;
}
.service .title img {
    display: none;
}
.service .info {
    height: 0;
    opacity: 0;
    line-height: 140%;
    color: white;
    word-wrap: break-word;
}
.service .info-more {
    margin-top: 10px;
    font-family: 'Gotham-Bold';
}
.service .info-more::before {
    content: "Weiterlesen";
}
.service .info-more::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0;
    margin-left: 8px;
    border-color: white;
    vertical-align: bottom;
    background-position: top right;
    background-size: 32px auto;
    opacity: 0.7;
}
.service:hover {
    overflow: visible;
    padding: 30px;
}
.service:hover .info {
    height: auto;
    opacity: 1;
    -moz-transition: opacity 0.8s ease-in;
    -webkit-transition: opacity 0.8s ease-in;
    transition: opacity 0.8s ease-in;
}
.service:hover > div:first-child {
    display: none;
}
.services:hover .service .title {
    flex-basis: 0px;
}
.service:hover .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    font-size: 22px !important;
    color: white;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -moz-transition: -moz-transform 0.5s ease 0.1s, background-color 0.5s ease 0.1s;
    -webkit-transition: -webkit-transform 0.5s ease 0.1s, background-color 0.5s ease 0.1s;
    transition: transform 0.5s ease 0.1s, background-color 0.5s ease 0.1s;
}
.service:hover .title img {
    display: block;
}


/* Content Screen */
.content-heading {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 1300px;
    height: auto;
    min-height: 230px;
    margin: 0 auto;
    background-color: #f0f0ff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-heading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.0;
}
.content-heading, .content-heading::after {
    z-index: -1;
}
.content-heading .con {
    width: 100%;
    max-width: 1300px;
    max-height: 50vh;
    overflow: auto;
    box-sizing: border-box;
    padding: 30px;
    margin: 0 auto;
    color: rgba(255,255,230,1);
    font-size: 13px;
	font-weight: bold;
    text-shadow: 0 0 3px rgba(0,0,050,1);
/*    z-index: 1;*/
}
.content-heading .sect, .content-con .sub-menu .sect {
    margin-bottom: 12px;
    font-size: 18px;
    font-family: 'Gotham-Bold';
    text-transform: uppercase;
    opacity: 0.9;
}
.content-heading .title {
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Gotham-Thin';
	font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.content-heading .desc {
    line-height: 130%;
}
.content-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex: 2 1 100%;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    overflow: auto;
}


.content-con .sub-menu, .content-con .content {
    box-sizing: border-box;
    padding: 30px;
    overflow: auto;
}
.content-con .sub-menu {
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    min-width: 20%;
    max-width: 400px;
    color: white;
    text-transform: uppercase;
}
.content-con .sub-menu a, .content-con .sub-menu .sect {
    display: block;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    margin-bottom: 12px;
}
.content-con .sub-menu a:hover {
    opacity: 0.7;
}
.content-con .sub-menu .sect {
    opacity: 1;
}
.content-con .content {
    -ms-flex: 1 1 auto;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.content-con .content ul, .content-con .content ol{
    margin: 15px 0;
    line-height: 130%;
    list-style-position: outside;
    padding: 0;
    padding-left: 30px;
    color: #465da8;
}
.content-con .content ul {
    list-style-type: circle;
}
.content-con .content ol {
    list-style-type: decimal;
}
.content-con .content li {
    margin-bottom: 6px;
}
.content-con .content li span {
    color: #666;
}
.content-con .content a {
    color: #465da8;
}
.content-con .content a:hover {
    text-decoration: underline;
}
.content-con .content img {
    max-width: 100%;
    margin: 15px 0;
}
.content-con .content img.border {
    box-sizing: border-box;
    border: 5px solid white;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.content-con .content img.full-w {
    width: 100%;
    height: auto;
}
.content-con .content img.half-w {
    width: 50%;
    height: auto;
    margin-right: 15px;
}


/* Content Screen - Reference */
.content-con .ref  {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
}
.content-con .ref img {
   margin: 0; 
}
.content-con .ref .img-con {
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.content-con .ref .img-con img {
    width: 180px;
    height: auto;
    background: gray;
}
.content-con .ref .logo img {
    max-width: 250px;
}
.content-con .ref .details-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0 0 15px;
}
.content-con .ref .name-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #465da8;
    font-family: 'Gotham-Bold';
}
.content-con .ref .name-logo .name {
    -ms-flex: 1 1 auto;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 15px;
    margin-right: 15px;
}
.content-con .ref .name-logo span {
    display: block;
    margin-top: 4px;
    font-family: 'Gotham-Light';
    text-transform: none;
    font-size: 12px;
    color: #666;
    opacity: 0.7;
}
.content-con .ref .quote {
    -ms-flex: 1 1 auto;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    line-height: 130%;
}
.content-con .ref .extra {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    font-family: 'Gotham-Bold';
    font-size: 11px;
}


/* Content Screen - Team */
.content-con .css_team  {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px;
}
.content-con .css_team img {
   margin: 0; 
}
.content-con .css_team .img-con {
    -moz-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.content-con .css_team .img-con img {
    width: 300px;
    height: auto;
    background: gray;
}
.content-con .css_team .logo img {
    max-width: 250px;
}
.content-con .css_team .details-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 0 0 15px;
}
.content-con .css_team .name-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #465da8;
    font-family: 'Gotham-Bold';
}
.content-con .css_team .name-logo .name {
    -ms-flex: 1 1 auto;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin-bottom: 15px;
    margin-right: 15px;
}
.content-con .css_team .name-logo span {
    display: block;
    margin-top: 4px;
    font-family: 'Gotham-Light';
    text-transform: none;
    font-size: 12px;
    color: #666;
    opacity: 0.7;
}
.content-con .css_team .quote {
    -ms-flex: 1 1 auto;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    line-height: 130%;
}
.content-con .css_team .extra {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    font-family: 'Gotham-Bold';
    font-size: 11px;
}



/* Partner Screen */
.content-con .partner-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0;
    box-sizing: border-box;
}
.partner-column {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    line-height: 130%;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 0px;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.partner-container h2 {
    margin-bottom: 6px;
}
.partner-container h2, .partner-container h3, .partner-container h4, .partner-container h5, .partner-container h6, .partner-container p, .partner-subheading {
    margin-right: 30px;
}
.partner-subheading {
    margin-bottom: 20px;
	font-size: 1.2em;
    /* Color: See above section for colors*/
}
.partners-scroll {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex: 2 1 100%;
    overflow: auto;
    margin-bottom: 15px;
    padding-right: 30px;
    box-sizing: border-box;
}
.partner {
    padding: 10px 0;
    border-bottom: 1px dotted #b1b1b1;
}
.partner:last-child {
    border-bottom: 0;
}
.partner .logo {
    height: 85px;
    max-width: 180px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
}
.partner .name {
    font-family: 'Gotham-Bold';
    margin: 8px 0;
}
.partner .description {
}



/* Contact Form */




#contactform > div {
    margin-bottom: 10px;

}
#contactform input[type="text"], input[type="tel"], input[type="email"], input[type="passwort"], textarea {
	width: 350px;
	font-size: 15px;
}
#contactform span {
    display: block; 

    margin-top: 5px;
}

form label, #contactform span::before {
    content: "";
    display: inline-block;
    width: 150px;
    line-height: 130%;
}
form label {
    vertical-align: top;
}
#contactform textarea {
	overflow: auto;
}
form label.redlabel, .errormsg {
	color: rgba(215,30,30,1);
}

.confirmmsg {
	color: rgba(30,215,30,1);
}

.errormsg, .confirmmsg {
	font-weight: bold;
}

/* Responsive */
@media screen and (min-width: 1300px) {
    .header-con, .footer-con {
        padding: 0;
    }
    .footer-con {
        padding: 15px 0;
    }
    .slide > div {
        font-size: 44px;
    }
}
@media screen and (max-width: 1100px) {
    .service:hover .title {
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
    .service:hover .title div:first-child {
        margin: 0;
    }
    .service:hover .title img {
        height: 60px;
        margin-top: 10px;
    }
	.slide .sub-txt {
    font-size: 20px;

	}
	.slide .sub-txt >h1{
    font-size: 20px;

	}
}
@media screen and (max-width: 900px) {

    .header .right .menu-item > a {
        padding: 2px 8px 0;
        font-size: 11px;
    }
    .service .title {
        font-size: 18px;
    }
	.slide .sub-txt {
    font-size: 18px;

	}
	.slide .sub-txt >h1 {
    font-size: 18px;

	}

}
@media screen and (max-width: 800px) {
	figure {
		margin: 0;
		max-width:100%;
	}
	
	figure.singleimg {
		width: 100%;
	}
	
	.slide .sub-txt {
    font-size: 16px;

	}
	.slide .sub-txt >h1 {
      font-size: 16px;
	}
	.slide > div {

        font-size: 22px;
	}
	p.leftspace, h2.leftspace h3.leftspace, li.leftspace {
	margin-left:0px;
	}
    /* Header */
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 100%;
        z-index: 1000;
    }
    .header-con {
        height: 70px;
        padding: 0;
    }
    .header .mob_icon {
        display: block;
    }
    .header .right {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        height: auto;
        max-height: calc(100% - 70px);
        overflow-y: auto;
    }
    .mob .header .right {
        display: block;
    }
    .header .right .menu-item {
        text-align: center;
    }
    .header .right .menu-item > a, .header .sub-con a {
        line-height: 120%;
        padding: 16px 15px 14px;
        font-size: 12px;
    }
    .menu-item > a {
        box-sizing: border-box;
        width: 100%;
    }
    .header .sub-con {
        position: relative;
        float: none;
        padding: 0;
        background-color: rgba(0,0,0,0.2);
    }
    .main {
        margin-top: 70px;
    }

    /* Services */
    .service {
        width: 50%;
        padding: 0 !important;
    }
    .service > div:first-child {
        display: none;
    }
    .service:nth-child(odd) {
        border-right: 1px solid white;
    }
    .service:nth-child(even) {
        border-left: 1px solid white;
    }
    .service .title, .service:hover .title, .services:hover .service .title {
        position: relative;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        flex-basis: auto;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px 30px;
        color: white;
        font-size: 20px !important;
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .service .title img, .service:hover .title img {
        display: block;
        height: 60px;
        margin-top: 0;
        margin-left: 15px;
    }
    .service .info {
        height: auto;
        opacity: 1;
        padding: 30px;
        color: inherit;
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .service .info-more::after {
        border-color: #c0c0c0;
        background-position: top left;
    }
    .service.color2 .title, .service.color2:hover .title {
        background-color: rgba(107,105,116,1);
    }
    .service.color3 .title, .service.color3:hover .title {
        background-color: rgba(146,189,74,1);
    }
    .service.color4 .title, .service.color4:hover .title {
        background-color: rgba(183,139,92,1);
    }
    .service.color5 .title, .service.color5:hover .title {
        background-color: rgba(159,98,129,1);
    }
    .service.color6 .title, .service.color6:hover .title {
        background-color: rgba(224,100,47,1);
    }
    .service.color2:hover, .service.color3:hover, .service.color4:hover, .service.color5:hover, .service.color6:hover {
        background-color: transparent !important;
    }
    
    
    /* Content Screen */
    .content-con {
       -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column; 
    }
	.content-con .content img.half-w {
		width: 100%;
		height: auto;
		margin-right: 15px;
	}
	content-con .content img.illu {
		
	}
    .content-con .sub-menu {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
        padding: 15px 30px;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .content-con .sub-menu .sect {
        margin-bottom: 15px;
    }
    .content-con .sub-menu .sect, .content-con .sub-menu a {
        margin: 0;
        margin-right: 15px;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
    }
    .content-con .sub-menu a::after, .content-con .sub-menu .sect::after {
        content: "\02022";
        text-transform: none;
        font-family: 'Gotham-Light';
        font-size: 15px;
        opacity: 0.5;
        padding-left: 15px;
        vertical-align: middle;
        color: white;
    }
    .content-con .sub-menu a:last-child::after {
        content: "";
    }
    
    
    /* Partner Screen */
    .content-con .partner-container {
        display: block;
        padding: 30px;
        padding-top: 0;
    }
    .partner-column {
        display: block;
        width: 100%;
        margin-top: 30px;
        padding: 0;
    }
    .partner-container h2, .partner-container h3, .partner-container h4, .partner-container h5, .partner-container h6, .partner-container p, .partner-subheading {
        margin-right: 0;
    }
    .partners-scroll {
        padding-right: 0;
    }
	.content-con .css_team {
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .content-con .css_team .img-con {
        text-align: left;
        padding-bottom: 1px;
		margin-left:15px;
    }
}
@media screen and (max-width: 420px) {
    body {
        font-size: 15px;
    }
	figure {
		margin: 0;
		max-width:100%;
	}
	p.leftspace, h3.leftspace h4.leftspace, li.leftspace {
		margin-left:0px;
	}
	.content-con .content img.half-w {
		width: 100%;
		height: auto;
		margin-right: 15px;
	}
	.slide .sub-txt {
    font-size: 14px;

	}
    .slide .sub-txt >h1 {
		font-size: 14px;

	}

    .container {
        display: block;
    }
    .footer-con {
        display: block;
        padding: 15px;
        text-align: center;
    }
    .main, .content-con {
        display: block;
    }
    
    /* Header */
    .mob .header-con {
        height: auto;
    }
    .header .right .menu-item > a, .header .sub-con a {
        font-size: 14px;
    }
    
    
    /* Footer */
    .footer {
        font-size: 13px;
    }
    .footer .left div, .footer .right div, .footer a, .footer .middle {
        display: block;
        margin: 20px auto 0;
    }
    .footer .phone {
        margin-top: 0 !important;
    }
    .footer .remote {
        display: none !important;
/*
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
*/
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.3);
    }
    .footer .remote span {
        width: 100%;
    }
    .footer .remote a {
        width: 50%;
        height: 26px;
        margin: 15px auto 0;
    }
    
    /* Slider */
    #slide-con {
        background-color: #465da8;
    }
    .slide > div {
        position: relative;
        top: 0;
        left: 0;
        height: 0;
        padding: 20px 55px;
        opacity: 1;
        font-size: 20px;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .slide.active > div {
        height: auto;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .nav {
        width: 40px;
        height: 40px;
    }
    .nav::before {
        font-size: 44px;
    }
    
    /* Services */
    .services {
        display: block; 
    }
    .service {
        width: 100%;
        border: none !important;
    }
    .service .title, .service:hover .title, .services:hover .service .title {
        font-size: 24px !important;
    }
    .service .info-more {
        font-size: 15px;
    }
    
    /* Content Screen */
    .content-con .sub-menu .sect, .content-con .sub-menu a {
        font-size: 13px;
    }
    .content-heading .con {
        max-height: none;
    }
    
    /* Content Screen - Reference */
    .content-con .ref {
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .content-con .ref .img-con {
        text-align: center;
        padding-bottom: 1px;
    }
    .content-con .ref .details-con {
        padding: 0;
        margin-top: 15px;
    }
    .content-con .ref .name-logo {
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	
	   /* Content Screen - Reference */
    .content-con .css_team {
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .content-con .css_team .img-con {
        text-align: left;
        padding-bottom: 1px;
		margin-left:0px;
    }
    .content-con .css_team .details-con {
        padding: 0;
        margin-top: 15px;
    }
    .content-con .css_team .name-logo {
        -ms-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	
    input[type=text], input[type=email], input[type=tel], textarea, select, button {
        font-size: 15px;
    }    
    
    form label {
        display: block;
        margin-bottom: 5px;
    }

    #contactform > div {
        margin-bottom: 20px;
    }
    #contactform span {
        margin-top: 20px;
    }
    #contactform span::before, button::before{
        display: none;
    }
	#contactform input[type="text"], input[type="tel"], input[type="email"], textarea{
	/*width: 250px;
}
}
@media screen and (max-height: 750px) {
    .content-heading {
        min-height: 0;
    }
}
@media screen and (max-height: 850px) {
    .service {
        padding: 15px 30px 20px;
    }
}
@media screen and (min-height: 1000px) {
    .services {
        -ms-flex: 1 1 auto;
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
    }
}