html {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: normal;
    color: #000;
    background-color: #FFF;
    height: 100%;
    overflow-y: scroll;
}

body {
    min-height: 100%;
}

b {
    font-weight: bold;
}

strong {
    font-weight: 700;
}

a {
    text-decoration: none;
    color: #26666e;
	transition-duration: 0.2s;
}

a:hover {
    outline: none;
    color: #3895a0;
}

a:active, a:focus, a:visited {
    outline: none;
}

h1 {
    font-size: 30px;
	line-height:1.4;
    color: #1d1d1b;
    font-weight: 700;
}

h2 {
    font-size: 20px;
    color: #1d1d1b;
    font-weight: 700;
}

h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: 700;
    color: #1d1d1b;
}

button {
    background-color: transparent;
    border: 1px solid #96a7a9;
    color: #96a7a9;
    height: 48px;
    width: 260px;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    transition-duration: 0.2s;
    font-weight: bold;
    letter-spacing: 1px;
}

button:hover {
    background-color: #96a7a9;
    color: white;
}

button:active {
    -webkit-box-shadow: inset 2px 2px 6px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 2px 2px 6px 0 rgba(0,0,0,0.1);
    box-shadow: inset 2px 2px 6px 0 rgba(0,0,0,0.1);
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    border: 1px solid #181e28;
    height: 48px;
    margin: 5px 0;
	border-radius: 0;
}

textarea {
    border: 1px solid #181e28;
	border-radius: 0;
}

input:focus,
textarea:focus {
    border: 1px solid #85888d;
}

.left {
    float: left;
}

.right {
    float: right;
}

.container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

header.main {
    position: absolute;
    z-index: 999;
    top: 43px;
    width: 100%;
}

header.main img {
    width: 130px;
    margin-left: 92px;
}

header.main nav.main {
    margin-right: 25px;
}

header.main nav.main ul {
    margin-top: 7px;
}

header.main nav.main ul li {
    display: inline;
    padding-right: 45px;
}

header.main nav.main ul li a {
    font-size: 16px;
    color: white;
    font-weight: 400;
    transition-duration: 0.3s;
}

header.main nav.main ul li.active a {
    color: black;
}

header.main nav.main ul li a:hover {
    color: black;
}

.slider {
    height: 872px;
    overflow: hidden;
    position: fixed;
    background-size: cover;
    background-position: top center;
	background-image: url('../img/slider/slide.jpg'); 
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}

.slider img {
    width: 100%;
}

.slider .pattern {
    background: url('../img/slider/pattern.png') repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.slider h1 {
    color: white;
}

.slider span {
    position: absolute;
    z-index: 1000;
    color: white;
    text-align: center;
    width: 100%;
    top: 43%;
    z-index: 3;
}

.slider span h1 {
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 900;
    margin: 0;
}

.slider span p {
    font-size: 30px;
    font-weight: 400;
    margin: 0;
}

.page-header {
    height: 100%;
    max-height: 508px;
    overflow: hidden;
    position: relative;
}

.page-header img {
    width: 100%;
}

.page-header .pattern {
    background: url('../img/slider/pattern.png') repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

.news {
    width: 100%;
    height: 75px;
    background: #0c121c;
    position: absolute;
    top: -75px;
}

.news h1 {
    font-size: 35px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255,255,255,0.2);
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 8px;
    padding-right: 25px;
}

.news strong {
    color: white;
    display: block;
    margin-bottom: -10px;
    padding-top: 20px;
}

.news p {
    color: white;
    display: inline-block;
    margin: 0;
}

.news a.right {
    text-transform: uppercase;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    font-weight: 700;
    transition-duration: 0.2s;
    margin-top: 39px;
}

.news a.right:hover {
    color: rgba(255,255,255,1);
}

.home {
    margin-top: 100px;
}

.home.page {
    margin-top: 60px;
}

.home .container {
    padding: 0 128px;
	position: relative;
}

.home .content {
    margin-bottom: 115px;
    position: relative;
}

.home .content .text-right {
    margin-bottom: 100px;
}

.home .content .clearfix {
    position: relative;
    margin-bottom: 120px;
}

.home.page .content .clearfix {
    position: relative;
    margin-bottom: 0;
}

.home .content .left {
    width: calc(100% / 2);
}

.home .content .right {
    width: calc(100% / 2);
}

.home .content .right.text-left {
    position: absolute;
    width: calc(100% / 2 + 60px);
    right: 0;
    background: rgba(255,255,255,0.95);
    bottom: 0;
    padding: 15px 20px 15px 20px;
    padding-right: 0;
}

.home .content .left.text-left {
    position: absolute;
    width: calc(100% / 2 + 60px);
    left: 0;
    background: rgba(255,255,255,0.95);
    bottom: 0;
    padding: 15px 20px 15px 20px;
    padding-left: 0;
}

.home .content .right.text-left h2,
.home .content .right.text-left p,
.home .content .left.text-left h2,
.home .content .left.text-left p {
    margin: 0;
    margin-top: 10px;
}

.home .content .right.text-left p,
.home .content .left.text-left p {
    margin-top: 10px;
}

.home button.center {
    margin: 0 auto;
}

.referenzen {
    background: url('../img/referenzen.jpg') no-repeat;
    width: 100%;
    height: 250px;
    padding-top: 85px;
}

.referenzen h3 {
    font-size: 16px;
    color: white;
    font-weight: 400;
	margin-top: 0;
}

.referenzen ul {
    list-style: none;
    padding-top: 40px;
	padding-top: 0;
}

footer.main {
    min-height: 195px;
    padding-top: 50px;
    background: #f2f2f3;
    z-index: 2;
    position: relative;
    height: auto;
}

footer.main .container {
    position: relative;
}

footer.main .left span {
    font-weight: 400;
    font-size: 14px;
    color: rgba(29, 29, 27, 0.5);
    position: absolute;
    left: 55px;
    top: 40px;
}

footer.main .right h2 {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}

footer.main .right p {
    font-size: 12px;
}

footer.main .right a {
    color: #000;
}

footer.main .right a:hover {
    color: #3895a0;
}

.home.page .content nav.main {
    margin-bottom: 70px;
}

.home.page .content nav.main ul > li:before {
    content: "";
}

.home.page .content nav.main ul li {
    display: inline-block;
    width: auto;
    /*margin-right: 95px;*/
	/*margin-right: 65px;*/
	margin-right: 50px;
	margin-bottom: 15px;
	margin top: 10px;
}

.home.page .content nav.main ul li:last-child {
	margin: 0;
}

.home.page .content nav.main ul li a {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
    transition-duration: 0.2s;
    position: relative;
}

.home.page .content nav.main ul li a:hover {
    padding-bottom: 15px;
    /*border-bottom: 1px solid rgba(0,0,0,0.5);*/
}

.home.page .content nav.main ul li a span {
    background-color: transparent;
    content: "";
    display: block;
    height: 1px;
    top: 35px;
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    transition: background-color 0.5s ease-in-out, width 0.5s ease-in-out;
}

.home.page .content nav.main ul li a:hover span {
    background-color: rgba(0,0,0,0.5);
    width: 100%;
}

.home.page .content nav.main ul li.active a {
    color: black;
}

.home.page .content nav.main ul li.active a span {
    width: 100%;
    background-color: black;
}

.home.page .content h2 {
    margin-top: 70px;
}

.home.page .content h3,
.home.page .content h4,
.home.page .content h5 {
    margin-top: 25px;
    margin-bottom: 0;
}

.home.page .content p {
    margin-top: 0;
	margin-bottom: 20px;
}

.home.page .content .clearfix {
    margin: 50px 0;
}

.home.page .content .italic {
    font-style: italic;
    font-size: 16px;
}

.home.page .content .italic h1 {
    margin: 0;
}

.home.page .content .italic p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.home.page .content .italic button {
    font-style: normal;
    margin-top: 25px;
}

.home.page .content .text-right.italic button {
    float: right;
}

.home.page .content ul {
    list-style-type: none;
    padding: 0;
}

.home.page .content ul > li:before {
    content: "- ";
}

.home.page .content .ref {
    width: 65%;
}

.home.page .content ul.ref {
    width: 100%;
    list-style: none;
}

.home.page .content ul.ref > li::before {
    content: '';
}

.home.page .content ul.ref li {
    width: calc(100% / 5 - 2px);
    height: 180px;
    text-align: center;
    float: left;
}

.home.page .content ul.ref li a img {
    padding-top: 30%;
	width: 100%;
}

.home.page .content ul.ref li:first-child {
    border-left: 0;
}

.home.page .content ul.ref li:last-child {
    border-right: 0;
}

.home.page .content .team ul {
    list-style: none;
    margin: 0 -20px;
}

.home.page .content .team ul li {
    float: left;
    width: calc(100% / 3 - 41px);
    margin: 0 20px 80px 20px;
    height: 410px;
}

.home.page .content .team ul li img {
    width: 100%;
    height: auto;
}

.home.page .content .team ul > li:before {
    content : "";
}

.home.page .content .team h2 {
    margin-top: 20px;
    margin-bottom: 0;
}

.home.page .content .right.kontakt p {
    float: left;
    width: auto;
    margin: 10px 48px 0 0;
}

.home.page .right.formular {
    width: calc(100% / 2 + 180px);
    margin-top: 25px;
}

.home.page .right.formular input,
.home.page .right.formular textarea,
.home.page form.auschreibungs input,
.home.page form.auschreibungs textarea {
    width: 100%;
    padding-left: 10px;
}

.home.page form.honorarberechnung input,
.home.page form.honorarberechnung textarea {
    width: 168px;
    height: 30px;
    padding-left: 10px;
}

.home.page form.honorarberechnung input.first {
    width: 245px;
    height: 48px;
}

.home.page .right.formular textarea,
.home.page form.auschreibungs textarea,
.home.page form.honorarberechnung textarea {
    resize: vertical;
    width: 100%;
    height: 150px;
    padding-top: 5px;
    margin-top: 5px;
    box-sizing: border-box;
}

.home.page .right.formular button,
.home.page form.auschreibungs button,
.home.page form.honorarberechnung button {
    background-color: #96a7a9;
    color: white;
    width: 216px;
    margin-top: 20px;
}

.home.page .right.formular button:hover,
.home.page form.auschreibungs button:hover,
.home.page form.honorarberechnung button:hover {
    background-color: transparent;
    color: #96a7a9;
}

.home.page .right.formular button:active,
.home.page form.auschreibungs button:active,
.home.page form.honorarberechnung button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.home.page .spacer {
    padding-left: 362px;
}

.home.page form.auschreibungs,
.home.page form.honorarberechnung {
    width: 100%;
    position: relative;
}

.home.page form.auschreibungs .check {
    width: calc(100% / 2 - 2px);
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.home.page form.auschreibungs .left {
    margin-right: 35px;
}

.home.page form.auschreibungs label {
    display: block;
    text-align: left;
    margin: 5px 0;
}

.home.page form.auschreibungs span {
    position: absolute;
    left: 0;
    padding-top: 10px;
}

.home.page form.auschreibungs .uploadinput {
    padding: 13px 45px;
    background-color: transparent;
    border: 1px solid #96a7a9;
    color: #96a7a9;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    display: block;
    overflow: hidden;
    float: none;
    max-width: 90px;
    max-height: 20px;
    margin-left: 480px;
}

.home.page form.auschreibungs input.upload {
    display: block;
    width: 181px;
    height: 48px;
    opacity: 0;
    overflow: hidden;
    margin: 0;
    margin-top: -36px;
    margin-left: -47px;
}

.home.page form.auschreibungs .uploadinput:hover {
    background-color: #96a7a9;
    color: white;
    cursor: hand;
}

.home.page .content span h2 {
    margin-top: 0;
    font-size: 18px;
    display: inline-block;
    margin-right: 25px;
}

.home.page .content .text-right span a {
    font-size: 18px;
    font-weight: 500;
    color: #b0bdbf;
}

table.honorarberechnung {
    width: 100%;
}

table.honorarberechnung td {
    border: 0;
    width: auto;
    padding: 5px 8px 5px 0;
}

table.honorarberechnung td input {
    margin-right: -8px;
    text-align: right;
}

table.honorarberechnung td:first-child {
    text-align: left;
}

table.honorarberechnung tr.spacer {
    clear: both;
}

table.honorarberechnung tr.spacer hr {
    border: 0;
    border-top: 1px solid #e5e5e5;
}

table.honorarberechnung tr td.right {
    width: auto !important;
    margin-right: -44px;
}

.home.page .content .newspage .right {
    width: auto;
}

.home.page .content .newspage .right a {
    color: #96a7a9;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.home.page .content .newspage h2 {
    margin-top: 0;
}

.page-btnlink {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 25%;
    width: 40px;
    height: 50px;
    background-color: #0c121c;
    transition-duration: 0.2s;
}

.btnlink {
    position: fixed;
    right: 0;
    z-index: 9999;
    top: 25%;
    width: 155px;
    height: 50px;
    background-color: #0c121c;
    transition-duration: 0.2s;
}

.btnlink span,
.page-btnlink span {
    color: white;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin: 12px 10px;
    text-transform: uppercase;
    width: 75%;
}

.btnlink img,
.page-btnlink img {
    position: absolute;
    right: 10px;
    top: 12px;
}

header.main nav.main ul li.phone,
header.main nav.main ul li.btn {
    display: none;
}
header.main nav.main ul li.btn button {
    width: 84.375%;
    color: white;
    border: 1px solid white;
    margin: 0 auto;
    font-weight: bold;
    font-size: 10px;
}
header.main nav.main ul li.btn:last-child button {
	margin-bottom: 30px;
}
header.main nav.main ul li.btn button img {
    margin: 0;
    width: 20px;
    vertical-align: middle;
    margin-right: 15px;
}

header.main nav.main ul li.btn button:hover {
    background: transparent;
}

a.phone-button {
    display: none;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 8px;
    right: 10px;
}

.phone-button span {
    margin-top: 20px;
}

.phone-button span,
.phone-button span:before,
.phone-button span:after {
    cursor: pointer;
    height: 2px;
    width: 20px;
    background: white;
    position: absolute;
    display: block;
    content: '';
}
.phone-button span:before {
    top: -8px;
}
.phone-button span:after {
    bottom: -8px;
}

.news .home {
    margin-top: 0;
}

.google-map {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
}

table.honorarberechnung td.last {
    text-align: left;
    padding-left: 5px;
    padding-right: 0;
}

.home.page form.auschreibungs label span {
    position: relative;
    padding: 0;
}

.home.page form.auschreibungs input[type="checkbox"]:checked + label {

}
.home.page form.auschreibungs input[type="checkbox"] {
    display:none;
}
.home.page form.auschreibungs input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 20px 0 0;
    vertical-align:middle;
    background:url('../img/checkbox.png') left top no-repeat;
    cursor:pointer;
}
.home.page form.auschreibungs input[type="checkbox"]:checked + label span {
    background:url('../img/checkbox.png') -19px top no-repeat;
}

.btnlink,
.page-btnlink {
    transition: width 0.3s ease 0.1s;
}

.page-btnlink:hover span {
	opacity: 1;
	visibility: visible;
}

.page-btnlink:hover {
    width: 155px;
}

.btnlink.scroll {
    width: 40px;
}

.btnlink.scroll span,
.page-btnlink span {
    opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease 0.2s;
}

table.honorarberechnung tr.spacer.last hr {
    border-top: 1px solid black;
}

.base {
    height: 872px;
    position: relative;
    z-index: 0;
}

.content-wrapper {
    z-index: 2;
    position: relative;
    background-color: white;
}

footer.main .links {
    margin-top: 80px;
}

footer.main .links a {
    color: #000;
    font-size: 12px;
    padding-right: 10px;
}

footer.main .links a:hover {
    color: #3895a0;
}

.news h1 a,
.newspage h2 a {
    color: inherit;
    transition-duration: 0.2s;
}

.news h1 a:hover {
    color: white;
}

.newspage h2 a:hover {
	color: #3895a0;
}

.newshome {
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.newshome.current {
	opacity: 1;
	visibility: visible;
}

.red {
	color: red;
	font-weight: bold;
}

.green {
	color: green;
	font-weight: bold;
}

.referenzen ul li img {
	height: auto;
}

.slider .video-bg {
	position: absolute;
	z-index: -1;
	height: 1080px;
	width: 100%;
	background-color: #0c121c;
}

.slider .responsive-video {
	max-width: 1920px;
	overflow: hidden;
	min-height: 10px;
	position: relative;
	height: 1080px;
	margin: auto;
}

.slider iframe {
	/*
	width: 1920px;
	*/
	width: 100%;
	height: 1080px;
	position: absolute;
	z-index: -1;
	display: block;
}

.slider iframe .html5-video-player {
	background-color: #0c121c;
}

.sx-button {
	width: 50px;
	height: 100px;
	color: white;
	position: absolute;
	top: 50px;
	background: none;
	border: 0;
	font-size: 30px;
}

.sx-button:hover {
	background: none;
	opacity: 0.8;
}

.sx-button-previous {
	left: -5%;
}

.sx-button-next {
	right: -5%;
}

.sx-item {
	text-align: center;
}

.sx-slider > .sx-container > .sx-content {
	margin-left: -20px !important;
}

.page-btnlink.sec {
	margin-top: 55px;
}
.page-btnlink.third {
	margin-top: 110px;
}

.btnlink.sec {
	margin-top: 55px;
}
.btnlink.third {
	margin-top: 110px;
}

.home.page .container .content h1.newsh {
	float: left;
}

.newsclear {
	margin: 0 0 !important;
}

.rightLink {
    position: absolute;
    right: 0px;
    width: auto !important;
	z-index: 2;
}
.home .picture a {
	color: inherit;
}

.sx-validation {
	display: none;
}