/*
    Template Name    : Elite
	Description		 : Responsive HTML5 Template.
    Version          : 1.0
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Raleway and Lato
2. Common CSS
3. Loader CSS
4. Scrool top Arrow
5. Header
6. Logo Bar 
7. Navigation
8. Banner Content
9. Header Bottom Arrow
10. About Us
11. Services
12. Our Team
13. Gallery
14. Blog
15. Contact us
16. Footer
17. Media Quries

/*
================================================
1. Fonts - Raleway and Lato
================================================
*/
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.woff2') format('woff2'),
         url('opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.woff2') format('woff2'),
         url('roboto-regular-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}


@font-face {
    font-family: 'robotobold';
    src: url('roboto-bold-webfont.woff2') format('woff2'),
         url('roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'roboto_mediumregular';
    src: url('roboto-medium-webfont.woff2') format('woff2'),
         url('roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'open_sansregular', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #333;

}
h1, h2, h3, h4, h5, h6 {
	font-family: 'roboto_mediumregular';
	margin-top: 0;
	color: #009999;
	

}
a {
	color: #666666;
	transition: all 0.2s ease 0s;
}
a:hover {
	color: #009999;
	text-decoration: none;
}
section h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing:1px;
}
section h2 span {
	color: #357585;
}
section {
	width: 100%;
	float: left;
	padding: 60px 0;
}
/*
================================================
3. Loader CSS
================================================
*/
.loader {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Scrool top Arrow
================================================
*/
#scrool-top {
	background: #009999;
	border: 0 none;
	border-radius: 50%;
	bottom: 50px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #fff;
	height: 40px;
	line-height: 40px;
	opacity: 0;
	position: fixed;
	right: 40px;
	text-align: center;
	transition: opacity 0.2s ease-out 0s;
	width: 40px;
	z-index: 9999;
}
#scrool-top.show {
	opacity: 1;
}
#scrool-top i {
	color: #fff;
}
/*
================================================
5. Header
================================================
*/
header {
	background-clip: initial;
	background-image: url("../images/bild_oben.jpg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 90vh;
	width: 100%;
	position: relative;
	transition: opacity 0.0s ease 0s;
	z-index: 999;
}
header:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.2;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
/*
================================================
6. Logo Bar 
================================================
*/
.logo-bar {
	float: left;
	padding: 20px 0;
	width: 100%;
	background: #fff;
}
.logo-bar.affix {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.118);
}
.fadeInDown {
  animation-name:none !important;
}
.affix.fadeInDown {
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: fadeInDown !important;
  animation-play-state: running;
  animation-timing-function: ease;
}
/*
================================================
7. Navigation
================================================
*/
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 8px 0 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
}
.navbar-brand {
	display: none;
}
.navbar-nav > li {
	padding: 0 0 0 30px;
}
.navbar-nav > li:first-child {
	padding: 0;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.navbar-nav > li > a {
	padding-bottom: 0;
	padding-top: 0;
}
.nav > li > a {
	padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: inherit;
	color: #009999;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #009999;
}
.navbar-default .navbar-nav > li > a.active {
	color: #009999;
	}
/*
================================================
8. Banner Content
================================================
*/
.banner-content {
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	text-align: center;
}
.banner-content h1 {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
	text-transform: uppercase;
	margin: 0 0 30px 0;
	letter-spacing: 2px;
}
.banner-content p {
	color:#fff;
	padding: 0 60px 30px;
	font-size:16px;
	line-height:22px;
	}
.banner-content a {
	background: none;
	border-radius: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 30px;
	border: solid 2px #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.banner-content a:hover {
	background: #357585;
	border: solid 2px #fff;
}
/*
================================================
9. Header Bottom Arrow
================================================
*/
.bottom_row {
	bottom: 20px;
	cursor: pointer;
	height: 27px;
	left: 50%;
	margin-bottom: 30px;
	margin-left: -13px;
	position: absolute;
	width: 27px;
	z-index: 99999;
}
.fa.fa-angle-down {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	animation: 1s ease 0s normal both infinite running exter-bounce;
	opacity: 1;
}
@keyframes exter-bounce {
0% {
 opacity: 0;
 transform: translate3d(0px, -150%, 0px);
}
100% {
 opacity: 1;
 transform: none;
}
}
/*
================================================
10. About Us
================================================
*/
.aboutus {
	position: relative;
	text-align: left;
	padding: 0;
}
.aboutus .about-img {
	padding: 0;
	background: url(../images/bild_anwalt.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 600px;
}
.aboutus .about-img1 {
	padding: 0;
	background: url(../images/bild_kanzlei_1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 600px;
}
.aboutus .about-img2 {
	padding: 0;
	background: url(../images/bild_kontakt.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 600px;
}
.aboutus .about-img3 {
	padding: 0;
	background: url(../images/bild_kontakt2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 800px;
}
.aboutus .about-img4 {
	padding: 0;
	background: url(../images/bild_kontakt3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 800px;
}
.aboutus .about-txt {
	background: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
}
.aboutus .about-txt .about-inner {
	position: absolute;
	padding: 0 5%;
}
.aboutus h2 {
	color: #009999;;
	text-align: left;
	font-weight: ;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 24px;
	letter-spacing: 2px;
}
.aboutus p {
	color: #333;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 0 0 20px 0;
}
/*
================================================
11. Services
================================================
*/
.service-callouts {
	padding: 30px 0 0;
	text-align: center;
}
.service-callouts h2 {
	font-size: 18px;
}
.service-callouts i {
	font-size: 30px;
	padding-bottom: 18px;
	color: #0070aa;
}
.service-callouts div {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 50px;
}
.service-callouts div:nth-child(3), .service-callouts div:nth-child(6) {
	border-right: medium none;
}
.service-callouts div:nth-child(4), .service-callouts div:nth-child(5), .service-callouts div:nth-child(6) {
	border-bottom: medium none;
}


/*
================================================
10a. Kanzlei
================================================
*/
.kanzlei {
	position: relative;
	text-align: left;
	padding: 0;
}
.kanzlei .about-img {
	padding: 0;
	background: url(../images/bild_kanzlei.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 500px;
}
.kanzlei .about-txt {
	background: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
}
.kanzlei .about-txt .about-inner {
	position: absolute;
	padding: 0 5%;
}
.kanzlei h2 {
	color: #333;
	text-align: left;
	font-weight: 400;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 24px;
	letter-spacing: 2px;
}
.kanzlei p {
	color: #333;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 0 0 20px 0;
}
/*
================================================
11. Services
================================================
*/
.service-callouts {
	padding: 30px 0 0;
	text-align: center;
}
.service-callouts h2 {
	font-size: 18px;
}
.service-callouts i {
	font-size: 30px;
	padding-bottom: 18px;
	color: #0070aa;
}
.service-callouts div {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 50px;
}
.service-callouts div:nth-child(3), .service-callouts div:nth-child(6) {
	border-right: medium none;
}
.service-callouts div:nth-child(4), .service-callouts div:nth-child(5), .service-callouts div:nth-child(6) {
	border-bottom: medium none;
}


/*
================================================
12. Our Team
================================================
*/
.ourteam {
	background-image: url();
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9;
	position: relative;
}
.ourteam:before {
	background: #000;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.team-cnt {
	padding: 30px 0px;
	background: #fff;
	display: inline-block;
	margin: 30px 0px 0px 0;
}
.ourteam h2 {
	color: #fff;
}
.ourteam h3 {
	margin: 0 0 5px 0;
	color: #09d0c0;
	font-weight: 600;
	font-size: 16px;
}
.ourteam p {
	margin: 0 0 10px 0;
}
.ourteam img {
	width: 100%;
	height: auto;
}
.ourteam .img-box {
	opacity: 1;
	display: block;
	position: center;
	margin: 0 0px 15px 0px;
}
.ourteam .img-box:after {
	content: "";
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.60);
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}
.img-box .text-center {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
	height: 0px;
	margin: 0px;
	opacity: 0;
}
.ourteam .img-box:after, .img-box .text-center, .img-box .text-center a {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.img-box .text-center i {
	font-size: 20px;
	letter-spacing: 10px;
	color: #fff;
}
.img-box .text-center a {
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid #f7f7f7;
	margin: 2px;
	padding: 5px;
	display: inline-block;
	color: #fff;
}
.img-box:hover:after {
	opacity: 1;
}
.img-box:hover .text-center {
	opacity: 1;
}
.img-box .text-center a {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.img-box .text-center a:hover {
	opacity: 0.6;
}
.img-box a:hover .text-center {
	border-color: #fff;
	color: #f7f7f7;
}
/*
================================================
13. Gallery
================================================
*/
.portfolio {
	padding-bottom: 0;
}
.gal-container {
	padding: 30px 0px 0;
}
.gal-item {
	overflow: hidden;
	padding: 0;
}
.gal-item .box {
	height: 350px;
	overflow: hidden;
}
.box img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.gal-item a:focus {
	outline: none;
}
.gal-item a:after {
	content: "\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 350px;
	font-size: 30px;
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after {
	opacity: 1;
}
.modal-open .gal-container .modal {
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body {
	padding: 0px;
}
.modal-open .gal-item button.close {
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #000;
	opacity: 1;
	color: #fff;
	z-index: 999;
	right: -12px;
	top: -12px;
	border-radius: 50%;
	font-size: 15px;
	border: 2px solid #fff;
	line-height: 25px;
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus {
	outline: none;
}
.modal-open .gal-item button.close span {
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow: none;
}
.gal-container .modal-dialogue {
	width: 80%;
}
.gal-container .description {
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4 {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	top: 100px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.gal-container .modal.fade.in .modal-dialog {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transform: translate3d(0, -100px, 0);
	transform: translate3d(0, -100px, 0);
	opacity: 1;
}
/*
================================================
14. Blog
================================================
*/
.blog {
	background: #f7f7f7;
}
.blog h2 {
	margin-bottom: 30px;
}
.blog .thumbnail {
	padding: 0;
	margin-bottom: 30px;
	border: solid 1px #ccc;
	background: none;
	border-radius: 0;
}
.blog .thumbnail img {
	width: 100%;
}
.blog .hover-img {
	background: #333;
	display: block;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.blog .hover-img:hover > img {
	opacity: 0.6;
	transform: scale(1.1);
	transition-duration: 0.5s;
}
.blog .hover-img > img {
	min-height: 100%;
	transition-duration: 0.5s;
}
.blog .date {
	margin: 0 0 15px 0;
}
.blog .date span {
	color: #333;
	font-size: 12px;
	margin-right: 10px;
}
.blog .date span a {
	color: #0070aa;
	font-size: inherit;
	margin-left: 2px;
	text-transform: inherit;
}
.blog .thumbnail .caption {
	padding: 25px;
	background: #fff;
}
.blog div.caption h3 {
	margin-bottom: 10px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blog div.caption h3 a:focus {
	text-decoration: none;
}
.blog div.caption a {
	color: #0070aa;
}
.blog div.caption p {
	margin-bottom: 20px;
}
/*
================================================
15. Contact us
================================================
*/
.contactus {
	padding: 60px 100px 100px 100px;
}
.contact-inner {
	padding: 30px 0 60px;
	width: 80%;
	display: inline-block;
}
.contact-inner form {
	padding: 0 30px;
}
.form-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	height: 45px;
	padding-left: 15px;
}
.btn-1 {
	background: #09d0c0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	padding: 12px 25px;
	text-transform: uppercase;
}
.btn-1:hover, .btn-1:active, .btn-1:focus {
	background: #333;
	color: #fff;
}
.contact-details {
	text-align: center;
}
.contact-details div {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 30px;
}
.contact-details div:nth-child(2), .contact-details div:nth-child(4) {
	border-right: none;
}
.contact-details div:nth-child(3), .contact-details div:nth-child(4) {
	border-bottom: none;
}
.contact-details h3 {
	font-size: 14px;
	text-transform: uppercase;
}
.contact-details i {
	color: #0070aa;
	font-size: 35px;
	padding-bottom: 18px;
}
.google-map iframe {
	width: 100%;
	height: 300px;
	border: solid 1px #ccc;
}
.google-map {
	position: relative;
	z-index: 9;
}
.google-map:before {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
}
/*
================================================
16. Footer
================================================
*/
footer {
	padding: 25px 0;
	width: 100%;
	float: left;
}
footer p {
	color: #333;
	text-align: center;
	margin: 0;
}

/*
================================================
17. Media Quries 
================================================
*/
@media (min-width: 768px) {
.gal-container .modal-dialog {
	width: 55%;
	margin: 50 auto;
}
}

@media (max-width: 768px) {
.gal-container .modal-content {
	height: 250px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav > li {
	padding: 0 0 0 15px;
}
.navbar {
	margin-top: 12px;
}
.banner-content h1 {
	font-size: 42px;
}
.aboutus .about-txt {
	position: static;
}
.aboutus .about-txt .about-inner {
	position: static;
	padding: 5%;
}
.service-callouts div {
	border: none;
}
.contact-details div {
  padding: 20px 4px;
  font-size: 12px;
}
.services > div {
	padding:0;
	}
div.team-cnt div {
	padding:0;
	}
.blog div  {
	padding:0;
	}
.contact-inner div {
	padding:10px 0;	
	}
.contactus div {
	padding:0;
	}	
#scrool-top {
	right:15px;
	}
.contact-inner form {
  padding: 0 5px 0 15px;
}			
}

@media (max-width: 767px) {
.navbar {
	margin: 0;
}
.navbar-brand {
	display: block;
	padding: 0;
}
.navbar-nav > li {
	padding: 0;
}
.navbar-nav > li > a {
	padding-bottom: 10px;
}
.navbar-collapse {
	float: none;
}
.banner-content h1 {
	font-size:35px;
	line-height:35px;
	margin-bottom:20px
}
.aboutus .about-txt {
	position: static;
}
.aboutus .about-txt .about-inner {
	position: static;
	padding: 5%;
}
.aboutus .about-img {
	height: 300px;
}
.service-callouts div {
	border: none;
	padding:20px 0;
}
div.team-cnt div {
	padding:0;
	}
.blog div div  {
	padding:0;
	}
.contact-inner div {
	padding:10px 0;	
	}		
.contact-details div {
	border:none;
	}
.ourteam .img-box {
  margin: 40px 0 15px;
}	
.banner-content p {
	display:none;
	}	
.team-cnt {
	display:inherit;
	}	
#scrool-top {
	right:15px;
	}
.contact-inner form {
	padding: 0px;
}		
}