@charset "UTF-8";
/*
Theme Name: businesscoach
Theme URI: http://maltem.de
Author: Malte Müller
Author URI: http://maltem.de/ 
Description: hamburg-businesscoach Theme
Version: 1.0
License: GPL v2 or later    
License URI:  
Tags: responsive, mobile    
*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  -moz-font-variant-ligatures: no-common-ligatures;
  -webkit-font-variant-ligatures: no-common-ligatures;
  font-variant-ligatures: no-common-ligatures;
  font-family: "montserrat", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: auto;
  background: gray;
  background-image: url(images/img-4433.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body * {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.site {
  max-width: 100%;
  margin: 0 auto;
  hyphens: auto;
  word-break: break-word;
}

/*@media only screen and (max-width: 800px) {
	.site {
		width: 100%;

	}

} */
a {
  color: #5DBC98;
  text-decoration: none !important;
}

strong {
  font-weight: 600;
}

hr {
  clear: both;
  height: 1px;
  color: black;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

/*.button {
	border: 0px solid lightgray;
	padding: 5px 8px 5px 8px;
	@include border-radius(5px);
	color: black;
}

.button:hover,
.button:active {
	color: $color_gray;
}

.button.active {
	background-color: black;
	color: white;
}

.clearfix:before,
.clearfix:after {
  content: " " !important;
  display: table !important; }

.clearfix:after {
  clear: both !important; }

*/
/* Standard for all pages 
-------------------------------*/
.page_wrapper {
  max-width: 1000px;
  background: white;
  margin: 0 auto;
}

.page {
  font-weight: 400;
  line-height: 1.5rem;
}
.page .page_content {
  display: block;
  margin: 0 auto;
  padding: 0 0 25px 0;
}
.page .page_content h1, .page .page_content h2 {
  border-bottom: 2px solid #5DBC98;
  padding-top: 30px;
  padding-bottom: 10px;
}
.page .page_content h2 {
  border-bottom: 1px solid #5DBC98;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.page .page_content > blockquote.wp-block-quote {
  font-size: 1.4rem !important;
}
.page .page_content hr {
  border: 1px solid #5DBC98;
}
.page .page_content > ul,
.page .page_content > ol {
  padding-left: 20px !important;
  margin-top: 0;
}
.page .page_content > * ul,
.page .page_content > * ol {
  padding-left: 20px !important;
}
.page .page_content figure.wp-block-image.alignright {
  margin-right: 30px;
}
.page.page_404 {
  border-top: 2px solid #5DBC98;
}
.page.page_404 .page_content.page_content-404 {
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
  margin-top: 20px;
}

/* header
**************/
.header {
  display: block;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* Logo
-------------------------------------*/
.header_logo {
  display: block;
  background: white;
  max-width: 100%;
  padding: 30px 20px 25px 20px;
  margin: 0;
  text-align: center;
  border-bottom: 2px solid #5DBC98;
}

.header_logo a {
  color: black;
}

.header_logo-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.header_sitename {
  font-size: 1.8rem;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
}

.header_tagline {
  font-size: 0.7rem;
  line-height: 1.4rem;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}

/* Main navigation
-------------------------------------*/
.header_mainnav {
  padding: 5px 0px 5px 0px;
  margin: 0 0 0px 0;
  background: white;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 500 !important;
  font-family: "montserrat", Helvetica, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.header_mainnav .header_mainnav-ul {
  display: block;
  list-style: none;
  position: relative;
  padding: 5px 0 5px 0;
  margin: 0;
  text-align: center;
  max-width: 100%;
  border-bottom: 0px solid #5DBC98;
}
.header_mainnav .header_mainnav-ul li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  padding: 0 5px 0 5px;
}
.header_mainnav .header_mainnav-ul li a {
  color: black;
}
.header_mainnav .header_mainnav-ul .current-menu-item a,
.header_mainnav .header_mainnav-ul li a:hover,
.header_mainnav .header_mainnav-ul li a:active,
.header_mainnav .header_mainnav-ul li a:focus {
  color: #5DBC98 !important;
}
.header_mainnav button.hide_mainnav {
  display: none;
}

@media only screen and (min-width: 1100px) {
  .header_mainnav .header_mainnav-ul {
    display: block !important;
  }
}
@media only screen and (max-width: 1100px) {
  .header_logo {
    text-align: left;
  }
  .header_mainnav {
    padding: 0;
    margin: 0;
    background: white;
    border-top: 0px solid black;
    text-align: center;
  }
  .header_mainnav .header_mainnav-ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 10px;
    margin: 0;
    font-size: 1.1em;
    width: 100%;
    background: white;
    border: 0;
    z-index: 100;
    border-bottom: 2px solid #5DBC98;
  }
  .header_mainnav .header_mainnav-ul li {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid white;
    padding: 10px;
  }
  .header_mainnav .header_mainnav-ul li a {
    display: block;
    max-width: 100%;
    height: auto;
    color: black;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 16px;
  }
  .header_mainnav .header_mainnav-ul {
    /*li a:hover,
    	li 	a:active,
    	li 	a:focus {
    	color: $color_darkmint !important;
    } */
  }
  .header_mainnav button.hide_mainnav {
    display: block;
    padding: 10px;
    border: 0;
    background: none;
    font-size: 1.8em;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2000;
    color: black;
    cursor: pointer;
  }
  .header_mainnav button.hide_mainnav:hover,
  .header_mainnav button.hide_mainnav:active,
  .header_mainnav button.hide_mainnav:focus {
    color: #e3000f !important;
  }
  .header_mainnav button.hide_mainnav.hide_mainnav-clicked {
    color: black !important;
  }
}
@media only screen and (max-width: 540px) {
  .header_mainnav button.hide_mainnav {
    top: -2px;
  }
}
.skip_to_content {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip_to_content:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
}

/* Footer
********************/
.footer {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  height: auto;
  padding-top: 30px;
  color: black;
  background: white;
  color: black;
  font-size: 0.6rem;
  line-height: 1.3rem;
  text-align: center;
}

.footer_content {
  margin: 0 auto;
  max-width: 100%;
  border-top: 2px solid #5DBC98;
  padding: 20px 20px 20px 20px;
  font-size: 0.8rem;
  line-height: 1rem;
  font-weight: 500;
}
.footer_content a {
  color: #5DBC98;
}
.footer_content a:hover,
.footer_content a:active,
.footer_content a:focus {
  color: #D8ECF7;
}

.footer_menu {
  display: inline;
}
.footer_menu ul {
  display: inline;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.footer_menu ul li {
  display: inline-block;
  padding: 0 8px 0 8px;
}
.footer_menu {
  /*	a {
  		color: black;
  	}

  	a:hover,
  		a:active,
  		a:focus {
  		color: $color_knde;
  	}
   */
}

#backtop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 4px;
  width: 50px;
  height: 50px;
  z-index: 2500;
  font-size: 1.6rem;
  background-color: white;
  color: #5DBC98 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid lightgray;
}

#backtop:hover,
#backtop:active {
  color: gray !important;
}

/* General hidden class to already comply with coming jQuery 3.0 changes */
.hidden {
  display: none !important;
  border: 0px solid red;
}

@media only screen and (max-width: 500px) {
  /*	.footer_menu {
  		display: block;

  		ul {
  			margin-left: 0;
  		}

  	} */
}

/*# sourceMappingURL=style.css.map */
