/*================================================
            Table of contents  
==================================================
 
1. General
2. Preloader
3. Dynamic Colors
4. NavBar
5. Home
6. About
7. Download Resume
8. Service
9. Skill
10. Quote
11. Portfolio
12. Counter
13. Testimonial
14. Contact
15. Blog
16. Scroll to top
17. Footer

====================================================
            End table content
===================================================*/

/*-------------------------------------------------------*/
/* General */
/*-------------------------------------------------------*/
html, body {
  min-height: 100%;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif;
}
.contrast {
  color: #0075bb;
}
.heading {
  padding: 50px 0px;
  text-align: center;
  overflow: hidden;
}
.heading h1 {
  margin-top: 0px;
  font-weight: bold;
}
.subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0px;
}
p{
  font-size: 15px;
  color: #666;
}
hr {
  height: 2px !important;
  width: 50px;
  position: relative;
  text-align: center;
  margin: 10px auto;
  background-color: #0075bb;
  color: #0075bb;
}

.pt-50 {
   padding-top: 50px;
}

/*-------------------------------------------------------*/
/* Preloader */
/*-------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999999999;
}
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(/images/spin.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/*-------------------------------------------------------*/
/* Dynamic Colors */
/*-------------------------------------------------------*/
#box {
  position: fixed;
  top: 150px;
  left: -160px;
  height: 110px;
  width: 160px;
  background-color: #222;
  z-index: 1000;
  -webkit-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
}
.option {
  position: absolute;
  left: 160px;
  z-index: 1001;
  height: 50px;
  width: 50px;
  background-color: #111;
  cursor: pointer;
}
#box .fa {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #FFF;
  transition: all .5s ease-in-out;
}
.open {
  left: 0px !important;
}
.blue {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #0075bb;
  background-color: #0075bb;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.red {
  position: absolute;
  top: 10px;
  left: 60px;
  color: #dc143c;
  background-color: #dc143c;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.purple {
  position: absolute;
  top: 10px;
  left: 110px;
  color: #9b59b6;
  background-color: #9b59b6;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.green {
  position: absolute;
  top: 60px;
  left: 10px;
  color: #3ea98b;
  background-color: #3ea98b;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.orange {
  position: absolute;
  top: 60px;
  left: 60px;
  color: #ffa500;
  background-color: #ffa500;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}
.peach {
  position: absolute;
  top: 60px;
  left: 110px;
  color: #ff6a6a;
  background-color: #ff6a6a;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 1001;
}

/*-------------------------------------------------------*/
/* NavBar */
/*-------------------------------------------------------*/
.custom-navbar {
  border: none;
  margin-bottom: 0;
  background-color: transparent;
  padding: 5px 0px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.scroll {
  background-color: #0075bb !important;
}
.custom-navbar .navbar-brand {
   /*"
  color: #FFF;
  font-weight: bold;
  font-size: 3rem;
  line-height: 35px;
  */
  padding: 0;
  margin: 0;
}
.custom-navbar .navbar-brand img {
   max-height: 54px;   
}
.custom-navbar .nav li a {
  font-size: 14px;
  color: #FFF;
  line-height: 40px;
  padding-right: 0 20px;
  letter-spacing: 1px;
  font-weight: 500;
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus,
.custom-navbar .navbar-nav > li > a.active {
  background-color: transparent;
  /*color: #0075bb;*/
  border-bottom : 2px solid;
}
.custom-navbar .navbar-toggle {
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle {
  background-color: transparent;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #fff;
  border-color: transparent;
}

/*-------------------------------------------------------*/
/* Home */
/*-------------------------------------------------------*/
#home {
  position: relative;
  height: 100%;
  background-size: cover;
  z-index: 1;
  background-position: center;
}
#home .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
  color: #fff;
}
.typed-cursor, .element {
  display: inline;
  font-weight: bold;
  color: #fff;
}
#home .contact-btn {
  color: #fff;
  background-color: #transparent;
  border: 2px solid #0075bb;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 30px;
  border-radius: 30px;
}
#home .contact-btn:hover {
  color: #fff;
  background-color: #0075bb;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}
.bouncing-icon {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: 100px;
  width: 50px;
  -webkit-animation: 3s ease 0s normal none infinite running bounce;
  animation: 3s ease 0s normal none infinite running bounce;
  color: #fff;
  font-size: 40px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a.bouncing-icon:focus,
a.bouncing-icon:hover {
  background: none;
  color: #0075bb;
}

/*-------------------------------------------------------*/
/* About */
/*-------------------------------------------------------*/
#about img {
  width: 450px;
  margin: auto;
  margin-bottom: 50px;
  box-shadow: 0 0 20px #ddd;
  -webkit-box-shadow: 0 0 20px #ddd;
  -moz-box-shadow: 0 0 20px #ddd;
}
#about .row h1,
#about .row h3 {
  font-weight: 500;
}
#about p{
  padding-top: 15px;  
  font-size: 16px;
  text-align: left;
  line-height: 28px;
}
#about p span {
   color: #0075bb; 
   font-weight: 700;  
}
.mb-50 {
  margin-bottom: 50px;
}

/*-------------------------------------------------------*/
/* Download Resume */
/*-------------------------------------------------------*/
#download-resume {
  background-color: #fff;
  padding: 50px 0px;
}
#download-resume h1 {
  margin: 0;
  font-weight: bold;
  color: #fff;
}
#download-resume h4 {
  margin: 20px 0px;
}
#download-resume .download-btn {  
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: #fff;
  background-color: #0075bb;
}
#download-resume .download-btn:hover {
  opacity: 0.8;
}

/*-------------------------------------------------------*/
/* Services */
/*-------------------------------------------------------*/  
#service .fa {
  color: #0075bb;
  text-align: center;
  margin-bottom: 5px;
}
#service p {
  text-align: center;
  font-size: 16px;
}
#service .back {
  position: relative;
  background-color: #fff;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.space {
  padding-bottom: 50px;
}
#service .back:hover {
  cursor: pointer;
}
/*-------------------------------------------------------*/
/* Recht */
/*-------------------------------------------------------*/  
#recht .fa {
  color: #0075bb;
  text-align: center;
  margin-bottom: 5px;
}
#recht p {
  text-align: center;
  font-size: 16px;
}
#recht .back {
  position: relative;
  background-color: #fff;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#recht .back:hover {
  cursor: pointer;
}

#recht .blau {
   background-color: #0075bb;
   color: #fff;
   padding: 30px 20px;
   text-align: left;
}
/*-------------------------------------------------------*/
/* Sozial */
/*-------------------------------------------------------*/  
#sozial {
   background-color: rgba(140,133,127,.5);   
}
#sozial .fa {
  color: #0075bb;
  text-align: center;
  margin-bottom: 5px;
}
#sozial p {
  text-align: center;
  font-size: 16px;
}
#sozial .back {
  position: relative;
  background-color: #fff;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#sozial .back {
  position: relative;
  background-color: #fff;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#sozial .back:hover {
  cursor: pointer;
}
#sozial .blau {
   background-color: #0075bb;
   color: #fff;
   padding: 30px 20px;
   text-align: left;
}
/*-------------------------------------------------------*/
/* Skill */
/*-------------------------------------------------------*/
#skill {
  background-color: #f5f5f5;
}
#skill img {
  width: 450px;
  margin: auto;
  margin-bottom: 50px;
  box-shadow: 0 0 20px #ddd;
  -webkit-box-shadow: 0 0 20px #ddd;
  -moz-box-shadow: 0 0 20px #ddd;
}
.skill-bar {
  width: 100%;
  height: 8px;
  background-color: #111;
  border-radius: 5px;
}
.skill-bar-overlay {
  height: 8px;
  background-color: #0075bb;
  width: 20%;
}
.single-skill {
  position: relative;
  margin-bottom: 50px;
}
#skill .single-skill p {
  font-size: 16px;
  color: #322C2C;
  font-weight: 500;
  text-align: left !important;
}
.single-skill span {
  position: absolute;
  top: 0;
  left: 20%;
  font-size: 16px;
  color: #322C2C;
  font-weight: 500;
  opacity: 0;
}
.single-skill span.show {
  text-align: right;
  opacity: 1;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-100 {
  margin-bottom: 100px;
}
/*-------------------------------------------------------*/
/* Quote */
/*-------------------------------------------------------*/
#quote {
  background: url(../images/quote.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 100px 0px;
  color: #fff;
}
#quote h1 {
  margin: 0;
  font-weight: bold;
}
#quote h4 {
  margin: 20px 0 30px 0;
}
#quote .quote-btn {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  color: #fff;
  background-color: #0075bb;
  border-radius: 25px;
}
#quote .quote-btn:hover {
  text-decoration: none;
}

/*-------------------------------------------------------*/
/* Portfolio */
/*-------------------------------------------------------*/
#portfolio .active {
  background-color: #0075bb;
  color: #fff;
}
#portfolio .mix {
  display: none;
}
#portfolio ul.work-list {
  list-style: outside none none;
  margin-bottom: 30px;
  padding: 0;
}
#portfolio ul.work-list li {
  cursor: pointer;
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#portfolio .portfolio-item {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 0 7px 16px 0 rgba(50, 50, 50, 0.2);
}
#portfolio .portfolio-item img {
  margin: auto;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
#portfolio .overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
}
#portfolio .portfolio-item:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
} 
#portfolio .portfolio-item:hover .overlay {
  opacity: 0.8;
}
#portfolio .portfolio-item:hover img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
} 
#portfolio .work-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
#portfolio .table-cell {
  display: table-cell;
  vertical-align: middle;
}
#portfolio .work-content {
  color: #fff;
}
#portfolio .work-content h3 {
  margin-top: 0;
}
#portfolio .work-content p {
  color: #fff;
  font-size: 16px;
  padding: 0px 20px;
}
#portfolio .work-content .fa {
  background-color: #0075bb;
  color: #000;
  padding: 10px;
  margin: 0px 5px;
}

/*-------------------------------------------------------*/
/* Counter */
/*-------------------------------------------------------*/
#counter {
  position: relative;
  height: auto;
  background: #f5f5f5 url(/images/fact.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#counter .single-counter {
  margin-bottom: 50px;
  text-align: center;
}
#counter h4 {
  font-weight: bold;
}

/*-------------------------------------------------------*/
/* Testimonial */
/*-------------------------------------------------------*/
#testimonial {
  padding-bottom: 50px;
}
.single-testimonial {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 30px 20px;
  border: 1.5px solid #bbb;
}
.single-testimonial img {
  max-width: 200px;
  margin: auto;
}
#testimonial .subtitle {
  margin-top: 20px;
}
.single-testimonial p.company {
  font-style: italic;
  text-align: center;
  color: #0075bb;
}
.single-testimonial p {
  text-align: left;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; 
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; 
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; 
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; 
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; 
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; 
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; 
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0075bb;
}

/*-------------------------------------------------------*/
/* Contact */
/*-------------------------------------------------------*/
#contact {
  background-color: #f5f5f5;
}
.contact-text {
  margin: 10px auto;
  height: 40px;
  border: 1px solid #bbb;
}
.form-control:focus {
  box-shadow: none;
  border: none;
}
.contact-text:focus {
  border: 1.5px solid #0075bb;
}
#contact .send-btn {
  background-color: #0075bb;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  border: none;
  float: right;
}
#contact .send-btn:hover {
  opacity: 0.8;
}
#map {
  width: 100%;
  height: 500px;
}

/*-------------------------------------------------------*/
/* Blog */
/*-------------------------------------------------------*/
#blog .single-blog {
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
  padding-bottom: 20px;
  margin-bottom: 50px;
}
#blog img {
  width: 400px;
  height: 220px;
  margin-bottom: 20px;
}
#blog p {
  text-align: left;
  padding: 0px 20px 8px 20px;
}
#blog .blog-btn {
  font-size: 15px;
  padding: 7px 18px;
  color: #fff;
  background-color: #0075bb;
}
#blog .blog-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*-------------------------------------------------------*/
/* Scroll up */
/*-------------------------------------------------------*/
#scroll-up {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #a9a9a9; 
  border-radius: 4px;
  width: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  z-index: 9;
}
#scroll-up:hover {
  background-color: #0075bb; 
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  transition: all 500ms linear;
}

/*-------------------------------------------------------*/
/* Footer */
/*-------------------------------------------------------*/
footer {
  background-color: #fff;
  color: #111;
  padding: 50px 0px;
  text-align: center;
}
footer img {
   margin: 0 auto;
   margin-bottom: 20px;
}
.fadr {
   margin: 20px 0;
   font-size: 18px;
}
.copy {
   font-size: 11px;
}
.copy a {
   color: #111;
   border-bottom: 1px dotted;
}
.copy a:hover {
   text-decoration: none;
   color: #0075bb; 
}
footer p {
  color: #111;
}
footer .social a {
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: #bbb;
  display: inline-table;
  margin-bottom: 15px;
  font-size: 16px;
}
footer .social a i{
  display: table-cell;
  vertical-align: middle;
}
.social a:hover .fa-facebook {
  background-color: #3B5998;
  color: #fff;
}
.social a:hover .fa-twitter {
  background-color: #00ACEE;
  color: #fff;
}
.social a:hover .fa-google-plus {
  background-color: #DD4B39;
  color: #fff;
}
.social a:hover .fa-linkedin {
  background-color: #0077B5;
  color: #fff;
}
.social a:hover .fa-pinterest {
  background-color: #C8232C;
  color: #fff;
}
.social a:hover .fa-flickr {
  background-color: #FF0084;
  color: #fff;
}


