@charset "UTF-8";
/* CSS Document */


html {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFF; 
	padding-bottom: 100px; 
	/*background-color: #FFC;*/
}

img {
	font-family:"Arial Black";
	}

@font-face {
    font-family: 'uglyqua';
    src:  url('uglyqua-webfont.woff#uglyqua') format('woff'),
         url('uglyqua-webfont.svg#uglyqua') format('svg');
}

.container {
	/*background-color: #FFF;*/
	}




/*======= Navigation oben =========*/
img {
	margin-top: 6px;
	margin-bottom: 6px;
    vertical-align: middle;
	}
	
.navbar {
	margin-top: 25px;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 4px solid transparent;  /* Rahmenstärke Navigation/LOGO */
}
	
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border-top-color: rgb(231, 231, 231);
	border-right-color: rgb(231, 231, 231);
	border-bottom-color: rgb(231, 231, 231);
	border-left-color: rgb(231, 231, 231);
}

.navbar-collapse {

    width: auto;
    border-top: 2px;
        border-top-color: currentcolor;
        border-top-style: none;
        border-top-width: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;

}


/* Bereich der Buttons */
.navbar-nav > li > a {
	margin-top: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*line-height: 12px;*/
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	
}
.navbar-default {
	background-color: #FFF;
	border-color: #e7e7e7;
}

.navbar-collapse {
	padding-right: 15px;
    padding-left: 15px;	
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {

    color: #555;
    background-color: #e7e7e7; /* Farbe aktivierter Button */

}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover {
    color: #333;
    background-color: transparent;
}

/*======= Navigation unten =========*/

.footer {
	height: auto;
	background-color: #666;
	color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	
	/*position: fixed;*/
	right: 0;
	left: 0;
	/*z-index: 1030;*/
	margin-bottom: 10px;
	}

.navbar-fixed-bottom {
	height: auto;
	background-color: #666;
	color: #FFF;
	}
	
/* Sende-Button Formular */
.btn-primary:hover {

    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-primary {
	color: #666;
	background-color: #E6E6E6;
	border-color: #666;
	}

/* Bereich der Buttons Impressum/Datenschutz */

.nav > li > a {
	color: #fff;
	
	}

.nav > li > a:hover {
	color: #000;
	}
	
.nav > li > a {

    position: relative;
    display: block;
    padding: 10px 15px;
}

.table table-striped {
	min-width: 500px;
	}
	
.table-striped {
	min-width: 350px;
	}

/* Weiterlesen BOX */
.thumbnail {

    display: block;
    padding: 8px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;

}
	
/* Schriften */

.blockquote {

    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    border-left: 5px solid #eee;
}

.hinweis {
	width: auto;
	height: 55px;
	}
	
.table {
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #0F6;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #ddd;
}