/* === General === */
html, body{
    font-size: 16px;
    line-height: 1.5;
    color: rgba(102, 102, 102, 1); 
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
a{
    color: rgba(102, 102, 102, 1);
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.clearfix{
    clear: both;
}
h1, h2, h3, h4, h5, h6{
    color: rgba(55, 55, 55, 1);
    font-family: 'Big Shoulders', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.2;
}
ul{
    list-style: none;
}
/* === Footer === */
#main-footer{
    margin-top: 40px;
}
#main-footer > div{
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 15svw;
}
#main-footer > div > *{
    box-sizing: border-box;
    margin: 0 auto;
}

#main-footer ul{
    display: flex;
    margin:  0;
    padding: 0;
    gap: 20px;
    row-gap: 5px;
}

#et-footer-nav{
    background-color: rgba(102, 102, 102, 1);
}

#footer-bottom{
    background-color: rgba(34, 34, 34, 1);
    display: flex;
    justify-content: end;
    font-size: 32px;
}
#footer-bottom span{
    display: none;
}
#main-footer ul li a{
    color: rgba(187, 187, 187, 1); 
}
#main-footer ul li a:hover{
    color: rgba(241, 89, 33, 1);
}
/* === Content === */
#hero-image{
    background-color: rgba(102, 102, 102, 1);
    background-image: url('../images/schweisarbeiten_dach.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 80svh;
}
#hero-image #logo{
    bottom: 4em;
    right: 5svw;
    z-index: 1;
    width: 130px;
    height: auto;
}
#hero-image #logo img{
    display: block;
    width: 100%;
    height: auto;
}
#hero-image .headline{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(241, 89, 33, 1);
    bottom: 35%;
    text-transform: uppercase;
    padding: 20px 40px 20px 5svw;
    font-size: 2.5em;
    line-height: 0.4;
}
#hero-image .headline h1, #hero-image .headline h2{
    color: rgba(255, 255, 255,  1);
}
#hero-image .headline h2{
    font-weight: 300;
    font-size: 1.6em;
}
.claim{
    bottom: 4em; 
    left: 5svw;
    color: rgba(241, 89, 33, 1);
    text-shadow: 0px 0 5px rgb(10, 10, 10)
}
.content{
    padding: 0 15svw;
    box-sizing: border-box;
    margin: 5em auto 0;
}
.content > *:nth-child(1){
    margin-top: 0;
}
.content h2{
    font-size: 40px;
}
.content span.arrow{
    color: rgba(255, 255, 255, 1);
    background-color: rgba(102, 102, 102, 1);
    background: linear-gradient(to bottom, rgba(200, 200, 200, 1) 2%,rgba(102, 102, 102, 1) 50%, rgba(12, 12, 12, 1) 90%);
    border-radius: 4px;
    font-style: normal;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: space-between;
    line-height: 1;
    align-content: center;
    align-items: center;
    border: 1px solid rgba(102, 102, 102, 1);
    /* font-size: 50px; */
    margin-right: 5px;
    font-size: 12px;
}
.content span.arrow i{
    display: inline-block;
    font-style: normal;
    align-self: center;
    position: relative;
    padding: 3px;
    box-sizing: border-box;
}
.content ul{
    padding-left: 20px;
    margin: 0;
}
.content li{
    display: flex;
    align-items: center;
}
.contact{
    margin-top: 40px
}
.boilerplate{
    background: rgba(0, 0, 0, 0.17);
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    margin-top: 40px;
}