/* 
Document   : layout
Author     : -
Description: layout styles 
 
*/

/* Table of Content 
==================================================

#MISCELANIOUS
#TYPOGRAPHY
#GENERAL
#TOP NAV
#CONTENT
#SIDEBAR
#FOOTER
#BLOG
#WIDGETS
#PAGES
#RESPONSIVE
*/

/* #MISC
================================================== */

a {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a, a:hover, a:focus {
  color: #faae43 ; /* #b1ca00; */
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.centered {
  text-align: center;
}

.hidden {
  display: none;
  visibility: hidden;
}
/* Preventing font-rendering switches during CSS transitions inside Flexslider for Safari and Chrome under MacOSX */
*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
}

.flexslider {
  -webkit-transform: translateZ(0px);
}

*:focus {
  outline: none;
}

textarea:focus, input:focus{
  outline: none;
}

/* #TYPOGRAPHY
================================================== */


/* #GENERAL
================================================== */
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  line-height: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: #5c5d60;
  height: 100%;
}

#wrapper {
  min-height: 100%;
}

/* #Top Nav
================================================== */
#top-nav {
  background: #eceff1;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  margin: 0;
  padding: 0 0 0 0;
}

#pre-top {
    /* nothing yet */
}

#top-nav ul li.active a.main {
  background: #d7d7d7;
}

#top-nav .navbar-brand {
  color: #000;
  font-weight: bold;
}

#top-nav ul.dropdown-menu li.active a {
  background: #d7d7d7;
}

#top-nav .quick-links {
  margin-top: 40px;
  float: right;
}

#top-nav .sprachen {
  float: right;
  margin-top: 5px;
  font-size: 18px;
}

#top-nav .sprachen a {
  color: #000;
}

#top-nav .sprachen .active a {
  font-weight: bold;
}

#top-nav .phone {
  float: left;
  margin-top: 5px;
  margin-left: 350px;
}

#top-nav .phone a {
  display: inline-block;
  vertical-align: top;
  color: #5c5d60;
  font-size: 20px;
  text-decoration: none;
}

#top-nav .phone a:hover {
  text-decoration: underline;
}

#top-nav .phone i.fa {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  margin: 5px 5px 0 0;
}

#top-nav .quick-links .dropdown>a{
  background: #eceff1;
  font-size: 20px;
  line-height: 45px;
  padding: 0 55px 0 40px;
  font-weight: 400;
  color: #5c5d60;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
}

#top-nav .quick-links .dropdown>a{
  background: #eceff1;
  font-size: 20px;
  line-height: 45px;
  padding: 0 55px 0 40px;
  font-weight: 400;
  color: #5c5d60;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
}

#top-nav .quick-links .dropdown>a:focus,
#top-nav .quick-links .dropdown>a:hover {
  color: #5c5d60;
  background: #dcdfe1;
}

#top-nav .quick-links .dropdown.open>a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#top-nav .quick-links .dropdown>a>i.fa {
  font-size: 27px;
  position: absolute;
  right: 30px;
  top: 10px;
}

#top-nav .quick-links .dropdown-menu{
  width: 100%;
  right: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 35px rgba(0,0,0,0.6);
}

#top-nav .quick-links .dropdown-menu>li {
  border-bottom: 1px solid #e0e0e0;
}

#top-nav .quick-links .dropdown-menu>li>a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #5c5d60;
  text-decoration: none;
  padding: 0 10px;
  position: relative;
  text-align: center;
}

#top-nav .quick-links .dropdown-menu>li.active>a,
#top-nav .quick-links .dropdown-menu>li.active>a:hover{
  background: #faae43; /* #b1ca00; */
  color: #fff;
}

#top-nav .quick-links .dropdown-menu>li>a:hover{
  background: #eceff1;
  color: #5c5d60;
}

#top-nav .navbar-brand {
  padding: 0;
  height: auto;
  margin-left: 0;
  margin-bottom: 20px;
}

#top-nav .navbar-brand a {
  padding: 0;
  display: block;
  font-size: 30px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

#main-navbar {
  padding: 0;
  background: #fff;
}

#main-navbar .dropdown-menu{
  min-width: 270px;
  left: 25px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 0 35px rgba(0,0,0,0.6);
}


#main-navbar .dropdown-menu-active{
  min-width: 270px;
  left: 25px;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 0 35px rgba(0,0,0,0.6);
}


#main-navbar .dropdown-menu:before {
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 10px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -10px;
  left: 50px;
}

#main-navbar .dropdown-menu>li {
  border-bottom: 1px solid #e0e0e0;
}

#main-navbar .dropdown-menu>li>a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #5c5d60;
  text-decoration: none;
  padding: 10px 10px 10px 30px;
  position: relative;
}

#main-navbar .dropdown-menu>li>a:before {
  content:'';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #faae43; /* #b1ca00; */
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#main-navbar .dropdown-menu>li>a:hover {
  background: #eceff1;
  font-weight: 600;
}

#main-navbar .dropdown-menu>li>a:hover:before {
  width: 5px;
}

#top-nav.navbar-default .main-links {
  display: table;
  width: 100%;
}

#top-nav.navbar-default .main-links>li {
  display: table-cell;
  float: none;
}

#top-nav.navbar-default .main-links>li:first-child {
}

#top-nav.navbar-default .main-links>li.link>a {
  display: block;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}

#top-nav.navbar-default .main-links>li.link>a:hover {
  background: #faae43; /* #b1ca00; */
}

#mobile-navbar {
        display:none; 
    } 

@media (min-width: 768px) {
  #top-nav.navbar-default ul.nav.main-links li.dropdown:hover > ul.dropdown-menu {
      display: block;
  }
}

.navbar-logo {
    margin-top: 40px;
}

@media (min-width: 768px) {
    .navbar-logo {
        display:none
    }
}



/* #HEADER
================================================== */
.default-header {
  position: relative;
  background: #5c5d60;
}

.default-header img {
  margin: 0 auto;
}

.default-header h1 {
  min-width: 40%;
  position: absolute;
  font-size: 50px;
  color: #fff;
  line-height: 54px;
  padding: 10px 30px;
  left: 0;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 4px;
  bottom: 15%;
  background: rgba(92,93,96,0.8);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}


/* #FOOTER
================================================== */
.default-footer {
  background: #5c5d60;
  padding: 25px 0 50px 0;
}

.default-footer h3 {
  font-size: 20px;
  font-weight: 700;
  color: #faae43; /* #b1ca00; */
  text-transform: uppercase;
}

.default-footer h3 a {
  color: #faae43; /* #b1ca00; */
}

.default-footer ul {
  padding: 0;
  margin: 0;
}

.default-footer li {
  margin: 10px 0;
}

.default-footer ul li a{
  font-size: 14px;
  color: #fff;
}

.default-footer ul li span{
  font-size: 14px;
  color: #fff;
}

.default-footer p.copyright {
  color: #fff;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .footer-center {
    text-align: center;
  }
}

/* #BREADCRUMBS
================================================== */
.breadcrumbs {
  
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0 30px 0;
  margin: 0;
}

.breadcrumbs i.fa {
  margin: 0 5px;
}

.breadcrumbs a {
  color: #5c5d60;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

/* #CONTENT
================================================== */
#content {
  padding-bottom: 40px;
}

#content h2{
  margin: 65px 0 15px 0;
  padding: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
}

#content h2:first-child {
  margin-top: -10px;
}

#content h2:after {
  content:'';
  display: block;
  width: 100%;
  height: 5px;
  background: #faae43; /* #b1ca00; */
  margin-top: 10px;
}

#content p, aside p {
  font-size: 19px;
  line-height: 24px;
  overflow-wrap: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

#content ul {
  font-size: 19px;
}
aside ul {
  font-size: 19px;
}

/* Owl Carousel */
.synced-carousels {
  position: relative;
  padding-bottom: 60px;
}

#sync1.owl-theme,
#sync2.owl-theme {
  position: initial;
}

#sync1 .item {
  background: #eceff1;
  padding: 40px 20px 40px 40px;
  margin: 5px;
  color: #FFF;
  border-radius: 0;
  text-align: center;
}

#sync1 .item img {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
}

#sync1 .item-content {
  text-align: left;
}

#sync1 .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#sync1 .item-content .item-title{
  font-size: 20px;
  font-weight: 700;
  color: #5c5d60;
  margin-bottom: 30px;
}

#sync1 .item-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sync1 .read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  font-size: 21px;
  line-height: 26px;
  text-align: center;
 
  background: #faae43;   /* background: #b1ca00; */
  
  color: #5c5d60;
  border: 5px solid #fff;
}



#sync1 .read-more:hover {
  color: #faae43; /* #b1ca00; */
  background: #5c5d60;
}

#sync1 .item-content ul li {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}

#sync1 .item-content ul li a {
  display: inline-block;
  vertical-align: top;
  color: #5c5d60;
  text-decoration: underline;
}

#sync1 .item-content ul li i.fa {
  font-size: 14px;
  color: #5c5d60;
  margin-right: 10px;
}

#sync1 .item-content ul li a:hover {
  text-decoration: none;
}

#sync1 .item-content .item-title strong {
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #faae43; /* #b1ca00; */
}

#sync1 .item-content .item-title span {
  display: block;
}

#sync2 .item {
  background: #eceff1;
  padding: 15px;
  margin: 5px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

#sync2 .item img {
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin-bottom: 10px;
}

#sync2 .item p{
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  color: #5c5d60;
  margin: 0;
}

#sync2 .current .item {
  background: #faae43;   /* background: #b1ca00; */
}

.owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.owl-theme .owl-nav [class*='owl-'] {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 25px;
  height: 25px;
  position: relative;
  background: #faae43; /* #b1ca00; */
  color: #fff;
  font-size: 17px;
  border-radius: 50%;
}
#sync1.owl-theme .owl-prev {
  margin-left: -30px;
}
#sync1.owl-theme .owl-next {
  margin-right: -30px;
}

#sync1.owl-theme .owl-next:hover,
#sync1.owl-theme .owl-prev:hover,
#sync1.owl-theme .owl-next:focus,
#sync1.owl-theme .owl-prev:focus {
  background: #606a09;
}

.left-sidebar h1 {
    margin-top: 0px;
    margin-bottom: 30px;
}

  /* #WIDGETS
  ================================================== */
.default-widget {
  background: #fff;
  margin-bottom: 20px;
  padding: 25px 20px;
  border-radius: 12px;
  border: 2px solid #eceff1;
}

.default-widget p {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}

.default-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
  border: 0;
  border-radius: 0;
}

.default-widget p.widget-title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  margin-bottom: 25px;
}

.default-widget p.widget-title:after {
  content:'';
  display: block;
  width: 100%;
  height: 5px;
  background: #faae43; /* #b1ca00; */
  margin-top: 10px;
}

.default-widget ul.navbar-default li {
  position: relative;
  padding-left: 10px;
}

.default-widget ul.navbar-default li a {
  display: inline-block;
  color: #5c5d60;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  padding: 5px 0;
}

.default-widget ul.navbar-default li a:after {
  content:'';
  display: block;
  width: 100%;
  height: 1px;
  background: #a4a6a8;
  position: absolute;
  bottom: 5px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.default-widget ul.navbar-default li:hover a:after {
  width: 0;
}


.default-widget ul.navbar-default li i.fa {
  position: absolute;
  color: #faae43;   /* color: #b1ca00; */
  left: 0;
  top: 10px;
  margin-right: 3px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.default-widget ul.navbar-default li:hover i.fa {
  left: -5px;
  color: #5c5d60;
}

.default-widget a.custom-link {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  color: #5c5d60;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding-left: 10px;
  position: relative;
  text-decoration: underline;
}

.default-widget a.custom-link:hover {
  text-decoration: none;
}


.default-widget a.custom-link i.fa {
  position: absolute;
  color: #faae43;   /* color: #b1ca00; */
  left: 0;
  top: 2px;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.default-widget a.custom-link:hover i.fa {
  left: -5px;
  color: #5c5d60;
}



/* Widget Nav */
.widget-nav {
  background: none;
  padding: 0;
  margin-bottom: 60px;
  border: none;
}

.widget-nav ul li {
  margin-bottom: 10px;
}

/* Links auf erster Navigationsebene */
.widget-nav ul li a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #5c5d60;
  text-decoration: none;
  padding: 12px 20px;
  word-break: break-word;
  border-radius: 12px;
  border: 2px solid #eceff1;
}

.widget-nav ul li a.active {
  background: #d7d7d7;
}

.widget-nav ul li a:hover {
  background: #faae43;   /* background: #b1ca00; */
}

.widget-nav ul li ul {
  margin-top: 10px;
}

/* Links auf zweiter Navigationsebene */
.widget-nav ul li ul li a {
  display: block;
  font-size: 20px;
  font-weight: 700;
  background: #eceff1;
  color: #5c5d60;
  text-decoration: none;
  padding: 12px 40px;
  word-break: break-word;
}

/* Schriftgröße der Personenlinks auf der Teamseite */
.address-short a { font-size:1.15em; }

/* #RESPONSIVE
================================================== */
/* iPad Pro - styles */
@media all and (max-width:1279px){
  .default-widget p.widget-title {
    word-break: break-all;
  }

  .default-widget p {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  

}




/* Tablet - styles */

@media all and (max-width:991px){
  #wrapper .container {
    width: 100%;
  }

  #top-nav.navbar-default .main-links>li>a {
    font-size: 14px;
  }

  #main-navbar .dropdown-menu>li>a {
    font-size: 14px;
  }

  #main-navbar .dropdown-menu {
    min-width: 210px;
  }

  #main-navbar .dropdown-menu>li>a {
    line-height: 30px;
    padding: 0 10px 0 20px;
  }

  .default-footer h3,
  .default-footer ul,
  .default-footer p.copyright{
    text-align: center;
  }

  .widget-nav ul li a,
  .default-widget p.widget-title{
    font-size: 16px;
  }

  #sync1 .item img {
    margin-bottom: 30px;
  }

  .default-widget p {
    font-size: 14px;
    line-height: 18px;
  }

  .default-header h1 {
    font-size: 32px;
    width: 45%;
  }
  #top-nav .phone {
    margin-left: 200px;
  }

  #top-nav .phone a,
  #top-nav .phone i.fa{
    font-size: 18px;
  }

  #top-nav .quick-links .dropdown>a {
    font-size: 16px;
  }

  #top-nav .quick-links .dropdown>a>i.fa {
    font-size: 21px;
  }

  .default-widget ul.navbar-default li a {
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit  */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }
  


}

/* Mobile - styles */
@media all and (max-width:767px){
    
    #main-navbar {
        display:none!important; 
    } 
    
    #top-nav .quick-links {
        display:none; 
    }
    
    /*
    #mobile-navbar {
        display:block!important; 
    } 
    */
  
  .default-header h1 {
    font-size: 16px;
    line-height: 32px;
    width: 50%;
    bottom: 0;
  }

  #top-nav .phone {
    margin-left: 10px;
    margin-top: 5px;
  }

  #top-nav .navbar-brand {
    margin-left: 30px;
  }

  #top-nav .navbar-toggle {
    margin-top: 50px;
  }

  #top-nav.navbar-default .main-links {
    margin: 0;
  }

  #top-nav.navbar-default .main-links,
  #top-nav.navbar-default .main-links>li{
    display: block;
  }

  #top-nav.navbar-default .dropdown-menu.openactive,
  #top-nav.navbar-default .dropdown-menu.openactive>li{
    display: block;
  }
  
  #top-nav .dropdown-menu{
  width: 100%;
  right: 0;
  padding: 0;
  border-radius: 0;
   margin: 0;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75) !important;
}

 
  
  
  #top-nav.navbar-default .main-links>li:first-child,
  #top-nav.navbar-default .main-links>li{
    border-left: none;
    border-right: none;
  }

  #top-nav.navbar-default .main-links>li>a {
    font-size: 16px;
  }

  #top-nav .quick-links {
    margin-top: 0;
  }

  #main-navbar .dropdown-menu {
    position: relative;
    text-align: center;
    min-width: initial;
    width: 100%;
    left: 0;
  }

  #main-navbar .dropdown-menu:before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #faae43;   /* background: #b1ca00; */
  }

  .navbar-default .navbar-toggle:focus .icon-bar,
  .navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #fff;
  }

  .right-sidebar , .left-sidebar {
      display:none;
  }
  
}

/* Rechtsprechung */
a:link.plain {
   color:inherit;
   text-decoration:inherit;
}
.continuation.collapse{
  display: none;
}
.continuation.collapse.in{
  display:inline;
}

#keytab .tr .th {
    padding: 10px
}
