/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v19-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v19-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v19-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-slab-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v12-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v12-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Roboto Condensed', Tahoma, Helvetica, Arial, sans-serif;
    
    color: #000;
    background-color: #fff;
	overflow-x: hidden;
}


h5, p {
    margin: 0 0 25px !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 150% !important;
	text-transform: none !important;
	color: #000;
    font-family: "Roboto Condensed",Tahoma,Helvetica,Arial,sans-serif !important;
}

li {
    font-size: 18px !important;
    font-weight: 300 !important;
    line-height: 150% !important;
	text-transform: none !important;
	color: #000;
    font-family: "Roboto Condensed",Tahoma,Helvetica,Arial,sans-serif !important;
}


h1, h2, h3, h4, h5, h6 {
	
    font-family: 'Roboto Slab', Georgia, serif;
    
    font-size:16px;
	margin: 4px 0 24px 0;
    text-transform: uppercase;

	font-weight: 300;
    line-height: 160%;
}

h4, h5, h6 {
	margin: 8px 0 4px;
    font-weight: 400;
	
}
h1, h2{
	font-size: 22px;
}

h4 {
    text-transform: none;
}

b, strong {
    font-weight: 400;
}


a {
    font-family: 'Roboto Condensed', Tahoma, Helvetica, Arial, sans-serif;
}


.logo {
	margin: 12px 12px;
}

.footer a {
    padding-left: 10px;
}

#preloader {
    background:#ffffff url('../img/loader.gif') center center no-repeat;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


/* nav */

.navbar-header {
    float: none;
}

.top-nav-collapse {
	background-color: #fff;
}

.navbar-custom {
	border-bottom: none;
	text-transform: uppercase;
    
	background-color: #fff;
	box-shadow: 0px 0px 8px #000;
}


.navbar-custom a{
	color:#000;
	font-size: 14px;
}

.navbar-custom .nav li.active {
	outline: none;
	background-color: none;
	
}

.navbar-custom .nav li.active a {
	color:#219ab3;
	color: #004e95;
}

.navbar-custom.top-nav-collapse{
	box-shadow: 0px 0px 8px #000;
}



.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 16px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.btn-default
 {
  padding: 9px 10px;
  margin-top: 16px;
  margin-right: 15px;
  margin-bottom: 24px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.btn-default:hover
 {
  padding: 9px 10px !important;
  margin-top: 16px !important;
  margin-right: 15px !important;
  margin-bottom: 24px !important;
  border: 1px solid #ccc !important;
}

.btn-default,
.navbar-toggle span {
	color: #000;
	text-transform: uppercase;
	font-size:11px;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	margin: 0;
}



.copyright{
    font-size: 12px;
}
.header-slider{
    
    margin-top:64px;
    
}


.header-txt{
    position: absolute;
    
}

.header-txt.from-top{
    top:24px;
}

.header-txt.from-bottom{
    bottom:24px;
}


.header-txt .brand-heading{
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
	font-size: 20px;
	color: #fff;
    font-weight: 400;
    margin: 4px 0 12px 0;
}
.header-txt .intro-text{
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    color: #fff;
	font-size: 12px;
    font-weight: 100;
}

.intro .intro-body{
	vertical-align: bottom;
	padding-bottom: 30px;
}

.arrow-down{
	margin-top:8px;
}

.content-section{
    padding: 30px 0 0 0;
}

.content-section.invert{
	background-color: #efefef;
}



.owl-controls{
    position: absolute;
    bottom: 1em;
    width:100%;
    text-align: center;
}

.owl-dots{
    display: inline-block;
}

.owl-dot {
    background-color: rgba(255, 255, 255, 0.6);
    width:12px;
    height:12px;
    margin:0 4px;
    float: left;
}

.owl-dot:hover,
.owl-dot.active{
    background-color: #219ab3;
    background-color: #004e95;
}



.kontaktinformationen h2 {
	margin: 0;
}

.kontaktinformationen div {
    margin: 40px 0 0 0;
}

.ul_wrap {
	margin: 25px auto;
	width: 240px;
	min-height: 140px;
}
ul.vita {
	margin-left: 12px;
	text-align: left !important;
}

#map {
	height: 400px;
	margin-top: 0px;
}


.btn-kontakt{
    position: fixed;
    z-index: 999;
    top:80px;
    right:4px;
    
    background-color: #fff;
    border-color: none;
    padding:0;
    width:48px;
    height: 48px;
    display: block;
}

.btn-email {
    top:120px;  
}

.btn.focus, .btn:focus, .btn:hover{
    border:none;
    outline: none;
}

.img-logo {
		max-width: none;
}


@media (max-width: 468px) {

	
    .btn-kontakt{
        top:90px;
        right:16px;
    
    }.btn-email{
        top:150px;
    }
    .spacerbottom {
        padding-bottom: 30px;
    }
	
	.img-logo {
		width: 200px;
	}
}

@media (min-width: 468px) and (max-width: 768px) {

	.btn-kontakt{
        top:130px;
        right:16px;
    
    }.btn-email{
        top:190px;
    }

    .spacerbottom {
        padding-bottom: 30px;
    }
	
	.img-logo {
		width: 320px;
	}

    
}
@media (min-width: 768px) {
    
    .spacerbottom {
        padding-bottom: 30px;
    }
    .content-section{
		padding: 50px 0 0 0;
	}
	
    .btn-kontakt{
        
        top:140px;
        right:42px;
    }
    .btn-email{
        top:200px;
    }
    
    h1, h2, h3, h4, h5, h6 {
	
        font-size:16px;
        margin: 12px 0 48px 0;
        font-weight: 300;
    }

    h4, h5, h6 {
        margin: 16px 0 8px;
        font-weight: 400;

    }
    
    h1, h2{
        font-size: 28px;
    }
    
    .header-txt.from-top{
        top:64px;
    }

    .header-txt.from-bottom{
        bottom:16px;
    }

    .header-txt .brand-heading{
        font-size: 36px;
    }
    .header-txt .intro-text{
        font-size: 24px;
    }
	
	.img-logo {
		width: 320px;
	}
}



@media (min-width: 1200px) {
    .spacerbottom {
        padding-bottom: 0px;
    }
   .content-section{
		padding: 50px 0 50px 0;
	}
	
	
    h1, h2, h3, h4, h5, h6 {
	
        font-size:22px;
        margin: 16px 0 52px 0;
        font-weight: 200;
    }

    h4, h5, h6 {
        font-size:19px;
        margin: 20px 0 12px;
        font-weight: 200;

    }
    
    h1, h2{
        font-size: 28px;
    }
    
    .header-txt.from-top{
        top:94px;
    }

    .header-txt.from-bottom{
        bottom:30px;
    }

    .header-txt .brand-heading{
        font-size: 36px;
    }
    .header-txt .intro-text{
        font-size: 24px;
    }

}


@media print {
  
  .footer,
  .btn-kontakt,
  .btn-email,
  .header-slider,
  .maplink,
  #map  {
    display: none !important;
  }
  
  img {
    display: none !important;
  }
  
  .content-section {
    padding: 0;
  }
  
  h2 {
    font-size: 24px;
  }
  
}

