/* 
    Author     : Nigmanauten
*/

/*Custom Font*/

@font-face {
	font-family: 'Kalam';
	src: url("./fonts/Kalam-Regular.ttf") format("truetype");
}

.fancyfont {
	font-family: 'Kalam';
	font-size: 1.3em;
	letter-spacing: 1,1em;
}

.modalContent {
    display: none;
}

/*Formular*/

.nf-form-title {
	display: none !important;
}

.nf-form-fields-required {
	display: none !important;
}

.ninja-forms-req-symbol {
	color: #00a3c4 !important;
}

.nf-field-container {
	margin-bottom: 10px !important;
}

.formularfelder {
	background-color: #000000 !important;
}

.nf-error-msg {
   	margin-top: -10px !important;
   	margin-bottom: 20px !important;
   	color: #ffffff !important;
}

.button  {
	height: 40px;
	width: 90px;
	font-size: 20px;
	background-color: #00a3c4 !important;
	margin-bottom: 10px !important
}

.nf-form-layout {
	color: #ffffff !important;
}


.nf-response-msg {
	color: #ffffff !important;
}

.nf-after-field {
	color: #ffffff !important;
}

.nf-form-layout {
	color: #cccccc !important;
}

/*Animated Numbers*/

.avia-single-number .__av-single-number {
	padding: 20px 30px 20px 30px !important;
	margin: 1px 1px 1px 1px !important;
	background-color: #00a3c4 !important;
}

.avia-animated-number.avia-color-font-light {
	padding: 30px 50px 30px 50px;
	background-color: #00a3c4 !important;
}

.avia-no-number {
    opacity: 1 !important;
	margin: 5px !important;
}


/*Desktop and Mobile Sections*/

@media screen and (max-width: 1150px) {
	#hidemobile {
		display: none !important;
	}
}

@media screen and (min-width: 1150px) {
	#hidedesktop {
		display: none !important;
		
	}
}

@media screen and (min-width: 1150px) {
	.hidedesktop {
		display: none !important;

	}
}

@media screen and (max-width: 1150px) {
	.hidemobile {
		display: none !important;

	}
}

@media screen and (max-width: 1650px) {
	#hidemobileextra {
		display: none !important;
	}
}

@media screen and (min-width: 1650px) {
	#hidedesktopextra {
		display: none !important;
		}
}

#hidedesktop {
	background-position: -130px 0px !important	
}

/*Google Map Section*/

#gmap .container { 
	max-width: 100%; padding: 0; margin: 0; 
}

/*Gallery Font*/

.grid-entry-title {
	color: #333333 !important;
	font-size: 16px !important;
}

/*Journal Icons*/

.iconfont {
	display: none;
}

.blog-meta {
	display: none;
}
/* 2020-09-01 JV sixhop.net Wir möchten das Datum dann jetzt schon gerne anzeigen, liebe nigmanauten...
.entry-footer {
	display: none;
}
Aber nicht die Kommentare und den Strich dazwischen*/
.slide-meta-comments, .slide-meta-del {
	display: none;
}
.avia-content-slider .slide-meta div {
	display: none !important;
}
.html_elegant-blog .avia-content-slider .slide-meta {
	 margin-top: 0 !important;
	text-align: left !important;
}
#categories-3 {
	position: sticky;
	top: 20px;
}
/*Blogfont*/

#top .fullsize .template-blog .post .entry-content-wrapper {
	font-size: 1.0em !important;
}
