@CHARSET "UTF-8";


body {
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 1.4em;
    background-color: rgba(255, 255, 255, 1);
    border-width: 0px;
    border-radius: 10px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(52, 157, 42, 1);
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(52, 157, 42, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: white;
    background-color: #349d2a;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #349d2a;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #349d2a;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #349d2a;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #ffffff;
}

.footer {
	height: 5em;
}

.v-center {
	margin-top: 1.5em;
}

.footer-padding {
	margin-top: 1.5em;
	padding-top: 0.5em;
	border-top: #349d2a solid 2px;
}

.links {
	color: #349d2a;
	text-decoration:none;
	padding: 0.5em;
	}

.links:HOVER, .links:FOCUS {
	text-decoration: none;
	background-color: #349d2a;
	color: white;
}

.justify {
	text-align: justify;
	}
.justify>h2 {
	text-align: left;
}

.hervorheben {
	font-size: 1.4em;
}

.schatten {
	    box-shadow: 0px 0px 20px #888888;
	}
	
.max {
	max-width: 60em;
}

.center {
	margin: auto;
}

.selected, .unselected {
	border-color: #349d2a;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0.5em;
    white-space: nowrap;
    line-height: 200%;
}

.selected:LINK, .selected:visited {
	text-decoration: none;
	background-color: #349d2a;
	color: white;
}

.unselected:LINK, .unselected:visited {
	text-decoration: none;
	color: #349d2a;
}

.unselected:HOVER, .unselected:FOCUS {
	text-decoration: none;
	background-color: #349d2a;
	color: white;
}
.selected:HOVER {
	text-decoration: none;
	background-color: #349d2a;
	color: white;
}














