/*!
 Theme Name: vegbereiter
 Theme URI: http://vegbereiter.net
 Author: Oliver B. Nelson & Franziska Nelson
 Author URI: http://vegbereiter.net
 Description: The theme for vegbereiter.net
 Version: 1.1.0 (2022-08)
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Text Domain: vegbereiter
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

 This theme is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.

 vegbereiter is based on Underscores https://underscores.me/, (C) 2012-2017 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/

 (c) 2018 - 2022 Vegbereiter
 */
 /*--------------------------------------------------------------
 >>> TABLE OF CONTENTS:
 ----------------------------------------------------------------
 # CI: Base Colors
 5.0 Navigation
 	5.1 Links
 	5.2 Menus
 # Accessibility
 # Alignments
 # Clearings
 # Widgets
 # Content
 	## Pages
 	## Comments
 # Infinite scroll
 # Media
  ## MEDIA QUERIES
 	## Captions
 	## Galleries
# Theme specific styles
 --------------------------------------------------------------*/
 /*--------------------------------------------------------------
 # CI: Base Colors
 --------------------------------------------------------------*/
 /*
 Color References:
 Veganocker:		#c7b306
 Yogarose:		#b36174
 Reisetürkis:  #009cb2
 */

 /*--------------------------------------------------------------
 5.0 Navigation
 --------------------------------------------------------------*/
 /*--------------------------------------------------------------
 5.1 Links
 --------------------------------------------------------------*/
 /*--------------------------------------------------------------
 5.2 Menus
 --------------------------------------------------------------*/

 .navbar-nav > li.current_page_item a,
 .navbar-nav > li.current_page_parent a {
 	color: white;
 }

 /* Small menu */
 .menu-toggle {
 	display: none;
 }

 @media screen and (max-width: 600px) {
 	.menu-toggle,
 	.main-navigation.toggled .nav-menu {
 		display: block;
 	}

 	.main-navigation ul {
 		display: none;
 	}
 }

 .site-main .comment-navigation,
 .site-main .paging-navigation,
 .site-main .post-navigation {
 	margin: 0 0 1.5em;
 	overflow: hidden;
 }

 .comment-navigation .nav-previous,
 .paging-navigation .nav-previous,
 .post-navigation .nav-previous {
 	float: left;
 	width: 50%;
 }

 .comment-navigation .nav-next,
 .paging-navigation .nav-next,
 .post-navigation .nav-next {
 	float: right;
 	text-align: right;
 	width: 50%;
 }

 /*--------------------------------------------------------------
 # 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
 }

 .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: 14px;
 	font-size: 0.875rem;
 	font-weight: bold;
 	height: auto;
 	left: 5px;
 	line-height: normal;
 	padding: 15px 23px 14px;
 	text-decoration: none;
 	top: 5px;
 	width: auto;
 	z-index: 100000;
 	/* Above WP toolbar. */
 }

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

 /*--------------------------------------------------------------
 # Alignments
 --------------------------------------------------------------*/
 .alignleft {
 	display: inline;
 	float: left;
 	margin-right: 1.5em;
 }

 .alignright {
 	display: inline;
 	float: right;
 	margin-left: 1.5em;
 }

 .aligncenter {
 	clear: both;
 	display: block;
 	margin-left: auto;
 	margin-right: auto;
 }

 /*--------------------------------------------------------------
 # Clearings
 --------------------------------------------------------------*/
 .clear:before,
 .clear:after,
 .entry-content:before,
 .entry-content:after,
 .comment-content:before,
 .comment-content:after,
 .site-header:before,
 .site-header:after,
 .site-content:before,
 .site-content:after,
 .site-footer:before,
 .site-footer:after {
 	content: "";
 	display: table;
 	table-layout: fixed;
 }

 .clear:after,
 .entry-content:after,
 .comment-content:after,
 .site-header:after,
 .site-content:after,
 .site-footer:after {
 	clear: both;
 }

 /*--------------------------------------------------------------
 # Widgets
 --------------------------------------------------------------*/
 .widget {
 	margin: 0 0 1.5em;
 	/* Make sure select elements fit in widgets. */
 }

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

 /*--------------------------------------------------------------
 # Content
 --------------------------------------------------------------*/
 /*--------------------------------------------------------------
 ## Pages
 --------------------------------------------------------------*/
 .sticky {
 	display: block;
 }

 .hentry {
 	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;
 }

 /*--------------------------------------------------------------
 # Infinite scroll
 --------------------------------------------------------------*/
 /* Globally hidden elements when Infinite Scroll is supported and in use. */
 .infinite-scroll .posts-navigation,
 .infinite-scroll.neverending .site-footer {
 	/* Theme Footer (when set to scrolling) */
 	display: none;
 }

 /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
 .infinity-end.neverending .site-footer {
 	display: block;
 }

 /*--------------------------------------------------------------
 # 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 embeds and iframes fit their containers. */
 embed,
 iframe,
 object {
 	max-width: 100%;
 }

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

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

 @media screen and ( min-width : 992px ) {

   #sidebar {
     padding: 20px;
   }

   /* default pages */
   #inhalt_volle_breite_col {
     max-width: 980px;
     min-width: 680px;
   }
 }

 @media screen and ( max-width : 991px ) {
 	#instructor .container {
 		background: rgba(255,255,255,0.8);
 		padding: 20px;
 	}
  .post-content {
      width: 720px;
  }

  /* default pages */
  #inhalt_volle_breite_col {
      min-width: 500px;
  }
 }

 /* Fix the top margin when logged in */
 @media screen and (max-width: 782px) {
 	.logged-in .navbar-fixed-top {
 		top: 46px;
 	}
 }

 @media screen and ( max-width : 768px ) {
 	.logo {
 		width: 50%;
 	}

 	#optin p {
 		margin: 0 0 10px;
 	}

 	.resource {
 		width: 48%;
 		margin-right: 2%;
 		min-height: 800px;
 	}
 }

 /* Fix the top margin when logged in */
 @media screen and (max-width: 600px) {
 	.logged-in .navbar-fixed-top {
 		top: 42px;
 	}
 }

 @media screen and ( max-width : 568px ) {
 	.resource {
 		width: 100%;
 		margin-right: 0;
 		min-height: 0;
 	}
 }

 /*--------------------------------------------------------------
 ## 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;
 }

/* ==== Custom CSS Vegbereiter ==== */
/* ==== GENERAL ==== */

html {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body {
    padding-top: 71px; /* for navbar */
	  font-family: 'Open Sans', Helvetica, sans-serif;
	  font-size: 16px;
    margin-bottom: 60px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

h1, h2, h3, strong {
  font-family: 'Roboto', Helvetica, sans-serif;
}

/* ==== GLOBAL ==== */

strong.reise {
    color: #009cb2;
}

strong.yoga {
    color: #b36174;
}

strong.vegan {
    color: #c7b306;
}

.badge.social {
	background: #aaa;
	font-size: 16px;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 22px;
	margin: 0 5px 20px 0;
	padding: 1;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
  -khtml-border-radius: 40px;
	color: white;
  border: 1px solid #bbb;
}

.badge.social.newsletter:hover {
	background: #555;
}
.badge.social.twitter:hover {
	background: #1da1f2;
}
.badge.social.facebook:hover {
	background: #3b5998;
}
.badge.social.gplus:hover {
	background: #db4437;
}
.badge.social.instagram:hover {
	background: #405de6;
}
.badge.social.youtube:hover {
	background: #ff0000;
}
.badge.social.vimeo:hover {
	background: #162221;
}
.badge.social.slack:hover {
	background: #6ecadc;
}
.badge.social.patreon:hover {
	background: #f96854;
}
.badge.social.pinterest:hover {
	background: #bd081c;
}
.badge.social.linkedin:hover {
	background: #0077b5;
}
.badge.social.xing:hover {
	background: #026466;
}

/* ==== LAYOUT ==== */

/* HOMEPAGE, GENERAL */

/* SECTION: HERO */
#hero p {
    padding: 25px;
    padding-top: 150px;
    line-height: 1.4;
    font-size: 18px;
    background: rgba(255,255,255,0.7);
    height: 800px;
    color: black;
    font-size: 1.5em;
}

#hero {
    background: url('../img/gbg_cranes.jpg');
    background-size: cover;
    height: 800px;
    width: 100%;
    /*opacity: 0.7;*/
}

/* SECTION: HEROTEXT */
#herotext {
    padding: 50px 20px;
    line-height: 1.6;
}

/* SECTION: SERVICES */
#services {
    background: #eee;
    padding: 70px 20px;
    text-align: center;
}

#services .grey_icon {
    font-size: 30px;
}

#services p.lead {
    padding-bottom: 70px;
    padding-top: 10px;
    font-size: 30px;
    text-align: center;
}

#services h4 {
    padding-bottom: 20px;
    padding-top: 10px;
}

/* SECTION: CTA */
#cta {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

#cta p.lead {
    font-size: 25px;
    text-align: center;
    padding: 20px;
}

/* SECTION: FOCUS */
#focus-vegan {
    background: #c7b306;
    font-size: 30px;
    color: white;
    padding: 50px;
}

#focus-yoga {
    background: #b36174;
    font-size: 30px;
    color: white;
    padding: 50px;
}

#focus-reise {
    background: #009cb2;
    font-size: 30px;
    color: white;
    padding: 50px;
}

.badge {
    background: black;
    border-radius: 0;
}

.circularsocials {
  /* align-items: baseline; */
  margin-left: 1em;
  margin-top: 1em;
}

#footer {
    color: white;
    background: #333;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.modal-header {
    background: #eee;
}

/******************* PORTFOLIO page ********************/

.portfolios-title {
    text-align: center;
}

.portfolio-item {
  padding: 5px;
}

/* Link color, FontAwesome color */

.grey_icon {
  color: #aaa;
}

a {
  color: #009cb2;
}
