/* Füge hier Dein eigenes CSS ein */

@font-face {
  font-family: Roboto;
  src: url('/fonts/RobotoCondensed-Regular.ttf');
}

@font-face {
  font-family: Gothic;
  src: url('/fonts/GOTHIC.ttf');
}

.header_bottom_row {
 	margin: 0px;
}

.page-wrapper, html {
 	background: white;
}

.page-wrapper, html, h1, h2, h3, h4, h5, h6 {
    font-family: Roboto;
}

.span8 {
 width: 100%;
  margin: 0px;
}

.site-main::before {
 background: white;
}

.tp-bannershadow.tp-shadow2 {
 background: none; 
}

.sf-menu {
  font-family: Gothic;
}

.header_banner {
 	margin-top: 15px; 
}

#header .logo {
 	padding-top: 0px;
}

.header_banner img {
 	max-height: 132px; 
}

#site-navigation {
  margin:0px;
}

#main {
 padding-top:40px; 
}

.navbar_inner > div > ul, .navbar_inner > ul {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
}

.navbar_inner > div > ul > li a, .navbar_inner > ul > li a {
    font-family: Gothic;
    font-size: 17px !important;
    padding: 18px 18px 11px;
    text-transform: none;
    border-bottom: 2px solid transparent;
}

.navbar_inner > div > ul > li a:hover, .navbar_inner > ul > li:hover a {
      border-bottom: 2px solid black;
}

#topnav {

}

.navbar_inner > div > ul {
    height: 50px;
}

img.size-full.wp-image-1199.alignleft{
outline: none !important;
}