.Miso { 
	font-family: Miso;
	font-weight: normal;
	font-style: normal;
}
.Miso-Chunky { 
	font-family: Miso-Chunky;
	font-weight: normal;
	font-style: normal;
}
.Miso-Bold { 
	font-family: Miso-Bold;
	font-weight: normal;
	font-style: normal;
}
.Miso-Skinny { 
	font-family: Miso-Skinny;
	font-weight: normal;
	font-style: normal;
}
.Miso-Light { 
	font-family: Miso-Light;
	font-weight: normal;
	font-style: normal;
}

a:hover {
	color: #428bca !important;
	text-decoration: underline;
}

html {
  font-family: Miso, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
    font-size: 21px;
}

#menu-hauptmenude-1 {
	position: absolute;
	top: 5vh;
	list-style: none;
	left: 10px;
}

#menu-hauptmenude-1 ul {
	list-style: none;
	width: 100%;
}

.menu-hauptmenude-container ul li:first-child {
	margin-left: 0px;
}

.menu-hauptmenude-container ul li {
	float: left;
	display: block;
	margin-left: 25px;
}

.menu-hauptmenude-container ul li a {
	float: left;
	display: block;
	font-size: 25px;
	color: #3b4749 !important;
}

.menu-hauptmenude-container  li.current_page_item a {
	text-decoration: underline;
}

#navMain {
	display: block;
}

#logo img {
    margin-top: 15vh;
	max-width: 150% !important;
	height: auto !important;
}

.col-lg-8 {
   width: 95%;
}

#sloganLeft {
	color: #fff;
	font-size: 50px;
	padding-top: 12vh;
	font-weight: bold;
}

.post-body {
    padding-top: 12vh !important;
}

#logo img {
    height: auto;
    max-width: 450px !important;
    vertical-align: middle;
    width: auto !important;
}

.wrapper-inner {
    padding-top: 0;
}

.navigation .nav li a {
    font-family: 'Miso', serif !important;
}

.pi-active {
    display: none !important;
}

.body-active .pi-header, body {
    background: #27a7c2 none repeat scroll 0 0 !important;
    opacity: 1 !important;
}

body {
	font-family: 'Miso', serif !important;
}

#frontArgs {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #d7425e;
    padding-bottom: 25px;
}

#frontArgs li {
    color: #d7425e;
    font-size: 27px;
    line-height: 37px;
}

.post-entry {
    color: #1285a3 !important;
}

.post-entry {
    font-size: 24px !important;
    line-height: 31px !important;
    margin-bottom: 10px !important;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.post-entry ul {
    margin-bottom: 20px !important;
}

.post-entry img {
	width: auto !important;
	height: auto !important;
	max-width: 500px !important;
	max-height: 400px !important;
}

.wrapper-inner, .post-body {
    background-color: #fff7e2 !important;
}

.post-social {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0;
}

h1 {
   font-size: 50px;
   text-align: left;
   color: #d8435d;
   text-shadow: 2px 2px #27a7c2;
   letter-spacing: 0.7px;
}

h2 {
	color: #d7425e;
}

h3 {
   font-size: 18px;
}

.post-title h2 {
    text-align: left;
}

.post-meta {
  display: none;
}

.author-box-meta {
  display: none;
}

.post-edit-link {
   display: none;
}

.vcard-filter {
    cursor: pointer;
}
.vcard-filter::selection {
    user-select: none;
    -webkit-user-select: none;
}
.wrapper-inner .page-template-vcard .page > section,
.wrapper-inner #blog {
    display: none;
}
.body-active-temp .wrapper-inner .page-template-vcard .page > section,
.body-active .wrapper-inner .page-template-vcard .page > section ,
.body-active-temp .wrapper-inner #blog,
.body-active .wrapper-inner #blog {
    display: block;
}
.section-end {
    padding-bottom: 0 !important;
}

.gallery-caption {
    margin-left: 0;
}

/*Preloader */
.preloader {
    text-align : center;
    position: fixed;
    width: 100%; height: 100%;
    top: 0; left: 0;
    z-index: 9999;
    background-color: rgba(255,255,255, 0.95);
}
.m_horizonatal_center {
    position: absolute;
    top: 0;
    left: 50%;
}
.mpc_preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    /*-webkit-transform: translateZ(0px) translate(-50%, -50%);
    transform: translateZ(0px) translate(-50%, -50%);
	*/
}
.mpc_preloader9:before,
.mpc_preloader9:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
}
.mpc_preloader9:before {
    background-color: #6cc88a;
    /*-webkit-transform: translateZ(0px) translate(-50%, 0%);
    transform: translateZ(0px) translate(-50%, 0%);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: mpc_preloader_left_round 1.8s infinite ease-in-out;
    animation: mpc_preloader_left_round 1.8s infinite ease-in-out;
	*/
}
.mpc_preloader9:after {
    background-color: #4fc3f7;
	/*
    -webkit-transform: translateZ(0px) translate(75%, 0%);
    transform: translateZ(0px) translate(75%, 0%);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: mpc_preloader_right_round 1.8s infinite ease-in-out;
    animation: mpc_preloader_right_round 1.8s infinite ease-in-out;
	*/
}
@-webkit-keyframes mpc_preloader_left_round {
    50% {
		/*
        -webkit-transform: translateZ(0px) translate(75%, 0%);
        transform: translateZ(0px) translate(75%, 0%);
		*/
    }
    100% {
		/*
        -webkit-transform: translateZ(0px) translate(-50%, 0%);
        transform: translateZ(0px) translate(-50%, 0%);
		*/
    }
}
@keyframes mpc_preloader_left_round {
    50% {
		/*
        -webkit-transform: translateZ(0px) translate(75%, 0%);
        transform: translateZ(0px) translate(75%, 0%);
		*/
    }
    100% {
		/*
        -webkit-transform: translateZ(0px) translate(-50%, 0%);
        transform: translateZ(0px) translate(-50%, 0%);
		*/
    }
}
@-webkit-keyframes mpc_preloader_right_round {
    50% {
		/*
        -webkit-transform: translateZ(0px) translate(-50%, 0%);
        transform: translateZ(0px) translate(-50%, 0%);
		*/
    }
    100% {
		/*
        -webkit-transform: translateZ(0px) translate(75%, 0%);
        transform: translateZ(0px) translate(75%, 0%);
		*/
    }
}
@keyframes mpc_preloader_right_round {
    50% {
		/*
        -webkit-transform: translateZ(0px) translate(-50%, 0%);
        transform: translateZ(0px) translate(-50%, 0%);
		*/
    }
    100% {
		/*
        -webkit-transform: translateZ(0px) translate(75%, 0%);
        transform: translateZ(0px) translate(75%, 0%);
		*/
	}
}

.post-password-form p:last-child{
    padding-right: 0;
}
#wrapper.vcard-no-bg.vcard-wrapper {
    /*width: 100%;*/
}
@media (max-width: 1280px) {
    .post-password-form p:last-child input[type="password"] {
        width: 150px;
    }
}

.post-entry {
    color: #3b4749 !important;
}

h1 {
    text-shadow: 0px 0px #27a7c2;
}

a {
    color: #3b4749 !important;
    text-decoration: none;
}

.body-active .bg-wrap {
    left: 17%;
}

#wrapper {
    width: 65%;
}

.menu-hauptmenude-container ul li a:hover {
	color: #3b4749 !important;
}

#sloganLeft {
    line-height: 95px !important;
    padding-top: 4vh !important;
    color: #fff5d6 !important;
    font-size: 120px !important;
}

#logo img {
    margin-top: 0vh;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 0;
}

input[type="search"], input[type="text"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="file"], select, textarea {
    background-color: #fff !important;
    border-radius: 3px !important;
    color: #1c1c1c;
    font-size: 15px;
    height: 38px !important;
    max-width: 600px !important;
    width: 100% !important;
}

textarea {
    height: 250px !important;
}

.post-entry a:hover {
    color: #d7425e !important;
}

h1, .h1 {
    margin-bottom: 20px !important;
    line-height: 45px !important;
}

@media ( max-width: 1900px ) {

#sloganLeft {
    padding-top: 7vh !important;
}

}

.post-single .post-entry a {
    /*text-decoration: underline;*/
}

.post-single .post-entry {
    text-align: left !important;
}

.post-single .post-entry a {
    border-bottom: 1px solid !important;
    text-decoration: none;
    text-align: left !important;
}

#frontArgs li {
    text-align: left !important;
}

#frontArgs {
    margin-bottom: 0px !important;
    padding-bottom: 15px !important;
}

#frontArgs li {
    font-size: 24px !important;
}

.post-entry li {
    margin-bottom: 3px !important;
}