.header-logo {
box-shadow: 0px 15px 35px 0px rgba(0,0,0,0.5)!important;
} .raum3-fullscreen-btn {
padding:10px 25px 10px 25px;
color:white;
font-weight:700;
letter-spacing:1px;
background-color:#b00930;
border-radius:25px;
}
.raum3-fullscreen-btn:hover {
cursor:pointer;
transition:background-color 0.3s ease;
background-color:#0c0d0e;
box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.5);
} @media only screen and (min-width: 1000px) {
#header [data-items="primary"] {
align-items: start!important;
}
}
@media only screen and (max-width: 999px) {
.ct-container-fluid [data-items="primary"] {
align-items: start!important;
}
}
@media only screen and (max-width: 700px) {
.ct-container-fluid [data-items="primary"] {
align-items: start!important;
}
} @media only screen and (max-width: 999px) { 
img.wp-image-843 {
max-width:100px!important;
}
}
@media only screen and (max-width: 700px) { 
img.wp-image-843 {
max-width:60px!important;
}
} @media only screen and (min-width: 1000px) { 
.ct-header [data-row*="top"] {
height:350px!important;
}
} @media only screen and (max-width: 999px) { 
.ct-header [data-row*="bottom"] {
height:350px!important;
}
} @media only screen and (max-width: 700px) { 
.ct-header [data-row*="bottom"] {
height:200px!important;
}
}