.textnavigation{
width: 350px;
}
.textnavigation li{
padding-top: 25px;
padding-bottom: 25px;
border-top: 1px solid #fff;
padding-left: 0px;
}
.textmitnavigation-box .text-wrapper{
width: calc(100% - 350px);
padding-left: 50px;
}
.textmitnavigation-box .item-content{
display: flex;
flex-wrap: wrap;
}
.textmitnavigation-box .item-content .text{
width: calc(100% - 300px);	
padding-left: 50px;
}
.textnavigation li {
cursor: pointer;
opacity: 0.6;
transition: opacity 0.3s ease;
}
.text-wrapper .item {
display: none;
opacity: 0;
transition: opacity 0.3s ease;
}
.text-wrapper .item.active {
display: block;
opacity: 1;
}
.textnavigation li.active {
color: #B80E7F;
}
.textmitnavigation-box .image{
width: 300px;
}
.nav-logo{
width: 78px;
display: block;
padding-top: 10px;
padding-left: 20px;
position: relative;
z-index: 1;
background: #fff;
height: 50px;
position: fixed;
left: 0px;
top: 0px;
-webkit-mask-size: contain;
mask-size:contain;
-webkit-mask-position:  right bottom;
mask-position: right bottom;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
top: 10px;
}
#logo{
width: 140px;
display: block;
position: relative;
top: 20px;
left: 20px;
}
#logo img{
display: block;
width: 100%;
}
#logo_navigation_mobile{
display: none;
}
#logo_navigation{
width: 140px;
display: block;
position: absolute;
top: 20px;
left: 20px;
}
#logo_navigation img{
display: block;
width: 100%;
}
#logo-repsonsive{
width: 100px;
position: absolute;
top: 10px;
left: 10px;
display: block;
display: none;
}
#logo-repsonsive img{
width: 100%;
display: block;
}
h1.hyphens,
h2.hyphens,
h3.hyphens,
h4.hyphens,
h5.hyphens,
h6.hyphens{
hyphens: auto;
} #additional-top-menu{
display: flex;
flex-wrap: wrap;
align-items: center;
line-height: 100%;
border-bottom-right-radius: 10px;
border-top-left-radius: 10px;
padding-top: 20px;
justify-content: center;
}
#additional-top-menu ul li a{
font-weight: normal;
display: block;
line-height: 100%;
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
color: #fff;
font-weight: 600;
letter-spacing: 0px;
text-transform: uppercase;
letter-spacing: 4px;
}
#additional-top-menu ul li:last-child a{
border-right: none;
}
#additional-top-menu ul li a{
border-right: 1px solid #fff;
}
.toggle-menu {
right: 30px;
top: 30px;
width: 40px;
height: 25px;
position: absolute;
cursor: pointer;
transition: 0.5s;
}
.toggle-menu .stroke-1,
.toggle-menu .stroke-2,
.toggle-menu .stroke-3 {
height: 3px;
width: 100%;
background-color: #fff;
position: absolute;
transition: 0.5s;
border-radius: 9999px;
}
.toggle-menu .stroke-1 {	
top: 0px;
}
.toggle-menu .stroke-2 {	
top: 50%;
transform: translateY(-50%);
width: 80%;
}
.toggle-menu:hover .stroke-2{
width: 100%;
}
.toggle-menu .stroke-3 {
bottom: 0px;
}
.close{
color: #fff;
border: 3px solid #fff;
border-radius: 9999px;
padding: 10px;
line-height: 100%;
width: 40px;
height: 40px;
text-align: center;
text-shadow: 3px 3px rgba(0,0,0,1);
margin: auto auto;
cursor: pointer;
position: fixed;
margin-bottom: 20px;
right: 30px;
top: 20px;
display: none;
z-index: 1;
}
.close:after{
content: "";
display: block;
height: 50%;
width: 50%;
position: absolute;
background-color: #fff;
-webkit-mask-image: url(//ba-youniverse.de/wp-content/themes/flexawesomebygalano/images/close-nav.svg);
mask-image: url(//ba-youniverse.de/wp-content/themes/flexawesomebygalano/images/close-nav.svg);
-webkit-mask-size: 100%;
left: 50%;
top: 50%;
transform: translate(-50%, -50%); 
}
@keyframes rotateClose{
from {  transform: rotate(0deg);}
to   {  transform: rotate(270deg);}
}
.close.rotate{
animation-name: rotateClose;
animation-duration: 1s;
}
.close .close-content{
position: absolute;
left: 50%; 
top: 50%;
transform: translate(-50%, -50%);
text-indent: -9999px;
}
.primary-navigation-wrapper{
position: fixed;
width: 100%;
height: 100%;
left: 0px;
top: 0px;	
padding: 80px 50px;
overflow: scroll;
-ms-overflow-style: none; scrollbar-width: none; display: flex;
flex-wrap: wrap;
justify-content: center;
background-size: cover;
display: none; background: #B80E7F;
}
#primary-navigation ul li a{
display: block;
width: 100%;
text-align: left;
}
#primary-navigation ul li a:hover{
color: #000;
}
.primary-navigation-wrapper::-webkit-scrollbar{
display: none;
}
@keyframes sliderUpPrimary{
from {  top: 80px; }
to   {  top: 0px; }
}
@keyframes slideLeft{
from {  right: -50px; }
to   {  right: 0px; }
}
.primary-navigation-wrapper .primary-navigation-content{	
align-self: center;	
z-index: 1;
max-width: 680px;
margin: auto auto;
width: 100%;
}
.primary-navigation-wrapper .slideUp{
position: relative;
animation-name: sliderUpPrimary;
animation-duration: 1s;
}
#primary-navigation{
width: 100%;
}
#primary-navigation ul li{
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
position: relative;
display: flex;
flex-wrap: wrap;
border-bottom: 2px solid #fff;
}
#primary-navigation ul li li{
border-bottom: none;
}
#primary-navigation ul li a {
color: #fff;
padding-top: 22px;
padding-bottom: 22px;
line-height: 100%;
font-family: "SairaCondReg";
font-size: 30px;
letter-spacing: 1px;
color: #fff;
display: block;
line-height: 80%;
color: #fff;
letter-spacing: 2px;
color: #fff;
text-shadow: none;
padding-left: 0px !important;
}
#primary-navigation ul li li{
margin-bottom: 10px;
margin-top: 10px;
}
#primary-navigation ul li.current-menu-item a{
}
#primary-navigation  li.menu-item-has-children a{
flex-grow: 2;
text-align: left;
}
.lauftext-wrapper{
color: #fff;
position: absolute;
left: 180px;
width: calc(100% - 400px);
overflow: hidden;
white-space: nowrap;
top: 30px;
}
.lauftext {
display: inline-block;
padding-left: 100%;
animation: scroll 30s linear infinite;
font-family: SairaCondReg;
font-size: 22px;
}
@keyframes scroll {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
#phone-head{
position: absolute;
right: 100px;
top: 0px;
height: 80px;
color: #fff;
font-family: Cairo;
display: flex;
flex-wrap: wrap;
align-items: center;
line-height: 100%;
font-size: 20px;
letter-spacing: 1px;
padding-top: 5px;
}
#phone-head a{
color: #fff;
display: flex;
font-size: 16px;
line-height: 100%;
align-items: center;
}
#phone-head a:after{
content: "";
width: 40px;
height: 40px;
display: block;
background: #fff;
-webkit-mask-image:url(//ba-youniverse.de/wp-content/themes/flexawesomebygalano/images/phone-3.svg);
mask-image: url(//ba-youniverse.de/wp-content/themes/flexawesomebygalano/images/phone-3.svg);
-webkit-mask-position: center center;
mask-position: center center;
-webkit-mask-size: contain;
mask-size: contain;
margin-left: 10px;
}
#primary-navigation ul li .sub-menu{
width: 100%;
display: none;
margin-top: -20px;
padding-bottom: 10px;
}
.toggle-subemenu.active + .sub-menu{
display: flex !important;
flex-wrap: wrap !important;
}
#primary-navigation ul li .sub-menu a{
text-shadow: none;
padding: 6px 0 6px 0;
color: #fff;
text-shadow: none;
letter-spacing: 3px;
font-family: Cairo Light;
font-size: 20px;
-webkit-text-stroke: 0;
letter-spacing: 1px;
line-height: 120%;
}
#primary-navigation ul li .sub-menu a:after{
content: "//";
letter-spacing: -1px;
margin-right: 5px;
margin-left: 5px;
}
#primary-navigation ul li .sub-menu li:last-child a:after{
content: "";
}
@keyframes hoverLettersub{
0%  { letter-spacing: 5px; }
50% { letter-spacing: 3px; }
100% {  letter-spacing: 4px; }
}
#primary-navigation ul li .sub-menu li:last-child{
margin-bottom: 0px;
}
#primary-navigation .toggle-subemenu{
position: relative;
width: 30px;
height: 30px; top: 40px;
cursor: pointer;
}
@keyframes togglelinerotate{
from{height: 100%;}
to{height: 0;}
}
@keyframes fillline1{
from{height: 0%;}
to{height: 100%;}
}
@keyframes fillline2{
from{width: 0%;}
to{width: 100%;}
}
#primary-navigation .toggle-subemenu .line1{
position: absolute;
top: 50%;
left: 50%;
background: #fff;
width: 2px;
height: 90%;
transform: translate(-50%, -50%);
position: relative;
}
#primary-navigation .toggle-subemenu.active .line1{
animation: togglelinerotate 0.3s;
animation-fill-mode: forwards;
}
#primary-navigation .toggle-subemenu .line2{
position: absolute;
top: 50%;
left: 50%;
background: #fff;
height: 2px;
width: 90%;
transform: translate(-50%, -50%);
}
#primary-navigation .toggle-subemenu.active{
transform: rotate(-180deg);
}
.primary-navigation-call{
color: #fff;
text-align: center;
margin-top: 40px;
letter-spacing: 5px;
text-transform: uppercase;
}
.primary-navigation-call a{
color: #fff;
}
.primary-navigation-call a:hover{
color: #FF6700;
}
#top{
background: #222;
font-size: 14px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}
#top li{
display: inline-block;
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #fff;
line-height: 100%;
}
#top li:last-child{
border-right: none;
}
#top a{
color: #fff;
display: inline-block;
line-height: 100%;
letter-spacing: 2px;
text-transform: uppercase;
}
.content img{
border-radius: 10px;
}
#headnavigation{
height: 100px;
}
header#masthead {
padding: 0px;
position: fixed;
background: rgba(0,0,0,0.8);
z-index: 2000;
width: 100%;
top: 0px;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9000000', endColorstr='#00000000',GradientType=0 ); height: 80px;
}
header#masthead{
padding: 0px;
}
header#masthead .masthead-scroll-background{
width: 100%;
height: 100%;
bottom: 100%;
background: rgba(0,0,0,0.8);
position: absolute;
transition: all 0.3s;
}
header#masthead.sticky .masthead-scroll-background{
bottom: 0;
}
header#masthead.fixed {
position: fixed;
background: none;
}
header#masthead.sticky{
min-height: 80px;
}
.movecontainer{
margin-top: -130px;
}
.faq-box .item{
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #fff;
}
.social_media{
position: absolute;
top: 15px;
right: 90px;
display: flex;
flex-wrap: wrap;
width: auto;
}
.social_media a{
display: block;
width: 50px;
height: 50px;
mask-size: 35px;
mask-position: center center;
mask-repeat: no-repeat;
background: #fff;
transition: all 0.3s;
}
.social_media a:hover{
background: #B80E7F;
}
.aktuelles-box .item-content{
display: flex;
flex-wrap: wrap;
}
.aktuelles-box .item-content .image{
width: 400px;
}
.aktuelles-box .item-content .image img{
display: block;
width: 100%;
}
.aktuelles-box .item-content .text{
width: calc(100% - 400px);
}
.aktuelles-box .swiper-button-prev, 
.aktuelles-box .swiper-button-next{
position: relative;
width: 40px;
height: 40px;
display: block;
transform: none;
margin-top: 0px;
top: 0px;
left: 0px;
margin-left: 0px;
transform: inherit;
border: 1px solid #fff;
border-radius: 3px;
}
.aktuelles-box .swiper-button-prev:hover, 
.aktuelles-box .swiper-button-next:hover{
background: #fff;
}
.aktuelles-box .swiper-button-prev{
}
.aktuelles-box .swiper-button-next{
margin-left: 5px;
}
.aktuelles-box .swiper-button-wrapper{
display: flex;
flex-wrap: wrap;
position: absolute;
top: -60px;
right: 0px;
}
.aktuelles-box .swiper-button-next:after, 
.aktuelles-box .swiper-container-rtl .swiper-button-prev:after{
text-indent: -9999px;
display: block;
mask: url(//ba-youniverse.de/wp-content/themes/flexawesomebygalano/images/swiper-arrow-right.svg);
mask-size: 50%;
mask-repeat: no-repeat;
mask-position: center center;
width: 100%;
height: 100%;
display: block;
background-color: #fff;
}
.aktuelles-box .swiper-button-prev:after, 
.aktuelles-box .swiper-container-rtl .swiper-button-next:after{
text-indent: -9999px;
mask: url(//ba-youniverse.de/wp-content/themes/flexawesomebygalano/images/swiper-arrow-left.svg);
mask-size:  50%;
mask-repeat: no-repeat;
mask-position: center center;
width: 100%;
height: 100%;
display: block;
background-color: #fff;
}
.aktuelles-box .swiper-button-next:hover:after, 
.aktuelles-box .swiper-container-rtl .swiper-button-prev:hover:after,
.aktuelles-box .swiper-button-prev:hover:after, 
.aktuelles-box .swiper-container-rtl .swiper-button-next:hover:after{
background-color: #000;
}
.titlecontent.underscore:after{
content: "";
display: block;
height: 2px;
width: 50px;
background: #fff;
}
.team-box  .swiper-button-next:after,
.reviews-box  .swiper-button-next:after{
width: 50px;
height: 50px;
mask: url(//ba-youniverse.de/wp-content/themes/flexawesomebygalano/images/swiper-arrow-right.svg);
mask-size:  100%;
mask-repeat: no-repeat;
mask-position: center center;
background-color: #fff;
}
.team-box .swiper-button-prev:after,
.reviews-box .swiper-button-prev:after{
width: 50px;
height: 50px;
mask: url(//ba-youniverse.de/wp-content/themes/flexawesomebygalano/images/swiper-arrow-left.svg);
mask-size:  100%;
mask-repeat: no-repeat;
mask-position: center center;
background-color: #fff;
}
.team-box .content,
.reviews-box .content{
padding-left: 50px;
padding-right: 50px;
}
.reviews-box .swiper-wrapper{
padding-top: 50px;
}
.reviews-box .image {
margin-top: -50px !important;
}
#colophon #footer-navigation .menu-law-container #menu-law{
display: flex;
flex-wrap: wrap;
}
.wpcf7-radio label{
border: 1px solid #fff;
border-radius: 3px;
padding: 10px 20px 10px 10px;
}
.wpcf7-radio .wpcf7-list-item{
margin-right: 10px;
display: inline-block;
}
.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label{
text-transform: none;
}
.swiper-container-autoheight{
overflow: hidden;
}
h1.editor-post-title{
color: #000 !important;
}
.wpcf7-not-valid-tip{
font-size: 14px;
color: #000 !important;
}
.wpcf7 form .wpcf7-response-output{
margin-top: 0px;
}
.wpcf7-acceptance{
border-radius: 5px;
padding-bottom: 14px;
}
.wpcf7-acceptance .wpcf7-list-item{
display: block;
}
.wpcf7-acceptance .wpcf7-list-item-label{
margin-bottom: 0px;
}
.wpcf7-acceptance .wpcf7-list-item-label a{
display: inline-block;
padding-bottom: 2px;
border-bottom: 1px dashed #fff;
}
.wpcf7-acceptance .wpcf7-list-item-label a:hover{
color: #000 !important;
border-bottom: 1px dashed #000;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"]{
position: relative;
top: 3px;
border: none;
}
.break_on_laptop .image{
margin-bottom: 20px;
}
body section.hide{
display: none;
}
.wpcf7 form .wpcf7-response-output{
font-size: 16px;
line-height: 120%;
}
.button-fa{
cursor: pointer;
}
.section-content .wpcf7 input[type="submit"] {
cursor: pointer;
}
form .flex-wrap{
margin-left: 0 !important;
margin-right: 0 !important;
}
.footer-content{
display: flex;
justify-content: space-between;
font-size: 13px;
}
.signature{
color: #fff;
font-size: 13px;
padding-right: 15px;
}
.footer-content a:hover{
color: #B80E7F !important;
}
.flexibler-inhalt-box .social-item-wrapper{
display: flex;
}
.flexibler-inhalt-box .social-item-wrapper a{
display: block;
width: 35px;
height: 35px;
background: #fff;
margin-right: 12px;
mask-size: contain;
transition: all 0.3s;
}
.flexibler-inhalt-box .social-item-wrapper a:hover{
background: #000;
}
@media (max-width: 1024px){
.aktuelles-box .item-content .image{
width: 250px;
}
.aktuelles-box .item-content .text{
width: calc(100% - 250px);
}
header#masthead.sticky {
min-height: 60px;
}
header#masthead{
height: 70px;
}
.social_media{
top: 10px;
}
.toggle-menu{
top: 23px;
right: 25px;
}
.social_media{
right: 80px;
}
#logo{
top: 20px;
}
}
@media (max-width: 850px){
}
@media (max-width: 1024px){
#primary-navigation ul li a{
font-size: 25px;
}
.close{
width: 35px;
height: 35px;
top: 10px;
right: 22px;
}
.lauftext-wrapper{
left: 130px;
top: 15px;
width: calc(100% - 290px);
}
.lauftext{
font-size: 16px;
}
#logo-repsonsive{
top: 15px;
left: 15px;
}
#logo_navigation{
display: none;
}
#logo_navigation_mobile{
width: 100px;
position: absolute;
left: 15px;
top: 15px;
}
.toggle-menu{
top: 15px;
width: 30px;
}
header#masthead{
height: 60px;
}
#logo-repsonsive{
display: block;
}
#logo{
display: none;
}
.social_media{
top: 6px;
right: 70px;
}
.social_media a{
width: 40px;
height: 40px;
mask-size: 30px;
}
.primary-navigation-wrapper{
padding: 50px 30px;
}
}
@media (max-width: 720px){
.aktuelles-box .item-content .image{
width: 200px;
}
.aktuelles-box .item-content .text{
width: calc(100% - 200px);
}
}
@media screen and (max-width: 1024px){
.section-content{
padding-left: 30px;
padding-right: 30px;
}
}
@media (max-width: 650px){
.aktuelles-box .item-content .image{
width: 200px;
}
.aktuelles-box .item-content .text{
width: calc(100% - 200px);
}
}
@media (max-width: 600px){
.aktuelles-box .item-content{
padding-top: 20px !important; 
}
.aktuelles-box .item-content .image{
width: 100%;
max-width: 200px;
margin: auto auto;
}
.aktuelles-box .item-content .text{
width: calc(100%);
}
.aktuelles-box .text{
padding-left: 0px !important;
padding-right: 0px !important;
}
.aktuelles-box .content{
padding: 13px !important;
text-align: center;
}
form .width50{
width: calc(100%);
}
}
@media (max-width: 480px){
}