/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 30%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.werbemittel {display: block;}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* ################################################################ */
/* ################################################################ */

/* ### Headline-Schrift ### 
@font-face {
font-family: RealistExtraBold;
src: url("../fonts/Realist_ExtraBold.otf") format("opentype");
}

h1, h2, h3, h4, h5 { 
	font-family: "RealistExtraBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
*/

/* Zusätzliche Stile */

.bottom-buffer20 { margin-bottom:20px; }
.top-buffer20 { margin-top:20px; }
.top-buffer30 { margin-top:30px; }
.top-buffer40 { margin-top:40px; }
.top-buffer50 { margin-top:50px; }
.top-buffer60 { margin-top:60px; }
.top-buffer70 { margin-top:70px; }
.top-buffer100 { margin-top:100px; }
.side-buffer20 { margin:20px 0px !important; }
.no-topmargin { margin-top: 0px !important; }
.no-margin { margin: 0px !important; }

.clear-both {clear: both;}

.img-right {float: right; margin: 0 0 15px 15px;}
.img-left {float: left; margin: 0 15px 15px 0;}

.fade-alert {
    opacity: 1;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

/* CSS3 Radio-Buttons & Checkboxes */
.cb_style label {margin-left: -10px; cursor: pointer;}
.cb_style span.cb_text {margin-left: 40px; font-weight: normal}
.has-js .cb_style .checkbox,
.has-js .cb_style .checkbox { background: url(/img/check-off_20.png) no-repeat 10px 0px;}
.has-js .cb_style label.c_on { background: url(/img/check-on_20.png) no-repeat 10px 0px; }
.has-js .cb_style .checkbox input { position: absolute; left: -9999px; }
/* ENDE */


/* Ändernde Stile gegenüber Bootstrap */
a {color: inherit; text-decoration: underline}
a:hover {color: inherit; text-decoration: none}

header a, .navbar  a, footer a, .list-group a, a.btn
{text-decoration: none}
.list-group a {color: #000;}

.navbar {
	padding: 10px 0px 10px 0px;
	min-height: 50px;
	-webkit-box-shadow: 0 4px 4px -2px #FFF;
	-moz-box-shadow: 0 4px 4px -2px #FFF;
	box-shadow: 0 4px 4px -2px #FFF;
}
.navbar-inverse {
    background-color: #FFF;
	border-width: 0px;
	background-image:url(/img/navi_bg_1x50.png);
	background-position: 0px 10px;
	background-repeat: repeat-x;
}
@media (max-width: 767px) {
	.navbar-inverse .navbar-collapse {
		background-image: none;
		background-color: #0b7cc1;
	}
}
.navbar-brand {
    height: 50px;
    padding: 0px;
    font-size: 10px;
    line-height: inherit;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFF;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #9d9d9d;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #E3001B;
}
.navlink_active {font-weight: bold;}

.carousel-caption {
  position: absolute;
  top: 22%;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .8);
}
.carousel-caption h1 {
	font-size: 1.8em;
}
@media (min-width: 768px) and (max-width: 991px) {
.carousel-caption {
  top: 35%;
 }
.carousel-caption h1 {
	font-size: 1.9em;
}
}
@media (min-width: 992px) {
.carousel-caption {
  top: 38%;
 }
.carousel-caption h1 {
	font-size: 36px;
}
}
.carousel-indicators {
  display: none; /* Bullets ausgeblendet */
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .8);
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 10px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, .8);
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.has-error .checkbox{
    color: inherit;
}
.help-block {
  display: block;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  color: inherit;
}
.help-block ul {margin: 0px; padding: 0px;}
.help-block ul li {list-style: none;}

.badge-danger {background-color: #c9302c}
.badge-success {background-color: #449d44}
.flag_de, .flag_en {
	background-image: url(/_g/images/flags/DE.png); 
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
	float: left;
}
.flag_en {background-image: url(/_g/images/flags/EN.png);}

/*Using a Bootstrap glyphicon as the bullet point*/
ul.aufz-haken li {
    display: block;
	margin-left: -15px;
	line-height: 22px;
}
ul.aufz-haken li:before {
	content: "\e013";
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	float: left;
	margin-left: -25px;
	color: #5cb85c;
}

/* Ändernde Stile gegenüber modern-business */
footer  {
	margin: 100px 0 0 0;
	padding: 30px 0;
	background-color: #0b7cc1;
	color: #FFF;
	text-align: center;
}
footer  a {color: #FFF;}
footer  a:hover {color: #E3001B;}