@charset "utf-8";
/* CSS Document */

.multi_bg_example {
background-image: url(../images/hg_simson_logo2.svg) , linear-gradient(#37f, #38f, #37f);
background-repeat: no-repeat, no-repeat;
background-position: center; background-size: contain
 } 
html {
height : 100%; 
max-height : 100%; 
padding : 0; 
margin : 0; 
border : 0; 
font-family : arial; 
font-size : 1.8vh; 
color : #fff; 
} 

#inhalt {
position:absolute;
top:0.1vh;/*88px;*/
left:0.1vw;/*200px;*/
right:0.1vw;
bottom:0.1vh;/*35px;*/
overflow:auto;
}

img {
border-style : none; 
margin : 0; 
} 

body {
color : #fff; 
font-family : "arial", sans-serif; 
font-size : 2.08vh; 
border-style : none; 
margin-top : 3.2vh; 
padding : 0; 
} 

hr {
background-color:#fff;
border-style:none;
border-width:0;
padding:0.128vw;/*0.5px;*/
} 

table {}

td {
border-style : solid; 
border-color : #fff; 
border-width : 0.13vh; 
padding : 0.6vh; 
} 

h1 {
font-size : 3.125vh; 
} 
h2 {
font-size : 2.34vh; 
} 
h3 {
font-size : 2.08vh; 
} 

a.u1 {
display : block; 
/*background-color : #29f; */
color : #fff; 
border-radius : 0;
} 

a.u1:focus {
background-color : #3bf; 
color : #fff; 
} 
a.u1:hover {
background-color : #fff; 
color : #36f; 
} 

a.u2 {
color : #fff; 
} 
a.u2:focus {
background-color : #3bf; 
color : #fff; 
} 
a.u2:hover {
background-color : #fff; 
color : #36f; 
} 


.awo425s_img_0 {width:14.65vw;}
.awo425s_img_1 {width:19.53vw;}
.awo425s_img_2 {width:24.42vw;}
.awo425s_img_3 {width:29.30vw;}
.awo425s_img_4 {width:39.06vw;}



.hoverimage_01 img{width:4.0vh;opacity:0.8;/*transition: 1s ease;*/}
.hoverimage_01 img:hover{width:4.0vh;transform: scale(1.1);opacity:1.0;filter: contrast(1.25);
/*filter: brightness(0.9);*/
/*filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.7));*/
/*filter: hue-rotate(-30deg);*/
/*filter: invert(1);*/
/*filter: saturate(0.75);*/
/*filter: sepia(1) hue-rotate(120deg);*/
/*filter: sepia(.9) hue-rotate(280deg) blur(2px);*/
/*filter: brightness(0.9) contrast(0.9);*/
/*transition: 0.05s ease;*/
}


.flex-container {
display:flex;
justify-content:center;
align-items:center;
}

