/*!
Theme Name: Wolken Theme
Theme URI: https://github.com/cafeconlecheymedialunas
Author: Mauro Gaitan
Author URI: https://github.com/cafeconlecheymedialunas
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wolken
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/






/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*******************************************************Custom Styles**************************************
**********************************************************************************************************
***********************************************************************************************************/
.not-found{
  padding: 50px 0;
}
.not-found .container{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Title breakdown , replace brs*/
.home.page-template-default.page .header-span-block{
  margin-bottom:10vw;
}

@media  (max-width:991px) {
  .home.page-template-default.page .slogan-2.heading-1 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px){
 
}
@media  (min-width:768px) {
  .home.page-template-default.page .header-span-block{
    margin-bottom:5vw;

  }
}
@media  (min-width:991px) {
  .home.page-template-default.page .header-span-block{
    margin-bottom:5vw;
  }
}
@media  (min-width:478px) {
.page .heading-start2.heading-2.size {
  font-size:clamp(25px, 4vw, 60px); /* TamaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±o de la fuente relativo al ancho de la ventana */
  letter-spacing:2vw;
  
}
}

.titelvideo-start-3.hero-video-background .div-block-video-2 {
 background: rgba(0,0,0,.5);
}

#gcaMainCardPoweredBy{
  display:none!important;
}

/* Modal Subscription */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  /* padding-top: 100px; */ /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #EFF2F7;
  margin: 10vh auto;
  /* padding: 20px; */
  border: 1px solid #888;
  width: 90vw;
  /* min-height: 60vh; */
  border-radius:10px;
  height: 450px;
  max-height: 80vh;
}
.subscription-form {
  width:100%;
  height:100%;
  background-color: #EFF2F7;
  padding:50px 0;
  
}

.subscription-form iframe{
  width:100%;
  height:650px;
  background-color: #EFF2F7;

}

@media(min-width:768px){
  .modal-content {
  
  margin: 10vh auto;
  /* padding: 20px; */
  border: 1px solid #888;
  width: 60vw;
  height: 450px;
  max-height: 80vh;
}
}
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}





/* Search Box */

#search-full-screen {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 99999999999!important;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: black;
}

.overlay-content {
  position: relative;
  /* top: 46%; */
  width: 100%;
  height: 100%;
  display: flex;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  margin: auto;
  justify-content: c;
  align-items: center;
}

#search-full-screen  .closebtn {
  position: absolute;
  top: 20px;
  z-index: 1;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

#search-full-screen  .closebtn:hover {
  color: #ccc;
}



#search-full-screen input[type=search] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 400px;
  background: white;
  border-radius: 4px 0 0 4px;
}

#search-full-screen input[type=search]:hover,
#search-full-screen input[type=search]:focus {
  background: #f1f1f1;
  outline:none!important;

}

#search-full-screen button {
  float: left;
  width: 50px;
  /* padding: 15px; */
  height: 50px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  background-color: var(--cornflower-blue);
  color: #fff;
}


/*Search Results */
body.search .page-header{
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.69) !important;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding:10vw;
}
body.search .page-header h1{
  font-weight: 700;
    font-size: 44px;
    color: #FFFFFF !important;
    text-align: right;
}
body.search .results{
  padding-top:50px;
  padding-bottom:50px;
  max-width:80%;
  margin:0 auto;
}
body.search .results h2{
  font-size: 24px;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 700;
  width: 100%;
}

body.search .results .no-results-title{
  margin-bottom:20px;
}
body.search .results .img{
 display: block;
 max-width: 100%;
 width: 100%;
 height: auto;
}

body.search .results .entry-title{
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 600;
  font-size:18px;
  margin-bottom:0;
}
body.search .results p{

  font: size 14px;

}
body.search .results a {
  display: flex;
  flex-direction: column;
  border: 1px solid #e9e9e9;
  padding:30px;
  justify-content: flex-end;
  margin-bottom:15px;
  /* width: calc(33.3% - 30px); */
  border-radius: 4px;
  box-shadow: 0 0 5px 1px #cecece;
  /* justify-content: space-between; */
}
@media (min-width:768px) {
  body.search .results{

    max-width:1080px;
    gap: 15px;
  }

  body.search .results h2{
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  
  
  body.search .results .entry-title{
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-size:24px;
    margin-bottom:0;
  }
  body.search .results p{
  
    font-size:16px;
  
  }
  body.search .results a {
    padding:30px;
    margin-bottom:30px;
  }


}





/* Cloud Text */

.cloud-text-wrapper{
  position:relative;
}
.cloud-text-wrapper img{
 max-width:100%;
 display: block;
 width:100%;
 height:100%;
}
.cloud-text-wrapper .cloud-text{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:100;
}


.cloud-image-text .text-2.flie-text.links > span,
.cloud-image-text .text2.flie-text.links > span{
  display:block;
  margin-bottom:20px;
}

.openBtn{
    padding-top:7px;
    background: transparent;
}
.openBtn svg{
  stroke: #769cbf;
  color: #769cbf;
  width: 35px;
    background: transparent;
}

/*** bLOG Single***/
.container-posts{
  max-width:90vw;
  margin:50px auto;
  font-size: 16px;
}

.container-posts h1{
 font-size: 32px;
 margin-top: 0;
	margin-bottom:50px;
}
.container-posts h2{
  font-size: 24px;
	margin-top:0;
 }
.container-posts textarea{
  background-color: #FFFFFF;
  border-color: rgba(195, 202, 216, 0.75);
  color: #2c3345;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    display: block;
    min-width: 100%;
    font-family: inherit;
    padding: .625em;
    min-height: 2.5em;
    max-width: 100%;
    font-family: inherit;
    outline: 0;
    margin: 0;
    text-align: left;
}
.container-posts input[type="text"],
.container-posts input[type="email"],
.container-posts input[type="url"]{
  background-color: #FFFFFF;
  border-color: rgba(195, 202, 216, 0.75);
  color: #2c3345;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    display: block;
    min-width: 100%;
    font-family: inherit;
    padding: .625em;
    min-height: 2.5em;
    max-width: 100%;
    font-family: inherit;
    outline: 0;
    margin: 0;
    text-align: left;
}
.container-posts input[type='checkbox']{
	width:auto;
}
.container-posts .comment-form-cookies-consent{
	display:flex;
	gap:10px;
	align-items:center;
}
.container-posts .comment-form-cookies-consent label{
margin-bottom:0;
}
.container-posts{
  max-width:90vw;
  margin:25px auto;
}
.container-posts a{
	color:black;
	text-decoration:underline;
}
.container-posts input.submit{

    padding: 10px;
    font-size: 15px;
    background-color: var(--cornflower-blue);
    color: #fff;
    border:0;
}


.container-posts .posts article{
  box-shadow: 0 0 5px 1px #cecece;
  border-radius: 10px;
  padding:20px;
}
.container-posts .entry-title a{
  color: var(--cornflower-blue);
}
.container-posts .entry-footer span{
  margin-left:5px;
}
.wp-block-categories-list.wp-block-categories{
	list-style:none;
}
.wp-block-search__button-outside .wp-element-button {
  margin-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgb(118, 156, 191);
  border: 1px solid #949494;
  border-right: none;
}
.container-posts input[type='search']{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  /* border-top: 1px solid #949494; */
  border-right: none;
}
.container-posts img{
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
@media(min-width:768px){
	.container-posts{
	  display:flex;
	  gap:50px;
	  margin-top: 50px;
	  margin-bottom: 50px;
	}
  .container-posts .posts{
    display:flex;
    gap:20px;
    flex-wrap: wrap;
  }
  .container-posts .posts article{
    width: calc(50% - 20px);
  }
}

@media(min-width:991px){

  .container-posts .posts article{
    width: calc(33.3% - 20px);
  }
}


.comments-area {
  margin-top: 40px;
}

.comments-area h2.comments-title {
  font-size: 25px;
  margin-bottom: 20px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-meta {
  margin-bottom: 20px;
}

.comment-meta a {
  color: #333;
}

.comment-meta img {}

.comment-author.vcard {
  position: relative;
  padding-left: 50px;
}

.comment-author.vcard img {
  position: absolute;
  left: 0;
  top: 5px;
}

.comment-metadata {
  margin-left: 50px;
}

.comments-area table {
  border-left: 1px solid #dddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.comments-area th {
  background: #278cc1;
  color: #fff;
}

.comments-area dd {
  margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
  padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
  padding-left: 15px;
}

.container-posts .comment-reply-link {
  background: rgb(118, 156, 191);
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
}


.comment-list li.comment {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.comment-metadata {
  font-size: 80%;
}

.comment-reply-link {
  margin-top: 10px;
}

.comment-list li ol.children {
  padding-left: 50px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

.comment-list li ol.children ol.children {
  padding-left: 20px;
}

.comment-list li.comment:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 50px;
}

.comment-notes {
  font-size: 90%;
  margin-bottom: 40px;
}

.comment-form label {
  display: block;
  margin-bottom: 10px;
}

.comment-form input,
.comment-form textarea {
  width: 100%;

}

.comment-form input[type=submit] {
  width: auto;
}


/* Default Page */
.default-page{
  display:block;
  width: 100%;
  max-width: 90vw;
  margin: 0 auto;
  padding:50px 0;
}
.default-page .entry-title{
	text-align:center;
}
.default-page .entry-summary p{
	font-size:16px;
}

.w-nav-link:nth-of-type(4),
.w-nav-link:nth-of-type(9){
  pointer-events: none; 
  cursor: default;
}

.inhalt-footer iframe{
  height:150px;
}

/*Menu*/
.navbar-6.hauptfarbe.w-nav .nav-link-3.flie-text,
.navbar-6.hauptfarbe.w-nav .dropdown-link.flie-text,
.navbar-6.hauptfarbe.w-nav .nav-link-3.flie-text,
.navbar-6.hauptfarbe.w-nav .nav-link-4.flie-text,
.dropdown-link.flie-text{
font-size:16px;	
}
.job-postings-filters.filter-style-1 .jobs-search {
     float: none; 
    width: 30%;
    margin: 20px auto;
}
@media(min-width:991px){
   .nav-link-3:nth-of-type(2){
        margin-right:30px!important;
    }
}