html {
    background-color: #ccc;
    scroll-behavior: smooth;
}

body {
    font-family: montebororegular, sans-serif;
    font-size: 1.1rem;
	color: #000000;
	background-color: #ccc;
}
h2, h5 {
    font-family: montebororegular, sans-serif;
    font-weight: bold;
}

.img-box img {
  width: 100%;
}

.whitescreen-6 {
    background: #fff6;
}

/* .indent-red-screen-6 { */
.violetscreen-a {
    background: #543e52aa;
}

.z-overlay {
    z-index: 110;
    position: relative;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
  /* text-transform: uppercase; */
}

.heading_container h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 55px;
  height: 5px;
  /* background-color: #99ffb7; Indentfarbe Balken Mint */
  background-color: #d6ff99;   /* Indentfarbe Balken Limone */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.corporate-white .heading_container h2::before {
  background-color: #c47d70;  /* Indentfarbe hellrot, leicht gedeckt */
}

.spacious-text h2, .spacious-text img {
  margin-top: 35px;
  margin-bottom: 35px;
}

.spacious-text p {
  margin-top: 25px;
  margin-bottom: 25px;
}


.white-text{
  color: #ffffff;
}


.opener_area, .closing_section, .overlay_section {
  background-image: url(../images/wssrlfr1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

@media (max-width: 1600px) {
  .opener_area, .closing_section, .overlay_section, .info_section {
    background-image: url(../images/wssrlfr1opt.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }
}

@media (min-width: 1200px) {
    p {
        font-size: 1.05em;
    }
}

.corporate-white {
  background-image: url(../images/wssrlfr-corporate-white.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #5a5770;
}

@media (max-width: 1600px) {
  .corporate-white {
    background-image: url(../images/wssrlfr-corporate-white-opt.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }
}

.corporate-white h3 {
    margin-top: 1.2em;
    margin-bottom: 0.8em;
}

.corporate-white a {
    color: #c86049;   /* Indentfarbe Link f. hellen HG */
    font-family: monteboromedium, sans-serif;
}

.corporate-white .he-emph {
    font-family: monteboromedium, sans-serif;
    font-weight: bold;
}


/* header section */
.opener_area {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.opener_area.zero {
  height: 0;
}

.opener_area.one_third {
  height: 35vh;
}

.opener_area.sixtyvh {
  height: 60vh;
}

.opener_area.two_thirds {
  height: 73vh;
}

.sub_page .opener_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.opener_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  margin: 10px 30px;
  padding: 0;
  padding-bottom: 3px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  /* color: #514c74; */
  color: #fff;
  font-family: montebororegular, sans-serif;
  text-shadow: 0 0 6px #d9bfadde;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active a::after, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover a::after {
  display: block;
  background-color: #f6a495;    /* Indentfarbe Linkrahmen */
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.navbar-brand span {
  font-size: 28px;
  font-family: monteborosemibold;
  color: #f6a495;
  position: relative;
  z-index: 3;
}

.navbar-brand img {
  height: 2.3em;
  margin-left:0.5em;
  z-index: 3;
}

@media (max-width: 992px ) {
    #keyword-item-01 {
        left: 15vw;
        top: 20vh;
    }
    #keyword-item-02 {
        left: 35vw;
        top: 35vh;
    }
    .navbar-brand img {
        height: 40px;
        margin-left:0.5em;
        z-index: 3;
    }
}

.custom_nav-container {
  z-index: 100;
  padding: 8px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/* end header section */

.minimal-centred-text {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.komm-item-header {
  padding-bottom: 0.9em;
}

/* Grafische Medien Section */

.grmed_section {
  position: relative;
  z-index: 110;
  background-color: #27223f;
  color: #ffffff;
  background-image: url(../images/craye-color.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
}

.grmed_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* Interdisc Section */

.interdisc_section {
  position: relative;
  z-index: 110;
  background-image: url(../images/flcht1.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
  min-height: 100vh;
}

.interdisc_section p {
  margin-top: 35px;
}

.interdisc_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.interdisc_section .btn-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.about_section {
  position: relative;
  z-index: 110;
  background-image: url(../images/ueber_hg.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #ffffff;
  text-align: center;
  min-height: 100vh;
  background-position-x: right;
  padding-top: 35px;
  padding-bottom: 35px;
}

.legal_section {
    background: #787878;
    color: #ddd;
}

.legal_section h3 {
    font-size: 1.3rem;
}

.legal_section a {
    color: #fff;
    margin: 0;
    text-align: right;
}

.legal_section a:hover, .footer_section a:focus {
    color: #fff;
    margin: 0;
    border-bottom: 2px solid #cbd4ff;
}

.legal_section h1, .legal_section h2, .legal_section h3 {
    font-family: monteboromedium, sans-serif-bold;
}

.legal_section h1 {
    margin-top: 45px;
    margin-bottom: 40px;
}

.legal_section h2 {
    margin-top: 35px;
    margin-bottom: 30px;
}

.legal_section h3 {
    margin-top: 30px;
    margin-bottom: 25px;
}

.min-vh-100 {
  min-height: 100vh;
}

.section-minsize {
  min-height: 40vh;
  padding-top: 55px;
  padding-bottom: 55px;
}

.grmed_section a {
    color: #fff;
    font-family: monteboromedium, sans-serif;
}

.grmed_section a:hover, .grmed_section a:focus
{
    margin: 0;
    border-bottom: 2px solid #99ffb7;
}

.info_items {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_items .item {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
}

.info_items .item {
  padding-top: 50px;
}

.info_items .item .detail-box {
  margin-top: 70px;
  color: #fff;
}

.info_items .img-box img {
  height: 80px;
  width: auto;
}

@media (max-width: 768px) {
  .info_items .img-box img {
    height: 50px;
    width: auto;
  }
  .info_items .item .img-box {
    width: 50px;
    height: 50px;
  }
  .info_items .item {
    padding-top: 30px;
  }
  .info_items .item .detail-box {
    margin-top: 50px;
    color: #fff;
  }
}

.info_items {
  position: relative;
}

.info_items a {
  position: relative;
}

.closing_section {
  height: 100vh;
}

.closing_section.onethird {
  height: 35vh;
}

/* footer section*/
.footer_section {
  background-color: #555;
  padding: 10px;
  font-family: montebororegular, sans-serif;
}

.footer_section p, a {
    color: #ddd;
    margin: 0;
    text-align: right;
}

.footer_section a:hover, .footer_section a:focus {
    color: #ddd;
    border-bottom: 2px solid #cbd4ff;
}

.footer_section span {
  padding: 0 15px;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */