﻿/*
=========================================
=========================================

#netzwerkMit
Autor: Open|Source|Solutions

=========================================
========================================= */

/* 1. Allgemeine Einstellungen */
/* 2. Navigation */
/* 3. Footer */
/* 4. Hero - Section */


/* ===================== */
/* 1. Allgemeine Einstellungen: */
/* ===================== */

body {
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
}

/* Links */
/* ----- */
a,
i,
span {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover, a:focus,
i:hover,
i:focus,
span:hover,
span:focus {
  text-decoration: none;
}
a i {
  transition: none;
}
a {
  color: #f18817;
  text-decoration: none;
}
a:focus, a:hover {
  color: #f18817;
  text-decoration: underline;
}
strong {
  font-weight: bold;
}

/* Listen */
/* ------ */
ul {
  margin: 0;
  padding: 0;
}
li {
  margin-left:25px;

}
.main b, strong {
       /* font-weight: lighter; */
        color:#7d1451;
}
section {
  padding: 60px 0;
  overflow-x: hidden;
}
button,
input {
  outline: none !important;
  font-family: 'Roboto', sans-serif;
}
button {
  cursor: pointer;
}
main,
aside {
  padding: 50px 0 100px;
}

/* Seitenüberschriften */
/* ------------------ */

.page-ueberschrift {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.page-ueberschrift h1{
  color:#7d1451;
  font-weight:300;
}

.page-ueberschrift h3{
  color:#7d1451;
  font-weight:300;
  font-size:35px;
}

.animsition {
  z-index: 9999;
}
i[class*="icon-"] {
  transform: translateY(3px);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
}

.container-fluid {
  width: 100%;
}
h1, h2, h3, h4, h5, h6{
  margin-bottom: 0.5rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: inherit;
}

/* Buttons */
.btn {
  border-radius: 0 !important;
}
.btn {
  font-weight: normal;
  line-height: 1.25;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
}
.btn-primary {
  color: #fff;
  background-color: #eee;
  border-color: #ebd060;
  border-radius: 2px;
}
.btn-primary:hover {
  color: #ebd060;
  background-color: #fff;
  border-color: #ebd060;
}

/* General Media Query ------------------------------------- */
@media (max-width: 768px) {
  nav.navbar .search-btn {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}
@media (max-width: 576px) {
  nav.navbar .container {
    width: 100%;
  }
}

/*
* ==========================================================
*     NAVBAR
* ==========================================================
*/
.headerkontakt {
    position: absolute;
    top: 0px;
    right:10px;   
}
@media ( max-width: 800px){
   .headerkontakt {
      display:none;
   }
}
.headerkontaktLink {
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  font-size: 16px;
  margin-top:5px;
  margin-left: 20px;
  color:#fff;
  background-color:#00738C;
}
.headerkontaktLink:hover,.headerkontaktLink:focus  {
  color:#fff;
}

.navbar {
  background: #fff;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  z-index: 9998;
  border-bottom: 1px solid #FFB347;
box-shadow: rgba(99, 99, 99, 0.2) 0px 0px 8px 0px;
}

.navbar .search-btn {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #ddd;
  height: 20px;
  line-height: 20px;
  margin-top:30px;
}

.navbar .search-btn {
  color: #333;
  font-size: 0.9em;
}

@media(max-width:991px){
 .navbar .search-btn {
   display:none;
 }
}
.navbar .navbar-toggler {
  margin-top: 15px;
  padding-top:20px;
  padding-bottom:20px;
  background: #00458C;
}
.navbar .navbar-toggler span {
  width: 30px;
  height: 2px;
  background: #fff;
  margin-bottom: 4px;
  display: block;

}
.navbar .navbar-toggler:hover {
    background: #f18817;
}

.navbar .navbar-toggler span:last-of-type {
  margin-bottom: 0;
}
.navbar .navbar-toggler.active span {
  margin: 0;
}
.navbar .navbar-toggler.active span:first-of-type {
  transform: rotate(45deg) translate(3px);
}
.navbar .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.navbar .navbar-toggler.active span:last-of-type {
  transform: rotate(-45deg) translate(3px);
}

.navbar .navbar-nav a.nav-link {
  color: #00458C;
  margin: 20px 5px;
  font-size: 15px;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
  border-top: 4px solid transparent;
  padding-top:10px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  margin-bottom:-3px;
  margin-left:0px;
  margin-right:0px;
}

.navbar .navbar-nav a.nav-link:hover {
  transition:900ms ease;
  color: #f18817;
  border-top: 4px solid #f18817;
  
}

@media (max-width:991px){
 .navbar .navbar-nav a.nav-link {
    border:none;
    padding-top:15px;
    padding-bottom:15px;
    font-size:20px;
 }
 .navbar .navbar-nav a.nav-link:hover {
    border:none;
 }
}
.navbar .navbar-nav a.nav-link.active {
  color: #f18817;
}
.navbar-brand p{
  font-size:19px;
}
.navbar-brand img{
  width:250px;
  height:auto;
}
/* Nur Internet Explorer 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .navbar-brand img{
     width:350px;
     height:auto;
   } 
}

/* Navbar Media Query ------------------------------------- */
@media (max-width: 768px) {
  nav.navbar::after {
    width: 100%;
  }
  nav.navbar.active::after {
    width: calc(100% - 170px);
  }
  nav.navbar .search-area {
    font-size: 0.75em;
  }
}

@media(min-width:1199px){
 .scrolled{
   transition:6000ms ease;
   background:transparent;   
 }
}
.calltoaction {
  border: 1px solid #00738C;
  padding-left: 8px;
  padding-right: 8px;
  padding-top:5px;
  padding-bottom:5px;
  border-radius: 0px;
  font-size: 14px;
  margin-top:10px;
  color:#fff;
  background-color:#00738C;
}
.calltoaction:hover{
   text-decoration:none;
   background-color:#fff;
   color:#00738C;
   transition:900ms ease;
} 

a.dropdown-toggle {
  color: #00458C;
  margin: 20px 5px;
  font-size: 15px;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
  border-top: 4px solid transparent;
  padding-top:10px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  margin-bottom:-3px;
  margin-left:0px;
  margin-right:0px;
  text-decoration:none;
}
a.dropdown-toggle:hover {
  transition:900ms ease;
  color: #f18817;
  border-top: 4px solid #f18817;  
}
@media (max-width:991px){
 a.dropdown-toggle {
    border:none;
    padding-top:15px;
    padding-bottom:15px;
    font-size:20px;
 }
 a.dropdown-toggle:hover {
    border:none;
 }
}
.dropdown-menu {
  width:250px;
}
.dropdown-menu a{
   color:#00458C;
   font-size:17px;
   margin-top:15px;
   font-weight:500;
   text-decoration:none;
}
.dropdown-menu a:hover{
   color: #f18817;
}


/*==============================*/
/* 3. Footer */
/*==============================*/
footer.main-footer {
  background: #363839;
  padding: 50px 0 0;
  color: #fff;
  font-size:0.9em;
  border-top: 3px solid #f18817;
}
footer.main-footer h3{
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size:20px;
  color:#f18817;
  margin-bottom:20px;
}
footer.main-footer .contact-details p {
  font-weight: 300;
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  color:#9dbcbf;
  padding-bottom:4px;
}
footer.main-footer .contact-details a {
  text-decoration: underline;
  margin-bottom: 0;
}
footer.main-footer a {
  color: #9dbcbf;
  font-weight: 300;
  font-size: 16px;
  margin-bottom:10px;
}
footer.main-footer a:hover, footer.main-footer a:focus {
  color: #9bbd1c;
  text-decoration: none;
  border-bottom: 1px solid #9bbd1c;
  transition:900ms ease;
}
footer.main-footer ul {
  margin-right: 30px;
}
footer.main-footer .list-unstyled a {
  font-size: 0.9em;
}

footer.main-footer hr{
 border-color:#9dbcbf;
}

footer.main-footer .copyrights {
  background: #282a2b;
  margin-top: 20px;
  padding: 20px 0;
  font-size: 0.9em;
  color:#111;
}
footer.main-footer .copyrights * {
  margin-bottom: 0;
}
footer.main-footer .social-menu {
  margin-top: 20px;
}
footer.main-footer .social-menu li {
  padding: 0 5px;
}
footer.main-footer .date::after,
footer.main-footer .title::after {
  display: none !important;
}
footer.main-footer .btn-footer {
  color: #fff;
  background-color: #363839;
  border-color: #fff;
  border-radius: 2px;
  margin-top:30px;
}
footer.main-footer .btn-footer:hover {
  color: #363839;
  background-color: #fff;
  border-color: #363839;
}
@media(max-width:991px){
 .footercalltoaction {
     display:none;
 }
}
/* Footer Media Query ------------------------------------- */
@media (max-width: 768px) {
  footer.main-footer div[class*="col-"] {
    margin-bottom: 40px;
  }
  footer.main-footer div[class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
  footer.main-footer .copyrights div[class*="col-"] {
    margin-bottom: 20px;
    text-align: center !important;
  }
  footer.main-footer .copyrights div[class*="col-"]:last-of-type {
    margin-bottom: 0;
  }
}


/*
* ==========================================================
*    4. HERO SECTION
* ==========================================================
*/

p.text-hero {
  font-size: 1.2em;
}
p.text-hero i {
  font-size: 1.2em;
}
section.hero {
  margin-top:100px;
  padding:0;

}

section.hero .container {
  padding: 0px 0px;
  position: relative;
  
}
section.hero h1 {
  line-height: 1.2em;
  color:#fff;
  display:inline-block;
}
section.hero .continue {
  position: absolute;
  bottom: 80px;
  left: 20px;
  text-decoration: underline;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.0em;
  opacity: 1.0;
  background-color:#ea6c6e;
  padding:5px;
  
}

@media (max-width:768px){
  section.hero .continue {
    display:none;
  }
}


section.hero h4 {
  background:#fff;
  color:#7d1451;
  padding: 7px;

  text-align: center;
  opacity:0.7;
}


section.hero .continue i {
  margin-right: 5px;
}

/* Anfahrt & Kontakt & Parken */
/* ========================== */

@media(min-width:768px){
 .anfahrtssidebar {
   border-right: 1px solid #f18817;
 }
}
@media (max-width:767px){
  .anfahrtstext {
   border-top: 1px solid #f18817;
   padding-top: 25px;
   margin-top: 25px;
  }
}

.standorte {
   background:#eee;
   padding:10px;
   margin-right:5px;
   height:270px;
   width:100%;   
}

.blubb img {
  height:100px;
  width:auto;
}

/* Geschäftsadresse & Visuelles Büro */

.gaLink {
  width:100%;
  font-size:20px;
  padding-top:20px;
  border-radius:2px;
  padding-bottom:15px;
}
.gaAngebot {
  background:#9CBB0E;
  padding-top:30px;
  padding-bottom:30px;
  color:#fff;
  margin-top:100px;
}
.gaAngebotLink {
  margin-top:15px;
  font-size:20px;
  padding:10px 20px 7px 20px;
  border-radius:2px;
  background-color:#fff;
  color:#111;
}

/* Konferenzräume */
.konferenzbild {
  height:500px;
  position: relative;
}
.konferenztitel {
  position: absolute;
  top:250px;
  width:100%;
  color:#fff;
}
.konferenztitel h1, .konferenztitel i{
  font-size:60px;
}


/* Räume Übersicht */
.raumkachel {
  margin-top: 10px;
  margin-bottom:90px;
}
.raumkacheltext {
  height:150px; 
  padding-left:17px;
  padding-top:15px;
}
.raumkachellabel {
  font-size:18px;
  width:120px;
  color:#fff;
  background:#00458C; 
  padding:5px 10px 5px 17px;
  border-radius:20px;
}



