/*
 * Theme Name: Childtheme Willkommen in Loebtau
 * Description: Ein paar Gestaltungsanpassungen
 * Author: Alexander Bigga
 * Author URI: https://willkommen-in-loebtau.de
 * Template: zeeflowpro
 * Version: 1.1.0
 * Tags:
 * */
@import url("../zeeflowpro/style.css");

/* carme-regular - latin */
@font-face {
	font-family: 'Carme';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/carme-v16-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/carme-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/carme-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/carme-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/carme-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/carme-v16-latin-regular.svg#Carme') format('svg'); /* Legacy iOS */
  }

/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }

/* carme-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Carme';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/carme-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* roboto-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* hanken-grotesk-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/hanken-grotesk-v8-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* hanken-grotesk-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Hanken Grotesk';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/hanken-grotesk-v8-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }


body {
	font-family: 'Hanken Grotesk', Tahoma, Verdana, Arial;
}

p, h1, h2, h3, h4, h5, h6 {
	color: #3c557c !important;
}

a, a:link, a:visited {
	text-decoration: underline;
}


hr.wp-block-separator {
	border: 0;
	height: 27px;
	background: url('/wp-content/themes/zeeflowpro-child/images/trenner.png');
}

/* Header Content */
#header-button {
	float: right;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Betterplace Button */
#betterplace-button {
	margin-top: 30px;
	padding: 0 30%;
}
#betterplace-button button {
	font-family:   'Hanken Grotesk' !important;
	font-size:		30px !important;
	font-weight: 	700 !important;
}

#betterplace-button button {
	background-color: #EB8309 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	font-size: 18px;
	border-radius: 75px  !important;;
	width: 150px;
	height: 150px;
	transition: 0.4s;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5) !important;
	transform: rotate(-15deg);
  }

#betterplace-button button:hover,
#betterplace-button button:focus
 {
	background-color: #b36105 !important;
	transform: translateY(3px);
	box-shadow: 0 0 rgba(0, 0, 0, 0);
}

#mainnav-menu a,
#logo .site-title {
	font-family: 'Hanken Grotesk', 'Roboto', Tahoma, Verdana, Arial;
}

#logo .site-description {
	margin-top: 0.4em;
    font-size: 200%;
    font-style: italic;
}

.widgettitle {
	font-family: 'Hanken Grotesk', 'Roboto', Tahoma, Verdana, Arial;
	padding: 0.5em 0;
	color: #3c557c !important;
}

.page-title, .post-title {
	font-family: 'Hanken Grotesk', 'Roboto', Tahoma, Verdana, Arial;
}
.archive-title {
	font-family: 'Hanken Grotesk', 'Roboto', Tahoma, Verdana, Arial;
}
#comments .comments-title, #respond #reply-title {
	font-family: 'Hanken Grotesk', 'Roboto', Tahoma, Verdana, Arial;
}
.comment-author .fn {
	font-family: 'Hanken Grotesk', 'Roboto', Tahoma, Verdana, Arial;
}
.frontpage-category-title {
	font-family: 'Hanken Grotesk', 'Roboto', Tahoma, Verdana, Arial;
}

blockquote b {
        font-weight: bold;
}

blockquote p {
	display: block;
}


/* change line-height in headings*/
h1, h2, h3, h4, h5, h6 {
	line-height: 150%;
}


/* fill whole width in forms */
input, textarea, select {
	width: 98%;
	height: 40px;
	margin-top: 10px;
	padding: 10px;
	background-color: #fff;
	color: #3c557c;
	font-size: 16px;
}

/* reduce padding above wrapper */
#wrapper {
	padding: 1em 5em 3em;
}

/* reduce padding below header */
#header {
	padding: 0 0 1em 0;
}

#foerderer {
	width: 100%;
	margin-bottom: 1em;
}

#foerderer ul.logos li {
	padding: 0 15px;
	display: inline-block;
}
#foerderer .clear {
	clear: both;
}
#foerderer .foerderer_bmfsfj {
	max-height: 150px;
	max-width: 100%;
}
#foerderer .foerderer_dresden {
	max-height: 130px;
    margin-top: 15px;
	max-width: 100%;
}
#foerderer .foerderer_lhp {
	max-height: 90px;
    margin-bottom: 30px;
	max-width: 100%;
}
#foerderer .foerderer_evls {
	height: 120px;
    margin-top: 15px;
}
#foerderer .foerderer_wosa {
	max-height: 120px;
    margin-top: 15px;
	max-width: 100%;
}
#foerderer .foerderer_djo {
	max-height: 120px;
    margin-top: 15px;
	max-width: 100%;
}
#foerderer .foerderer_heidehofstiftung {
	max-height: 110px;
    margin-top: 15px;
	max-width: 100%;
}


#footer {
  padding: 0.5em;
}

.sharer {
	float: right;
}
.sharer > a {
	padding-right: 1em;
}
.contact {
	float: left;
	padding: 1em;
}

.sharer-right {
    float: right;
	margin-top: 10px;
}
.sharer-right > .share {
    padding-right: 18px;
    text-align: left;
}

.gallery-item {
	padding: 0 .2em;
}

/* overwrite event manager styles in sidebar */
#sidebar .em.pixelbones a {
	color: #3c557c !important;
}

.mitmachen {
	background:    #7bb932;
	border-radius: 11px;
	padding:       20px 25px;
	color:         #ffffff;
	display:       inline-block;
	font-family:   'Hanken Grotesk';
	font-size:		30px;
	font-weight: 	700;
	/* normal bold 30px/1 "Open Sans", sans-serif; */
	text-align:    center;
}

.mitmachen:hover {
	background-color: #619c1d;
}

.mitmachen a {
	color: white;
}

/*============================ MEDIA QUERIES ============================*/

/* Tablets (portrait) | <800px */
@media only screen and (max-width: 50em) {
	#wrapper {
		width: 100%;
		padding: 1em;
	}
}

/* Phablets (portrait) | <640px */
@media only screen and (max-width: 40em) {
	.mitmachen {
		padding: 10px 20px;
	}
}

#footer-menu {
	margin-top: 20px;
	padding: 0 1.5em;
	background-color: white;
	color: #3c557c;
}

/* Footer Navigation Menu
-------------------------------------------------------------- */
#footer-menu {
	float: left;
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 0;
}
#footer-menu li {
	float:left;
	position:relative;
	margin-right: 1px;
}

#footer-menu a {
	display: block;
	padding: 0.8em 1.2em;
	font-size: 1.1em;
	font-family: 'Hanken Grotesk', Tahoma, Verdana, Arial;
	color: #3c557c;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
#footer-menu a:link, #footer-menu a:visited {
	color: #3c557c;
}
#footer-menu a:hover {
	color: white;
	background: #3c557c;;
}
#footer-menu ul {
	position: absolute;
	display: none;
	z-index: 99;
	color: white;
	background: #3c557c;
}
#footer-menu ul li {
	margin: 0;
}
#footer-menu ul a {
	width: 250px;
	width: 16rem;
	padding: 0.7em 1.3em;
	float: left;
	font-weight: normal;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#footer-menu ul a:link, #footer-menu ul a:visited{
	color: #fff;
	font-size: 1.0em;
}

#footer-menu li ul ul {
	margin-left: 250px;
	margin-left: 16rem;
}

#footer-menu li:hover ul ul, #footer-menu li:hover ul ul ul, #footer-menu li:hover ul ul ul ul{
	display:none;
}
#footer-menu li:hover ul, #footer-menu li li:hover ul, #footer-menu li li li:hover ul, #footer-menu li li li li:hover ul{
	display:block;
}
#footer-menu ul li.current_page_item a, #footer-menu ul li.current-menu-item a {
	text-decoration: underline;
}
/* #footer-menu ul li.current_page_item ul li a, #footer-menu ul li.current-menu-item ul li a{
	text-decoration: none;
} */
