@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

.html, body {
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color: #222; 
}
.wrapper{
  width: 100%;
  align-items: stretch;
}
.navbar {
  padding: .8rem;
  background-color: #dee4ed;
}
.navbar-nav li {
  padding-right: 20px;
}
.nav-link {
  font-size: 1.2em !important;
}
/* Navbar dropdown links*/
.sub-menu-heading {
    padding-left: 10px;
}


/* Navbar color of dropdown links on hover */
.dropdown-menu a:hover {
    background-color: #ddd;
}




/*Sidebar*/
.sidebar {
    background: #fff;
    color: #000;
    transition: all 0.3s;
}

#sidebar a {
    padding: 8px 100px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
   
    
}
.sidebar {
    text-align: left;
}


.list-group-item-success {
    background-color: #dee4ed;
    
}

.list-group .list-group-item:hover {
    background-color: #748643;
    color: #fff
}


.list-group-item-secondary {
    background-color: #fff;
    padding-left: 40px;
}



.list-group a {
    font-size: 1.2rem;
    color: #336696;
}


.list-group-item a {
    font-size: 10rem;
    color: #336696;
}



.head {
    color: #656565;
    font-size: 1.5rem;
}

.list-group-item-main a {
    font-size: 1.9rem;
    color: #336696;
}


.col-xs-12 {
  background-color: #ffffff; 
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.carousel-caption {
  right: 5%;
  text-align: center;
  background-color: #336696;
  max-width: 600px;
  left: auto;
  padding: 5px;  
}

.carousel-caption p {
  font-size: 150%;
  font-weight: 100%;
  text-shadow: 1px 1px 1px #000;
}


.btn-primary {
    background-color: #336696;
    border: 1px solid rgba(0, 0, 0, 0.125);
    font-size: 1.2rem;
    color: #ffffff;
}

.btn-primary:hover {
        z-index: 1;
        background-color: #748643;
        color: #fff
}

.form-group:has-error {
        border-color: #ff0000;


}

.display-5 {
  color: #336696;
}

.font-blue {
  color: #336696;
}

.sidebar-sidebar {
  font-size: 15px;
}

.h2 {
  text-align: left;
}

.kontakt-information {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

.jumbotron {
  padding: 1rem;
  border-radius: 10px;
  font-size: 120%;
  text-align: justify;
}

.padding {
  padding-bottom: 1rem;
}
.welcome {
  width: 75%;
  margin: 0 auto;
  padding-top: 1rem;
}
.welcome hr {
  border-top: 2px solid #fff;
  width: 100%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

.fa-bullseye {
    color: #336696;
}
.fa-address-card {
    color: #336696;
}
.fa-ad {
    color: #336696;
}

.card-img-top {
    width: 70%;
    margin: 1rem;
    font-size: 3em;
    
}

.card {
  marging-left: 0.1rem;
}




.moduls {
  margin: 1rem;
}

.i-funktion button {
  margin-bottom: 1rem;
}



.fa-bullseye, .fa-address-card, .fa-ad {
    font-size: 3em;
    margin: 1rem;
}
.fun {
  width: 100%;
  margin-bottom: 2rem;
}
.gif {
  max-width: 100%;
}
.social a {
  font-size: 4.5em;
  padding: 3rem;
}
.fa-facebook {
  color: #3b5998;
}
.fa-twitter {
  color: #00aced;
}
.fa-google-plus-g {
  color: #dd4b39;
}
.fa-instagram {
  color: #517fa4
}
.fa-youtube {
  color: #bb0000
}
.fa-facebook:hover,
.fa-twitter:hover,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover {
  color: #d5d5d5;
}

/*Tab*/
.nav-tabs {
  font-size: 0.9em;
  background-color: #ffffff;
}
.nav-link {
  color: #336696;
}


.nav-link:hover {
  color: #748643;
}

footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
footer a {
  color: #d5d5d5;
}
hr.light100 {
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}


.info {
  background-color: #ffffff
}


.kontaktformular-container {
  background-color: #dee4ed; 
}

.kontaktformular-container-zwei {
  background-color: #748643;
}

.testcontainer { 
  background-color: #748643;
}

/*---Media Queries --*/

@media (max-width: 992px) {



.social a {
  font-size: 4em;
  padding: 2rem;
  }
}
@media (max-width: 768px) {
 

 .carousel-caption {
   top: 50%;
 }
.carousel-caption h1 {
  font-size: 350%;
} 
.carousel-caption h3 {
  font-size: 140%;
  font-weight: 400%;
  padding-bottom: .2rem;
}
.carousel-caption .btn {
  font-size: 95%;
  padding: 8px 14px;
}
.display-4 {
  font-size: 200%;
}
.social a {
  font-size: 2.5em;
  padding: 1.2rem;
}
}

@media (max-width: 576px) {


.carousel-caption {
   top: 40%;
 }
.carousel-caption h1 {
  font-size: 60%;
} 
.carousel-caption h3 {
  font-size: 110%;
}
.carousel-caption .display-2 {
  font-size: 60%;
}

.carousel-caption .btn {
  font-size: 70%;
  padding: 4px 8px;
}
.carousel-indicators {
  display: none;
}
.display-4 {
  font-size: 160%;
}
.social a {
  font-size: 2em;
  padding: 0.7rem;
}



}








/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/