@import url('/Content/bootstrap.min.css');

html {
	font-size: 1rem;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
  	min-height: 100%;
  	margin-bottom: 80px;
	font-size: 1rem;
}
#page-wrap {
	position: absolute;
	z-index: 2;
	margin: auto;
	padding: 20px;
	left: 0;
	top: 0;
	bottom: 40px;
	right: 0;
	height: 280px;
	text-align: center;
}
#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
  	background-size: cover;
	background-position: 50% 50%;
}
#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
}
.p-b {
  padding-bottom: 20px;
}
.margin-top {
	margin-top: 160px;
}
section.text-image {
	margin: 60px 0;
}
h1, .h1 {
	font-family: 'Comic Sans MS', cursive;
    font-size: 3.1rem;
  	color: #666;
  	font-weight: 700;
}
h3, .h3 {
    font-size: 1.4rem;
}
section.titel {
	margin: 30px;
}
section.team {
	margin: 60px 0;
}
.team-box {
	/*min-height: 320px; */
	/*max-width: 240px; */
	padding: 0 20px;
}
.team-box-desc {
	min-height: 70px;
}
article.team {
    -webkit-flex: 3 1 0%;
    flex: 3 1 0%;
    min-width: 260px;
}
article {
    margin: 15px;
}
.v-align {
    display: flex;
    align-items: center;
}
.flexcontainer {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.slogen {
  	font-family: 'Comic Sans MS', cursive;
	padding: 0 0 0px 0;
	color: #0d8d8d;
	/*font-size: 1.9rem; */
  	font-weight: 700;
}
.img-responsive {
	display: inline-block;
}
ol, ul {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 40px;
}
.breadcrumb {
    background-color: transparent;
}
ol, ul {
    font-size: 1.2rem;
    color: #666;
    font-weight: 500;
}
blockquote {
  margin-left: 30px;
  border-left: 5px solid #ccc;
	font-size: 1rem;
}

.list-inline > li {
    padding-left: 15px;
    padding-right: 0;
}

/* ===  MAIN-NAVIGATION  ===  */
.navbar {
    border-radius: 0;
}
.navbar-default {
	height: 90px;
	margin-top: 0;
	background-color: #fff;
	border-color: transparent;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
/* ===  /MAIN-NAVIGATION  ===  */
/* ===  Collapse bar  ===  */
.hamburger-title {
	display: block;
	padding: 7px 5px;
	float: left;
	font-weight: 400;
	color: #666;
}
.top-header {
	padding: 0;
	background-color: transparent;
	border-color: transparent;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
/* ===  /Collapse bar  ===  */
/* ===  CUSTOMIZE THE NAVBAR  ===  */
.navbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1032;
	/*border-top: 1px solid #5d5d5d; */	
}
.navbar-brand {
    padding: 10px 15px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #d5854b;
    background-color: transparent;
}
/* ===  /CUSTOMIZE THE NAVBAR  ===  */
a {
    color: #222;
}
a:focus, a:hover {
    color: #6e6d6c;
    text-decoration: underline;
}
.navbar {
	border: 0;
}
.navbar-fixed-top {
    border-width: 0;
  	box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-bottom: 1px #ccc solid;
}
.nav > li > a {
    font-size: 1rem;
  	text-transform: uppercase;
}
.navbar-nav {
	margin-top: 15px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    background-color: transparent;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #222;
    background-color: transparent;
}
.dropdown-menu > li > a {
	min-width: 190px;
	padding: 10px;
    color: #666;
    -webkit-transition: all 0.5s;
   	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-right .dropdown-menu {
	left: 5px;
	right: auto;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  	margin-bottom: 0;  
  	background-color: transparent;
    color: #222;
    padding: 0 0 4px 0;
    border-bottom: medium solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    padding: 0 0 4px 0;
   	border-bottom: medium solid #6e6d6c;  
    color: #666;
   	-webkit-transition: all 0.5s;
   	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #6e6d6c;
    background-color: transparent;
    margin: 15px;
    padding: 0 0 3px 0;
    border-bottom: medium solid #6e6d6c;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    padding-right: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(255,255,255,0.0);
    box-shadow: inset 0 0 0 rgba(255,255,255,0.0);
}
.nav > li > a {
	margin: 12px;
    padding: 0 0 4px 0;
    border-bottom: medium solid transparent;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}
/*  Buttons  */
.btn, .btn:hover {
	min-width: 180px;
	border: 0;
	border-radius: 0;
	padding: 8px 18px;
	border:rgba(255,255,255,225) 1px solid;
	color: #000;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	text-transform:uppercase;
}
.btn.notransition {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.s;
}
.btn:active,
.btn:focus,
.btn.active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	margin: 10px 5px;	
	padding: 8px 18px;
	border: #d5d5d5 1px solid;
	background: rgba(255,255,255,0.7);
}
.btn-link {
	min-width: 100%;
	min-height: 130px;
	background: transparent !important;
	border: 1px #eaeaea solid;
	padding: 25px;
	font-size: 1.125rem;
	text-decoration: none;
	white-space: normal;
}
.btn-link:hover {
	min-width: 100%;
	min-height: 130px;
	background: #f1f2f4 !important;
	border: 1px #ccc solid;
	padding: 25px;
	text-decoration: none;
	white-space: normal;
}
.btn-link:hover, .btn-link:focus {
    color: #cc0000;
    text-decoration: none;
}
.btn-group, .btn-group-vertical {
    width: 100%;
    margin: 15px 0;
}
.btn[disabled] {
	background-color: #999;
	border: #bbb 1px solid;
}
.btn-lg,.btn-lg:hover {
	padding: 12px 32px;
}
.btn-sm, .btn-sm:hover {
	padding: 6px 16px;
}
.btn-xs, .btn-xs:hover {
	padding: 3px 13px;
}
/* / buttons */

hr {
	border-top: #ddd 1px solid;
}
hr.titel {
	width:90%;
	border-top: #ddd 1px solid;
}
.navbar-toggle {
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	padding-right: inherit;
    border-color: #000;
  	background-color: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

/* ===  MENU Symbole  ===  */
#menu-button::before {
	display: inline-block;
	font-family: FontAwesome;
	color: #777;
	font-style: normal;
	font-weight: 200;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 35px;
	padding-right: 0;
	font-size: 2.0em;
}
.navbar-toggle #menu-button::before {
	content: "\f00d";
}
.navbar-toggle.collapsed #menu-button::before {
		content: "\f0c9";
}
.fa-2x {
	margin-top:25px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	padding-bottom: 10px;
}

@media screen and (max-width: 767px)  {
.v-align {
    display: block;
}
}
@media screen and (max-width: 768px)  {

.margin-top {
    margin-top: 80px;
}
.p-b {
    padding: 0 30px 20px 30px;
}
.navbar-default {
	height: auto;
}
section.titel {
    margin: 10px;
}
.h1, h1 {
  font-size: 2.3rem;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #fff;
} 
ol, ul {
	margin-top: 0;
    margin-left: 0;
}  
.logo {
  height: 50px;
}
section.text-image {
	margin: 30px 0;
}
.slogen {
    font-size: 1.5rem;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 1024px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #fff;
}
.nav > li > a {
	margin: 10px 15px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: medium solid #e7e7e7;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border-bottom: medium solid #e7e7e7;
}
}
@media screen and (min-width: 992px) {
.top-header {
	margin-top: 70px;
}
}
/* Dropdowns bei Hover öffnen wenn nicht collapsed */
@media screen and (min-width: 768px) {
  ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
} 
}