/* Custom CSS */

/* @group SVG for IE */
.ie9 img[src$=".svg"] {
  width: 200%; 
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 200% !important; 
  }
}
/* @end */

body {
  font-family: 'Archivo Narrow', sans-serif;
  background-color: #153359;
}

.logo {
  text-align: right;
}

img.logo-img {
  max-width: 100%; 
  height: auto;
}

img.logo-img-sm {
  width: 100%; 
}

@media screen and (max-width: 767px) {
  .logo {
    text-align: center;
  }
}

#t3-mainnav div.container {
  padding-left: 0;
}

.t3-background {
  background-color: #fff;
  padding-top: 30px;
}

.t3-copyright, .t3-footer {
  background-color: #153359;
  border: none;
}

#t3-footer div.t3-module.module {
      background-color: transparent;
}

#t3-footer div.t3-module.module p {
  color: #fff;
  letter-spacing: 1px;
}

.slideset {
  margin-top: -10%;
}

/* @group Widgetkit */

.teaser-grid .uk-panel {
  padding-right: 40px;
  padding-left: 40px;
  height: 640px;
}

.teaser-grid img.uk-border-circle {
  border: 10px solid #fff;
}

.team-grid img.uk-border-circle {
  border: 10px solid #ccc;
}

/* @end */

h1, h2, h3, h4 {
  font-family: 'Archivo Narrow', sans-serif;
}

h1 {
  color: #015288;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 30px;
}

@media screen and (min-width: 992px) {
  h1:first-child {
    margin-top: 0;
  }
}

h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 18px;
  color: #015288;
  margin-top: 40px;
  margin-bottom: 15px;
  line-height: 24px;
}

h3 {
  font-weight: 700;
  font-size: 18px;
  color: #015288;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 2px solid #c90833;
  line-height: 23px;
}

p {
  color: #797979;
  font-size: 16px;
  line-height: 26px;
}

p.lead {
  color: #999;
  font: 20px32px 'Archivo Narrow', sans-serif;
  letter-spacing: 1px;
}

.rot {
  color: #c90833;
}

a.uk-button, button.btn-submit-form.btn.uk-button, button.btn-reset-form.btn.uk-button {
  background-color: #c90833;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #ffffff !important;
  text-transform: uppercase;
  font: 14px/18px 'Archivo Narrow', sans-serif;
  letter-spacing: 4px;
  transition: background-color 0.5s ease;
  padding: 8px 12px;
}

a.uk-button:hover, button.btn-submit-form.btn.uk-button:hover, button.btn-reset-form.btn.uk-button:hover  {
  background-color: #153359 !important;
  color: #fff !important;
}

.featurebox {
  background-color: #eeeeee;
  padding: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.featurebox h1,
.featurebox h2,
.featurebox h3 {
  margin-top: 0;
}

.featurebox h3 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 18px;
  color: #c90833;
  margin-bottom: 30px;
  border: none;
  padding: 0;
}

.home-featurebox {
  background-color: #dddddd;
  margin-top: 40px;
}

.zahnaerzte-img {
  background: url(/images/luehe-kauter-home-zahnaerzte.png) no-repeat 15px bottom;
  background-size: 40%;
}

@media screen and (max-width: 991px) {
  .zahnaerzte-img {
     background: none 
   }
}

@media screen and (max-width: 1199px) {
  .zahnaerzte-img {
    background-size: 55%;
  }
}

.home-featurebox-text {
  padding: 30px 60px;
}

.home-featurebox-text h1 {
  font-weight: 700;
  font-size: 26px;
  color: #015288;
  margin-bottom: 20px;
}


ul.uk-slideset-nav.uk-dotnav.uk-flex-center.uk-margin-bottom-remove li.uk-active a {
    background-color: #c90833;

}

@media screen and (max-width: 767px) {
  .slideset {
    margin-bottom: 60px;
  }
  .t3-background {
    padding-top: 0;
  }
}

.responsive-image {
  width:100%;
  height:auto;
}

button.navbar-toggle {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

div.t3-megamenu ul.nav.navbar-nav.level0 li a {
  letter-spacing: 1px;
  color: #999;
}

div.t3-megamenu ul.nav.navbar-nav.level0 li a:hover,
div.t3-megamenu ul.nav.navbar-nav.level0 li.active a {
  color: #c90833;
}


button.navbar-toggle:hover {
  background-color: transparent;
}

button.navbar-toggle i.fa.fa-bars {
  font-size: 24px;
  line-height: 34px;
  color: #999;
}

button.navbar-toggle i.fa.fa-bars:hover {
  color: #000;
}

.home-image {
  min-height: 480px;
  background: url(/images/luehe-mueller-kauter-hogendiekbruecke-home.jpg) center center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
	#t3-mainnav div.container div.t3-navbar-collapse.navbar-collapse.collapse.in ul.nav.navbar-nav.level0 li a:hover {
	  color: #c90833;
	}
	
	
	#t3-mainnav div.container div.t3-navbar-collapse.navbar-collapse.collapse.in ul.nav.navbar-nav.level0 li.current.active a {
	  color: #999;
	}
	
	nav#t3-mainnav.wrap.navbar.navbar-default.t3-mainnav {
	  position: fixed;
	  width: 100%;
	  z-index: 100;
	  background-color: #fff;
	  -webkit-box-shadow: 0px -30px 40px 31px rgba(0,0,0,0.5);
	     -moz-box-shadow: 0px -30px 40px 31px rgba(0,0,0,0.5);
	          box-shadow: 0px -30px 40px 31px rgba(0,0,0,0.5);
	}
	div.col-xs-12.col-sm-7.col-sm-12.logo {
	  margin-top: 80px;
	}
	
	.home-image {
      margin-left: -15px;
      margin-right: -15px;
    }
}

.imageContainer {  
  vertical-align: bottom;
  display: table-cell;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.imageContainer img {
    vertical-align: bottom;

}

#t3-footer section.t3-copyright p {
  color: #fff;
  letter-spacing: 1px;
}

#t3-footer a:link,
#t3-footer a:visited {
  color: #6f8fab;
}

#t3-footer a:hover,
#t3-footer a:focus {
  color: #ffffff;
  text-decoration: none;
}

ul.nav.nav-pills.nav-stacked li a {
  border: 0 !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #cedae3;
  font-size: 16px;
  color: #6f8fab;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

ul.nav.nav-pills.nav-stacked li a:hover {
  background-color: #c90833;
  color: #ffffff !important;
}

ul.nav.nav-pills.nav-stacked li.current.active a {
    color: #015288 !important;
}

ul.nav.nav-pills.nav-stacked li.current.active a:hover {
  background-color: #cedae3;
  cursor: default;

}

@media screen and (max-width: 480px) {
  ul.nav.nav-pills.nav-stacked li a {
    display: block;
  width: 100%;
}
}

@media screen and (max-width: 991px) {
  ul.nav.nav-pills.nav-stacked li a {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  ul.nav.nav-pills.nav-stacked li:first-child {
    margin-top: 2px;
  }
}

.socialmedia-icons a {
  margin-left: 20px;
}

#t3-content article section.article-content a:link,
#t3-content article section.article-content a:visited {
  color: #6f8fab;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}

#t3-content article section.article-content a:hover,
#t3-content article section.article-content a:focus {
  color: #000000;
  text-decoration: none;
  border-bottom: none;
}

#t3-content article section.article-content a {
  
}

h3.home-head {
  padding: 0;
  border-left-style: none;
  font-size: 22px;
}

div.uk-panel h3.uk-h2.uk-margin-top-remove {
  padding: 0;
  border-left-style: none;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.contentimage {
  margin-top: 20px;
  border: solid 10px #cedae3;
}

.zahnaerzte-grid img {
  border: solid 10px #cedae3;
}

table.vita {
  color: #797979;
  font-size: 16px;
  line-height: 26px;
}

table.vita td:first-child {
  white-space: nowrap;
  padding-right: 20px;
  text-align: right;
  color: #cccccc;
  letter-spacing: 1px;
}

table.vita td {
  padding-top: 10px;
  padding-bottom: 10px;
}

div.uk-panel h3.uk-h2.uk-margin-top-remove {
    margin-bottom: -20px;
}