@charset "utf-8";
/* CSS Document */
/* Header */
img#header {
    margin-left:0.7%;
    margin-right:3.05%;
    width:96.25%;
}
img#Untertitel {
    margin-left:0.7%;
    margin-right:3.05%;
    width:96.25%;
}
/*Ende Header */




/*Footer*/ 
body{display:flex; min-height:100vh; flex-direction:column}
#footer{flex:1}
ul#footer {
    position:absolute;
    margin-left: 0.7%;
    margin-right: 3.05%;
    margin-bottom:0.7%;
    margin-top:0.7%;
    width:96.25%;
    background-color: #ED252B;
    box-shadow: 6px 6px 20px hsla(300,15%,25%,0.3)  inset;
    text-align:center;
}
ul#footer li {
    display: inline; 
    margin:0;
    list-style-type: none;
    color: black;
    font-size: 0.5em;
    text-decoration: none;
}
ul#footer a {
    color:white; 
}
ul#footer a:hover {
    color:white;
    text-shadow: 1px 1px 2px;
    text-decoration:none;
}
ul#footer a:link {
    color:ghostwhite;
}
/*Anfahrt */
div#map {
    margin-left:0.7%;
    margin-top:0.7%;
    margin-bottom:0.7%;
}
h3#Standort {
    margin-left: 0.7%;
    margin-right:3.05%;
    border-bottom:inset;
    border-widt:96.25%;
    border-bottom-color:#ED252B;
    font-family:"BernardMTStd-Condensed";
    
}
/*Kontakt*/
h3#Kontakt {
    margin-left: 0.7%;
    margin-right:3.05%;
    border-bottom:inset;
    border-widt:96.25%;
    border-bottom-color:#ED252B;
    font-family:"BernardMTStd-Condensed";
    
}
section#bau {
    float:left;
    margin-left: 10%;
    margin-right: 5%;
    margin-bottom:2%;
    }
section#bau h4 {
    text-decoration-line:underline;
    text-decoration-color:#ED252B;
    font-family:"BernardMTStd-Condensed";
    
}
section#con {
    margin-bottom:2%;
    margin-left:10%;
    margin-bottom:2%;
}
section#con h4 {
    text-decoration-line:underline;
    text-decoration-color:#ED252B;
    font-family:"BernardMTStd-Condensed";
    
}
#slideshow h5 {
    text-align:center;     text-decoration-line:underline;
    text-decoration-color:#ED252B;
    font-family:"BernardMTStd-Condensed";
    
}
.index_link {
    color:#ED252B;    
}

.index_link:hover {
    text-shadow:0.5px 0.5px 1.5px black;
    text-decoration:none;
    color:#ED252B;
}
.vorsicht {
    position:relative;
    right:50px;
    left:50px;
    max-width:10em;
    max-height:10em;
}
.hallo li:nth-child(odd){
    list-style:url("Y.svg") circle;
}
.hallo li:nth-child(even){
    list-style:url("X.svg") circle;
}
.zunft  {
    position:absolute;
    top:200px;
    right:10px;
    width:200px;
    height:200px;
    opacity:0.3;    
}

#Impressum {
    text-align:center;
}
/*Stellen*/
.stellen {
    margin-left:0.7%;
    margin-right:3.05%;
}
h1.stellen {
	text-decoration-line:underline;
    text-decoration-color:#ED252B;
    font-family:"BernardMTStd-Condensed";    
}
article.stellen h4 {
    font-family:"SegoeScript";
}
#helfer{
    max-height:200px;
}
#maurer {
    max-height:200px;
}
#ausbildung{
    max-height:200px;
}
/*Stellen*/
section.ausbildung{
    margin: 0.7% 3.05% 0.7% 1.4%;
}
section.ausbildung h4 {
    text-decoration-line:underline;
    text-decoration-color:#ED252B;
    font-family:"SegoeScript";  
}
section.ausbildung a {
    color:#ED252B;  
}
section.ausbildung a:hover {
    text-shadow:0.5px 0.5px 1.5px black;
    text-decoration:none;
    color:#ED252B;
}
p.Adresse {
    text-decoration:underline #ED252B;
    font-weight:bold;
}


