

#navbar_v4 *, #navbar_v4 *:before, #navbar_v4 *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


#navbar_v4 {
  z-index: 125;
  position: sticky;
  top:0px;
  height: 120px;
  background-color: #fff;
}

.menu {
  border: 0;
  max-height: 91px;
  float: left;
  width: 100%;
  text-align: center;
}

.desktop {
  font-size: 0;
  background: none;
  padding-left: 170px;
  padding-right: 170px;
  float: none;
	display: flex;
	justify-content: space-between;
}

.desktop li {
  border: 0;
  margin-left: 1px;
  margin-right: 30px;
  height: 90px;
  display: inline-block;
  float: none;
  list-style: none;
  padding: 0;
  position: relative;
}

.desktop li:nth-child(1) {
  margin-left: 30px;
}

.desktop li a {
  transition: all 300ms ease;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 20px;
  margin: 0 auto;
  text-transform: uppercase;
  display: inline-block;
  height: 90px;
  padding: 30px 1px;
  white-space:nowrap;
}

.desktop li.level2 a {
  padding: 23px 1px;
}

.desktop li a:hover { 
	background-color: #FFDB00; 
}


.menuImg {
  margin-right: 0!important;
  height: 90px!important;
	white-space:nowrap;
	float:right !important;
}

.desktop li img:hover {
  background-color: #FFDB00;
  border-radius: 25px;
  transition: background-color 0.2s linear;
}

.desktop img {
  display: inline;
  position: relative;
  width: 50px!important;
  height: 50px!important;
  top: 18px!important;
}

.svg {
  padding: 0!important;
  height: 0!important;
}

.svg img {
	vertical-align: unset;
}

#menu_icons {
	position:absolute;
	right:0px;
	top:0;
	padding-top:5px;
	padding-right: 5px;
	text-align: right;
}

#menu_icons img {
  width: 45px;
  height: 45px;
}

#menu_phone {
	text-align:center;
	font-size:18px;
}


#menu_icons.menu_icons_mobile #menu_phone {
	padding-right:20px;
}

#menu_icons.menu_icons_mobile {
	display: table;
	padding-top:22px;
	right:70px;
}

#menu_icons.menu_icons_mobile #reiseportal_icon {
	/*display: none;*/
}

#menu_icons.menu_icons_mobile * {
	vertical-align:middle;
	display:table-cell;
}
	

@media (max-width: 500px) {
	#menu_phone {
		display: none !important;
	}
}


.desktop .submenu {
  position: absolute;
  display: block;
  margin-top: 0;
  padding: 0;
  min-height: 100px;
  Xwidth: 232px;
  height: initial;
  visibility: hidden;
  text-align: left;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  -webkit-transition: transform 300ms ease, opacity 300ms ease;
  -moz-transition: transform 300ms ease, opacity 300ms ease;
  -ms-transition: transform 300ms ease, opacity 300ms ease;
  -o-transition: transform 300ms ease, opacity 300ms ease;
  transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
}

.desktop li a:hover + .submenu, .desktop li a + .submenu:hover {
  visibility: visible;
  opacity: 0.95;
  transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
}

.desktop .submenu li {
  border: 0;
  font-size: 0;
  line-height: 1;
  text-align: left;
  Xwidth: 232px;
  height: initial;
  margin: 0 auto;
}

li.level3 {
	width: 232px;
	
}

.desktop .submenu .submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  top: 0;
  Xwidth: 250px;
  background-color: rgba(255, 255, 255, 0.8);
}

.desktop .submenu .submenu li { 
	Xwidth: 250px; 
	float:left;
}

.desktop .submenu li a {
  text-transform: capitalize;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 45px;
  height: auto;
  border: 0;
  line-height: 1;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.desktop .submenu li a:hover {
  background-color: #FFDB00;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#openMenu {
  cursor: pointer;
  color: #000;
  position: fixed;
  top: 27px;
  /*left: 20px;*/
  right:20px;
  display: none;
}

.mobile {
  opacity: 0.95;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
  margin: 0 auto;
  overflow-y: hidden;
  transition: all 300ms ease;
  width: 300px;
  position: absolute;
  top: 90px;
  /*left: -300px;*/
  left: -300px;
  overflow:auto;
}

.menuBreaker_open {
  opacity: 0.97;
  display: block;
  /*left: 0px;*/
  left: 0px;
}

.mobile li { display: block; }

.mobile li a {
  padding: 12px 8px;
  display: block;
  color: #000;
  text-decoration: none;
}

.mobile li a:hover {
  color: #000;
  background-color: #FFDB00;
}

.overlay {
  cursor: pointer;
  width: 100%;
  height: calc(100% - 70px);
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index:99;
}
.burger1, .burger2, .burger3  {
  width: 35px;
  height: 5px;
  background-color: #000;
  margin: 6px 0;
  transition: 0.4s;
}

#openMenu.change {
	/*right:220px !important;*/
}

.change .burger1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change .burger2 {
  opacity: 0;
}

.change .burger3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}




.menubox_container {
  margin-left: 20px;
}

.menubox{
  border-radius: 5px 5px 0 0;
  box-shadow: 0px 3px 7px 2px rgba(0,0,0,0.28);
  margin: 20px 15px 10px 0;
  padding-left: 0;
  padding-right: 0;
}
.menuboxImg{
  background-size: cover;
  height: 200px!important;
  display: block;
  border-radius: 5px 5px 0 0;
}
.menuboxImgText{
  display: none;
}
.menuboxTitle{
  font-size: 14px!important;
  letter-spacing: 1px;
  background-color: #fff;
}
.menuboxTitle a{
  font-size: 14px!important;
  padding: 20px!important;
  padding-left: 0!important;
  padding-right: 0!important;
  text-transform: uppercase!important;
  text-align: center!important;

}


#logo {
	position:absolute;
	left:10px;
	top:0;
	width:170px;
	cursor:pointer;
	display:table-cell;
	height:100%;
	background-image: url(/templates/gruppen-2024/images/voyage_gruppenreisen_logo_550.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-origin: content-box;
	padding: 7px;
}


body.body-jugendreisen #logo {
	background-image: url(/templates/gruppen-2024/images/voyage_gruppenreisen_logo_550.png);
}

body.body-jugendreisen #logo.team {
	background-image: url(/templates/gruppen-2024/images/voyage_gruppenreisen_logo_550.png);
}

body.body-kinderreisen #logo {
	background-image: url(/templates/gruppen-2024/images/voyage_gruppenreisen_logo_550.png);
}

body.body-sprachreisen #logo {
	background-image: url(/templates/gruppen-2024/images/voyage_gruppenreisen_logo_550.png);
}

body.body-youngtravel #logo {
	background-image: url(/templates/gruppen-2024/images/voyage_gruppenreisen_logo_550.png);
}

body.body-beachtours #navbar_v4 {
  /* background: #1eaaff;*/
	background: #008fe6;
}

body.body-beachtours #menu_phone a {
	color:#fff;
}

body.body-beachtours #logo {
	background-image: url(/templates/go-2021/images/beachtours_01_weiss.png);
	width:260px;
	padding: 0 7px 2px 7px;
}

body.body-beachtours .menu {
	background: #008fe6;
}


body.body-beachtours .desktop li a:hover {
    background-color: #fdd23b;
}

body.body-beachtours .desktop .submenu li a {
	color:#000;
}

body.body-beachtours .desktop {
	padding-left: 275px;
}

body.body-beachtours .desktop li a {
	color:#fff;
}

@media (max-width:400px) {
	body.body-beachtours #logo {
		width: 180px;
		left:0px;
	}
	body.body-beachtours #menu_icons img {
		width:40px;
		height:40px;
	}
	body.body-beachtours #navbar_v4 {
		height:55px;
	}
	body.body-beachtours #menu_icons.menu_icons_mobile {
		right:50px;
	}
	body.body-beachtours #openMenu {
		top: 7px;
		right:10px;
	}
}


body.blau1 #logo {
	background-image: url(/templates/go-2021/images/beachtours_01_weiss.png);
	width:260px;
	padding: 0 7px 2px 7px;
}

body.blau1 .menu {
	background: #1eaaff;
}



body.blau2 #logo {
	background-image: url(/templates/go-2021/images/beachtours_02_weiss.png);
	width:260px;
	padding: 0 7px 2px 7px;
}

body.blau2 .menu {
	background: #0e6fb3;
}



body.blau3 #logo {
	background-image: url(/templates/go-2021/images/beachtours_03_weiss.png);
	width:260px;
	padding: 0 7px 2px 7px;
}

body.blau3 .menu {
	background: #008fe6;
}



body.blau4 #logo {
	background-image: url(/templates/go-2021/images/beachtours_04_weiss.png);
	width:260px;
	padding: 0 7px 2px 7px;
}

body.blau4 .menu {
	background: #0070c9;
}




body.weiss1 #logo {
	background-image: url(/templates/go-2021/images/beachtours_01_blau.png);
	width:260px;
	padding: 0 7px 2px 7px;
}

body.weiss1 .menu {
	background: #fff;
}

body.weiss1 .desktop li a {
	color:#000;
}



body.weiss2 #logo {
	background-image: url(/templates/go-2021/images/beachtours_02_blau.png);
	width:260px;
	padding: 0 7px 2px 7px;
}

body.weiss2 .menu {
	background: #fff;
}

body.weiss2 .desktop li a {
	color:#000;
}



body.weiss3 #logo {
	background-image: url(/templates/go-2021/images/beachtours_03_blau.png);
	width:260px;
	padding: 0 7px 2px 7px;
}

body.weiss3 .menu {
	background: #fff;
}

body.weiss3 .desktop li a {
	color:#000;
}



body.weiss4 #logo {
	background-image: url(/templates/go-2021/images/beachtours_04_blau.png);
	width:260px;
	padding: 0 7px 2px 7px;
}

body.weiss4 .menu {
	background: #fff;
}

body.weiss4 .desktop li a {
	color:#000;
}





@media (max-width: 1024px) {
	#navbar_v4 {
		height:65px;
	}
	.desktop {
		display:none;
		min-height:59px;
	}
	#openMenu {
		top: 12px;
	}
	.mobile {
		top: 60px;
	}
	#menu_icons.menu_icons_mobile {
    padding-top: 7px;
	}
}