﻿/*
Theme Name: Flat Bootstrap Child
Theme URI: http://xtremelysocial.com/wordpress/child/
Description: Child theme for Flat Bootstrap. Includes a stylesheet (style.css) for you to restyle any of the CSS and a functions.php file to change theme parameters or components. Both files include samples of a few common things you might want to do.
Author: XtremelySocial
Author url: http://xtremelysocial.com
Version: 1.5
License: GNU General Public License
License URI: http://www.opensource.org/licenses/GPL-3.0
Template: flat-bootstrap
Template Version: 1.9
Tags: one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, featured-image-header, full-width-template, flexible-header, theme-options, sticky-post, threaded-comments, light, translation-ready, rtl-language-support, custom-background
*/

/* 
 * IMPORT the parent theme's stylesheet(s). NOTE: This was moved to functions.php for
 * performance reasons.
 */

/*@import url("../flat-bootstrap/style.css");*/

/*@import url("./assets/css/styles.css");*/
/*@import url("./assets/css/libs.general.css");*/



@font-face {
    font-family: 'SegoePrintBold';
    src: url('assets/fonts/Segoe-Print/SegoePrint-Bold.eot?#iefix?version=1.0') format('embedded-opentype'), url('assets/fonts/Segoe-Print/SegoePrint-Bold.woff?version=1.0') format('woff'),
         url('assets/fonts/Segoe-Print/SegoePrint-Bold.ttf?version=1.0') format('truetype'), url('assets/fonts/Segoe-Print/SegoePrint-Bold.svg?version=1.0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}


h1,/*
h2,
h3,*/
h4,
h5 {
	font-family: 'SegoePrintBold';
}

h1 {
	font-size: 30px;
}

.site-description {
	font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
}



/* Change the main link color to dark blue. Note that the hover color is set using a 
 * neat trick with the opacity tag. This simply lightens whatever the link color is. That
 * way we don't need to try to figure out a hover color that looks good. 
 */
a,
.site-description,
.sidebar-footer a:hover:not(.btn),
.sidebar-footer a:focus:not(.btn),
.footer-nav-menu a:hover:not(.btn),
.footer-nav-menu a:focus:not(.btn),
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #a20650;
}

a:hover,
a:focus {
	color: #a20650;
	/*opacity: .75;*/
}


.anmelde-menu-btn a {
	color: #a20650 !important;
	font-weight: bold;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
#menu-footer .current_page_item a,
.current_page_parent a.dropdown-toggle {
	color: #a20650 !important;
}

blockquote {
	border-color: #a20650;
}
button,
html input[type="button"],
input[type="submit"] {
	background-color: #a20650;
	border: none;
}

button:hover,
button:focus,
html input[type="button"]:hover,
html input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #a20650;
}

.navbar-default .navbar-toggle:hover {
	background-color: #a20650;
}
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #fff;
}

hr {
	border-color: #eee;
	margin: 26px 0;
}

article:last-of-type > .entry-summary hr {
	display: none;
}

/* Make the buttons square, if you'd like. */
.btn {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

/* PUT ANY NEW STYLES TO USE IN YOUR CONTENT AREAS HERE SO YOU CAN EASILY PASTE THIS
 * SECTION IF YOU CHANGE THEMES
 */

body {
	/*background-image: url("../img/header.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #fff;*/
	color: #000;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	position: relative;
	font-smooth: always;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	height: 100%;
}

.error-404 .page-title span {
	font-size: 50%;
}

#page {
	display: block;
	/*flex-direction: column;*/
	/*min-height: 100%;*/
	height: 100%;
}
.sow-image-grid-wrapper {
	text-align: left;
}

.site-content {
	flex: 1;
	position: relative;
	height: 100%;
}
.content-area {
	padding-top: 0;
	padding-bottom: 24px;
}
.section-image,
.cover-image,
.sidebar-footer {
	background-color: #a20650;
}

#secondary {
	padding-bottom: 185px;
}
#secondary .dlv-logo {
	display: none;
}


.edit-link {
	display: none;
}

.container.display-table {
	display: table;
}
.container.display-table > div {
	display: table-cell;
}

.widget-title {
	font-size: 24px;
}

table {
	/*border: 1px solid #ddd;
	border-width: 0 1px;*/
	width: 100% !important;
}

table td {
	border: 1px solid #ddd;
	border-width: 0 1px;
	vertical-align: initial;
}
table thead {
	background: #f0f0f0;
}

.float-right {
	float: right !important;
}


.entry-content table {
	margin-top: 20px;
}
.entry-content td {
	padding: 6px 6px 6px 10px;
}


.page-id-81 .site-main {
	margin-top: 20px;
	margin-bottom: 40px;
}

.page-id-81 article.post {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.page-id-81 article.post:last-of-type {
	border: none;
}


.single-post .site-content {
	background-color: #f7f7f7;
}
.single-post .content-area {
	margin-top: 40px;
}

#main {
	position: relative;
	padding-bottom: 100px;
	height: 100%;
}







/* Header */
.content-header {
	background-color: #ddd;
}
header.content-header {
	min-height: 50px;
}

.cover-image,
.cover-image-overlay {
	background-position: center;
	min-height: 150px;
}
.section-image,
.section-image-overlay {
	background-position: center;
	padding: 0;
	min-height: 150px;
}

.cover-image-overlay .container,
.section-image-overlay .container {
	/*padding: 0;*/
}



.content-header-image.with-header-img .section-image {
	min-height: 150px;
}
.content-header-image.no-header-img .section-image {
	
}

.header-image-text-overlay {
	text-align: left;
}
.home .header-image-text-overlay {
	text-align: right;
}
.header-image-title,
.header-image-caption {
	margin-top: 11px;
}

.site-branding-text {
	display: inline-block !important;
	/*margin-left: -10px;*/
}

.site-description {
	font-size: 15px;
	text-indent: 7px;
	margin-bottom: 10px;
}

.scroll-down {
	position: absolute;
	bottom: 10px;
	left: calc(50% - 5px);
}

.fixed {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 2px -2px;
	padding-top: 10px;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 999;
}

.entry-header {
	margin-bottom: 20px;
}

.custom-header-image {
	margin: 20px 0 10px;
}

.navbar-default {
	background: none;
	border: none;
	margin-bottom: 10px;
}
div.navbar-collapse.collapse {
	float: left;
	width: 100%;
}
div.navbar-collapse.collapse.in {
	float: none;
	margin-bottom: 20px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none;
	box-shadow: none;
}
.navbar-default .navbar-toggle {
	/*background-color: #ddd;*/
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	border: none;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: transparent;
	color: #a20650;
}

.navbar-toggle {
	float: left;
	margin-left: 15px;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	border: none;
	box-shadow: none;
	padding: 0;
}
.dropdown-menu>li>a {
	font-weight: inherit;
	padding: 10px 15px;
}
.navbar-default .navbar-nav>li>a {
	padding: 10px 25px !important;
}

.header_logo {
	background: url("assets/img/sommerlauf_logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	
	display: none;

	margin-left: auto;
	position: absolute;
	top: -10px;
	left: auto;
	width: 40%;
	height: 100%;
}

.dlv-logo a img {
	margin-top: -85px;
    max-width: 80px !important;
}
.dlv-logo a span {
	display: none;
}

@media (max-width: 1200px) {
	.dlv-logo a img {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.dlv-logo a img {
		margin-top: 10px;
	}
}









/* Page Title */
.content-header h1,
.content-header h2,
.content-header h3 {
	color: #999;
}



/* Footer */
footer {
	position: relative;
}
footer a,
.after-footer,
.sidebar-footer a:not(.btn),
.footer-nav-menu a:not(.btn) {
	color: #000;
}
.after-footer {
	background: none;
	max-width: 100% !important;
}
#footer-navigation ul.dividers > li:nth-child(n+2):before {
	border: none;
	margin-right: 0;
}

#footer-navigation .list-inline {
	margin-left: 0;
}
.sidebar-footer,
.footer-nav-menu {
	color: #fff;
}
footer.entry-meta {
	display: inline-block;
	margin-top: 50px;
}








.so-widget-sow-features {
	overflow: hidden;
}
.sow-features-list .sow-features-feature h5 {
	color: #a20650;
}
.sow-features-list .sow-features-feature h5,
.sow-features-list .sow-features-feature p {
	font-size: 20px;
	font-weight: bold;
	word-wrap: break-word;
}
.sow-features-list {
	margin: 0;
}
.sow-icon-container {
	height: 100px !important;
}
.sow-features-list .sow-icon-container.sow-container-round:before {
	color: #f4b303;
}
.sow-icon-container .sow-icon-image {
	background-repeat: no-repeat !important;
	border-radius: 0 !important;
	margin-top: 10px !important;
	height: 100px !important;
}



.so-widget-sow-button-atom-7d3c0b9a60a1 .ow-button-base a {
	background: #a2054f;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4a0023), color-stop(1, #a2054f));
}
.so-widget-sow-button-atom-7d3c0b9a60a1 .ow-button-base a.ow-button-hover:hover {
	background: #a2054f;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4a0023), color-stop(1, #a2054f));
}


.so-widget-sow-image-grid-default-f4e70f221e42 .sow-image-grid-wrapper {
	margin: 0 auto;
	text-align: center;
}






/* Bootstrap */
.btn-success {
	background-color: #a20650;
    border-color: #a20650;
}
.btn-success:hover,
.btn-success:active:hover,
.btn-success:focus,
.btn-success.focus {
    background-color: #c54242;
    border-color: #c54242;
}






/* leaflet map */
.leaflet-popup-content h2 {
	font-size: 16px !important;
}

.map {
	position: relative;
	width: 100%;
	height: 300px;
}





/* Newsletter */
.tnp-subscription {
	margin: 30px 0 !important;
	max-width: 100% !important;
}

.tnp-field input[type="submit"] {
	margin-top: 20px !important;
}






/* gallery */
.mfp-close:hover,
.mfp-arrow:hover {
	background-color: transparent !important;
}

.mfp-title {
	display: none;
}

.mfp-arrow-right:before,
.mfp-arrow-left:before {
	border: none !important;
}

span.page-numbers.current {
	background-color: #a20650;
    border-color: #a20650;
}

.wug-inner.wug-flexible .single-ug-image-item {
	margin-bottom: 5px !important;
}


@media (max-width: 640px) {
	.single-ug-image-item {
		width: 100%;
	}
	.wug-masonry-activated.wug-flexible .single-ug-image-item img {
		max-width: 100%;
	}
	.wug-inner.wug-flexible .single-ug-image-item {
		margin-right: 0;
	}
}









@media (min-width: 767px) {

	.header-image-title,
	.section-image h1,
	.cover-image h1 {
		font-size: 30px;
	}
	.header-image-caption,
	.section-image h2,
	.cover-image h2 {
		font-size: 22px;
	}
}


@media (max-width: 767px) {

	.main-navigation {
		/*margin-top: -60px;*/
	}

	.header-image-title,
	.section-image h1,
	.cover-image h1 {
		font-size: 20px;
	}
	.header-image-caption,
	.section-image h2,
	.cover-image h2 {
		font-size: 15px;
	}

	.container.display-table,
	.site-branding-text {
		width: 100%;
	}

	.custom-header-image {
		background-position: 35px 0;
		margin: 20px auto 10px;
	}
	.content-header-image.no-header-img {
		display: none;
	}

	.site-title,
	.site-description {
		text-align: center;
	}

	table {width:100%;}
	thead {display: none;}
	tr:nth-of-type(2n) {background-color: inherit;}
	tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.3em;}
	tbody td {
		display: block;
		text-align: center;
		width: 100% !important;
		height: auto !important;
	}
	tbody td:before { 
		content: attr(data-th); 
		display: block;
		text-align:center;  
	}

	.header-image-title,
	.header-image-caption {
		display: none;
	}
}


@media (max-width: 480px) {

	.container.display-table .custom-header-image {
		/*display: none;*/
	}
	.header_logo {
		margin: 0 auto;
		width: 100%;
	}
}


