@charset "UTF-8";
/* CSS Document */

/*======================================================
KSW
Stand:27.09.2018
Datei:stylesheet
Datum:27.09.2018
Autor: Anna Zellmann

	Aufbau: 1. Kalibrierung und Restauration
		    2. Allgemeine Styles
		    3. Styles für Layoutbereich
		    4. Sonstige Styles
			5. media queries
======================================================*/

/* ===================================
	     1. Kalibrierung und Restauration
	   =================================== */
html, body {
    height: 100%;
}

/* ===================================
	     2. Allgemeine Styles
	   =================================== */

.container-fluid{
    color: #636565;
    font-family: Helvetica, sans-serif;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.section-container{
    max-width: 1068px;
    margin: 0 auto;
    padding: 30px;
}

.section-content{
    max-width: 920px;
    padding-left: 216px;
}

h1{
    font-size: 4rem;
    font-weight: bold;
    color: #a12127;
    text-transform: uppercase;
}

h2 {
    font-size: 1rem;
    font-weight: bold;
}

h3 {
   font-size: 1.3rem;
   text-transform: uppercase;
   font-weight: normal;
}

h4 {
    font-size: 1rem;
    font-weight: bold;
}

a:link{
    text-decoration: none;
    color: #636565;
}

a:visited{
    text-decoration: none;
    color: #636565;
}

a:hover{
    text-decoration: none;
    color: #a12127;
}


/* ===================================
	     3. Styles für Layoutbereich
	   =================================== */


/*-- Header --*/

.logo img{
    max-width: 290px;
}

nav{
    width: 100%;
    font-size: 1.3rem;
    position: relative;
    background-color: white;
    z-index: 100;
}

header .header-head button{
    outline: none;
    border: none;
    background-color: white;
}

/*-- Menü --*/


nav .menu {
    max-width: 1068px;
    margin: 0 auto;
    padding:25px;
}

.menu  .menu-link:hover{
    background-color: #efeeee;
}

.menu-link a:hover{
    color: #636565;
}

.active.menu-link:hover{
    background-color: white;
}

.dropdown.menu-link:hover{
    background-color: #efeeee;
}

.underline{
    border-bottom: 1px solid #636565;
    padding: 5px;
    color: #636565;
}


.dropdown{
    overflow: hidden;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #efeeee;
    width: 738px;
    padding: 50px;
    left: 0;
    z-index: 1;
    margin-top: 4px;
}

.dropdown .underline:hover{
    color: white;
    background-color: #a12127;
}

.dropdown .underline:hover a{
    color: white;
}

.dropdown p{
    width: 165px;
    padding:5px;
}


.dropdown p:hover{
    color: #636565;
    background-color:  white;
}

.dropdown .dropdown-content.small{
    width: 472px;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.active{
    color: #a12127;
    font-weight: bold;
}

.sticky{
    position: fixed;
    top:0;
    background-color: rgba(253, 253, 253, 0.9);
    /*border-bottom: 1px solid #636565;*/
    box-shadow: 0 2px 5px darkgrey;
}

/* Sticky Menü Sprung*/
.sec-mt-80{
    margin-top: 80px;
}

/* mobile Menü*/


.burger-icon {
    color: #636565;
    font-size: 2rem;
    background-color: white;
}

.close-icon {
    color: #b3b3b1;
    margin-right: 15px;
    cursor: pointer;
    position: absolute;
    right: 0;
}


/*-- Grid 2 Spaltig --*/

.grid-2-sp div{
    margin: 20px 0;
}

/* Border Kontakt */
.kontakt-border {
    border-bottom: solid 1px #a12127;
}

/* Kontakt Red highlight */
.red {
    color: #a12127;
}

#content-download{
    margin: 50px;
    color: #626564;
    font-size: 20px;
    font-family:helvetica,arial, san-serif;
    line-height: 1.5em;
}


#button{
    max-width: 250px;
    background-color: #c52e25;
    color: white;
    padding: 15px;
    text-align:center;
    text-decoration: none;
    border-radius: 10px;
    display:block;
}

#button:hover{
    background-color: #626564;
    color: white;
}

#logo-small{
    max-width: 400px;
    margin:50px;
}

.downloads p{
    margin-bottom: 15px;
}

.downloads p a:link{
    color: #c52e25;
    text-decoration: underline;
}

.downloads p a:visited{
    color:#c52e25;
    text-decoration: underline;
}


.downloads p a:hover{
    color:  #626564;
    text-decoration: underline;
}

.stoerer{
    height: 110px;
}
.stoerer img{
    max-width: 200px;
    float: right;
    margin-bottom: 50px;
}

/*Gallerie*/

.image-container{
    height: 285px;
    width: 100%;
    background-size: cover;
}

/* Footer */

.pointer{
    cursor: pointer;
}



/* ===================================
	     4. Sonstige Styles
	   =================================== */

.gap-100{
    height:100px;
}

.gap-80{
    height:80px;
}

.gap-50{
    height:50px;
}

.mb-55{
    margin-bottom: 55px;
}

.fluid-pix{
    width: 100vw;
    height: auto;
    display: block;
}


/* ===================================
	     5. media queries
	   =================================== */
@media screen and (max-width: 576px) {
    body h1{
        font-size: 2.1rem;
    }

    .mb-55{
        margin-bottom: 26px;
    }

    .footer-head{
        padding: 24px;
        max-width: 240px;
    }

    /* mobile Menü*/

    .burger-icon {
        font-size: 1.5rem;
    }

    .container-fluid header{
        padding-top: 87px;
    }

    ul.breadcrumb-nav li {
        font-size: 1rem;
    }

    .maps{
    padding-bottom: 40%;
}

    .acc-head{
        font-size: 1rem;
    }

    .acc-head .fas {
        font-size: 20px;
    }


}

@media screen and (max-width: 768px) {
    .gap-100{
        height: 50px;
    }

    .gap-80{
        height: 20px;
    }

    .breadcrumb-nav{
        padding-left: 0;
    }


    .section-content{
        padding-left: 0;
    }

    /* Sticky Menü Sprung*/
    .sec-mt-80{
        margin-top: 0;
    }

    .header-head{
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0;
        z-index: 100;
    }

    header{
        padding-top: 94px;
    }

    footer{
        padding-top: 30px;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .footer-contente{
        padding-left: 30px;
    }

    .footer-mobile-gap{
        height: 182px;
    }

    ul.breadcrumb-nav li {
        font-size: 1rem;
    }

}

@media screen and (max-width: 992px) {
    nav{
        font-size: 1.1rem;
    }

    ul.breadcrumb-nav li {
        font-size: 1.1rem;
    }

    /* Dropdown content (hidden by default) */
    .dropdown-content {
        width: 613px;
    }

    h3 {
        font-size: 1.1rem;
    }

    .ref-list{
        font-size: 1.1rem;
    }
}

