

/* Das Layout - Angaben die Bootstrap überschreiben! */

/* FARBEN */

/*   Blau-Grün - color: #35BA96; */ /* Test: #2fa382 */
/*   Titel/Navigation/Link - color: #006b96; */
/*   hover/current - color: #35ba96; */
/*   Lauftext - color: #666; */



/* Eigene CSS-Deklarationen */

body {
    color:#666;
    font-family: 'Lato', sans-serif;
    font-size:16px;
    }
#background {
    position: fixed;
    top:0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: auto;
    overflow-y: auto;
}
.container-fluid {
	max-width:992px;
	margin:0 auto;
}
div.container {
	width:100%;
}
div.header, div.footer {
	width:100%;
}
.navbar-brand {
	float: left;
	height: auto;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
	display: block;
	background-color: transparent;
	margin: 0px -15px;
}
.contentcontainer {
    width: 100%;
    margin: 0;
    background-color: rgba(250,250,250,0.8);
    padding-top: 30px;
}
div.header {
	max-width:992px;
	margin: 0 auto;
}


div.topcolor {
    /* background-color: #35ba96; */
    background-color: #2fa382;
    min-height:75px;
}
div.topcolor a {
    min-height:75px;
    display:block;
}
/* Top-Navigation */
.navbar-header {
    display:none;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    background-color: transparent;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
    padding-left: 0px !important;
}
.nav > li a {
    padding:15px 15px 0 0;
    outline:none;
}
nav.secondary ul {
    list-style-type:none;
    padding:0;
}
/* SideBarLeftMenu */
nav.leftmenu {
    margin-top:50px;
}
nav.leftmenu ul {
    list-style-type: none;
}
nav.leftmenu li a {
    display:block;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    color: #006b96;
    letter-spacing: 1px;
    outline:none;
    font-size:1.2em;
}
nav.leftmenu li a:hover, nav.leftmenu li a.current, nav.leftmenu li a.section {
    /* color: #35ba96; */
    color: #298e70;
}
nav.leftmenu ul.sub {
    margin-top: 8px;
}
/* Portrait */
div.bild {
    float:left;
    margin-right:15px;
}
/*div.adresse {
    float:left;
}*/
hr.clear {
    clear:both;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px 0;
    margin-top: 0px;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    color: #006b96;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
}
a {
    color: #006b96;
    text-decoration: none;
}
a:hover {
    /* color: #35ba96; */
    color: #2fa382;
    text-decoration: none;
}
p, li {
    line-height:1.2em;
    font-size: 1em;
    letter-spacing: 0.2px;
}
b, strong {
    font-weight: bold;
    letter-spacing: 0.8px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 17px;
}
li {
    padding-bottom: 0.6em;
}
/* Footer */
div.footer div.container {
    background-color:#fff;
}
div.footer div.container p {
    padding-top:15px;
}
div.footer .adresse {
    padding-bottom:6px;
}
div.footer .contentright p {
    padding-left:0px;
}
div.footer div.copy {
	font-size:0.8em;
	margin-top:20px;
	}
.topcolor p {
    color:#fff;
}
.right > p > a > img {
    width:30px;
    height:auto;
}
.right > p > a > img:hover {
    opacity:0.5;
}

/* Form */

textarea {
    overflow: auto;
    width: 100%;
}
input {
    margin: 0 0 12px 0;
}
input.action {
    width: 100%;
    margin: 12px 0 0 4px;
}


/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.left {
    text-align: left
}
.center {
    text-align: center
}
.right {
    text-align: right
}
/* IMAGES 
-------------------------------------------- */
img {
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
    max-width:100%;
}
img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    div.header {
		max-width:768px!important;
		margin: 0 auto;
	}
    .navbar-header {
        display:block;
    }
    nav.secondary, aside.sidebar {
        display:none;
    }
    .navbar {
        background-color: #fff;
    }
    div#main-menu {
        width:100%;
    }
    .nav > li a {
        font-family: 'DM Serif Display', serif;
        font-weight: 400;
        color: #006b96!important;
        padding: 5px 15px 5px 45px;
        font-size: 1.4em;
        line-height: 1em;
        background:none;
        clear:both;
    }
    .nav > li a:hover, .nav > li a.current {
        /* color: #35ba96!important; */
        color: #298e70!important;
        background:none;
    }
    .dropdown-menu {
        position: relative;
        width:auto;
        display: block;
        float: left;
        min-width: auto;
        padding: 0 0 0.6em 0;
        margin: 0 0 0 15px;
        font-size: 1em;
        text-align: left;
        list-style: none;
        background-color: transparent;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 0px solid #ccc;
        border: 0px solid rgba(0,0,0,.15);
        border-radius: 0px;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: none;
    }
    .dropdown-menu > li {
        padding: 0;
    }
    .dropdown-menu > li > a {
        display: block;
        padding: 0 0 0 45px;
        margin:0;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #777;
        white-space: nowrap;
    }
    .dropdown-menu > li > a:hover {
        color: #000;
    }

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
    div.adresse {
        clear:both;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
