/*
Theme Name: FHGR Multisite Theme by 08eins
Theme URI: —
Author: 08eins
Author URI: https://08eins.ch/
Version: 1.0.0
Text Domain: wp-08eins-starter
Domain Path: /languages
Tags: fhgr_multisite
*/

body {
  /*	hyphens: auto;*/
}

body .section-element {
  border: 1px dotted #84c71a;
  position: relative;
}

body .section-element .element-hint {
  display: inline-block;
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  padding: 9px 16px;
  background: #84c71a;
  color: #ffffff;
  border-radius: 0 0 5px 5px;
  text-shadow: 1px 1px 1px rgan(0, 0, 0, 0.4);
}

body section.anchor-wrapper {
  padding: 30px 0;
  position: relative;
}

body .section-element {
  border: none;
}

body .section-element .element-hint,
.section-element .element-hint {
  display: none;
}

/** TEMP IN SCSS nachtragen**/

@media Screen and (max-width: 768px) {
  .siteimage {
    height: 65vh;
  }
  .page-intro-text h1 span {
    font-size: 0.65em;
  }
  h2 {
    font-size: 1.75rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .accordeon-content ul li,
  .wysiwyg-wrap ul li,
  footer.sitefooter p,
  .site-content p {
    font-size: 1.05rem;
  }
}

@media Screen and (max-width: 350px) {
  .scrollwrapper {
    bottom: 20px;
  }
}

@media Screen and (min-width: 1200px) {
  h2 {
    font-size: 4rem;
  }
}

footer.sitefooter .white-line .text-md-left .logowrap {
  text-align: left;
}

@media Screen and (max-width: 550px) {
  .siteimage .page-intro-text h1 {
    word-wrap: normal;
    hyphens: auto;
  }
}

.form-control:focus {
  border-color: #b39048;
}

/**** Auskommentieren Team-All Link****/
a.teammate-small.biglink:link {
  display: none;
}
