/*
Theme Name: Childtheme Vantage
Description: Childtheme
Author: Dirk Petersen
Template: vantage
Version: 1.0
Tags:
*/

@import url("../vantage/style.css");

@font-face {
	font-family: 'Ubuntu_Condensed';
	src: url('fonts/ubuntu-c-webfont.eot');
	src: url('fonts/ubuntu-c-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ubuntu-c-webfont.woff') format('woff'),
         url('fonts/ubuntu-c-webfont.ttf') format('truetype'),
         url('fonts/ubuntu-c-webfont.svg#Ubuntu_Condensed') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('fonts/sourcesanspro-semibold-webfont.eot');
    src: url('fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('vsourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale !important;
}

img.scale-with-grid {
		max-width: 100%;
		height: auto;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #333333 !important;
	font: 24px/38px 'Ubuntu_Condensed', Arial, Helvetica, Geneva, sans-serif !important;
}

.entry-content h5 {
  margin-top: 0px !important;
  color: #27519b !important;
	margin-bottom: -24px !important;
	font: 20px/24px 'Ubuntu_Condensed', Arial, Helvetica, Geneva, sans-serif !important;
}

b, strong {
	font-family: source_sans_prosemibold, sans-serif;
	font-weight: normal;
	font-style: normal;
}

p, li, td {
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
   	hyphens: auto;
	-webkit-hyphenate-limit-lines: 2;
    hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-chars: auto 4;
    hyphenate-limit-chars: auto 4;
	font-family: source_sans_proregular, Arial, Helvetica, Geneva, sans-serif;
}

#footer-widgets p{
	-webkit-hyphens: none;
   	-moz-hyphens: none;
   	hyphens: none;
}


.entry-content {
	color: #333333;
}

a,
a:focus,
a:visited,
a:hover {
	outline: none;
}

#search-icon {
	right: 32px;
}

.main-navigation {
	z-index: 9998;
}

.menu-item {
	font-family: 'Ubuntu_Condensed', Arial, Helvetica, Geneva, sans-serif !important;
}


#masthead .hgroup {
	text-align: center;
}

@media (max-width: 780px) {
	#masthead .hgroup {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
}

#masthead .hgroup .logo {
	float: none;
	margin: auto;
}

.so-widget-sow-hero {
		margin-top: -40px !important;
	margin-bottom: 60px !important;
}

#main-slider {
	background-color: #ffffff !important;
}
.menu-menu-de-container {
	/*background: url(/wp-content/uploads/2017/06/mom-logo-1.png) no-repeat right;*/
}

.current-menu-item{
	opacity: 0.5;
}

#search-icon .searchform {
	background-color: rgba(255, 255, 255, .75) !important;
}

#search-icon-icon {
	float: right;
}

.hgroup .full-container {
	z-index: 9999 !important;
}

#masthead .full-container {
	z-index: 10001;
}

#colophon #theme-attribution {
	display: none;
}

/* Logo auf Höhe halten */

body.responsive #masthead .hgroup .support-text,
body.responsive #masthead .hgroup #header-sidebar {
	position: static;
	display: block;
	margin-top: 0px;
	max-width: 100%;
}


/* News */

.iw-so-nav-links {
	font-family: source_sans_proregular, Arial, Helvetica, Geneva, sans-serif;
}

.current {
	background: #edf2f7 !important;
	border: 1px solid #0066bf !important;
}

.iw-so-nav-links a:hover {
	background-color: #edf2f7 !important;
	border: 1px solid #0066bf !important;
}

@media (max-width: 780px) {
	.prev, .next {
	display: none !important;
}
}

article.post .entry-header .entry-meta {
  display: none !important;
}

article.post .entry-categories {
  display: none !important;
}

.entry-main {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

article.post .entry-header h1.entry-title {
  font-size: 28px !important;
	border-bottom: 1px solid #cccccc;
	line-height: 44px !important;
}

.lsow-post-title, .lsow-post-title a {
	border-style: none;
	text-decoration: none;
	border-bottom: 0 none #fff;
}

.lsow-posts-carousel {
	max-width: 92% !important;
}

.lsow-project-image {
	max-width: 720px;
	max-height: 267px;
  	text-align: center;
  	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.entry-summary {
	line-height: 24px;
}

.lsow-entry-meta {
	font-size: 16px;
}

abbr, acronym {
	border-bottom: 0px solid #fff !important;
	cursor: auto;
	font-weight: normal;
	font-style: normal;
}

abbr[title], acronym[title] {
	text-decoration-line: none !important;
}

.entry-title {
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 20px !important;
	letter-spacing: 0 !important;
	font-variant: normal !important;
	text-transform: none !important;
}


.entry-title a, .entry-title a:visited {
	/*color: #27519b !important;*/
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	-o-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}

.entry-title a:hover, .entry-title a:focus {
	/*color: #7e112e !important;*/
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	-o-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
	text-decoration: none !important;
}

.lsow-container button.slick-prev, .lsow-container button.slick-next {
	color: #464b50 !important;
}

.lsow-container button.slick-prev:hover, .lsow-container button.slick-next:hover {
	color: #27519b !important;
}
/* News Stop */

#footer-widgets .textwidget p {
	font-size: 16px;
	line-height: 18px !important;
	/*color: #333333;*/
}

.caption {
	background-color: rgba(0, 0, 0, 0.45);
	color: #ffffff;
	font-size: 20px;
	font-family: 'Ubuntu_Condensed', Arial, Helvetica, Geneva, sans-serif !important;
	font-style: normal;
	text-align: center;
	line-height: 30px;
}

.metaslider .caption-wrap {
	opacity: 1 !important;
	background: transparent !important;
}

.textwidget p {
	line-height: 24px;
}

/*Button Center*/

.sow-submit-wrapper.sow-submit-styled {
	/*text-align: center;*/
}

.main-navigation ul li a,
.main-navigation ul li a > * {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#scroll-to-top {
	background: #577182;
}

.main-navigation a {
    font-weight: normal;
    }

.mobile-nav-frame .title h3, .mobile-nav-frame .title h1 {
	text-align: center;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
	font-size: 18px !important;
	font-family: 'Ubuntu_Condensed', Arial, Helvetica, Geneva, sans-serif !important;
}

.mobile-nav-frame ul li a.link {
	font-weight: bold;
}

.mobile-nav-frame ul li a.link {
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
	text-align: center;
	margin-right: 0 !important;
	font-size: 18px !important;
	font-weight: bold;
}

.fa, mobile-nav-icon {
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
}


@media (max-width: 780px) {
	.hide-smartphone {
		display: none;
	}
}

.entry-content h6 {
	line-height: 24px;
}

div.iw-so-article-content {
	padding: 0 !important;
}

.iw-so-article-content.iw-so-blog-article-responsive.iw-so-article-no-thumb {
	padding: 0 !important;
}

ol {
	margin-left: -10px;
}

.entry-content ul {
	margin-left: -0px;
	list-style-type: disc;
}

.entry-content ul li {
	line-height: 24px !important;
}

select {
	min-width: 128px;
}

input {
	font-family: source_sans_proregular, Arial, Helvetica, Geneva, sans-serif !important;
	color: rgba(0, 0, 0, 1) !important;
}

@media (max-width: 780px) {
	select {
		min-width: 64px;
	}
	#footer-widgets .textwidget p {
		text-align: center !important;
	}
	label,
  	.wpcf7-list-item-label,
  	.forms-small {
	font-size: 13px;
	line-height: 13px !important;
	}
}

.wpcf7-list-item.first.last {
	margin-left: 0px;
}

span.wpcf7-form-control.wpcf7-acceptance {
	padding: 0;
	margin-left: -14px;
}

input.wpcf7-form-control.wpcf7-submit {
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 24px;
	padding-left: 24px;
	font-size: 15px;
}

input[type="search"] {
	background-color: white !important;
}

textarea {
	width: 100%;
	font-family: source_sans_proregular, Arial, Helvetica, Geneva, sans-serif !important;
	color: #333333;
}

.widget input[type="text"],
.widget input[type="email"] {
	width: 100%;
}

.wpcf7-list-item-label, label {
	line-height: 8px;
}

.widget input[type="submit"] {
	width: 176px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: source_sans_proregular, Arial, Helvetica, Geneva, sans-serif !important;
	color: #555 !important;
}

/* Forms Error*/

.wpcf7-response-output {
	font-size: 16px !important;
	font-family: source_sans_proregular, Arial, Helvetica, Geneva, sans-serif;
	text-align: center !important;
}


.wpcf7-not-valid-tip {
	margin-top: 4px;
	color: #8d0047 !important;
}

.wpcf7-validation-errors, .wpcf7-mail-sent-ok {
	text-align: center;
	line-height: 20px !important;
}

div.wpcf7-validation-errors {
	border-color: #8d0047;
}


p.forms-small, .wpcf7-list-item.first.last {
	line-height: 18px !important;
}

.iw-so-article-title {
	font-size: 24px !important;
	line-height: 26px !important;
}

.lsow-tabs .lsow-tab-panes {
  line-height: 24px;
}

.lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title {
  font-size: 20px;
  font-family: 'Ubuntu_Condensed', Arial, Helvetica, Geneva, sans-serif !important;
  	font-weight: normal;
	font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 780px) {
	.lsow-tabs .lsow-tab-nav .lsow-tab span.lsow-tab-title {
		font-size: 18px;
	}
}

@media (max-width: 376px) {
	.entry-content ul li, .entry-content ol li, .entry-content p {
	line-height: 18px !important;
	font-size: 16px !important;
}
h1, h3, h5 {
	font-size: 20px !important;
	line-height: 20px !important;
}
.caption {
	font-size: 18px !important;
	
}
p.forms-small, .wpcf7-list-item.first.last {
		font-size: 13px !important;
	line-height: 14px !important;
}
.widget input[type="submit"] {
		font-size: 14px !important;
	line-height: 14px !important;
}
}


/*Suchergebnisse*/
h1.entry-title {
	border-bottom: 0px solid #ffffff !important;
}

.entry-summary {
	font-size: 16px !important;
}

article.post {
	border-bottom: 1px solid #ccc;
}

.page-numbers {
	font-family: source_sans_proregular, Arial, Helvetica, Geneva, sans-serif !important;
}

.pagination .current {
	color: #555 !important;
}

/* Footer */
@media screen and (max-width: 640px){
body.responsive #footer-widgets .widget, body.responsive #masthead-widgets .widget {
    width: auto;
    float: none;
    padding: 0;
    padding-bottom: 0px;
}
}