/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

* {
	  font-family: 'Open Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	  color:#666;
}

body {
    color: #0a0a0a;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-weight: normal;
    line-height: 1;
	background-color:#fffbf2;

}

h1 {
	color:#fff;
}

h2 {
    color: #555;
    font-size: 1.6875rem;
    font-weight: 400;
}

.row {

}

h1 {
	font-size: 30px;	
    font-size: 1.875rem;
}
h2 {
	color: #EA5825;		
	font-size: 24px;		
    font-size: 1.5rem;
}
h3 {
	color: #EA5825	;
	font-size: 20px;	
    font-size: 1.25rem;
	font-weight: 300;
}
h4 {
	font-size: 18px;		
    font-size: 1.125rem;
}
h5 {
	font-size: 17px;		
    font-size: 1.0625rem;
}
h6 {
	font-size: 16px;		
    font-size: 1rem;
}

.small {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	
}



.orange {
	color: #EA5825	;	
}

.callout.primary {
	margin-top:2%;
	margin-left:2%;	
		margin-right:2%;
    background-color: #CC4C20;
    background-color: #EA5825;
	background-color: #C14D24;
	display:block;	 
}

.callout.large {
    padding: 0;
}
 
.callout {
    border: 0px;
    margin: 0;

}

.logo {
	padding-left:5%;
}

.menu {
	font-weight:bold;
	text-transform:uppercase;
}

.menu > li {
    vertical-align: left !important;
    padding-top: 1.7rem;
    padding-bottom: 2.5rem;
	padding-left:0;
	padding-right: 1.1rem;	
    line-height: 1.2;	
}

.menu > li > a {
    display: block;
    line-height: 1.2;
	padding:0;
}

a {
    color: #EA5825;
    text-decoration: none;
}

a:hover, a:focus {
	color:#999;
}

.fltrt {
	margin-bottom:10px;
	float:right;
	margin-left:25px;
}
	.subtext {
		clear:both;
		text-align:right;
	}
.row  li {
	margin-bottom:15px;
	
}


.accordion-navigation > a:after {
  content: "⇣";
  float: right;
}

.accordion-navigation.active > a:after {
  content: "⇡"; 
}

.accordion .accordion-navigation.active > a, .accordion dd.active > a {
	background-color: #fff !important;
	border-color: #EA5825;
	border-style: solid;
	border-width: 1px;
	color: #666;
}

.accordion .accordion-navigation > a, .accordion dd > a {
      background-color: #fff !important;
	  border-color: #EFEFEF;
	  border-style:solid;
	  border-width:1px;
	color: #A64200;
      display: block;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
		  	color: #999;
        background-color: none; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: none;
        display: block; }



.accordion .accordion-navigation>.content, .accordion dd>.content {
	display: block;
	max-height:0;
	padding: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: max-height 200ms ease-out;
	-moz-transition: max-height 200ms ease-out;
	-ms-transition: max-height 200ms ease-out;
	-o-transition: max-height 200ms ease-out;
	transition: max-height 200ms ease-out;
}


.accordion .accordion-navigation>.content.active, .accordion dd>.content.active {
	display: block;
	max-height:2500px;
	visibility: visible;
	padding: 10px;
	-webkit-transition: max-height 800ms ease-in;
	-moz-transition: max-height 800ms ease-in;
	-ms-transition: max-height 800ms ease-in;
	-o-transition: max-height 800ms ease-in;
	transition: max-height 800ms ease-in;
}

.accordion-content {
	background-color: #FFFDF7;
}

.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    color: #EA5825;
    display: block;
    font-size: 1.25rem;
    line-height: 1;
    padding: 1.25rem 1rem;
    position: relative;
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #C14D24;
}

a.accordion-title:hover, a.accordion-title:focus {
    color: #fff;
}

#facebook {
	position:fixed;
	left:2%;
	bottom:2%;
	width:20%;
}

.smallinput {
	width:50px;
    display:inline;
}


.inputstyle {
    width: 50%;
    display: inline-block;
}

.inside {
    clear: both;
    display: block;
    border-right-width: 0;
    width: 20%;
    float: left;
}

[type="checkbox"], [type="file"], [type="radio"] {
    margin: 0 0 0.5rem;
}

.hinweisbox {
	border-color: #EA5825;
	border-style:solid;
	border-bottom-width:2px;
	padding:1em;
	padding-bottom:0;
	margin-bottom:1em;
}

#phone {
	font-size:180%;
	position:absolute;
	top:1em;
	right:1.5em;
	
}

#phone svg {
    height: 0.8em;
}

#phone a {
	color:#fffbf2;
}

.kasten {
	border-color: #C14D24;
	border-style:solid;
	border-width:1px;
	text-align:center;
	min-height:18em;
	display: block;
    padding-top: 1.5em;
	font-size:120%;
	background-color:none;
	color: #EA5825;	
	margin-bottom:2em;
}

.kasten ul {
    margin-left: 2.2rem;
}

.kasten li {
	font-size: 80%;
    line-height: 1.2;
    text-align: left;
}

a.kasten:hover, a.selected{
	background-color:#C14D24;
	transition-duration: 0.5s;	
}

a.kasten:hover p, a.selected p{
	color: #fffbf2;
	transition-duration: 0.5s;		
}

a.kasten:hover li, a.selected li {
	color: #fffbf2 !important;
	transition-duration: 0.5s;		
}

table tbody, table tfoot, table thead {
    border: 1px solid #f1f1f1;
    background-color: #fffbf2;
}

table tbody tr:nth-child(even) {
    background-color: #fffbf2;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	#phone {
		font-size:140%;
		position:absolute;
		top:1em;
		right:1.5em;
	}
	
	.fltrt {
		margin:auto;
		float:none;
		text-align:center;
		display:block;
	}
	.subtext {
		clear:both;
		text-align:center
	}	
}


@media only screen and (max-width: 40em) {

	#phone {
		font-size:120%;
		position:absolute;
		top:1em;
		right:1.5em;
	}
	
	.menu {
		margin-top:25px;
		margin-bottom:55px;
	}

	.menu > li {
		background-color:#EBEDEC;
		height:auto;
		text-align:center;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		letter-spacing:0.05em;
		line-height:1.1em;
	}

	.menu > li {
		height:50px;
		padding-top:15px;	
		padding-bottom:15px;	
	}
	h1, h2, h3, h4, h5 , h6 {
		text-align:center;
	}	
	.fltrt {
		float:none;
		margin:auto;
		margin-bottom:15px;
		display:block;
		text-align:center		
	}
	
	.row {
		background-image:none;
		background-color:#fffbf2;
	}	
	
	.subtext {
		clear:both;
		text-align:center
	}
	
	#facebook {
		position:relative;
		top:30px;
		left:15px;
		padding-bottom:25px;
		width:90%;
	}	
	
	.inputstyle {
		width: 55%;
	}	

	.inside {
	    width: 35%;
	}
	

}