html  {
	font-family: "Opensans semibold", Arial, Helvetica;
	font-size: 1.15rem;
	line-height: 1.3;
}


/*****************************/
/*      GLOBALS              */
/*****************************/

h2 {
	font-family: Boogaloo, Arial, Helvetica;
	font-size: 2.5em;
	margin-top: 0;
}

p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

a:link, a:visited, a:focus, a:active {
	color: #CC723A;
	text-decoration: underline;
}

.btn-primary {
	color: #FFFFFF;
	border-width: 0px;
	font-weight: bold;
	border-radius: 4px;
	background-color: #CC723A;
}

/*****************************/
/*      HEADER              */
/*****************************/

header {
	width: 100%;
	height: 65px;
	position: fixed;
	-webkit-box-shadow: 0px 10px 39px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 39px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 39px 0px rgba(0,0,0,0.5);
	z-index: 999;
	background-color: #FFFFFF;
	top: 0;
}	

header .logo-l {
	display: none;
}

header .logo-s {
    display: block;
	/*margin-top: 15px;*/
}

@media (min-width: 768px) {
  header {
	width: 100%;
	height: 123px;
	position: fixed;
	-webkit-box-shadow: 0px 10px 39px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 39px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 39px 0px rgba(0,0,0,0.5);
	z-index: 999;
	background-color: #FFFFFF;
	top: 0;
	padding-top: 40px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }	

  header.sticky {
	/*font-size: 24px;
 	line-height: 48px;*/
 	height: 48px;
 	text-align: left;
 	padding-left: 20px;
	padding-top: 0px;
  }

  header .logo-l {
	display: block;
  }
  
  header .logo-l img {
	position: absolute;
	top: 10px;
	opacity: 1;
 	transition: all 0.4s ease;
 	-webkit-transition: all 0.4s ease;
  }
  
  header .logo-s img {
	position: absolute;
	top: 10px;
	opacity: 0;
 	transition: all 0.4s ease;
 	-webkit-transition: all 0.4s ease;
  }

  header.sticky .logo-l img {
	opacity: 0;
  }

  header.sticky .logo-s img {
	opacity: 1;
  }
}

.navbar-right {
	position: relative;
	margin-top: 5px;
}

.navbar-toggler {
	float: right;
}

.navbar-toggler {
	color: #CC723A;
	border: 1px solid #46332F;
	border-radius: 4px;
}

.navbar-toggler:focus {
	border: 1px solid #46332F;
	outline: 1px solid transparent;
	background-color: #46332F;
	color: #CC723A;
	border-radius: 4px 4px 0px 0px;
}

.navbar-collapse  {
	position: absolute;
	background-color: #46332F;
	border: 1px solid transparent;
	right: 0;
	top: 33px;
	border-radius: 4px 0 4px 4px;
	padding: 10px 30px;
}

.navbar-collapse a {
	color: #CC723A;
}

.dropdown-menu {
	left: auto;
	right: 0;
	border-radius: 0;
	border-top: 0px solid transparent;
	margin-top: 31px;
}

a.nav-link:link, a.nav-link:visited, a.nav-link:focus, a.nav-link:active {
	text-decoration: none !important;
}

.parallax-window {
    min-height: 350px;
    background: transparent;
	position: relative;
}

@media (min-width: 768px) {
  .parallax-window {
    min-height: 500px;
  }
}



/*****************************/
/*      BÄRENTATZEN          */
/*****************************/

.abdruck {
	width: 20px;
	height: 20px;
	position: absolute;
	background-color: #5500ff;
}

/*****************************/
/*      SECTION              */
/*****************************/

section {
	position: relative;
	background-color: #FFFFFF;
}
.trenner {
	position: absolute;
	z-index: 200;
	width: 100%;
}

.trenner-oben {
	height: 100px;
	top: -99px;
}

.trenner-unten{
	height: 100px;
	bottom: -99px;
}

.trenner-oben-glatt {
	height: 100px;
	top: -100px;
}

.trenner-unten-glatt{
	height: 100px;
	bottom: -100px;
}

@media (min-width: 768px) {
  .trenner-oben {
	height: 150px;
	top: -149px;
  }

  .trenner-unten{
	height: 150px;
	bottom: -149px;
  }

  .trenner-oben-glatt {
	height: 150px;
	top: -150px;
  }

  .trenner-unten-glatt{
	height: 150px;
	bottom: -150px;
  }
}

.content {
	position: relative;
	z-index: 500;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
  .content {
	padding-top: 60px;
	padding-bottom: 40px;
  }
}

.content h2{
	margin-bottom: 0.5em;
}

.segment {
	position: relative;	
}

.obersterContent.content {
	margin-top: 50px;
	padding-bottom: 0;
	position: relative;
}

@media (min-width: 768px) {
  .obersterContent.content {
	margin-top: 100px;
  }
}
.obersterContent.content article {
	padding-bottom: 50px;
}


/*****************************/
/*      FOOTER              */
/*****************************/

.btn-footer {
	border-width: 0;
	background-color: transparent;
	padding: 0;
	color: #CC723A;
	text-decoration: underline;
}

border-right {
	border-right: 1px solid #AAAAAA;		
}

.modal-dialog {
    max-width: 60% !important;
}

.letzterContent.content {
	padding-top: 0;
}

span.link {
	color: #CC723A;
	text-decoration: underline;
	cursor: pointer;
}

.formfields{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}