/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

*, body, html { 
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

body,
html {
    width: 100%;
    height: 100%;
    font-size:18px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

li {
    margin-bottom: 10px;
}

.topnav {
    background: rgba(120, 128, 126, 0.95);
    font-size: 14px; 

}
.nav{
    color:f8f8f8;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.Slead {
    font-size: 16px;
    font-weight: 400;
}

.slead {
    font-size: 14px;
    font-weight: 400;
	color:#7c7c7c;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/final1.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 50%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3.5rem;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(min-width:768px) {
    #navMenu {
        text-align: center;
    }
    
}

@media(max-width:991px) {
    .intro-message > h1 {
        font-size: 2.5rem;
    }
    .intro-message > h3 {
        font-size: 1.2rem;
    }
}


@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 2.3rem;
    }
    .intro-message > h3 {
        font-size: 1.1rem;
    }
    .intro-message {
    padding-top: 2%;
    padding-bottom: 2%;
    }

    .intro-header {
        min-height:500px;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}


@media(max-width:639px) {
    .intro-message > h1 {
        font-size: 2rem;
    }
        .intro-message > h3 {
        font-size: 0.9rem;
    }
}


@media(max-width:570px) {

    .intro-message > h1 {
        font-size: 1.8rem;
    }
    .intro-message > h3 {
        margin-top:0.6rem;
        margin-bottom:0.4rem;
        font-size: 0.8rem;
    }

    .intro-divider {
        margin-top:0.5rem;
        margin-bottom:0.2rem;
    }

}



.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-section-c {
    padding: 50px 0;
    background-color: #dfdfdf;
}

.content-section-d {
    padding: 50px 0;
    background-color: #adadad;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner a {
    color: #f8f8f8;
    text-decoration: underline;
}

.banner a:hover,
        a:focus {
    color: #b7b7b7;
    text-decoration: underline;
}

.banner-b {
    padding: 100px 0;
    color: #f8f8f8;
    background: #808080;
    background-size: cover;
}

.banner-b h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner-b ul {
    margin-bottom: 0;
}

.banner-b a {
    color: #f8f8f8;
    text-decoration: underline;
}

.banner-b a:hover,
        a:focus {
  color: #b7b7b7;
  text-decoration: underline;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

button.navbar-toggle {
    border-color: transparent !important;
}

button.navbar-toggle:focus {
    background-color: transparent !important;
    border-color: #ddd !important;

}

a:focus {
    color:#337ab7 ;
}

/* Ab Hier eigene zusätzliche Klassen */

/* Aufzählung mit Bild bzw. Icon vorne und nebendran Text */
.imgTxtGrid {
    display:grid;
    grid-template-columns: 16.666% auto;
    row-gap: 10px;
}
/* div  für die linke spalte die das Bild enthält */
.imgTxtGrid_col1 {
    padding-left: 15px;
    padding-top:15px;
}

.footermenue a {
    text-decoration:none;
    margin-right: 1rem;
    font-size : 0.9rem;
}

/* Grid für Footer (links copyright, rechts Impressum+Datenschutz


@media (max-width: 767px) {
.imgTxtGrid_col1 {
    padding-left: 0px;
    padding-top:15px;
}

@media (max-width: 639px) {
.imgTxtGrid {
    display:grid;
    grid-template-columns: 100px auto;
    row-gap: 10px;
}

}


}
