/* RESET ------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, fuss, kopf, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older bzeilesers */
article, aside, details, figcaption, figure, fuss, kopf, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-size: 105.01%;
	height: 100.1%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	position: relative;
	min-width: 0;
}
q:before, q:after {
	content: '';
}
strong {
	font-weight: bold;
	color: #333333;
}
em {
	font-style: italic;
}
/* Ende RESET ---------------------------------- */
html {
	height: 101%;
}
body {
	position: relative;
	font-family: 'Nunito Sans', Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: normal;
	color: #131313;
	background-color: #fff;
	text-align: center;
	letter-spacing: 0.5px;
	font-size: calc(16px + (24 - 16) * ((100vw - 320px) / (2200 - 320)));
	hyphens: auto;
}
#logobox {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0px;
	text-align: center;
	z-index: 8100;
}
#logobox a {
	position: absolute;
	top: -0px;
	left: 30px;
	width: 160px;
	padding: 15px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	z-index: 8120;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 2px 30px 0 rgba(80, 80, 80, 0.60);
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}
#logobox a.logo img {
	width: 100%;
	border: 0;
}
nav {
	display: block;
	position: absolute;
	top: -10px;
	right: 0px;
	width: auto;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	border: 0px solid red;
	z-index: 8000;
}
nav img#haende {
	display: block;
	width: 70%;
	max-width: 170px;
	height: auto;
	position: absolute;
	bottom: -15px;
	left: 5px;
	z-index: 8300;
}
img#top {
	display: block;
	position: absolute;
	top: -0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 5100;
}
#header {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 75vh;
	min-height: 60vh;
	max-height: 75vh;
	margin: 0 auto;
	padding-top: 0px;
}
#headerinner {
	display: block;
	position: relative;
	margin: 0 auto;
}
#bogen {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
}
#page {
	display: block;
	width: 100%;
	padding-bottom: 50px;
	background-image: url("../images/hg2.png");
	background-repeat: repeat;
	background-size: 100% auto;

}
.content, .fusscontent, #logobox .content {
	position: relative;
	padding-top: 10px;
	text-align: left;
	width: 82%;
	min-width: 730px;
	max-width: 1400px;
	margin: 0 auto;
}

#header .content {
	position: relative;
	height: 100%;
	z-index: 7900;
}
#page .content {
	margin-top: 0px;
}
#page .content:first-child {
margin-top: 20px;
}
.flexwrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.flexwrapper .infobox {
	display: inline-block;
	width: 48%;
	padding: 20px;
	margin-bottom: 4vw;
	background-color: #efefef;
	border-radius: 17px;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 2px 40px 0 rgba(80, 80, 80, 0.10);
}
.flexwrapper .infobox .haende2 {
	display: block;
	width: 70px;
	height: auto;
	position: absolute;
	bottom: -20px;
	left: 10px;
}
.contentbox {
	display: block;
	margin: 0 auto 0 auto;
	margin-bottom: 10vh;
	width: 75%;
	max-width: 960px;
	border: 0px solid red;
}
.contentbox.fullwidth {
	width: 100%;
	max-width: 100%;
}
.flexwrapper .contentbox {
	margin: 0;
	margin-bottom: 10vh;
	width: 48%;
}
.flexwrapper .contentbox:nth-child(odd) {
	padding-right: 2%;
}
.flexwrapper .contentbox:nth-child(even) {
	padding-left: 2%;
}
.singlecolumn .contentbox:nth-child(odd) {
	padding-right: 6vw;
}
.singlecolumn .contentbox:nth-child(even) {
	padding-left: 6vw;
}
.col1-2, .col2-2 {
	display: inline-block;
	width: 46%;
}
/*.content:nth-child(odd) .col1-2 {
float: left;

}
.content:nth-child(odd) .col2-2 {
float: right;
}
.content:nth-child(even) .col1-2 {
float: right;
}
.content:nth-child(even) .col2-2 {
float: left;
} */
.artikelbox.bildbox img.abschluss, .txt img.abschluss {
	display: block;
	width: 70px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 0px;
	text-align: center;
}
.contentbox.fullwidth .txt img.abschluss {
	display: none;	
}
.colbig {
	display: block;
	width: 62%;
	float: left;
}

.colsmall {
	display: block;
	width: 30%;
	float: right;
}

/* Bilderformate ---------------- */
#headerimg1 {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}
.bild img, img.bild, .galerie img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0px;
	border-radius: 17px;
	box-shadow: 0 0px 20px 0 rgba(80, 80, 80, 0.30);
}
.teaser .bild img, .aktuellescontent .bild img {
	display: block;
	width: 62%;
}
.teaser .bild, .aktuellescontent .bild {
	margin-top: 40px;
	margin-bottom: 40px;
}
.galerie img {
	box-shadow: 0 2px 20px 0 rgba(80, 80, 80, 0.30);
}
.galerie ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
	align-items: auto;
	align-content: start;
}
.galerie li {
	width: 23%;
	flex: 0 0 auto;
	margin: 1%;
	padding: 1%;
}
/* Sonderformate -------------- */
.zweispaltig {
	column-count: 2;
	column-width: 48%;
	column-gap: 40px;
}
a.telresp {
	text-decoration: none;
}
/* Textformatierungen ---------------------------------- */
h1, h2, nav a, .slogan {
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.slogan {
	display: block;
	font-size: 1.6em;
	font-family: 'Dancing Script', 'Akaya Telivigala', cursive;
	color: #75529d;
	line-height: 140%;
	margin-bottom: 40px;
}
.content h1 {
	font-size: 16px;
	font-size: 1.1em;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 1.0em;
	margin-bottom: 20px;
	/*text-transform: uppercase;*/
}
#header .content h1 {
	font-family: 'Dancing Script', 'Akaya Telivigala', cursive;
	position: absolute;
	margin: 0;
	bottom: 4vw;
	left: 0;
	background-color: #00b5db;
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	font-size: 1.8em;
	letter-spacing: 0px;
	border-radius: 12px;
	z-index: 8600;
	box-shadow: 0 2px 30px 0 rgba(80, 80, 80, 0.30);
}
.content h2 {
	font-size: 24px;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 0px;
	margin-top: 1.75em;
	margin-bottom: 1.0em;
	line-height: 1.2em;
	color: #333333;
	padding-bottom: 10px;
	border-bottom: 1px solid #00b5db;
}
.content h2:first-child {
	margin-top: 0;
}
.content h3 {
	font-size: 12px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 0.80em;
}
.content h3:first-child {
	margin-top: 0;
}
.content h4 {
	font-size: 12px;
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.6em;
	margin-bottom: 0.80em;
}
.content p {
	font-size: 12px;
	font-size: 0.875em;
	line-height: 1.6em;
	margin-bottom: 0.80em;
}
.content p.schreibschrift {
	font-family: 'Dancing Script', 'Akaya Telivigala', cursive;
	color: #75529d;
	font-size: 1.10em;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover, a:active, a:visited {
	color: #e30613;
	text-decoration: underline;
}
.content ul {
	position: relative;
	list-style-type: square;
	padding-left: 17px;
	margin-bottom: 0.85em;
}
.content li {
	position: relative;
	font-size: 12px;
	font-size: 0.875em;
	line-height: 1.6em;
	margin-bottom: 0.80em;
}
.content ul {
	position: relative;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 0.85em;
}
.content ul li {
	position: relative;
	font-size: 12px;
	font-size: 0.875em;
	line-height: 1.6em;
	margin-bottom: 0.80em;
}
.content ul li:before {
	position: absolute;
	top: 0px;
	left: -20px;
	font-family: "Font Awesome 5 free";
	content: "\f105";
	color: #00b5db;
	font-weight: 900;
	border: 0px solid red;
}
.teasertxt p {
	font-weight: 600;
}
a.telresp {
	text-decoration: none;
	color: #000;
}
h2 a {
	text-decoration: none;
	color: #000;
}
a.button {
	display: inline-block;
	margin-top: 6px;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 7px;
	background-color: #e30613;
	text-decoration: none;
	color: #fff;
}
.flexwrapper .infobox p.button {
	position: absolute;
	bottom: 10px;
	right: 20px;
}
.flexwrapper .infobox p.button a {
	background-color: #fff;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	color: #d83535;
	text-decoration: none;
	border-radius: 50px;
	border: 0px solid #d83535;
}
.flexwrapper .infobox p.button a:hover {
	background-color: #d83535;
	border: 1px solid #d83535;
	color: #fff;
	text-decoration: none;
}
.flexwrapper .infobox p:nth-child(2) {
	margin-bottom: 70px;
}
/*Formulargestaltung -------------------------------- */
fieldset {
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
legend {
	background-color: #000;
	font-size: 1.0rem;
	color: #fff;
	padding: 5px;
	border-radius: 7px;
}
label /* Alle Labels UND Formularelemente auswählen */ {
	display: relative;
	display: inline-block;
	border: 0px solid #AF8728;
	text-align: left;
	width: 30%;
	border-bottom: 0px solid #FFA078;
}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
	/* das floating der labels und inputs aufheben */
}
.formular p {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border: 0px solid #000;
}
.form {
	display: inline-block;
	width: 70%;
	background: #e8e8e8;
	border-bottom: 1px solid #ddd;
	border-top: 0px solid #9c9c9c;
	border-right: 0px solid #fff;
	border-left: 0px solid #9c9c9c;
	margin: 0px;
	text-align: left;
	color: #000;
	font-weight: normal;
	height: 2.2em;
	/*-webkit-box-shadow: 0px 0px 4px 0px #ddd;
	box-shadow: inset 0px 0px 4px 0px #ddd;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;*/
}
.form2 {
	font-size: 14px;
	background-color: #000;
	color: #fff;
	border: 0px solid #000;
	-webkit-box-shadow: 0px 0px 4px 0px #ddd;
	box-shadow: 0px 0px 3px 0px #999;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}
.form2:hover {
	color: #fff;
	background-color: #e30613;
	-webkit-box-shadow: 0px 0px 4px 0px #ddd;
	box-shadow: 0px 0px 0px 0px #999;
}
textarea.form.nachricht {
	width: 100%;
	height: 80px;
}
/* Kontaktbutton ---------------------------- */
p#kontaktbutton {
	margin: 0;
	line-height: 100%;
}
#kontaktbutton a {
	display: inline-block;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #d83535;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
}

/* Bildnachweis ----------------------------- */
.content ul.bildnachweis {
	list-style-type: none;
	margin: 0;
	padding: 0;
width: 100%;
 column-count: 4;
}
.content ul.bildnachweis li {
	display: block;
	font-size: 0.65em;
	line-height: 120%;
}
.content ul.bildnachweis li img {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: auto;
	text-align: left;
	margin-right: 10px;
	vertical-align: middle;
}
.content ul.bildnachweis span {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
/* Fussbereich ------------------------------ */
#fuss {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #75529d;
	z-index: 4100;
}
#fuss .fusscontent {
position: relative;
}
#fuss p {
	font-size: 12px;
	font-size: 0.7em;
	line-height: 180%;
	color: #fff;
}
#fuss p a {
	text-decoration: none;
	color: #fff;
}
#fuss p a:hover {
	text-decoration: none;
	color: #efefef;
}
#abdecker {
	position: fixed;
	display: block;
	width: 100%;
	height: 15px;
	bottom: 0;
	left: 0;
	background-color: #75529d;
	z-index: 4000;
}
#fuss .zeile .spalten:nth-child(1) {
	text-align: left;
}
#fuss .zeile .spalten:nth-child(2) {
	text-align: center;
}
#fuss .zeile .spalten:nth-child(3) {
	text-align: right;
}
/* Suchfunktion ----------------------------- */
div.suchbutton {
	background-color: #010202;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	width: 35px;
	height: 35px;
	bottom: 25px;
	right: 15px;
	text-align: center;
	z-index: 11000;
	display: none;
}
div.suchbutton a {
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 35px;
	font-size: 16px;
}

#suche {
	position: relative;
	display: block;
	margin-bottom: 50px;

}
#suche input {
	display: inline-block;
	color: #fff;
}
#suche input#suchbegriff {
	display: inline-block;
	float: left;
	border: 0;
	width: 50%;
	min-width: 280px;
	background-color: #efefef;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color:#000;
  font-size: 12px;
  font-size: 0.9rem;
  font-size: calc(12px + (24 - 20) * ((100vw - 320px) / (1600 - 320)));
		border: 1px solid #00b5db;
	border-radius: 17px;
}
#suche input.formsuche {
	display: inline-block;
	height: 40px;
	float: left;
	line-height: 40px;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	background-color: #d83535;
	color: #fff;
	font-size: 12px;
  font-size: 0.9rem;
	  font-size: calc(12px + (24 - 20) * ((100vw - 320px) / (1600 - 320)));
	cursor: pointer;
	border: 1px solid #d83535;
	border-radius: 17px;
}
/* Overlay Popup --------------- */
.overlayinfo {
	display: block;
	position: relative;
	margin-top: 3vh;
	background-color: #fff;
	padding: 2vw;
	padding-bottom: 50px;
	overflow: auto;
}
.overlayinfo p {
	font-size: 0.85em;
	line-height: 150%;
	text-align: left;
	margin-bottom: 1.0em;
}
.overlayinfo img {
	display: block;
	width: 100%;
	height: auto;
}
.overlayinfo #abdecker {
	display: block;
	position: fixed;
	z-index: 8000;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border: 1px solid #fff;
	background-color: #fff;
}
#sonderinfo {
	position: fixed;
	display: block;
	left: 0;
	bottom: 0px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	z-index: 4300;
	overflow: visible;
}
#sonderinfo .content {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#sonderinfo p {
	position: relative;
	display: block;
	margin: 0;
	background-color: #e30613;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	line-height: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-size: 0.9rem;
	font-weight: normal;
	letter-spacing: 1px;
}
#sonderinfo a {
	color: #fff;
	text-decoration: none !important;
}
.fancybox-slide--iframe .fancybox-content {
	width: 90%;
	height: auto;
	max-width: 500px;
	max-height: 80%;
	margin: 0;
}

/* Aufzaehlungspunkte abschalten -------- */
.content ul.sitemap li:before, .content .sitemap ul li:before, .team ul li:before, ul.marken li:before, .galerie ul li:before, ul.bildnachweis li:before {
	position: inherit;
	top: inherit;
	left: inherit;
	content: "";
}

/* Scrollup Pfeil ----------------------- */
div.scrollup {
	background-color: #010202;
	color: #fff;
	border-radius: 50%;
	position: fixed;
	width: 35px;
	height: 35px;
	bottom: 80px;
	right: 15px;
	text-align: center;
	z-index: 11000;
	display: none;
}
div.scrollup a {
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 35px;
	font-size: 24px;
}
/* Kennzeichnung externer Links --------- */
.exlink {
	position: relative;
	top: 0px;
	left: 0px;
}
a.exlink span {
	display: none;
}
a:hover.exlink span {
	display: block;
	position: absolute;
	top: 25px;
	left: 0;
	margin: 0px;
	background-color: #fff7d7;
	padding: 5px;
	color: #000000;
	border: 1px solid #666666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	z-index: 100;
}
a:hover.exlink {
	color: #000000;
	border: 0px;
	font-weight: normal;
	text-decoration: none;
	z-index: 200;
}
/* Ende exlink */
/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
a.scrollup {
	width: 61px;
	height: 61px;
	/*    opacity:0.3;*/
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: block;
	text-indent: -9999px;
	background: url('../images/icon_top.png') no-repeat;
	z-index: 5000;
}
/* Beginn Grid-System -------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.zeile {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
	text-align: left;
	border: 0px solid #000;
}
.zeile.abstand {
	margin-top: 30px;
}
.zeile .zeile {
	width: auto;
	max-width: none;
	min-width: 0;
	margin: 0 -15px;
}
.spalte, .spalten {
	float: left;
	min-height: 1px;
	padding: 0 2%;
	position: relative;
	border: 0px solid #000;
}
#fuss .spalten {
	padding: 0;
}
[class*="spalte"] + [class*="spalte"]:last-child {
	float: right;
}
[class*="spalte"] + [class*="spalte"].end {
	float: left;
}
.zeile .eins {
	width: 8.33%
}
.zeile .zwei {
	width: 16.66%
}
.zeile .drei {
	width: 25%
}
.zeile .vier {
	width: 33.33%
}
.zeile .fuenf {
	width: 41.66%
}
.zeile .sechs {
	width: 50%
}
.zeile .sieben {
	width: 58.33%
}
.zeile .acht {
	width: 66.66%
}
.zeile .neun {
	width: 75%
}
.zeile .zehn {
	width: 83.33%
}
.zeile .elf {
	width: 91.66%
}
.zeile .zwoelf {
	width: 100%
}
/* Nicolas Gallagher's micro clearfix */
.zeile:before, .zeile:after, .clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.zeile:after, .clearfix:after {
	clear: both;
}
.zeile, .clearfix {
	zoom: 1;
}
/* Mobile */
@media only screen and (max-width: 860px) {
	body {
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
		width: 100%;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.container {}
	.zeile {
		width: auto;
		min-width: 0;
		margin-left: 0;
		margin-right: 0;
		border: 0px solid #000;
	}
	.spalte, .spalten {
		width: 100% !important;
		float: none;
		margin-bottom: 30px;
	}
	/*.spalten:nth-child(2) {
	margin-top: 40px;
	border: 0px solid red;
} */
	.spalte:last-child, .spalten:last-child {
		float: none;
	}
	[class*="spalte"] + [class*="spalte"]:last-child {
		float: none;
	}
	.spalte:before, .spalten:before, .spalte:after, .spalten:after {
		content: "";
		display: table;
	}
	.spalte:after, .spalten:after {
		clear: both;
	}
}
/* Ende Grid-System --------------- */
/* nunito-sans-300 - latin */
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../webfonts/nunito-sans-v6-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''), url('../webfonts/nunito-sans-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/nunito-sans-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/nunito-sans-v6-latin-300.woff') format('woff'), /* Modern Browsers */ url('../webfonts/nunito-sans-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/nunito-sans-v6-latin-300.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../webfonts/nunito-sans-v6-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''), url('../webfonts/nunito-sans-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/nunito-sans-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/nunito-sans-v6-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../webfonts/nunito-sans-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/nunito-sans-v6-latin-regular.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-italic - latin */
@font-face {
	font-family: 'Nunito Sans';
	font-style: italic;
	font-weight: 400;
	src: url('../webfonts/nunito-sans-v6-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''), url('../webfonts/nunito-sans-v6-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/nunito-sans-v6-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/nunito-sans-v6-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../webfonts/nunito-sans-v6-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/nunito-sans-v6-latin-italic.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-600 - latin */
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../webfonts/nunito-sans-v6-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''), url('../webfonts/nunito-sans-v6-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/nunito-sans-v6-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/nunito-sans-v6-latin-600.woff') format('woff'), /* Modern Browsers */ url('../webfonts/nunito-sans-v6-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/nunito-sans-v6-latin-600.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* nunito-sans-700 - latin */
@font-face {
	font-family: 'Nunito Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../webfonts/nunito-sans-v6-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''), url('../webfonts/nunito-sans-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/nunito-sans-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/nunito-sans-v6-latin-700.woff') format('woff'), /* Modern Browsers */ url('../webfonts/nunito-sans-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/nunito-sans-v6-latin-700.svg#NunitoSans') format('svg'); /* Legacy iOS */
}
/* dancing-script-500 - latin */
@font-face {
	font-family: 'Dancing Script';
	font-style: normal;
	font-weight: 500;
	src: url('../webfonts/dancing-script-v16-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''), url('../webfonts/dancing-script-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../webfonts/dancing-script-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../webfonts/dancing-script-v16-latin-500.woff') format('woff'), /* Modern Browsers */ url('../webfonts/dancing-script-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../webfonts/dancing-script-v16-latin-500.svg#DancingScript') format('svg'); /* Legacy iOS */
}