/*
Theme Name: Sibylle-Wollersheim
Author: Adscheid & Thielen Design
Author URI: www.a-t.design
Description: Empty
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: windeckerlaendchen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root{
	--theme-color: #cc5514;
	--theme-color-secondary: #417620;
}

a, a:hover, a:active, a:focus{
	color: unset;
	text-decoration: none;
}

h1{
	font-size: 30px;
	color: var(--theme-color);
}

@media only screen and (max-width: 768px) {
	h1{
		font-size: 30px;
		text-align: center;
	}
}

.leaf img{
	margin-top: -50px;
}

@media only screen and (max-width: 768px) {
	
	.leaf img{
		margin-top: 0;
	}
}

h2{
	color: var(--theme-color);
}

h5{
	margin-top: 32px;
}

.column-portrait > div{
	display: flex;
}
.column-portrait > div > p{
	margin: auto;
}

.column-quote > div{
	display: flex;
}
.column-quote > div > p{
	display: none;
}

.su-quote-style-default:before{
	top: 10px !important;
    left: 12px !important;
}

.su-quote-style-default:after{
	right: 60px !important;
    bottom: 110px !important;
}

.column-quote > div .su-quote-style-default{
	margin: auto;
    padding: 12px 0px;
    text-align: center;
    margin-top: 32px;
	line-height: 52px;
}

.column-quote > div .su-quote-style-default .su-quote-cite{
	font-size: 75%;
    text-align: center;
    margin-top: 42px;
}

.column-quote > div .su-quote-style-default .su-quote-cite:before{
	content: '';
}
ol {
	margin-left: 50px;
  list-style: none;
  counter-reset: my-awesome-counter;
}
ol li {
  counter-increment: my-awesome-counter;
}
ol li::before {
  content: counter(my-awesome-counter) ". ";
  color: var(--theme-color);
  font-weight: bold;
  font-size: 200%;
}

table{
	width: 100%;
}

table tr{
	border-bottom: solid 2px var(--theme-color);
}

table tr td{
	padding: 16px;
	min-width: 175px;
}

.fly {
  opacity: 0;
  transition: all 600ms ease-in-out;
  transform: translateY(100px) scale(1.00) translate3d(0, -50px, 0);
}

.show-block {
  opacity: 1;
  transform: translateY(0) scale(1) translate3d(0, 0, 0);
}

html, body{
	margin: 0;
	padding: 0;
	margin-top: 0 !important;
	font-family: Gotham, Helvetica, Arial, "sans-serif" !important;
	font-size: 20px;
}

.entry{
	margin: 30px 0;
}

a:hover{
	text-decoration: none;
	border: none;
	cursor: pointer;
}

#header{
	font-family: Gotham, Helvetica Neue, Helvetica, Arial, "sans-serif" !important;
	height: 60vh;
}

.bg-01 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.blog{
	background-image: url(images/blog.jpg);
}

#header-home{
	height: 100vh;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

body.customize-support {
	margin-top: 32px !important;
}

.customize-support > #header-home{
	margin-top: 32px;
	height: calc(100vh - 32px);
}

.header-top{
	display: flex;
	background: rgba(255, 255, 255, 0.5);
}

.header-top .cta-left{
	margin: auto;
	width: 170px;
}

.header-top .header-logo{
	margin: auto;
}

.header-top .header-logo img{
	height: 250px;
    margin: 22px;
}

.header-top .cta-right{
	margin: auto;
}

.header-top .cta-right .cta-container{
	display: flex;
	flex-direction: column;
}

.header-top .cta-right .cta-container .title{
	margin-left: auto;
	color: var(--theme-color);
}

.header-top .cta-right .cta-container .content{
	font-weight: lighter;
	font-size: 150%;
	color: #333;
	margin: 0;
}

.header-bottom{
	bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: flex;
	padding: 50px 80px;
	pointer-events: none;
}

.header-bottom .quote{
	margin: auto;
    color: #FFF;
	font-size: 220%;
	font-weight: lighter;
}

@media only screen and (max-width: 768px) {
	.header-bottom{
		padding: 20px 10px;
	}

	.header-bottom .quote{
		font-size: 100%;
	}
}

.header-bottom .btn-contact{
	margin: auto;
    border: 2px solid var(--theme-color);
    padding: 12px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: lighter;
	transition: all 150ms linear;
	pointer-events: all;
}

.header-bottom .btn-contact:hover{
    background: rgba(0, 0, 0, 0.5);
}

.header-bottom .icon-group{
	margin: auto;
	display: flex;
}

.header-bottom .icon-group i{
	color: #FFF;
    padding: 6px;
    font-size: 200%;
}

.navbar{
	display: flex;
	background: var(--theme-color);
	border-radius: 0;
	padding: 0px 12px;
}

.navbar .content{
	margin: auto;
	display: flex;
	/* height: 70px; */
}

.navbar .content .nav-logo a img{
	height: 70px;
}

.menu-menu-1-container{
	/* margin: auto; */
}

.navbar .content label{
	display: none;
}
.navbar .content input{
	display: none;
}

.navbar .content ul.menu{
	    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar .content ul.menu li{
	    list-style: none;
    padding: 16px 24px;
    margin: auto;
}

.navbar .content ul.menu li a{
	text-decoration: none;
    color: #FFF;
    /* font-size: 120%;
    font-weight: lighter; */
    transition: all 150ms linear;
}

.navbar .content ul.menu li a:hover{
	/* font-weight: 300; */
}


li ul li>a:not(:only-child):after {
    color: #006121;
	float:right;
    content: " ▸";
}

.pull-right{
	float: right;
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width : 968px) {
	
.navbar .content label{
	display: block;
}
	.navbar .content{
		padding: 0;
		margin-right: 0;
	}
	
	  .menu-menu-1-container > ul > li.has-sub > a:after,
  .menu-menu-1-container > ul > li.has-sub > a:before,
  .menu-menu-1-container ul ul > li.has-sub > a:after,
  .menu-menu-1-container ul ul > li.has-sub > a:before {
    display: none;
  }
	
	li:not(.has-sub) a
	{
		width: 100%;
	}
	
	.menu-menu-1-container a{
	width: calc(100% - 46px);
	padding: 16px 24px;
}
	
	
	.submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    /*top: 0;*/
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  .menu-menu-1-container .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  .menu-menu-1-container .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  .menu-menu-1-container .submenu-button.submenu-opened:before {
    display: none;
  }
	
	
	
	.menu-menu-1-container {
		justify-content: unset;
		display: block;
		align-items: unset;
		margin: auto;
		margin-right: 0;
		height: 70px;
		/*height: 100vh;*/
		position: relative;
	}
	
	.menu-menu-1-container ul {
		position: absolute;
		padding: 0;
		top:70px;
		width: 100%;
		height: calc(100% - 70px);
		left: 0;
		overflow-y: auto;
		background-color: var(--theme-color-secondary);
		z-index: 1;
	}
	
	li>a:not(:only-child)
	{
		pointer-events: none;
  		cursor: default;
  		text-decoration:none;
  		color:black;
	}
	
	li>a:not(:only-child):after {
		color: #FFF;
		float:right;
		margin: 6px;
		content: "▾";
	}
	
	/* Hide the navigation menu by default */
	/* Also hide the  */
	.toggle + a,
	.menu {
		display: none;
	}
	
	.menu ul li > a
	{
		display: block;
	}

	/* Stylinf the toggle lable */
	.toggle {
		display: block;
		color:#FFF;
		text-decoration:none;
		border:none;
		margin:0px 20px;	
		font-weight: lighter;
		float: right;
	}
	
	.toggle span{
		line-height: 70px;
	}

	.toggle span:hover {
		cursor: pointer;
		color: #FFF;
	}

	/* Display Dropdown when clicked on Parent Lable */
	[id^=drop]:checked + ul {
		display: block;
		z-index: 99999;
		width: 100%;
		height: calc(100% - 100px);
		overflow-y: auto;
	}

	/* Change menu item's width to 100% */
	.menu-menu-1-container ul li {
		display: block;
		width: 100%;
		font-weight: normal;
		font-size: 100%;
		padding: 12px;
		}

	.menu-menu-1-container ul ul .toggle,
	.menu-menu-1-container ul ul a{
		padding: 0 40px;
	}

	.menu-menu-1-container ul ul ul a{
		padding: 0 80px;
	}

	.menu-menu-1-container a:hover,
 	.menu-menu-1-container ul ul ul a {
		/*background-color: #4FBE75;*/
	}
  
	.menu-menu-1-container ul li ul li .toggle,
	.menu-menu-1-container ul ul a,
  	.menu-menu-1-container ul ul ul a{
		padding:14px 20px;
	}
  
  
	.menu-menu-1-container ul li ul li .toggle,
	.menu-menu-1-container ul ul a{
		/*background-color: #4FBE75; */
	}

	/* Hide Dropdowns by Default */
	.menu-menu-1-container ul ul{
		float: none;
		position:static;
		/* has to be the same number as the "line-height" of "nav a" */
	}
		
	/* Hide menus on hover */
	.menu-menu-1-container ul ul li:hover > ul,
	.menu-menu-1-container ul li:hover > ul{
		display: none;
	}
		
	/* Fisrt Tier Dropdown */
	.menu-menu-1-container ul ul li{
		display: block;
		width: 100%;
	}

	.menu-menu-1-container ul ul ul li{
		position: static;
		/* has to be the same number as the "width" of "nav ul ul li" */ 

	}

}

@media all and (max-width : 330px) {

	.menu-menu-1-container ul li{
		display:block;
		width: 94%;
	}

}






.flex-container{
	display: flex;
}

.flex-item{
	margin: auto;
}

.flex-left{
	margin-left: 0;
}

.footer{
	color: #FFF;
	background-color: var(--theme-color);
}

.footer .content{
	padding: 42px 0;
	max-width: 1400px;
    margin: auto;
}

.footer .content .flex-container{
	margin: 0 24px;
}

.footer .content a{
	color: #FFF;
}

.footer .content a:hover{
	color: #efefef;
}

.footer .content ul{
	margin: 0;
	padding: 0;
}

.footer .content ul li{
	list-style: none;
}

#main{
	max-width: 1400px;
	margin: auto;
}

.content{
	margin: 24px;
}

@media only screen and (max-width: 768px) {
	.content{
		margin: 12px;
	}
}

blockquote {
  background-image: url(images/left-quote.svg);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 140px;
  border: 0;
  margin: 0;
  padding: 0;
  height: 120px;
  }
  
blockquote p {
 line-height: 140px;
 font-size: 120%;
}

form label{
	width: 100%;
}

form input, form textarea{
	width: 100%;
	border-radius: 20px;
    border-color: var(--theme-color);
    border: 2px solid var(--theme-color);
    outline: none;
	padding: 12px;
}

.privacy{
	font-size: 75%;
}



.wpcf7-acceptance label {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 16px;
    line-height: 1.5;
}

/* Input */
.wpcf7-acceptance label > input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    box-shadow: none;
    outline: none;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.2s;
}

/* Span */
.wpcf7-acceptance label > span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */
.wpcf7-acceptance label > span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */
.wpcf7-acceptance label > span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 10px;
    height: 5px;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */
.wpcf7-acceptance label > input:checked,
.wpcf7-acceptance label > input:indeterminate {
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.wpcf7-acceptance label > input:checked + span::before,
.wpcf7-acceptance label > input:indeterminate + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.wpcf7-acceptance label > input:checked + span::after,
.wpcf7-acceptance label > input:indeterminate + span::after {
    border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
}

.wpcf7-acceptance label > input:indeterminate + span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Hover, Focus */
.wpcf7-acceptance label:hover > input {
    opacity: 0.04;
}

.wpcf7-acceptance label > input:focus {
    opacity: 0.12;
}

.wpcf7-acceptance label:hover > input:focus {
    opacity: 0.16;
}

/* Active */
.wpcf7-acceptance label > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s;
}

.wpcf7-acceptance label > input:active + span::before {
    border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}

.wpcf7-acceptance label > input:checked:active + span::before {
    border-color: transparent;
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}

/* Disabled */
.wpcf7-acceptance label > input:disabled {
    opacity: 0;
}

.wpcf7-acceptance label > input:disabled + span {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    cursor: initial;
}

.wpcf7-acceptance label > input:disabled + span::before {
    border-color: currentColor;
}

.wpcf7-acceptance label > input:checked:disabled + span::before,
.wpcf7-acceptance label > input:indeterminate:disabled + span::before {
    border-color: transparent;
    background-color: currentColor;
}

.button-default-container{
	width: 33.33%;
	overflow: hidden;
	color: white;
	margin: 0;
}
@media all and (max-width : 968px) {
	.button-default-container{
		width: 100%;
	}
}

.button-default-container .button-default{
	    background: var(--theme-color-secondary);
    padding: 12px;
    margin: 12px;
	border-radius: 8px;
	text-align: center;
	transition: 150ms all linear;
}
.button-default-container .button-default:hover{
	    background: var(--theme-color);
    padding: 12px;
    margin: 12px;
}

#wpgmza_map{
	margin: 0 0 60px 0px;
}