/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/roboto-v18-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
       url('../fonts/roboto-v18-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/roboto-v18-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
       url('../fonts/roboto-v18-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
body {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 30px;
	}
.logo {
	width: 330px;
	margin: 5px 0;
}
.gray {
	background-color: #c8c8c3;
	padding: 20px 0;
}
.icons .img-responsive {
    margin: 0 auto 8px auto;
}
.abstand {
	margin-bottom: 40px;
	}
.icons b {
	color: #595959;
	}
.orange-footer {
		background-color: #053587;
	color: #fff;
	margin-top: 40px;
	padding: 5px 0;
	}
.orange-top {
		background-color: #053587;
	color: #fff;
	}
.btn-primary {
    color: #fff !important;
    background-color: #053587;
    border-color: #053587;
}
.preis {
	color: #184191;
	font-size: 32px;
	line-height: 38px;
	font-style: italic;
    font-weight: 300;
	margin-bottom: 15px;
	}
.btn-primary:hover {
    color: #fff;
    background-color: #595959;
    border-color: #595959;
}
.grayscale {
	margin-bottom: 30px;
	background-image: linear-gradient(to top, #5b5b5b 10%, #343434 50%);
	min-height: 30px;
	}
.grayscale h1 {
	color: #fff;
    font-size: 40px;
    line-height: 62px;
}
.white {
	background-color: #fff;
    padding-bottom: 20px;
}
h1 {
	font-family: 'Roboto';
	color: #4d4d4d;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 30px;
}
h2 {
	font-family: 'Roboto';
	color: #8c8a8a;
	font-style: normal;
	font-weight: 500;
	font-size: 25px;
}
h3 {
	font-weight: 100;
}
hr {
margin-top: 40px;
    margin-bottom: 40px;
	width: 20%;
	}
footer {
	background-color: #656565;
	padding-top: 40px;
	color: #fff;
	margin-top: 30px;
	font-weight: 100;
}
footer a:link,
footer a:visited,
.orange-top a:link,
.orange-top a:visited {
	color: #fff;
	}
footer a:hover,
.orange-top a:hover{
	color: #fff;
	text-decoration: underline;
	}
.btn {
	border-radius: 15px;
	}
.hotline {
    background-color: #053587;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 100;
    color: #fff;
    right: -285px;
	    position: fixed;
    top: 30%;
    z-index: 1;
	width: 320px;
		 transition:1s;
    -webkit-transition:1s;
    -moz-transition:1s;
}
.hotline ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.hotline ul span {
	margin-right: 13px;
	}
.hotline:hover {
		right: 0;
	}
.hotline a {
	color: #fff;
	}
a {
	color: #333;
	}
.inhalt a,
.inhalt a:link,
.inhalt a:visited {
	color: #333;
	text-decoration: underline !important;
}
.inhalt a.carousel-control  {
	text-decoration: none;
}
.slider {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.bottom {
	margin-top: 35px;
}
.kopfbild {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
/* NAVIGATION
 *=================================== */
.navbar-default {
    background-color: transparent;
    border: 0 none;
}
.navbar {
    margin: 0;
    border-radius: 0;
	font-weight: 900;
}
.navbar .container-fluid, .navbar .navbar-collapse {
  padding: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #053587;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #053587;
}
.navbar-default .navbar-nav > li > a {
    color: #5a5a5a;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a.home {
    
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #cbd1db;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #5a5a5a;
    background-color: transparent;
}
.dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0;
}
/* Bootstrap Anpassungen */
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #053587;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	text-align: left;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #053587;
    outline: 0;
}
/* MOBILE STYLES
 *=================================== */
@media (max-width: 768px) {
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 20%;
}
	h1 {
		font-size: 20px;
		line-height: 24px;
	}

	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin-left: 0;
		margin-right: 0;
		overflow: hidden;
	}
	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
		color: #fff;
		text-align: left;
		padding-left: 30px;
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
		color: #fff;
		text-align: left;
		padding-left: 30px;
	}
	.navbar-default .navbar-nav > li > a {
		color: #5a5a5a;
		text-transform: uppercase;
		text-align: left;
		padding-left: 30px;
	}
	.navbar-collapse {
		max-height: none;
	}
	.orange {
		background-color: #053587;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #5a5a5a;
		padding-left: 60px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #5a5a5a;
	}
	.logo {
		width: 250px;
		margin: 0;
	}

	.logo-klein {
		width: 200px;
		margin-top: 20px;
	}
	.bg-border {
		background-image: none;
		border-bottom: 1px solid #333;
	}
	footer {
		padding-top: 0;
		padding-bottom: 0;
	}
	.navbar-header {
		background-color: #053587;
		margin-bottom: 3px;
		}
	.allinclusive {
		width: 80px;
		height: 80px;
		}
}
.liststyle {
	padding-left: 3px;
	}
.liststyle li {
    list-style:none;
    margin:0;
    padding:0;
}
.liststyle li:before {
    display: inline-block;        
    content: "» ";
    width:10px;
    height:10px;
    margin-right: 5px;            
}

.carousel-indicators {
    bottom: -10px;
}
.quickstart {
    margin: 0 0 20px 0;
    position: relative;
	padding: 6px;
    box-shadow: 1px 1px 10px;
}
.banner-caption,
.bildtext,
.hotline-small a {
	position:absolute;
	color:#fff
}
.quickstart .banner-caption {
	padding: 8px;
	bottom: 6px;
	width: 96.5%;
	}
.banner-caption {
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding: 0;
    width: 100%;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
		font-style: italic;
    font-size: 20px;
    text-align: center;
}
.banner-caption h3 {
	font-family: 'Roboto';
    font-weight: 900;
		font-style: normal;
    font-size: 20px;
	}
th {
    background-color: #053587;
    color: #fff;
	}

img.bild {
	margin-bottom: 15px;
	}
.hotline-small a {
	top:15px;
	left:15px
}
.bottom .small {
	background-color: #053587;
	color: #fff;
	}
.bildtext {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    background-color: rgba(52, 52, 52, 0.8);
    margin: 40px;
    padding: 10px;
	text-transform: uppercase;
}
.inhalt li {
	margin-bottom: 5px;
	}
.inhalt .carousel-indicators li {
	margin-bottom: 0;
	}
.checkliste {
	list-style: none;
	}
.checkliste li {
		display: block;
	background-color: #9a9a9a;
	padding: 3px;
	margin-bottom: 3px;
	color: #fff;
	}
.checkliste li:before {
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    position: relative;
    margin-right: 10px;
    top: 0;
    color: #f1f1f1;
	left: 3px;

}
a.svg {
    position: relative;
    display: inline-block;
}
a.svg:after {
  content: ""; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0;
}
.iconblock-icon img {
	padding: 15px;
	}




/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 14px;
}
/* Previous button  */
#quote-carousel .carousel-control a,
#quote-carousel .carousel-control a:link
 
{
  text-decoration: none !important;
}
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .inhalt li 
{
	margin-bottom: 0;
	}
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

.item blockquote {
    border-left: none; 
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}





/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel 
    {
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
    .carousel-caption {
	padding-top: 10px;
    right: 5%;
    left: 5%;
    font-weight: 100;
    font-size: 15px;
    padding-bottom: 0;
    }
    .carousel-caption h3 {
    font-weight: 900;
    font-size: 18px;
    margin: 0 0 5px 0;
    font-style: italic;
}
    
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}
.allinclusive {
    position: absolute;
    top: 5%;
    right: 0;
    display: block;
}

@media only screen and (min-width : 992px) {
	.logo {
	    width: 150px;
	    margin: 5px 0;
	}
	.carousel-caption  {
	padding-top: 10px;
	right: 10%;
    left: 10%;
	font-weight: 100;
	font-size: 18px;
	    padding-bottom: 0;

}
.carousel-caption h3 {
	font-weight: 900;
	font-size: 35px;
	margin: 0 0 5px 0;
	font-style: italic;
	}
.carousel-caption p {
	margin-bottom: 20px;
}
}
@media only screen and (min-width : 1200px) {
	.carousel-caption  {
	    padding-bottom: 30px;

}
}


.comment-img {
	border: 5px solid #f1f1f1;
	margin-bottom: 10px;
}

.comment-block {
  padding: 15px;
  background-color: #f1f1f1;
  display: table-cell;
  vertical-align: top;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
.comment-block textarea {
  width: 100%;
  resize: none;
}

.comment-text {
  margin-bottom: 15px;
}

.team {
    background-color: #f1f1f1;
    padding: 15px;
	margin-bottom: 15px;
}
.icon-small img {
	padding: 15px;
	}
.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
		
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.vorteile li h5 {
	font-weight: bold;
	}