
@import url(fonts-lato-opensans.css);

html {
	font-size: 100%;
}

body {
	background-color: darkgray;
	background-image: url("../bilder/bg_body.png"), url("../bilder/bg_footer3.png");
    background-position: left top, left bottom;
    background-repeat: repeat-x;	
	font: normal 100% 'Lato', Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.428;
}

.container {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}

nav > div.container {
	background-color: #144196;
}

.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
}
#myNavbar > .navbar-nav {
	text-transform: uppercase;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}
.navbar-inverse {
    background-color: #144196;
    border-color: #080808;
}

.navbar-nav .open .dropdown-menu > li.nav-header {
    padding: 5px 15px 5px 25px;
    background-color: #080808;
    color: #fff;
}

.navbar-nav .open .dropdown-menu > li.nav3  > a {
    padding: 5px 5px 5px 35px;
}

.navbar-meta {
	margin-top: 10px;
}

.navbar-meta li a {
	color: #333;
	font-size: 0.9em;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: #ffffF0;
    color: #333;
}

.navbar-inverse .navbar-nav > li > a {
    color: #0096DC;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #0096DC;
    color: #144196;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #144196;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #144196;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}

img.logo {
  max-width: 330px;
  height: auto;
  padding-top: 10px;
}

.top {
    float: right;
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 28px;
	color: #144196;
    letter-spacing: 1px;
    padding-top: 0px;
}
.top .navbar-brand:hover {color: #144196}

.top .navbar-brand {
    float: right;
	width: 75%;
	font-family: "Open Sans", Arial, sans-serif;
    font-size: 28px;
	color: #144196;
    letter-spacing: 0em;
	line-height: 32px;
    padding: 0px;
}

.flexslider {
    background: #fff none repeat scroll 0 0;
    border: 0px solid #fff;
    border-radius: 0px;
    box-shadow: 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    position: relative;
}

.flex-control-nav {
    position: absolute;
    text-align: left;
    top: 260px;
    width: 100%;
    z-index: 10;
	display: none;
}

.tx-ws-flexslider .caption-text {display: none;}

.carousel .carousel-caption {
    padding: 20px 20px 20px 25px;
    left: auto;
    right: 5%;
}
.carousel-caption {
    bottom: 30px;
    font-size: 17px;
    font-family: "PT Sans","Open Sans",Verdana,sans-serif;
    font-weight: 400;
    text-align: left;
    text-shadow: none;
    color: #fff;
    max-width: 50%;
    min-height: 120px;
    width: 340px;
    background: rgba(102, 51, 102, 0.6) none repeat scroll 0 0;
    position: absolute;
    z-index: 10;
	display: none;
}
.carousel-caption .caption-title {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.025em;
    margin: 0;
}
.carousel-caption a {
    color: #fff;
}
.carousel-control {
    width: 15%;
}
.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0px, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}
.carousel .carousel-indicators {
    display: block;
}
.carousel .carousel-indicators {
    bottom: 20px;
    left: 30px;
    margin: 0;
    width: auto;
}
.carousel-indicators {
    list-style: outside none none;
    padding-left: 0;
    position: absolute;
    text-align: center;
    z-index: 15;
}
.carousel .carousel-indicators li {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 1px 1px 1px 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 25px;
}
.carousel .carousel-indicators li.active {
    background-color: #144196;
}

.panel-primary {
    border-color: #144196;
	margin-top: 20px;
}

.panel-primary > .panel-heading {
    background-color: #144196;
    border-color: #144196;
    color: white;
}
.watchword-verse {
	font-style: italic;
	text-align: right;
	margin-bottom: 0.2em
}

/* Visitenkarte */

.box-bcard {
	border: 1px solid #ccc;
	padding: 1em;
}

.img-bcard {
	background-color: gainsboro;
	margin-bottom: 1em;
}

.image-bcard {
	width: 33%;
	height: auto;
	min-height: 0px;
}

.txt-bcard {
	
}

.txt-bcard h3 {
	font-size: 22px;
	margin-top: 10px;
}

footer {
	margin-bottom: 80px;
}
footer .container {
    background-color: #144196;
	border-top: 1px solid #ddd;
	padding: 20px 0;
}
footer .row {
    margin-left: 0px;
    margin-right: 0px;
}
footer  .list-inline {
	margin-left: 15px;
}
footer .list-inline > li {
    padding-left: 0px;
}
footer .footerleft {
	padding-left: 45px;
}
footer .copyright {
	color: white;
	padding-right: 30px;
}
footer h1 {
	font-size: 1.25em;
	color: white;
	border-bottom: 1px solid white;
}
footer h2 {
	font-size: 1.25em;
	color: white;
	border-bottom: 1px solid white;
}
footer p {
	font-size: 0.9em;
	color: white;
}
footer a {
	color: white;
}
footer a:hover {
	color: white;
}
footer a:visited {
	text-decoration:underline;
	color: white;
}
.col-wrap{
    overflow: hidden; 
}
.row-content {
    margin-left: 0px;
    margin-right: 0px;
}
.aside {
	background-color: gainsboro;
	margin: 20px 0 10px;
}

/***Subnavi***/

.subnavi {
    color: #464646;
    margin: 1em 0;
    overflow: hidden;
    padding: 0;
}
.subnavi ul {
    border-bottom: 0 solid silver;
    border-top: 0 solid silver;
    list-style-type: none;
    overflow: hidden;
    width: 100%;
}
.subnavi ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.subnavi ul a {
    display: block;
    text-decoration: none;
}
.subnavi ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.subnavi ul li strong {
    background-color: #144196;
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: 3px 0 3px 3%;
    width: 95%;
}
.subnavi ul li ul li strong {
    background-color: #144196;
    border-bottom: 1px solid #464646;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 3px 0 3px 14%;
    width: 95%;
}
.subnavi ul li ul li ul li strong {
    background-color: #144196;
    border-bottom: 1px solid #464646;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 3px 0 3px 21%;
    width: 95%;
}
.subnavi ul li a {
    background-color: gainsboro;
    border-bottom: 1px solid silver;
    color: #144196;
    font-size: 1.1em;
    font-weight: normal;
    padding: 3px 0 3px 3%;
    width: 100%;
}
.list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0;
}
.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.subnavi ul li.aktiv a {
    background-color: #144196;
    color: #fff;
}
.subnavi ul li.aktiv ul li.aktiv a {
    background: gainsboro url("../../files/raquo_symbol1.png") no-repeat scroll 0px center;
    color: #144196;
}
.subnavi ul li.last a {
    border-bottom: 0 solid silver;
}
.subnavi ul li a:hover {
    background-color: #144196;
    color: #fff;
}
.subnavi ul li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.subnavi ul li ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.subnavi ul li ul li a {
    background-color: gainsboro;
    border-bottom: 1px solid silver;
    color: #144196;
    font-size: 1em;
    font-weight: normal;
    padding: 3px 0 3px 6%;
    width: 100%;
}
.subnavi ul li.aktiv ul li a {
    background-color: gainsboro;
    border-bottom: 1px solid silver;
    color: #144196;
    font-size: 1em;
    font-weight: normal;
    padding: 3px 0 3px 6%;
    width: 100%;
}
.subnavi ul li ul li.last a {
    border-bottom: 1px solid silver;
}
.subnavi ul li ul li ul {
    font-style: italic;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.subnavi ul li ul li ul li {
    float: left;
    margin: 0;
    padding: 0;
    width: 90%;
}
.subnavi ul li ul li ul li a {
    background-color: gainsboro;
    border-bottom: 1px solid silver;
    color: #144196;
    font-size: 1em;
    font-weight: normal;
    padding: 3px 0 3px 21%;
    width: 80%;
}
.subnavi ul li ul li a:hover {
    background-color: #144196;
    color: #fff;
}
.subnavi ul li#title {
    background-color: #fff;
    border-bottom: 4px solid #888;
    color: #444;
    font-weight: bold;
    padding: 3px 0 3px 7%;
    width: 95%;
}
	
/***Schriftarten und Farben***/

h1 {
	font-size: 1.875em;
}

a {
	color: #144196;
}

/***Mailform***/

div.csc-mailform ol, div.csc-mailform ol li {
    margin: 0 0 1em;
    padding: 0;
}
div.csc-mailform li.csc-form-element-submit {
	padding-left: 223px;
}

@media (max-width: 431px) {
	.navbar-brand {
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		height: 50px;
		line-height: 16px;
		padding: 3px 0 0 10px;
		width: 78%;
		float: left;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap {
		float: none;
	}
}
@media (max-width: 331px) {
	.navbar-brand {
		padding: 3px 0 0 5px;
	}
}

@media (max-width: 618px) {
	h1 {
		font-size: 1.5em;
	}
}

@media (max-width: 767px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
	header {
		margin-top: 60px;
	}
	.carousel .carousel-indicators {
		display: none;
	}
	.navbar-inverse .navbar-brand {
		color: #fff;
	}
	.row.base{
		display:none;
	}	
}

@media (min-width: 768px) {

	/* top row */
	.col .well{ 
		margin-bottom: -99999px;
		padding-bottom: 99999px;  
	}

	/* bottom row */
	.col-base{ 
		margin-top: -15px; /* cut off top portion of bottom wells */
	}
	.visible-sm {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 971px) {
	.top {
		font-size: 1.125em;
		letter-spacing: 0.1px;
		padding-top: 0px;
	}
	.navbar-inverse .navbar-brand {
		color: #fff;
	}
	.visible-xs {
		display: block!important;
	}
	.hidden-xs {
		display: none!important;
	}
}
@media (max-width: 971px) {
	header {
		margin-top: 60px;
	}
	.flexslider {
		margin-top: 70px;
	}
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	.sidebar-left {
		display: none;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent;
	}
}
@media (max-width: 1024px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size: 90%;
	}
}
@media (min-width: 828px) and (max-width: 1024px) {
	.top {
		font-size: 1.250em;
		letter-spacing: 0.5px;
		padding-top: 0px;
	}
	.top .navbar-brand {
		font-size: 24px;
		line-height: 28px;
	}
}
@media (min-width: 971px) and (max-width: 991px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1025px) {
	.top {
		font-size: 1.675em;
		letter-spacing: 0.25px;
		padding-top: 0px;
	}	
}

@media (min-width: 1200px) {

}