:selection {background: #ad3a3b; color: #f8f5f3;}
::-moz-selection {background: #ad3a3b; color: #f8f5f3;}
::-webkit-scrollbar { display:none; }
* {
	margin: 0px;
	padding: 0px;
}

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

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

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


html {
	font-family: 'Ubuntu', sans-serif;
	color: #ad3a3b;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
}
body {
	font-family: 'Ubuntu', sans-serif;
	height: 100%;
	color: #ad3a3b;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	animation: fadein 2.0s;
	-moz-animation: fadein 2.0s;
	-webkit-animation: fadein 2.0s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 5%;
	padding-left: 5%;
}
.coron {
width: 100%;
font-size: 18px;
line-height: 36px;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.lista {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(bilder/icon_haken_liste_rot.svg);
	background-repeat: no-repeat;
	background-position: left 11px;
	padding-left: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
}
img {
	border: 0px;
	height: auto;
}
.skal {
	width: 100%;
	height: auto;
}
h1 {
	font-size: 28px;
	line-height: 44px;
	font-weight: 300;
}
h2 {
	font-size: 22px;
	line-height: 29px;
	font-weight: 300;
}
h3 {
}
h4 {
}
.leer {
}
.leera {
	display: inline;
}
.tf {
	font-weight: 700;
}
.tk {
	font-style: italic; 
}
.data {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #d8ccc1;
	padding-top: 5%;
	padding-right: 10%;
	padding-bottom: 10%;
	padding-left: 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.liste {
	list-style-image: none;
	list-style-type: none;
	background-image: url(bilder/dot.svg);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: left 11px;
}
a:link, a:hover, a:visited, a:active {
	text-decoration: none;
	outline: none;
}
A.tel:link, A.tel:active, A.tel:visited, A.tel:hover {
	color: #ad3a3b;
}
A.respn:link, A.respn:visited {
	color: #ffffff;
}
A.respn:hover {
	color: #ffffff;
}
A.respn.active {
	font-weight: 700;
	color: #ffffff;
}

A.nava:link, A.nava:visited {
	color: #d8ccc1;
	-webkit-transition: color 600ms ease;
	-moz-transition: color 600ms ease;
	-ms-transition: color 600ms ease;
	-o-transition: color 600ms ease;
	transition: color 600ms ease;
}
A.nava.active, A.nava:hover {
	color: #ad3a3b;
	-webkit-transition: color 600ms ease;
	-moz-transition: color 600ms ease;
	-ms-transition: color 600ms ease;
	-o-transition: color 600ms ease;
	transition: color 600ms ease;
}
A.navb:link, A.navb:visited {
	color: #ad3a3b;
	padding-bottom: 4px;
	border-bottom: 1pt solid #ad3a3b;
}
A.navb.active, A.navb:hover {
	color: #ad3a3b;
	padding-bottom: 4px;
	border-bottom: 1pt solid #ad3a3b;
}
A.navc:link, A.navc:visited {
	color: #d8ccc1;
	-webkit-transition: color 600ms ease;
	-moz-transition: color 600ms ease;
	-ms-transition: color 600ms ease;
	-o-transition: color 600ms ease;
	transition: color 600ms ease;
}
A.navc.active, A.navc:hover {
	color: #ad3a3b;
	-webkit-transition: color 600ms ease;
	-moz-transition: color 600ms ease;
	-ms-transition: color 600ms ease;
	-o-transition: color 600ms ease;
	transition: color 600ms ease;
}
A.navd:link, A.navd:visited {
	color: #ad3a3b;
	-webkit-transition: color 600ms ease, border-bottom 600ms ease;
	-moz-transition: color 600ms ease, border-bottom 600ms ease;
	-ms-transition: color 600ms ease, border-bottom 600ms ease;
	-o-transition: color 600ms ease, border-bottom 600ms ease;
	transition: color 600ms ease, border-bottom 600ms ease;
	border-bottom: 1px solid #ad3a3b;
}
A.navd.active, A.navd:hover {
	color: #ad3a3b;
	-webkit-transition: color 600ms ease, border-bottom 600ms ease;
	-moz-transition: color 600ms ease, border-bottom 600ms ease;
	-ms-transition: color 600ms ease, border-bottom 600ms ease;
	-o-transition: color 600ms ease, border-bottom 600ms ease;
	transition: color 600ms ease, border-bottom 600ms ease;
	border-bottom: 1px solid #ad3a3b;
}

.maxbox {
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

header {
	width: 100%;
	float: left;
	background-color: #FFFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 5%;
	padding-left: 5%;
	position: relative;
	z-index: 2;
}
section {
	width: 100%;
	float: left;
	background-color: #f8f5f3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 5%;
	padding-left: 5%;
	position: relative;
	z-index: 1;
}
.secta {
	margin-top: 50px;
	padding-bottom: 150px;
	background-image: url(bilder/icon_filmrolle_backg.svg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
footer {
	width: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 5%;
	padding-left: 5%;
	position: relative;
	z-index: 1;
}
.foota {
	margin-top: 75px;
}

.heada {
	max-width: 300px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}
.headb {
	float: left;
	margin-top: 26px;
	cursor: pointer;
}
.headba {
	width: 50px;
	height: 2px;
	background-color: #ad3a3b;
	float: left;
}
.headbb {
	width: 30px;
	height: 2px;
	background-color: #ad3a3b;
	margin-top: 4px;
	float: left;
	clear: both;
}
.headbc {
	float: left;
	margin-top: 33px;
	color: #d8ccc1;
	font-size: 11px;
	line-height: 11px;
	letter-spacing: 2px;
	font-weight: 300;
	margin-left: 40px;
}
.headc {
	float: right;
	margin-top: 26px;
}
.headca {
	width: 20px;
	height: auto;
	float: left;
	margin-right: 40px;
	transition: all .2s ease-in-out;
}
.headca:hover {
	transform: scale(1.3);
}
.headcb {
	width: 20px;
	height: auto;
	float: left;
	transition: all .2s ease-in-out;
}
.headcb:hover {
	transform: scale(1.3);
}
.headd {
	width: 45px;
	height: auto;
	position: absolute;
	bottom: -80px;
	left: 50%;
	margin-left: -25px;
}



.seca {
	width: 50px;
	height: auto;
	margin-top: 75px;
	margin-left: 90px;
}
.secb {
	width: 50%;
	float: left;
	padding-left: 12%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10%;
	margin-bottom: 5%;
}
.secc {
	width: 50%;
	float: right;
	padding-left: 6.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 17px;
	font-weight: 700;
	color: #ad3a3b;
	margin-top: 3%;
}
.secd {
	position: absolute;
	z-index: 2;
	width: 105px;
	height: auto;
	right: -35px;
	top: 190px;
}
.sece {
	width: 50%;
	float: right;
	padding-left: 6.5%;
	font-size: 17px;
	line-height: 36px;
	font-weight: 400;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	position: relative;
	margin-bottom: 10%;
}
.secea {
	width: 75%;
	position: relative;
}
.secf {
	padding-left: 12%;
	position: relative;
	float: left;
	margin-bottom: 7.5%;
	margin-top: 5%;
}
.secfx {
	margin-top: 9%;
}
.secg {
	width: 50%;
	float: right;
	padding-left: 6.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 12%;
}
.secfa {
	max-width: 400px;
	height: auto;
	position: relative;
	float: left;
}
.secfb {
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: 10%;
	border: 6px solid #ad3a3b;
	margin-left: 10%;
	z-index: 10;
}
.secfc {
	position: absolute;
	z-index: 9;
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	right: 9%;
	top: 14%;
}
.secfd {
	position: absolute;
	z-index: 8;
	width: 40px;
	height: auto;
	left: 50%;
	margin-left: -20px; 
	bottom: 46px;
}
.sech {
	width: 50%;
	float: left;
	padding-left: 12%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 32px;
	font-weight: 400;
}
.seci {
	width: 50%;
	float: right;
	padding-left: 6.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.secj {
	width: 75%;
	clear: both;
	float: left;
	margin-top: 30px;
	font-size: 17px;
	line-height: 32px;
	font-weight: 400;
}
.seck {
	position: absolute;
	z-index: 5;
	width: 27px;
	height: auto;
	left: 5%;
	top: 450px;
}
.secl {
	width: 1px;
	height: 60px;
	background-color: #d8ccc1;
	margin-left: 7px;
	margin-top: 50px;
}
.secm {
	width: 19px;
	height: auto;
	position: relative;
	left: -80px;
	top: 45px;
}
.secn {
	width: 70%;
	margin-top: 35px;
	float: left;
	clear: both;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}
.seco {
	width: 70%;
	margin-top: 35px;
	float: left;
	clear: both;
}


.fooa {
	float: left;
	width: 50%;
	margin-left: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.foob {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fooc {
	width: 182px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-bottom: 150px;
}
.food {
	width: 50px;
	height: auto;
	float: left;
	margin-right: 15%;
}
.fooe {
	font-size: 17px;
	line-height: 17px;
	font-weight: 400;
}




/* Anfang Responsive Navigation */

.navi.open .panel {
    display: block;
}
.panel {
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ad3a3b;
	overflow-y: auto;
	text-align: center;
	color: #FFFFFF;
	padding-top: 100px;
	padding-bottom: 90px;
	padding-right: 10%;
	padding-left: 10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.panela {
	width: 100%;
	height: 100%;
	z-index: 5;
	position: relative;
	background-image: url(bilder/icon_filmrolle_backg_rot.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.panelb {
	font-size: 36px;
	line-height: 36px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	cursor: pointer;
}
.panelc {
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	margin-top: 100px;
	text-align: left;
	cursor: pointer;
}
.paneld {
	font-size: 16px;
	line-height: 16px;
	font-weight: 300;
	margin-top: 15px;
	text-align: left;
	cursor: pointer;
}
.panele {
	position: absolute;
	bottom: 10%;
	right: 10%;
	opacity: 0.5;
	width: 182px;
	height: auto;
	z-index: 10000;
}
.schliessen {
	width: 23px;
	height: 23px;
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
}
.close {
	cursor: pointer;
	width: 23px;
	height: 23px;
	background-repeat: no-repeat;
	background-position: center 0%;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
}
.close:hover {
	-moz-transform: rotate(360deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform: rotate(360deg); /* Safari */
	-o-transform: rotate(360deg); /* Opera */
	-ms-transform: rotate(360deg); /* IE9 */
	transform: rotate(360deg); /* W3C */
}

/* Ende Responsive Navigation */


#pulsbox {
	position: relative;
	z-index: 2;
	width: 8px;
	height: 8px;
	bottom: -13px;
	left: -3px;
	border-radius: 50px;
}
.pulse {
	position: relative;
	z-index: 2;
	-ms-animation: pulse 2s infinite;
	-webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

/* Anfang Aufklappmenü Aktuell */
.infobox {
	position: relative;
	z-index: 10000;
	width: 100%;
	margin-bottom: 5%;
	float: left;
}
.accord {
	color: #fff;
	background-color: #ad3a3b;
	margin-top: 5%;
	font-size: 17px;
	line-height: 32px;
	font-weight: 300;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 5%;
	padding-right: 5%;
	float: left;
	clear: both;
	width: 100%;
	background-image: url(bilder/icon_plus.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.accord:hover {
}
.accord_active {
	width: 100%;
	color: #fff;
	background-color: #ad3a3b;
	font-size: 17px;
	line-height: 32px;
	font-weight: 300;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 5%;
	padding-right: 5%;
	background-image: url(bilder/icon_minus.svg);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.toggle_container {
	padding-bottom: 25px;
	padding-left: 5%;
	padding-right: 5%;
	width: 100%;
	color: #fff;
	background-color: #ad3a3b;
	font-size: 17px;
	line-height: 32px;
	font-weight: 300;
	float: left;
	clear: both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Ende Aufklappmenü Aktuell */

@media screen and (min-width: 651px) {
.secfx {
	display: none;
}
}
@media screen and (min-width: 321px) {
.leera {
	display: none;
}
}
@media screen and (max-width: 1600px) {
h1 {
	font-size: 26px;
	line-height: 42px;
}
h2 {
	font-size: 20px;
	line-height: 27px;
}
.secb {
	margin-bottom: 4%;
}
.seck {
    top: 370px;
}
.secb {
    width: 60%;
}
.sece {
	line-height: 32px;
}
}

@media screen and (max-width: 1440px) {
h1 {
	font-size: 24px;
	line-height: 40px;
}
.heada {
	max-width: 270px;
}
.secf, .secb, .sech {
	padding-left: 10%;
}
.fooe {
	font-size: 16px;
	line-height: 16px;
}
.sece, .sech, .secj, .accord, .toggle_container, .accord_active, .coron {
	font-size: 16px;
	line-height: 30px;
}
.fooc {
	width: 162px;
}
.secfa {
	max-width: 350px;
}
.seck {
    top: 350px;
}
}
@media screen and (max-width: 1366px) {
.secm {
	width: 17px;
	left: -60px;
}

}
@media screen and (max-width: 1280px) {
h1 {
	font-size: 22px;
	line-height: 36px;
}
.secta {
	padding-bottom: 125px;
}
.secfa {
	max-width: 320px;
}
.fooe {
	font-size: 15px;
	line-height: 15px;
}
.sece, .sech, .secj, .accord, .toggle_container, .accord_active, .coron {
	font-size: 15px;
	line-height: 27px;
}
.seca, .fooa {
	margin-left: 80px;
}
.heada {
	max-width: 250px;
	margin-top: 40px;
}
.headb {
	margin-top: 16px;
}
.headc {
    margin-top: 16px;
}
.headbc {
	margin-top: 23px;
}
.secd {
    width: 95px;
	top: 170px;
}
.seck {
    width: 25px;
    top: 320px;
}
.secfc {
    font-size: 15px;
    line-height: 21px;
}
.secg {
	margin-bottom: 14%;
}
.secea {
	width: 85%;
}
.fooc {
	margin-right: 40px;
    width: 142px;
}
}

@media screen and (max-width: 1180px) {
h1 {
	font-size: 21px;
    line-height: 34px;
}
.secta {
	padding-bottom: 100px;
}
.secm {
	width: 15px;
    left: -55px;
}
.secfa {
	max-width: 300px;
}
.seca, .fooa {
	margin-left: 70px;
}
.secd {
	width: 90px;
    top: 160px;
}
}

@media screen and (max-width: 1080px) {
.headd {
    width: 40px;
    bottom: -60px;
    margin-left: -20px;
}
h1 {
	font-size: 19px;
    line-height: 33px;
}
.seca, .fooa {
	margin-left: 62px;
}
.secfa {
	max-width: 270px;
}
.heada {
	max-width: 240px;
    margin-top: 30px;
}
.secta {
	margin-top: 30px;
}
.secd {
	width: 80px;
    top: 120px;
}
.fooc {
    margin-bottom: 120px;
}
.secg, .sece, .secc, .seci {
	padding-left: 8.5%;
}
}

@media screen and (max-width: 1024px) {
.secn {
	width: 85%;
}
.panel {
	padding-top: 7.5%;
	padding-bottom: 90px;
	padding-right: 7.5%;
	padding-left: 7.5%;
}
h1 {
	font-size: 18px;
    line-height: 30px;
}
h2 {
	font-size: 18px;
	line-height: 25px;
}
.sece, .sech, .secj, .accord, .toggle_container, .accord_active, .coron {
	font-size: 14px;
	line-height: 26px;
}
.secc {
	font-size: 14px;
	line-height: 14px;
	margin-top: 1.5%;
}
.seca, .fooa {
    margin-left: 57px;
}
.secfc {
    font-size: 14px;
    line-height: 20px;
}
.headbc {
	margin-left: 33px;
}
.seck {
    width: 24px;
    top: 310px;
}
.heada {
    max-width: 230px;
}
.panelc, .paneld, .fooe {
	font-size: 14px;
	line-height: 14px;
}

}

@media screen and (max-width: 960px) {
.secfa {
	max-width: 250px;
}
.secb {
    width: 70%;
}
.seca, .fooa {
    margin-left: 6.7%;
}
.secm {
    left: -50px;
}
.secj {
	width: 95%;
}
.secf {
	margin-top: 7.5%;
}
}


@media screen and (max-width: 860px) {
.secfa {
    max-width: 220px;
}
.secf {
	margin-top: 10%;
}
.secea {
    width: 90%;
}
}

@media screen and (max-width: 768px) {
.toggle_container {
	padding-left: 7.5%;
	padding-right: 7.5%;
	padding-bottom: 7%;
}
.accord {
    margin-top: 7.5%;
	padding-right: 20%;
	padding-left: 7.5%;
	background-position: 95% 31px;
}
h1 {
    font-size: 19px;
    line-height: 32px;
}
.sece {
	width: 100%;
	padding-left: 10%;
	float: left;
}
.secea {
	width: 95%;
}
.seca {
	width: 40px;
	margin-top: 50px;
}
.secb {
    width: 100%;
	margin-bottom: 5%;
}
.secfa {
    max-width: 210px;
}
.secg {
	padding-left: 7.5%;
	margin-bottom: 0%;
}
.secc {
	padding-left: 7.5%;
}
.secd {
	width: 70px;
	right: -25px;
	top: 110px;
}
.secf {
	margin-top: 0%;
	margin-bottom: 0%;
}
.seci {
	padding-left: 7.5%;
	margin-top: 15%;
}
.secj {
	width: 90%;		
}
.sech {
	width: 50%;
	padding-left: 10%;
	clear: both;
	margin-top: 7.5%;
}
.food {
	width: 40px;	
}
.fooc {
    margin-right: 0px;
    width: 132px;
}
.headca {
	margin-right: 30px;
}
.headba {
	width: 40px;
}
.headbb {
	width: 25px;
}
.headbc {
	margin-left: 23px;
}
.secfd {
	bottom: 30px;
}
.secta {
    padding-bottom: 70px;
}
}

@media screen and (max-width: 750px) {
}

@media screen and (max-width: 667px) {
body {
	padding-right: 0%;
	padding-left: 0%;
}
.panelb {
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.panele {
	width: 152px;
}
.secd {
	display: none;
}
.heada {
    max-width: 220px;
}
.secfa {
    max-width: 200px;
}
.sece {
	padding-left: 0%;
}
.secea {
	padding-left: 10%;
	width: 85%;
}
}

/* landscape */
@media screen and (max-device-width : 667px) and (orientation : landscape)  { 
}

@media screen and (max-width: 650px) {
.secn {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 10%;
	margin-top: 30px;
}
.secfc {
    top: 11%;
    right: 15%;
}
.seck, .seca, .headbc, .headcb, .secf {
	display: none;
}
.secb {
	padding-left: 0%;
	clear: both;
	margin-top: 7.5%;
}
.secc {
	float: left;
	padding-left: 0%;
	margin-top: 50px;
}
.secf {
	padding-left: 0%;
}
.secg {
    padding-left: 0%;
	width: 100%;
	float: left;
}
.headca {
	margin-right: 0px;
}
.fooa {
	margin-left: 0%;
	width: 65%;
}
.foob {
	padding-left: 0px;
}
.fooc {
    width: 115px;
}
.food {
    margin-right: 47px;
}
.secfa {
	max-width: 100%;
}
.secfb {
	width: 80%;
	height: 80%;
	padding-top: 9%;
}
.secfd {
    bottom: 12.5%;
}
section, header, footer {
	padding-right: 7.5%;
	padding-left: 7.5%;
}
.sech {
    width: 100%;
}
.seci {
    width: 100%;
    float: left;
	padding-left: 10%;
	margin-top: 15%;
	padding-right: 7.5%;
}
.secj {
    width: 100%;
}
.secea {
   padding-left: 0%;
}
}

/* landscape */
@media screen and (max-device-width : 568px) and (orientation : landscape)  { 
}
@media screen and (max-width: 568px) {
.accord {
	background-size: 15% 15%;
	background-position: 98% 31px;
}
.accord {
    padding-right: 17.5%;
}
.secea {
    width: 100%;
}
.headd {
    width: 36px;
    bottom: -55px;
    margin-left: -18px;
}
}
@media screen and (max-width: 414px) {
.accord {
    padding-right: 15%;
    margin-top: 0%;
}
.panelc {
    margin-top: 60px;
}
.secfc {
    right: 16%;
	top: 10%;
}
section {
	padding-right: 0%;
	padding-left: 0%;
}
.secfx {
	margin-top: 0%;
}
.secc, .secb, .sece {
    padding-left: 7.5%;
}
.secm, .leer, .headd {
	display: none;
}
.sech {
    margin-top: 12.5%;
}
.heada {
	max-width: 200px;
	padding-left: 8px;
}
.secfb {
	width: 79%;
	height: 79%;
	border: 5px solid #ad3a3b;
}
.secfd {
    width: 50px;
    margin-left: -25px;
}
.foota {
    margin-top: 50px;
}
.fooa {
    width: 100%;
}
.foob {
	width: 115px;
	float: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
.secb {
	padding-right: 7.5%;
    margin-bottom: 7.5%;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
.secea {
	width: 100%;
	padding-right: 7.5%;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lista {
    padding-left: 35px;
}
.food {
	margin-right: 37px;
}
.fooc {
	margin-bottom: 70px;
}
.heada {
    max-width: 180px;
    margin-top: 24px;
}
.headba {
    width: 30px;
}
.headbb {
    width: 19px;
}
.headb, .headc {
    margin-top: 6px;
}
.headca {
    width: 19px;
}
#pulsbox {
	width: 6px;
	height: 6px;
	bottom: -11px;
	left: -2px;
}
.panele {
    width: 112px;
}
.secc {
	font-weight: 400;
}
h1 {
    font-size: 19px;
    line-height: 30px;
}
.secta {
    margin-top: 25px;
}
}

@media screen and (max-width: 320px) {
}






@keyframes pulse {
0%, 100% {
}
50% {
    background-color: #d8ccc1;
}
}

	
@keyframes fadein {
	from{opacity:0;}to{opacity:1;}
}
@-moz-keyframes fadein {
	from{opacity:0;}to{opacity:1;}
}
@-webkit-keyframes fadein {
	from{opacity:0;}to{opacity:1;}
}
@-o-keyframes fadein {
	from{opacity:0;}to{opacity:1;}
}
