<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ag {
  width: 100%;
margin-top: 0;
margin-bottom: 0;
border: 0;
}
#ag .inner_wrapper {
width: 100%; max-width: 1400px; margin: 0 auto;
}
#ag .spalte, #ag .spalten {
min-height: auto;
}
#ag p, #ag ul, #ag h1, #ag h2, #ag h3, #ag h4, a, #ag .paragraph {
    font-family: "Noto Sans", sans-serif;
font-weight: 400;
    font-size: 15px;
    padding: 0 100px;
    line-height: 22px;
}	
#ag p { 
    padding-top: 20px; 
}    
#ag h1 { 
    font-size: 30px; 
    line-height: 37px; 
padding-top: 20px;
font-weight: 600;
}    
#ag h2 { 
    font-size: 23px; 
    line-height: 27px; 
    padding-top: 10px; 
} 
#ag h3 { 
    font-size: 21px; 
    line-height: 25px; 
    padding-top: 20px;
font-weight: 600;
}
#ag h4 { 
    font-size: 16px; 
    line-height: 25px; 
    padding-top: 0px;
padding-left: 0px;
font-weight: 400;
color: #ffffff;
}
#ag h3+p {
padding-top: 5px;
}
#ag a { 
    color: #000;	
    text-decoration:none;
transition: all .3s ease;
}
#ag a:hover { 
color: #000;
    text-decoration:underline;
transition: all .3s ease;
}
#ag ul { 
    padding-left: 16px;
list-style-type: square;
}
#ag li { 
    padding-left:4px; 
    padding-top:2px; 
}
#ag ul ul { 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-left: 15px;
}

/* Alternative UL

#ag ul { 
list-style-type: none;
}
#ag li { 
    padding-left:15px;
position: relative;
}
#ag li:before {
position: absolute;
top: 7px;
left: 1px;
content: "";
height: 3px;
width: 3px;
background-color: #000;
} 	
#ag ul ul { 
    padding-top: 0px; 
    padding-right: 0px; 
    padding-left: 0px;
}
*/

/* BUTTON settings */
#ag .btn-wp-wrap {
margin-top: 15px;
padding: 0 35px;
/* 	text-align: center; */
}
#ag .btn-wp {
display: inline-block;
background-color: #777;
padding: 10px 35px;
transition: all .3s ease;
}
#ag .btn-wp:hover {
background-color: #666;
box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .2);
transition: all .3s ease;
}
#ag .btn-wp p, #ag .btn-wp a {
padding: 0;
font-size: 15px;
line-height: 15px;
color: #fff;
font-weight: 400;
}	
#ag .intro {
padding-top: 10px;
}
#ag .logo_header {
background-color: #ffffff;
position: fixed;
z-index: 999;
border-bottom: solid 1px rgba(0,0,0,0.125);
height: 120px;
display: flex;
align-items: center;
}
#ag .logo_header img {
max-width: 180px;
width: 100%;
height: auto;
padding: 0px 100px;
}
#ag .header_img img {
width: 100%;
height: auto;
padding-top: 120px;
}
#ag ul.info_list {
list-style-type: none;
padding-left: 100px;
padding-top: 10px;			
}
#ag ul.info_list li {
position: relative;
    padding-left: 25px;
padding-right: 20px;
    margin-bottom: 10px;
display: inline-block;
}
#ag ul.info_list li:before {
content: "";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* notwendig fÃ¼r die Font Awesome Icons */
}
#ag ul.info_list li.map:before {
content: "\f3c5";
}
#ag ul.info_list li.clock:before {
content: "\f017";
}
#ag ul.info_list li.briefcase:before {
content: "\f0b1";
}
#ag ul.info_list li.calender:before {
content: "\f274";
}
#ag .benefits {	
margin-top: 25px;
padding-top: 15px;
padding-bottom: 30px;
}
#ag .benefits h3 {
color: #ffffff;		
}
#ag .benefits p {
color: #ffffff;
}
#ag .benefits ul {
color: #ffffff;
padding-top: 20px;
}
#ag .benefits li::marker {
color: #ffffff;
}
#ag .benefits a {
color: #ffffff;
}
#ag .benefits_list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
#ag .benefits h4:before {
content: "";
    position: relative;
    top: 0px;
right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#ag .benefits h4.rocket:before {
content: "\f135";
}		
#ag .benefits h4.subway:before {
content: "\f239";
}
#ag .benefits h4.futbol:before {
content: "\f1e3";
}
#ag .benefits h4.coffee:before {
content: "\f0f4";
}
#ag .benefits h4.percent:before {
content: "\f295";
}
#ag .benefits h4.heartbeat:before {
content: "\f21e";
}
#ag .benefits h4.train:before {
content: "\f238";
}
#ag .benefits h4.users:before {
content: "\f0c0";
}
#ag .contact {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
padding-top: 25px;
padding-bottom: 30px;
}
#ag .contact p {
padding-left: 25px;
}
#ag .contact_img {
padding-left: 100px;
}
#ag .contact_img img {
height: 175px;
width: 175px;
object-fit: cover;
object-position: center 33%;
border-radius: 5000px;
}
#ag a.apply_btn {
color: #ffffff;
border-radius: 5px;
padding: 10px 65px;
margin-left: 100px;
font-weight: 600;
}
#ag a.apply_btn:hover {
background-color: #841214;
text-decoration: none;
}
#ag .footer {
margin-top: 35px;
height: 100px;
display: flex;
align-items: center;
justify-content: flex-start;
flex-direction: row;
width: 100%;
}
#ag a.social {
color: #ffffff;
padding: 0px 10px;
}
#ag .social_icons {
padding-left: 90px;
padding-right: 90px;
}
#ag .social_icons i {
font-size: 20px;
}

#ag .benefits_wrapper_flex {
display: flex; flex-direction: row; padding-top: 15px;
}

#ag .benefits_inner_wrapper {
display: flex; flex-direction: row; justify-content: flex-start; align-items: center; padding-left: 90px; width: 40%; max-width: 700px; padding-top: 15px;
}
#ag .benefits_icon {
width: 45px;
display: flex;
justify-content: center;
}
#ag .benefits_icon i {
color: #fff; font-size: 20px;
}
#ag p.contact_name {
text-align: left;
padding-top: 0px;
}
#ag .benefits_text {
  color: #ffffff; padding-top:20px;
}



@media screen and (max-width: 1024px) { 
#ag p, #ag h1, #ag h2, #ag h3, #ag h4, a {
    padding-left: 35px;
padding-right: 35px;
}
#ag .header_img img {
    padding-top: 105px;
    }

#ag ul {
    padding-left: 20px;
    padding-right: 20px;
}
#ag .logo_header img {
max-width: 130px;
padding: 0px 35px;
}		
#ag ul.info_list li {
display:block;
}
#ag ul.info_list {
padding-left: 37px;
}
#ag .paragraph {
  padding: 0 35px;
}
#ag .benefits_list {
padding-left: 12px;
}
#ag .contact_img {
padding-left: 35px;
}
#ag a.apply_btn {
margin-left: 35px;
}
#ag .social_icons {
padding-left: 30px;
padding-right: 30px;
}
#ag .zwoelf-s { width: 100%; min-width: 100%; }
#ag .benefits_inner_wrapper {
padding-left: 35px; width: 100%; padding-top: 15px;
}
#ag .benefits_wrapper_flex {
flex-wrap: wrap; padding-top: 0px;
}
#ag h4 {
padding-left: 10px;
}
#ag .benefits_text {
   padding-top:20px;
  }

}
@media screen and (max-width: 480px) { 

#ag .contact {
flex-direction: column;
justify-content: center;
}
#ag .header_img img {
    padding-top: 57px;
    }
#ag .contact_img {
padding-left: 0px;
}
#ag p.contact_name {
text-align: center;
padding-top: 15px;
}
#ag a.apply_btn {
position: fixed;
bottom: 0;
width: 100%;
z-index: 1;
margin: 0;
text-align: center;
padding: 15px 0;
}
#ag .footer {
padding-bottom: 50px;
width: 100%;
margin-top: 0;
}
#ag .header_img {
padding-top: 50px;
}
#ag .paragraph {
    padding: 0 35px;
  }
#ag .benefits_text {
     padding-top:20px;
  }  
}</pre></body></html>