
/* ==========================================================================
GoogleFontsAPI
========================================================================== */

@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');


/* ==========================================================================
General Body
========================================================================== */

body {
    font-family: "Roboto Condensed", sans-serif;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #000;
	direction: ltr;
	margin: 0;
	padding: 0;
	position: relative;
}


/* ==========================================================================
Reset
========================================================================== */

/*
Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS.
To address this, you can optionally include the following CSS and JavaScript
to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }

/*
Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS.
To address this, following CSS code applied.
*/
@-ms-viewport     { width: auto !important; }

/* Round corners */
div, input:not([type="radio"]), select, textarea, span, img, table, label, td, th, p, a, button, ul, code, pre, li { border-radius: 0 !important; }
.img-circle  { border-radius: 50% !important; }
.img-rounded { border-radius: 6px !important; }

/* Input-Shadows auf iPad entfernen */
input:not([type="radio"]):not([type="checkbox"]), textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Global */
* { outline: none !important; }


/* ==========================================================================
Utilities
========================================================================== */

/*.display-none, .display-hide {
	display: none !important;
}*/

.bold {
	font-weight: 700 !important;
}

.no-border {
	border: none !important;
}

.inline {
	display: inline;
}

.no-break {
	white-space: nowrap;
}

.img-responsive {
	/*width: 100%;*/
}

.no-margin {
	margin: 0 !important;
}

.margin-top-10 { margin-top: 10px; }
.margin-top-15 { margin-top: 15px; }
.margin-top-25 { margin-top: 25px; }
.margin-top-50 { margin-top: 50px; }

.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-50 { margin-bottom: 50px; }

/* IE8 & IE9 Mode */
.visible-ie8      { display: none; }
.ie8 .visible-ie8 { display: inherit !important; }
.hidden-ie8       { display: inherit; }
.ie8 .hidden-ie8  { display: none !important; }

.visible-ie9      { display: none; }
.ie9 .visible-ie9 { display: inherit !important; }
.hidden-ie9       { display: inherit; }
.ie9 .hidden-ie9  { display: none !important; }


/* ==========================================================================
Colors
========================================================================== */

/* Font */
.black  { color: #000000 !important; }
.blue   { color: #428bca !important; }
.brown  { color: #a37343 !important; }
.green  { color: #5cb85c !important; }
.grey   { color: #aaaaaa !important; }
.orange { color: #ea863b !important; }
.pink   { color: #f277bd !important; }
.red    { color: #d9534f !important; }
.white  { color: #ffffff !important; }
/*.yellow { color: #F9E132 !important; }*/
.yellow { color: #ffcc00 !important; }


/* ==========================================================================
Typography
========================================================================== */

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
    /*font-family: "Open Sans Condensed", sans-serif;*/
    font-weight: 700;
	margin: 0;
    color: #000;
}

h1 {
    font-size: 36px;
	margin-bottom: 25px;
}

h2 {
	font-size: 26px;
	margin-bottom: 22px;
}

h3 {
	font-size: 20px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
    margin-bottom: 6px;
}

ul {
    padding-left: 16px;
}

p {
	line-height: 22px;
	margin-bottom: 20px;
}

p.lead {
	font-size: 22px;
	line-height: 30px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #dd0000;
	text-decoration: none;
	text-shadow: none;
}
a:hover, a:focus {
	color: #aa0000;
	text-decoration: none;
}
a:active {
    color: #000;
}


/* ==========================================================================
Containers
========================================================================== */

/* Header */
.header {
    padding: 15px 0;
    background: #0b0b0b;
}

/* Content */
.content {
    position: relative;
    padding: 25px 0 50px 0;
}

/* Box */
.box {
    background: #f5f5f5;
    background: #222;
    padding: 15px;
}
.box-border-top {
    border-top: 10px solid #ddd;
    border-top: 10px solid #333;
    padding: 20px 15px;
}
.box-border-left {
    border-left: 10px solid #ddd;
    border-left: 10px solid #333;
    padding: 15px 20px;
}

/* Footer */
.footer {
    padding: 25px 0;
    background: #222;
    color: #ccc;
}
.footer a {
    color: #aaa;
}

.go2top, .go2top:focus {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 20px;
    color: #aaa;
    width: 36px;
    height: 36px;
    border: 2px solid #999;
    border-radius: 50% !important;
    text-align: center;
    padding: 6px 0px 0px 1px;
    z-index: 9999;
    font-size: 16px;
    line-height: 1;
    opacity: 0.5;
}

a.go2top:hover {
	color: #999;
}


/* ==========================================================================
Bootstrap Customize
========================================================================== */

label {
    font-weight: normal;
}

.modal h2 {
    margin-bottom: 0;
}
.modal-header, .modal-footer {
    background: #ddd;
}


.table > thead > tr > th {
    border-bottom: 1px solid #ddd;
}

.btn-list .btn {
    margin-bottom: 4px;
}

.btn-primary {
	background: rgb(110, 160, 30);
	border-color: rgb(110, 160, 30);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: rgb(100, 150, 20);
	border-color: rgb(100, 150, 20);
}

.form-group {
    margin-bottom: 10px;
}

.form-control:focus {
    border-color: #007ec6;
    outline: 0px none;
    box-shadow: none;
}

.form-horizontal .control-label {
    text-align: left;
}

/* Seitenwechsler Default */
.pagination > li > a,
.pagination > li > span {
    color: #dd0000;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    color: #aa0000;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #aa0000;
    border-color: #aa0000;
}


/* ==========================================================================
Navigation
========================================================================== */

.navbar-default {
    background: #fff;
    border: none;
    padding-right: 10px;
}

.navbar-default .navbar-collapse {
    padding: 0;
}

.navbar-default .navbar-nav {
    float: none;
}

.navbar-default .navbar-nav > li {
    float: none;
    display: block;
}

.navbar-default .navbar-nav > li > a {
    padding: 6px 1px 6px 5px;
    color: #333;
    font-size: 20px;
    text-align: right;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: #ffcc00;
}

.navbar-default .navbar-nav > li.active > a {
    color: #000;
}


/* ==========================================================================
Media Queries
========================================================================== */

@media (max-width: 1199px) {


}

@media (max-width: 991px) {

    .navbar-default .navbar-nav > li > a {
        font-size: 15px;
    }

}

@media (max-width: 767px) {

    .navbar-default {
        background: #f9f9f9;
        padding-right: 0;
    }

    .navbar-default .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 15px;
        border-bottom: 1px solid #e7e7e7;
        font-size: 16px;
        text-align: left;
    }

}

@media print {

	.hidden-print {
		display: none;
	}
	.no-page-break {
		page-break-after: avoid;
	}
	a {
		border-bottom: none !important;
	}
	a[href]:after {
		content: "";
	}

	body {
		background-color: #fff !important;
	}

	.header {
		display: none;
	}

	.footer {
		display: none;
	}

}
