@font-face {
  font-family: 'LondrinaShadow';
  src: url('../fonts/LondrinaShadow-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'MarvelScript';
  	src: url('../fonts/MarvelScript.ttf') format('truetype');
}
@font-face {
	font-family: 'MarvelScript two';
  	src: url('../fonts/MarvelScript2.woff2') format('truetype');
}
@font-face {
	font-family: 'Marvel-Regular';
  	src: url('../fonts/Marvel-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'DIN Condensed';
  	src: url('../fonts/DINCondensed-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'AmaticsSC';
  	src: url('../fonts/AmaticSC-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'AmaticsSC Bold';
  	src: url('../fonts/Amatic-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Myriad Pro Regular';
  	src: url('../fonts/MyriadPro Regular.ttf') format('truetype');
}
@font-face {
	  font-family: 'LondrinaShadow';
	  src: url('../fonts/LondrinaShadow-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-Black';
	  src: url('../fonts/Lato-Black.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-BlackItalic';
	  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-Bold';
	  src: url('../fonts/Lato-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-BoldItalic';
	  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-Hairline';
	  src: url('../fonts/Lato-Hairline.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-Heavy';
	  src: url('../fonts/Lato-Heavy.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-HeavyItalic';
	  src: url('../fonts/Lato-HeavyItalic.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-Italic';
	  src: url('../fonts/Lato-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-Light';
	  src: url('../fonts/Lato-Light.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-LightItalic';
	  src: url('../fonts/Lato-LightItalic.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-Medium';
	  src: url('../fonts/Lato-Medium.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-MediumItalic';
	  src: url('../fonts/Lato-MediumItalic.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-Regular';
	  src: url('../fonts/Lato-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-Semibold';
	  src: url('../fonts/Lato-Semibold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-SemiboldItalic';
	  src: url('../fonts/Lato-SemiboldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'Lato-Thin';
	  src: url('../fonts/Lato-Thin.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'PermanentMarker';
	  src: url('../fonts/PermanentMarker.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'IndieFlower';
	  src: url('../fonts/IndieFlower.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'EmilysCandy-Regular';
	  src: url('../fonts/EmilysCandy-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
	  font-family: 'SairaExtraCondensed-Regular';
	  src: url('../fonts/SairaExtraCondensed-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'go2oldwestern';
  src: url('../fonts/Go 2 Old Western.woff') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'saira-extracondensed-regular';
  src: url('../fonts/saira-extracondensed-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'verdana';
  src: url('../fonts/verdana.ttf') format('truetype'); /* Safari, Android, iOS */
}
.main_picture{
	display:inline-block;
	vertical-align: top;
	line-height: 0;
	border: 2px solid #eeeeee;
}
.main_image{
	border:10px solid white;
}
.main_content{
	display:inline-block;
	vertical-align:top;
	width: 500px;
    margin-left: 40px;
}
.main_title{
	font-family:go2oldwestern;
	font-size:53px;
	line-height: 48px;
}
.main_text{
	font-family:saira-extracondensed-regular;
	font-size:24px;
	line-height: 28px;
	text-align: justify;
	word-break: break-all;
	margin-top: 10px;
}
@media (min-width:1024px) and (max-width:1230px){
	.main_image{
		width:100%;
	}
	.main_picture{
		display:block;
		width:100%;
	}
	.main_content{
		width:auto;
		margin-left:0px;
		margin-top:50px;
	}
}
@media (min-width:768px) and ( max-width:1023px){
	.main_image{
		width:100%;
	}
	.main_picture{
		display:block;
	}
	.main_content{
		margin-left:0px;
		width:100%;
		margin-top:50px;
	}
}

.div_wunscherlebnis .angaben_zum_event_input{
	color:black !important;
}
.firmenkunden_firmenevents:hover{
	box-shadow: 1px 1px 5px;
}

.monster_riskiers{
	background: url(/wp-content/uploads/business/images/monster_riskiers.png);
}
.monster_riskiers:hover{
	/*background: url(/wp-content/uploads/business/images/entfessle_das_teammonster.png);*/
	filter:drop-shadow(0px 5px 5px rgba(0,0,0,0.5));
}


.pin_4{
	display:none;
}
.angaben_zum_event_part{
	position:relative;
}
.monster_riskiers2{
	background: url(/wp-content/uploads/business/images/monster_riskiers.png);
	background-size: 100%;
}
.monster_riskiers2{
	display:none;
}
.monster_riskiers2:hover{
	background: url(/wp-content/uploads/business/images/entfessle_das_teammonster.png);
	background-size:100%;
}
.sub_page1_die_sie_begeistern_werden{
	margin: 0px;
	display: inline-block;
	font-family: LondrinaShadow !important;
	font-weight: normal;
	color: #666666;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);
	background: url(/wp-content/uploads/business/images/napal.png);
	background-repeat: no-repeat;
	padding-left: 67px;
}

.sub_page1_text_content{
	font-family: Lato-Regular;
	background:white;
	color:black;
	padding: 7px 5px 10px 10px;
	margin-top: 10px;
	width: 1065px;
	font-size: 12.74px;
}
.sub_page1_wide_picture_region:hover{
	box-shadow: 1px 1px 5px;
}
.images_5_region{
	background: rgb(204,204,204);
	border:7px solid white;
}
.images_6_region{
	background: rgb(204,204,204);
	border:7px solid white;
}
.image_one_of_five_content{
	background:rgb(147,59,82);
	font-family: MarvelScript two;
	text-align: center;
	color: white;
}
.image_one_of_six_content{
	background:rgb(147,59,82);
	font-family: MarvelScript two;
	text-align: center;
	color: white;
}
.images_4_region{
	background: rgb(204,204,204);
	border:7px solid white;
}
.images_3_region{
	background: rgb(204,204,204);
	border:7px solid white;	
}
.image_one_of_three_content{
	background:rgb(147,59,82);
	font-family: MarvelScript two;
	text-align: center;
	color: white;
}
.image_one_of_four_content{
	background:rgb(147,59,82);
	font-family: MarvelScript two;
	text-align: center;
	color: white;
}
.line_girin_region{
	border: 7px solid white;
}
.coaching_region{
	border: 7px solid white;	
	margin-top:7px;
}
.responsive_coaching_region{
	border: 7px solid white;	
	display:none;
}
.wann_gruppen_region{
	border:7px solid white;
}
.responsive_wann_gruppen_region{
	border: 7px solid white;	
	display:none;
	margin-top:7px;
}
.coaching_bogen_region{
	border:7px solid white;
	margin-top:7px;
}
.responsive_coaching_bogen_region{
	border:7px solid white;
	display:none;
}

.archer_content_parent{
	background:rgb(254,200,200);
	margin-top: -3px;
	border: 7px solid white;
	border-top: 0px;
}
.archer_content_body li{
	list-style-type: none;
	color:black;
	font-family:DIN Condensed;
}
.archer_content_header{
	background: url(/wp-content/uploads/business/images/red_title_background.png) no-repeat;
	background-size: 100%;
	color:white;
	font-family: MarvelScript two;
}
.archer_picture{
	background:url(/wp-content/uploads/business/images/archer.png) no-repeat;
	background-size:100%;
	border:7px solid white;
	border-bottom: 0px;
}
.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_teams_gruppen{
	margin-bottom:7px;
}
.large_five_beer{
	border:7px solid white;
}
.three_star_picture{
	height:27px;
}
.card_region_inner{
	border:1px solid rgb(242,239,236);
	height: 100%;
	text-align:center;
}
.two_cakes_title{
	font-family: EmilysCandy-Regular;
	color:rgb(111,70,61);
	font-weight: bold;
	background: url(/wp-content/uploads/business/images/slide_logo_box.png) no-repeat;
}

.cat_dog_gobugi_bird_jiham_left_part{
	display: inline-block;
	vertical-align: top;
}
.firmenkunden_menu_content:hover{
	cursor:pointer;
}
.firmenkunden_menu_content_ul li:hover{
	/*background-color: rgb(222,222,222);*/
	/*border-bottom:2px solid #723f32;*/
}
.firmenkunden_menu_content_ul li{
	font-weight:lighter;
	/*border-bottom:2px solid #ffffff;*/
}
.firmenkunden_menu_content_ul{
	border-bottom:2px solid #723f32;
}
.haschild.second_child .firmenkunden_menu_content_ul{
	border-bottom:0px;
}
.firmenkunden_menu_content_ul li.haschild{
	padding:0px;
	margin:0px;
}
.firmenkunden_menu_content_ul li.haschild ul{
	margin:0px;
}

.alert_dialog{
	width:280px;
	text-align:center;
	background:rgb(248,242,216);
	position:fixed;
	z-index:1000000;
	border:2px solid rgb(105,105,105);
	border-radius:5px;
	display:none;
}
.alert_header{
	padding:10px;
	background:#f8e8d4 ;
}
.alert_footer{
	height:40px;
	background:#f1dbbd;
	border-top: 2px solid rgb(232,232,232);
}
.alert_content{
	margin:auto;
	color: black;
	font-size: 18px;
	font-family:MarvelScript two;
}
.alert_ok{
	width:50px;
	margin-top:7px;
	background: #723f32;
    border: 0px solid #723f32;
    color: white;
    font-family:'verdana', sans-serif !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.background_cover{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	z-index:100000;
	left: 0px;
	top: 0px;
	display:none;
}
.small_picture_button:hover{
	filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.6));
}		
.responsive_scroll_region{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	overflow-x: hidden;
	overflow-y: auto;
	background:rgba(0,0,0,0.4);
	display:none;
}
.large_dialog{
	width:430px;
	padding:20px;
	background:white;
	box-sizing: border-box;
	margin:30px auto;
	position:relative;

}
.large_dialog_inner{
	border: 1px solid #666666;
	background:rgb(251,252,247);
	box-sizing:border-box;
	text-align:center;
	width:100%;
}
.large_dialog_title{
	font-family: LondrinaShadow;
	font-size:40px;
	color:#333333 ;
	box-sizing: border-box;
	line-height: 60px;
	margin-top: 15px;
}
.large_dialog_sub_title{
	font-family: SairaExtraCondensed-Regular;
	font-size:20px;
	color:#333333;
	box-sizing: border-box;
	font-weight:bold;
	line-height:24px;
}
.large_dialog_sub_content{
	font-family: Marvel-Regular;
	font-size:21px;
	color:#666666;
	box-sizing: border-box;
	line-height: 37px;
	margin-top: 5px;
}
.large_dialog_input{
	width: 180px !important;
    height: 38px;
    box-sizing: border-box;
    border: 1px solid rgb(221,221,221) !important;
    border-radius: 2px;
    background: rgb(240,240,240) !important;
    padding-left: 10px !important;
    margin-top: 10px;
    font-family: Arial !important;
}
.large_dialog_input:nth-child(2n){
	margin-left:5px;
}
.large_dialog_input::placeholder{
	color:#999999;
	text-align:left;
}
.large_dialog_textarea{
	width:369px;
	box-sizing: border-box;
	border:1px solid rgb(221,221,221);
	background:rgb(240,240,240);
	height:110px;
	box-sizing: border-box;
	margin-left:9px;
	margin-right:10px;
	margin-top:10px;
	border-radius:2px;
	font-family:Arial;
	font-size:13px;
	
}
.large_dialog_textarea::placeholder{
	color:#999999;	
	text-align:left;
}
.large_dialog_checkbox{
	vertical-align: top;
	margin-top: 8px !important;
	display: inline-block !important;
	float: unset !important;
}
.large_dialog_checkbox_content{
	display:inline-block;
	width:351px;
	vertical-align:top;
	font-size:12px;
	text-align:justify;
	color: rgb(158,151,163);
	margin-top:8px;
}
.large_dialog_anfrage_absenden{
	display:block;
	margin: auto;
    background: rgb(114,63,50);
    color: white;
    border: rgb(114,63,50);
    padding: 10px 45px;
    font-size: 20px !important;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Arial !important;
}
.lage_dialog_bottom_text{
	font-size: 12px;
	text-align: left;
	padding-left: 30px;
	color: rgb(158,151,163);
	margin-bottom:7px;
}
.small_picture_content + img:hover{
	filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.6));
}
.field_required{
	color: #98150a;
	font-size: 10px;	
	display:none;
}
.x_button{
	position: absolute;
    right: 0px;
    top: 0px;
    font-size: 21px;
    color: black;
    cursor: pointer;
    font-family:Arial;
    width:22px;
    height:22px;
    background:url(/wp-content/uploads/business/images/close-icon-small.png);
}
.firmenkunden_contact_part{
	box-sizing: border-box;
	margin-top:50px !important;
}
.radio_button_region{
	box-sizing: border-box;
}
.sub_page1_wide_picture{
	box-sizing: border-box;
}
.sub_page1_wide_text{
	box-sizing: border-box;
}
.highlights_fur_kunden_partner{
	box-sizing: border-box;	
}
.anfrageformular_erstellen_region{
	box-sizing: border-box;		
}
h1.die_besten_title{
	font-size:58px;
}
h1.die_besten_title.zirkusshows{
	font-size:54px;
}
.small_picture_content{
	margin-bottom:50px;
}
/*add corporate events(https://www.erlebnisgalaxie.de/firmenkunden/firmenevents) page css by Jin*/
.corporate-events-video-wrapper {
    width: 100%;
    border: 1px solid rgb(199,195,189);
    display:inline-block;
    box-sizing:border-box;
}

.gallery_div{
	display: inline-block;
    width: 31%;
    line-height: 0;
    padding: 1%;
    box-sizing: border-box;
    margin-right: 3.1%;
    background: white;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
    padding-bottom: 3%;
    position:relative;
}
.gallery_div:nth-child(3n){
	margin-right:0px;
}
.gallery_img{
	transition: .3s ease-in-out;
}
.gallery_div:hover .gallery_img{
	opacity:0.5;
}
.gallery_background{
	width:100%;
	height:100%;
	background:rgb(0,0,0);
	position:fixed;
	left:0px;
	top:0px;
	z-index:1000;
	display:none;
}
.main_gallery{
	width:50%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
}
.view_img{
	position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 10px);
}
.read_more{
	border: 1px solid rgb(240,239,230);
    box-sizing: border-box;
    cursor:pointer;
    
}

.read_more_div{
	background:white;
	padding:14px;
	margin-top:10px;
	line-height:0;
	transition: .3s ease-in-out;
	margin-top:40px;
	box-sizing:border-box;
}
.read_more_div:hover{
	box-shadow:0px 0px 5px rgba(0,0,0,0.4);
}
.right_arrow{
	position:absolute;
	top:50%;
	right:10px;
	opacity:0;
	transition: .3s ease-in-out;
	cursor:pointer;
}
.left_arrow{
	position:absolute;
	top:50%;
	left:10px;
	opacity:0;
	transition: .3s ease-in-out;
	cursor:pointer;
}
.gallery_background:hover .right_arrow{
	opacity:1;
}
.gallery_background:hover .left_arrow{
	opacity:1;
}
.header_img{
	display:none;
}

@media (max-width: 1230px) and (min-width:1023px) {
	.read_more_div{
		width:898px;
	}
}
@media (max-width: 1230px) and (min-width:1023px) {
	.read_more_div{
		width:898px;
	}
}
@media (max-width: 1023px) and (min-width:768px) {
	.read_more_div{
		width:646px;
	}
}
@media (min-width: 1231px) {
.corporate-events-video-section .sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihre.list-title {
    font-size: 95.2px !important;
    background-position: 5px 56px !important;
}
}
.corporate-events-video-wrapper:hover {
    box-shadow: 1px 1px 5px;
}
.corporate-events-video-wrapper .img-div,
.corporate-events-video-wrapper .iframe-div {
    border: 5px solid white;
    position: relative;
    line-height: 0;
}
.corporate-events-video-wrapper .video-img {
    width: 100%;
}
.corporate-events-video-wrapper .play-btn {
    position: absolute;
    bottom: 30%;
    right: 12%;
    cursor: pointer;
    transition: .3s ease-in-out;
}
.corporate-events-video-wrapper .play-btn:hover {
    transform: scale(1.1);
    filter: drop-shadow(8px 9px 5px rgba(0,0,0,.6));
}

.corporate-events-video-wrapper .iframe-div {
    display: none;
}
.page-title{
	display:none;
}

.youtube_div{
	box-sizing: border-box;
    position: relative;
    line-height: 0;
    margin-bottom: 20px;
}
.youtube_iframe{
	position:absolute !important;
	z-index:3;
	left:0px;
	top:0px;
}
.youtube_play_btn{
	position: absolute;
    bottom: 30%;
    right: 12%;
    cursor: pointer;
    transition: .3s ease-in-out;
	z-index:2; 
	
}
.youtube_play_btn:hover{
	transform: scale(1.1);
    filter: drop-shadow(8px 9px 5px rgba(0,0,0,.6));
}
@media (min-width:768px) and (max-width:1023px){
	.youtube_play_btn{
		width:140px;
	}
}
@media (max-width:767px) and (min-width:320px){
	.youtube_play_btn{
		width:17.1vw;
	}
}
@media (max-width:479px){
	.large_dialog{
		width: 281px;
		padding:13px;
	}
	.large_dialog_sub_title{
		font-size: 19px;
	}
	.large_dialog_input{
		width:230px !important;
		margin-left:1px !important;
	}
	.large_dialog_textarea{
		width:230px;
		margin-left:11px;
	}
	.large_dialog_checkbox_content{
		width:214px;
		text-align: left;
	}
	.large_dialog_anfrage_absenden{
		padding: 10px 35px;
	}
	.lage_dialog_bottom_text{
		padding-left:16px;
	}
	.x_button{
		right: 0px;
	    top: -5px;
	    font-size: 19px;
	}
}
@media (min-width: 1231px) {
	.grid_12{
        width:1080px !important;
        margin-left:0px !important;
    }
	.sub_page1_die_sie_begeistern_werden.teamkleidung_erschafft_gruppenzugehorigkeit{
		font-size: 57.4px;
		background-position: 0px;
		background-size: 45px;
		padding-left: 52px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenkleidung_fur_verschiedene_sparten{
		font-size: 62px;
		background-position: 0px;
		padding-left: 60px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenmitglieder_richtig_belohnen{
		font-size: 75px;
		background-position: 0px;
		background-size: 58px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_lhre_mitglieder{
		font-size: 72.5px;
		background-position: 0px;
		background-size: 55px;
		padding-left: 64px;
	}
	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_lhre_Mitglieder{
		font-size:68px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenleiter_richtig_belohnen{
		font-size: 86px;
		background-size: 65px;
		background-position: 0px;
		padding-left: 76px;
	}
	
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_lhre_kunden_partner{
		font-size: 55px;
	    background-position: 0px;
	    background-size: 48px;
	    padding-left: 56px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenke_fur_teammitglieder_gezielt_einsetzen{
		font-size: 55.5px;
		background-position: 0px;
		background-size: 45px;
		padding-left: 53px;
	}
	.sub_page1_die_sie_begeistern_werden.teammitglieder_durch_geschenke_an_sich_binden{
		font-size: 56px;
		background-position: 0px;
		background-size: 45px;
		padding-left: 53px;
	}
	.sub_page1_wide_text.produkte_der_erlebnisgalxie_als_geschenk{
		font-size: 24px;
		padding-top: 15px;
	}
	.image_one_of_four_content.mail_font{
		font-size:26px;
		padding-left:0px;
		padding-right:0px;
	}
	.main_guide_way{
		width:1064px;
	}
	.tablet_part{
		display:none;
	}
	.display_part{
		display:block;
	}
	.firmenkunden_headline.tablet_version{
		display:none;
	}
	.firmenkunden_headline.display_version{
		display:inline-block;
	}
	.sub_page1_die_sie_begeistern_werden.sachzuwendungen_steuerlich_optimieren{
		font-size: 64.24px;
	}
	.sub_page1_die_sie_begeistern_werden.werbegeschenke_gezielt_einsetzen{
		font-size: 76.24px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenke_fur_besondere_anlasse{
		font-size: 78px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.pauschalierung_geldwerter_vorteil{
		font-size: 76.24px;	
		background-position: 0px;
	}
	.image_one_of_six_content.giftcard{
		font-size: 29px;
		line-height: 47px;
	}
	.image_one_of_six_content.sachgeschenk{
		font-size: 26px;
		line-height: 47px;
	}
	.image_one_of_six_content.tickets{
		font-size: 28px;
		line-height: 47px;
	}
	.image_one_of_six_content.erlebnisgeschenk{
		font-size: 21px;
		line-height: 47px;
	}
	.image_one_of_six_content.mixbox{
		font-size: 28px;
		line-height: 47px;
	}
	.image_one_of_six_content.reisegutschein{
		font-size: 25px;
		line-height: 47px;
	}
	.image_one_of_six.two_jangtong_img{
		background-size:82px !important;
	}
	.image_one_of_five_content.umsatz_steigerung{
		font-size: 30px;
		line-height: 34px;	
	}
	.image_one_of_five_content.effektivitats_steigerung{
		font-size: 30px;
		line-height: 34px;	
	}
	.image_one_of_five_content.qualitats_steigerung{
		font-size: 30px;
		line-height: 34px;	
	}
	.image_one_of_five_content.produkt_wissen{
		font-size: 30px;
		line-height: 34px;	
	}
	.image_one_of_five_content.firmen_bindung{
		font-size: 31px;
		line-height: 34px;	
	}

	.image_one_of_five_content.verkaufs_talent{
		font-size: 30px;
		line-height: 34px;	
	}

	.image_one_of_five_content.gesprachs_fuhrung{
		font-size: 30px;
		line-height: 34px;	
	}
	.image_one_of_five_content.eigen_initiative{
		font-size: 30px;
		line-height: 34px;	
	}
	.image_one_of_five_content.fach_wissen{
		font-size: 39px;
		line-height: 34px;	
	}
	.image_one_of_five_content.selbst_organisation{
		font-size: 30px;
		line-height: 34px;		
	}
	.image_one_of_five_content.verkaufs_trainer{
		font-size: 33px;
		line-height: 34px;
	}
	.image_one_of_five_content.retorik_trainer{
		font-size: 33px;
		line-height: 34px;
	}
	.image_one_of_five_content.motivations_trainer{
		font-size: 33px;
		line-height: 34px;
	}
	.image_one_of_five_content.produkt_schulung{
		font-size: 33px;
		line-height: 34px;
	}
	.image_one_of_five_content.time_management{
		font-size: 33px;
		line-height: 34px;
	}
	.image_one_of_five.red_flesh_car_img{
		background-position: center !important;
	}
	.image_one_of_five.old_flesh_car_img{
		background-position: center !important;	
	}
	.image_one_of_five.three_handsomes_img{
		background-position: center !important;	
	}
	.large_five_beer{
		width:1064px;
		height:656px;
	}
	.image_one_of_three.chrismas_card_img{
		background-size: 330px !important;
		background-position: center right !important;
	}
	.image_one_of_three.bears_12_img{
		background-size: 320px !important;
		background-position: right 70px !important;
	}
	.image_one_of_three.erlebnis_galaxie_img{
		background-position: center top !important;
	}

	.image_one_of_four_content.spieltrieb_nutzen{
		font-size: 33px;
	}
	.image_one_of_four_content.thin_height.kunden_weben_kunden{
		font-size:25px !important;
	}
	.image_one_of_five.one_eye_monster_img{
		background-position: center 15px !important;
	}
	.image_one_of_five.first_fingernail_img{
		background-position: center 20px !important;
	}
	.image_one_of_five.tuiche_img{
		background-position: center 20px !important;
	}
	.image_one_of_five.two_heart_img{
		background-position: center 20px !important;
	}
	.image_one_of_five.yellow_open_jiham_img{
		background-position: center 30px !important;
	}
	.image_one_of_five.chrismas_grandfather_with_jiham_img{
		background-position: center 17px !important;
	}
	.archer_content_parent{
		width:1064px;
	}
	.archer_picture{
		width:1064px;
		height:728px;
	}
	.archer_content{
		width:25%;
		float:left;
	}
	.archer_content_header{
		height: 45px;
		font-size: 24.8px;
		padding-top: 4px;
		margin-top: -44px;
		margin-left: 10px;
		margin-right:10px;
		text-align: center;
	}
	.archer_content_body li{
		font-size:25px;
	}
	.line_girin_region{
		width:1064px;
		height:699px;
	}
	.coaching_region{
		width:1064px;
		height:502px;	
	}
	.coaching_bogen_region{
		width:1064px;
		height:1659px;
	}
	.wann_gruppen_region{
		width:1064px;
		height:784px;
	}
	.polygon_six{
		width:1064px;
		height:1060px;
	}
	.mindfull_mindfull{
		width:1064px;
		height:780px;
		margin-bottom:45px;
	}
	.snow_pane_parent{
		width:1064px;
		height:495px;
		text-align: center;
		background: white;
	}
	.snow_pane{
		display:inline-block;
		vertical-align:top;
		background: url(/wp-content/uploads/business/images/snow_pane1.png);
		width: 213px;
		height: 443px;
		margin-right:25px;
		margin-top: 15px;
	}
	.snow_pane:first-child{
		margin-left:25px;
	}
	.images_3_region{
		width:1064px;
		height:453px;
	}
	.images_4_region{
		width:1064px;
		height:222px;
		margin-top: 35px;
	}
	.images_4_region.thin_height{
		height:189px;
	}
	
	.image_one_of_four_content.thin_height{
		height:46px;
		font-size: 28.64px;
	}
	.anerkennung_managen{
		font-size:25px !important;
	}
	.arbeitskraft_managen{
		font-size:24px !important;
	}
	
	.image_one_of_four_region{
		width:25%;
		float: left;
	}
	.image_one_of_three_region{
		width:33.333%;
		float: left;
	}
	.image_one_of_three{
		height: 360px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.image_one_of_three_content{
		width:100%;
		height:78px;
		padding: 6px 0px 0px 10px;	
		font-size: 34.64px;
		line-height: 33px;
	}
	.image_one_of_four{
		height: 129px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.image_one_of_four_content{
		width:100%;
		height:78px;
		padding: 6px 0px 0px 10px;	
		font-size: 28.64px;
		line-height: 33px;
	}
	.image_one_of_four_content.women_sit_man_img{
		font-size: 24px;
	    line-height: 24px;
	    padding-top: 4px;
	}
	.image_one_of_four_content.money_with_man_img{
		font-size:34px;	
	}
	.images_5_region{
		width:1064px;
		margin-top: 45px;
	}
	.images_6_region{
		width:1064px;
		margin-top: 45px;
	}
	
	.image_one_of_six_region{
		width:16.66%;
		float: left;
	}
	.image_one_of_six{
		height: 100px;
		background-repeat: no-repeat !important;
		background-position: center 7px !important;
	}
	.image_one_of_six_content{
		width:100%;
		height:60px;
		padding: 6px 0px 0px 10px;	
		font-size: 25.24px;
		line-height: 47px;
	}
	.image_one_of_five_region{
		width:20%;
		float: left;
	}
	.image_one_of_five{
		height: 129px;
		background-repeat: no-repeat !important;
		background-position: center 7px !important;
	}
	.image_one_of_five_content{
		width:100%;
		height:78px;
		padding: 6px 0px 0px 10px;	
		font-size: 22.24px;
	}
	.image_one_of_five_content.thin_height{
		width:100%;
		height:60px;
		padding: 6px 0px 0px 10px;	
		font-size: 29.24px;
		line-height: 48px;
	}
	.movitation_img{
		background-position: 25px 7px !important;
	}
	.brush_run_man_img{
		background-position: 80px 7px !important;
	}
	.bug_img{

	}
	.handphone_img{
		background-position: 84px 17px !important;
	}
	.sand_clock_img{
		background-position: center 17px !important;
	}
	.highlights_fur_kunden_partner{
		height: 140px;
		background: url(/wp-content/uploads/business/images/highlights_fur_kunden_partner.png);
		background-repeat: no-repeat;
		border: 7px solid white;
		margin-top: 50px;
	}
	.top_geschenkideen_fur_kunden_partner{
		width: 1064px;
		height: 140px;
		background: url(/wp-content/uploads/business/images/top_geschenkideen_fur_kunden_and_partner.png);
		background-repeat: no-repeat;
		border: 7px solid white;
		margin-top: 45px;
	}
	.sub_page1_wide_picture_region{
		border:1px solid rgb(199,195,189);
		display: inline-block;
		margin-top:23px;
		margin-right: 35px;
		vertical-align: top;
	}
	.sub_page1_wide_picture_region:nth-child(2n){
		margin-right:0px;
	}
	.sub_page1_wide_picture{
		width:519px;
		height:289px;
		border: 4px solid white;
		border-bottom: 2px solid white;
	}
	.sub_page1_wide_text{
		width: 100%;
		height: 71px;
		border: 4px solid white;
		border-top: 0px solid black;
		color: white;
		text-align: center;
		font-size: 28px;
		font-family: verdana;
		padding-top:12px;
	}
	.anfrageformular_erstellen_region_parent{
		margin-top:50px;
	}
	.anfrageformular_erstellen_region_parent.die_beliebtesten_highlights_fur_ihre{
		margin-top:10px;
	}
	.anfrageformular_erstellen_region:nth-child(3n){
		margin-right:0px;
	}
	.anfrageformular_erstellen_region:nth-child(n+4){
		margin-top:28px;
	}
	.anfrageformular_erstellen_region{
		display:inline-block;
		width:340px;
		height:428px;
		border: 10px solid rgb(251,252,247);
		position: relative;
		margin-right:27px;
		vertical-align: top;
	}
	.anfrageformular_erstellen_region_inner{
		width:100%;
		height:100%;
		border: 1px solid rgb(240,239,235);
		background: rgb(251,252,247);
	}
	.small_picture{
		width:100%;
		height:172px;
		
	}
	.small_picture_content_header{
		margin-top: 28px;
		font-family: verdana;
		font-size: 12px;
		font-weight: bold;
		padding-left: 12px;
	}
	.small_picture_content_detail{
		margin-top: 16px;
		font-family: verdana;
		font-size: 11px;
		padding-left: 10px;
		padding-right: 4px;
	}
	.small_picture_button{
		width: 311px;
		height: 50px;
		position: absolute;
		bottom: 0px;
		background: url(/wp-content/uploads/business/images/anfrageformular_erstellen_btn.png);
		margin-left: 4px;
		margin-bottom: 4px;
	}
	.sub_page1_text_content{
		width: 1064px;
	}
	.firmenkunden_head{
		margin-top:-10px;
	}

	.firmenkunden_monster_menu{
		width:381px;
		height:480px;
		display: inline-block;
		vertical-align: top;
		text-align:center;
		position:relative;
		margin-top:-13px;
		padding-right:2px;
	}
	.firmenkunden_monster_picture{
		background: url(/wp-content/uploads/business/images/monster_new_menu.png) no-repeat;
		height: 153px;
	    width: 380px;
	    background-size: 105% 100%;
		background-position: center center;
	}
	.firmenkunden_binden{
		background: url(/wp-content/uploads/business/images/monster_new_content_menu.png) no-repeat;
	    height: 68px;

		background-size: 105% 100%;
		background-position: center center;
		padding-top:1px;
	}
	.firmenkunden_marketing{
	    background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 68px;
		background-size: 105% 100%;
		background-position: center center;
	}
	.firmenkunden_partner{
		background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 68px;
		background-size: 105% 100%;
		background-position: center center;
	}
	.firmenkunden_richtig{
		background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 68px;
		background-size: 105% 100%;
		background-position: center center;
	}
	.firmenkunden_das_plus{
		background: url(/wp-content/uploads/business/images/firmenmonster-foot.png) no-repeat;
	    height: 68px;
	    text-align:center;
	    background-size: 105% 100%;
		background-position: center center;
	}
	.firmenkunden_das_plus > div{
		background: url(/wp-content/uploads/business/images/firmenkunden_klick_auf_das_plus.png);
	    display:inline-block;
	    width: 280px;
		height: 45px;
		margin-top: 2px;
		background-size: 100%;
	}
	.firmenkunden_menu_content{
		font-family: DIN Condensed;
		font-weight: bold;
		width: 249px;
		height: 50px;
		font-size: 23.5px;
		display: inline-block;
		color: #723f32;
		border: 1px solid #d3cfc9;
		border-top: none;
		border-bottom: none;
		margin-top: 9px;
		background: white;
		text-align: left;
		padding-top: 7px;
		margin-left:2px;
	}

	.firmenkunden_span_plus{
		border: 1px solid #d3cfc9;
		border-radius: 50%;
		color:#723f32;
		width: 21px;
		height: 20px;
		display: inline-block;
		text-align: center;
		font-size: 15px;
		margin: 0px 2px 4px 7px;
	    vertical-align: middle;
		line-height: 17px;
		font-weight:bold;
	}

	.firmenkunden_menu_content_ul{
		display:none;
		width: 100%;
		background:white;
		position: relative;
		list-style-type: none;
		padding-left: 0px;
		font-size: 24px;
		box-sizing: border-box;
		z-index: 1;
	}
	
	.firmenkunden_menu_content_ul li:last-child{

	}
	.firmenkunden_menu_content_ul li{
		padding-left:33px;
		font-size:18px;

	}
	.firmenkunden_menu_content_ul li.haschild li {
	    padding-left: 45px;
	}
	.firmenkunden_menu_content_ul li.haschild.second_child{
		padding-left:11px;
	}
	.firmenkunden_headline{
		width: 681px;
		height:470px;
		display:inline-block;
		vertical-align: top;
		border: 10px solid white;
		box-shadow: -1px 0px rgb(223,216,204);
	}
	.firmenkunden_headline_picture{
		width: 100%;
		height: 392px;
		background:url(/wp-content/uploads/business/images/main_headline.png);
		position:relative;
	}
	.der_firmenheld {
	    background: url(/wp-content/uploads/business/images/der_firmenheld.png);
	    width: 332px;
	    height: 46px;
	    font-family: MarvelScript two;
	    font-size: 45.72px;
	    position: absolute;
	    top: 21px;
	    right: 30px;
	    color:#d45553;
		line-height: 46px;
		padding-left: 12px;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	.magic_moments_verbinden {
	    background: url(/wp-content/uploads/business/images/der_firmenheld_1.png);
	    width: 332px;
	    height: 46px;
	    font-family: AmaticsSC Bold;
	    font-size: 40px;
	    top: 79px;
	    right: 30px;
	    position: absolute;
	    line-height: 36px;
	    color:black;
	    letter-spacing: 2px;
	    padding-left: 12px;
	}
	.firmenkunden_get_in_contact{
		display:inline-block;
		vertical-align:top;
		color:white;
		font-family: MarvelScript two;
		font-size: 22px;
		font-weight: 100;
		line-height: 51px;
		margin-left: 21px;
	}
	.firmenkunden_phone_number{
		display: inline-block;
		font-family: MarvelScript two;
		font-size: 22px;
		font-weight: 100;
		line-height: 51px;
		margin-left: 43px;
		vertical-align:top;
		color:white;
		background: url(/wp-content/uploads/business/images/small_phone.png);
		background-repeat: no-repeat;
		padding-left: 45px;
		background-position: 0px 4px;
	}
	.firmenkunden_email_address{
		display: inline-block;
		font-family: MarvelScript two;
		font-size: 22px;
		font-weight: 100;
		line-height: 51px;
		margin-left: 21px;
		vertical-align:top;
		color:white;
		padding-left: 64px;
		background: url(/wp-content/uploads/business/images/letter.png);
		background-repeat: no-repeat;
		background-position: 0px 7px;
	}
	.firmenkunden_headline_contack{
		height: 52px;
		background:rgb(147,59,82);
		border-top: 6px solid white;
		box-sizing: unset;
	}
	.firmenkunden_erlebnisgalaxie_fur_firmen{
		font-family: Nosifer;
	    font-size: 46px;
	    background: url(/wp-content/uploads/business/images/napal.png);
	    background-repeat: no-repeat;
	    color: rgb(102,102,102);
	    text-align: center;
	    background-position: 22px 11px;
	    margin-top: 30px;
	    padding-left: 60px;
	}
	.firmenkunden_erlebnisgalaxie_fur_gruppen{
		font-family: Nosifer;
	    font-size: 44px;
	    background: url(/wp-content/uploads/business/images/napal.png);
	    background-repeat: no-repeat;
	    color: rgb(102,102,102);
	    text-align: center;
	    background-position: 22px 11px;
	    margin-top: 30px;
	    padding-left: 60px;
	}
	.kunden_partner_an_sich_binden{
		font-family: Nosifer;
		font-size: 43px;
		background: url(/wp-content/uploads/business/images/napal.png);
		background-repeat: no-repeat;
		color: rgb(102,102,102);
		text-align: center;
		background-position: 0px;
		margin-top: 30px;
		margin-bottom: 20px;
		padding-left: 33px;
		background-size: 43px;
	}
	.kunden_partner_an_sich_binden.mitarbeiter_an_sich_binden{
		font-size: 50px;
		background-position: 0px 16px;
	}
	.kunden_partner_an_sich_binden.original{
		font-size:41px;
	}
	.firmenkunden_firmenevents_part{
		margin-top: 29px;
	}
	.firmenkunden_firmenevents_part_second{
		margin-top: 53px;
	}
	.firmenkunden_firmenevents_part_second.sub_page1{
		margin-top: 23px;
	}
	.sub_page1_die_sie_begeistern_werden{
		font-size: 65.24px;
		background-position: 5px 29px;
	}
	.sub_page1_die_sie_begeistern_werden.was_ist_projektmanagement_genau{
		font-size: 73.7px;
		background-position: 0px;
		background-size: 58px;
	}
	.sub_page1_die_sie_begeistern_werden.teamleiter_gekonnt_fordern_ausbilden{
		font-size: 66.5px;
	}
	.sub_page1_die_sie_begeistern_werden.erfolgreiches_wirken_als_gruppenleiter{
		font-size: 69.5px;
		background-position: 0px;
		padding-left: 57px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_gruppenleiter{
		font-size: 55.2px;
		background-position: 0px;
		background-size: 44px;
		padding-left: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_teamevents_mabgeschneidert{
		font-size: 62px;
	}
	.sub_page1_die_sie_begeistern_werden.vereinsfeiern_teamevents_mabgeschneidert{
		font-size: 58px;
		background-position: 0px;
		background-size: 46px;
		padding-left: 52px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenausflug_fur_sie_mabgeschneidert{
		font-size: 64px;
	}
	.sub_page1_die_sie_begeistern_werden.kaufanreize_schaffen_und_profitieren{
		font-size: 70.3px;
		background-position: 0px;
		background-size: 55px;
		padding-left: 64px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_durch_geschenke_an_sich_binden{
		font-size: 67px;
	}
	.sub_page1_die_sie_begeistern_werden.pramien_erhohen_die_kaufleidenschaft{
		font-size: 69px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_durch_pramien_an_sich_binden{
		font-size: 71px;
		background-position: 0px;
		background-size: 56px;
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeiterbonifikationen_gezielt_einsetzen{
		font-size: 61px;
		background-position: 0px;
		background-size: 48px;
		padding-left: 58px;
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeiter_durch_geschenke_motivieren{
		font-size:66px;
	}
	.sub_page1_die_sie_begeistern_werden.fuhrungskrafte_gekonnt_fordern_ausbilden{
		font-size: 59px;
		background-position: 0px;
		padding-left: 59px;
		background-size: 48px;
	}
	.sub_page1_die_sie_begeistern_werden.erfolgreiches_wirken_als_fuhrungskraft{
		font-size: 67px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_mitarbeiterforderung{
		font-size: 45.8px;
		background-position: 0px;
		background-size: 38px;
		padding-left: 44px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_fuhrungskrafte{
		font-size: 53px;
		background-position: 0px;
		background-size: 42px;
		padding-left: 49px;
	}

	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_ihre_mitarbeiter{
		margin-top: 7px;
		font-size: 69.5px;
		background-size: 54px;
		background-position: 0px;
	}
	
	.sub_page1_die_sie_begeistern_werden.mitarbeitergeschenke_gezielt_einsetzen{
		font-size: 66.3px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_marketingshows_und_highlights{
		font-size: 56px;
		background-position: 0px;
		background-size: 44px;
		padding-left: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.passendes_highlights_nach_ihren_bedurfnissen_auswahlen{
		font-size: 47.7px;
		background-position: 0px;
		background-size: 40px;
		padding-left: 46px;
	}
	
	.sub_page1_die_sie_begeistern_werden.marketingshows_fur_sie_mabgeschneidert{
		font-size: 63px;
	}
	.sub_page1_die_sie_begeistern_werden.wow_erlebnisse_fur_sie_mabgeschneidert{
		font-size:64px;
	}
	.sub_page1_die_sie_begeistern_werden.passendes_wow_erlebnis_nach_ihren_bedurfnissen_auswahlen{
		font-size: 44px;
		background-position: 0px;
		background-size: 38px;
		padding-left: 46px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_wow_erlebnisse_auf_einen_blick{
		font-size: 56px;
		background-position: 0px;
		padding-left: 55px;
		background-size: 47px;
	}

	.sub_page1_die_sie_begeistern_werden.weihnachtsfeier_auf_sie_passend_zugeschnitten{
		font-size: 56px;
		background-position: 0px;
		background-size: 45px;
		padding-left: 53px;
	}
	.sub_page1_die_sie_begeistern_werden.weinachten_mal_etwas_anders_feiern{
		font-size: 72px;
		background-position: 0px;
		background-size: 58px;
	}

	.sub_page1_die_sie_begeistern_werden.zeitfresser_lokalisieren_eleminieren{
		font-size:70px;
	}
	.sub_page1_die_sie_begeistern_werden.zeitplan_gekonnt_strukturieren_und_optimieren{
		font-size: 57px;
		background-position: 0px;
		background-size: 47px;
		padding-left: 53px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_timemanagement{
		font-size: 58px;
		background-position: 0px;
		padding-left: 58px;
	}

	.sub_page1_die_sie_begeistern_werden.teamevents_die_sie_begeistern_werden{
		font-size: 68px;
		background-position: 0px;
		background-size: 54px;
	}
	.sub_page1_die_sie_begeistern_werden.teamentwicklung_gezielt_einsetzen{
		font-size: 74px;
		background-position: 0px;
		background-size: 57px;
	}
	.sub_page1_die_sie_begeistern_werden.teamentwicklung_in_4_wandlungschritten_erleben{
		font-size: 55px;
		background-position: 0px;
		background-size: 46px;
		padding-left: 52px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_teamentwicklung{
		font-size: 58.9px;
		background-position: 0px;
		background-size: 49px;
		padding-left: 55px;
	}
	.sub_page1_die_sie_begeistern_werden.wie_kann_mein_team_zu_einem_spitzenteam_werden{
		font-size: 52px;
		background-position: 0px;
		background-size: 44px;
		padding-left: 50px;
	}

	.sub_page1_die_sie_begeistern_werden.teambuilding_fur_sie_mabgeschneidert{
		font-size:68px;
	}
	.sub_page1_die_sie_begeistern_werden.teambuildingmabnahmen_nach_lhren_bedurfnissen_auswahlen{
		font-size: 44px;
		background-position: 0px;
		background-size: 37px;
		padding-left: 43px;
	}
	.sub_page1_die_sie_begeistern_werden.wie_legen_wir_mit_lhnen_lhre_gruppen_bzw_lernziele_fest{
		font-size: 46px;
		background-position: 0px;
		background-size: 40px;
		padding-left: 46px;
	}
	.sub_page1_die_sie_begeistern_werden.unsere_verkaufsschlager_im_bereich_teambuilding{
		font-size: 49px;
		background-position: 0px;
		background-size: 40px;
		padding-left: 49px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihr_teambuilding{
		font-size: 50px;
		background-position: 0px;
		background-size: 42px;
		padding-left: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_reiseziele_und_highlights{
		font-size: 63.4px;
		line-height: 64px;
		background-size: 48px;
		background-position: 5px 14px;
	}
	.sub_page1_die_sie_begeistern_werden.passende_reisehighlights_nach_lhren_bedurfnissen_auswahlen{
		font-size: 43.5px;
		background-position: 0px;
		background-size: 38px;
		padding-left: 46px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_und_partner_richtig_belohnen{
		font-size: 72.54px;
		line-height: 100px;
		background-position: 5px 33px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_lhre_kunden_partner{
		font-size: 60.14px;
		background-position: 5px 30px;
		background-size: auto;
		padding-left: 67px;
		line-height: 100px;
	}
	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_lhre_kunden_partner{
		font-size: 57.2px;
		background-position: 5px 30px;
		background-size: auto;
		padding-left: 67px;
		line-height: 100px;
	}
	.sub_page1_die_sie_begeistern_werden.betriebsfeier_firmenevents_mabgeschneidert{
		font-size: 54.54px;
		background-position: 5px 20px;
	}
	.sub_page1_die_sie_begeistern_werden.firmenausflug_fur_sie_mabgeschneidert{
		font-size: 65.54px;
		line-height: 74px;
		background-position: 5px 18px;
		margin-top:10px;
	}
	
	.sub_page1_die_sie_begeistern_werden.passende_highlights_nach_lhren_bedurfnissen_auswahlen{
		font-size: 47.14px;
		background-position: 5px 16px;
		background-size: 45px;
		padding-left: 60px;
		margin-top:10px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihre{
		font-size: 47.2px;
		background-position: 5px 18px;
		background-size: 44px;
		padding-left: 59px;
		margin-top:10px;
	}
	.sub_page1_die_sie_begeistern_werden.projekte_gekonnt_planen_und_managen{
		font-size: 69px;
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_projektcoaching_erwarten{
		font-size: 52.8px;
		background-size: 42px;
		background-position: 0px;
		padding-left: 48px;
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_stressmanagement_erwarten{
		font-size: 48.8px;
		background-position: 0px;
		background-size: 44px;
		padding-left: 57px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_projektmanagement{
		font-size: 45.7px;
	    background-size: 45px;
	    background-position: 0px 16px;
	    padding-left: 58px;
	}

	.sub_page1_die_sie_begeistern_werden.projektmanagement_gekonnt_einsetzen_und_erlernen{
		font-size: 51px;
		background-size: 42px;
		background-position: 0px;
		padding-left: 49px;
		margin-bottom: 7px;
	}
	.sub_page1_die_sie_begeistern_werden.was_ist_projektmanagement{
		font-size: 90px;
		background-size: 50px;
		padding-left: 66px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.basisprogram_stressbewaltigung{
		font-size: 72px;
	    background-size: 61px;
	    padding-left: 84px;
	}
	.sub_page1_die_sie_begeistern_werden.warum_stressmanagement{
		font-size: 92.5px;
		background-position: 0px;
		background-size: 57px;
		padding-left: 73px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_teams_gekonnt_fordern_coachen{
		font-size:60px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_coaching{
		font-size:56px;
		background-position: 0px
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_teams_gruppen{
		font-size: 50.7px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.welches_coaching_ist_fur_sie_das_richtige{
		font-size:63px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_vs_teamcoaching{
		font-size: 92px;
	    background-size: 55px;
	    background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.gewinnspiele_verkaufsfordernd_einsetzen{
		font-size: 63px;
	}
	.sub_page1_die_sie_begeistern_werden.pramiensysteme_verkaufsfordernd_einsetzen{
		font-size: 57.4px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.on_pack_promotion_verkaufsfordernd_einsetzen{
		font-size: 55.2px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.verpackungsdesign_gekonnt_umsetzen{
		font-size: 68px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.verkaufsforderung_durch_gewinnspiele{
		font-size: 67px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.gewinnspiele_professionell_einsetzen{
		font-size: 71px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.on_pack_gewinnspiele_verkaufsfordernd_einsetzen{
		font-size: 51.6px;	
	}
	.sub_page1_die_sie_begeistern_werden.welcher_verkaufstrainer_darf_es_fur_sie_sein{
		font-size: 58px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.welche_fahigkeiten_sollen_ausgebildet_werden{
		font-size:57px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.welche_ziele_wollen_sie_mit_uns_erreichen{
		font-size:63px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_gutscheine_professionell_einsetzen{
		font-size:59px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.gutscheine_nach_den_bedurfnissen_auswahlen{
		font-size: 57.6px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_gutscheine_professionell_individuallisieren{
		font-size: 51.4px;
		background-position: 0px;
		background-size: 46px;
		padding-left: 58px;
	}
	.sub_page1_die_sie_begeistern_werden.individualisierung_wie_funktioniert_es{
		font-size: 68px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_mit_individuellem_coverbild{
		font-size: 61.7px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_professionell_einsetzen{
		font-size: 67px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_nach_den_bedurfnissen_auswahlen{
		font-size: 53.4px;
		background-position: 0px;
		background-size: 45px;
		padding-left: 57px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_professionell_individuallisieren{
		font-size: 57px;
		background-position: 0px;
	}
	.firmenkunden_firmenevents{
		display:inline-block;
		border: 1px solid rgb(199,195,189);
		margin-right: 20px;
		margin-left: 0px;
	}
	.sub_page1 .firmenkunden_firmenevents{
		margin-right:32px;
	}

	.firmenkunden_firmenevents:nth-child(n+4){
		margin-top: 25px;
	}
	.sub_page1 .firmenkunden_firmenevents{
		margin-top:35px;
	}
	.firmenkunden_firmenevents:nth-child(3n+3){
		margin-right:0px;
	}
	.firmenkunden_picture{
		width:338px;
		height:242px;
		border: 5px solid white;
		border-bottom: 2px solid white;
		background-size: 100% 100% !important;
		position:relative;
		
	}
	.firmenkunden_firmenevents_part_second.sub_page1 .firmenkunden_picture{
		width:330px;
		height:235px;
	}
	.firmenkunden_firmenevents_part .firmenkunden_firmenevents:hover .firmenkunden_picture{
		opacity:0.9;
	}
	.firmenkunden_firmenevents_part .firmenkunden_firmenevents:hover .firmenkunden_picture_content{
		background:url(/wp-content/uploads/business/images/transparent_picture.png);
		display:block;
		background-size:100%;
	}

	.firmenkunden_picture_content{
		font-family: verdana;
		font-size: 25px;
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		top: 0px;
		padding-top: 20px;
		line-height: 34px;
		padding-left: 13px;
		padding-right: 13px;
		display: none;
		font-weight: bold;
		display:none;
	}

	.firmenkunden_text{
		width:100%;
		border: 5px solid white;
		border-top: 0px solid white;
		text-align: center;
		color: white;
		font-size: 22px;
		font-family: verdana;
		padding-top: 10px;
		padding-bottom: 11px;
	}
	.firmenkunden_firmenevents_part_second .firmenkunden_text{
		font-size:23px;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.firmenkunden_firmenevents_part_second.sub_page1 .firmenkunden_text{
		font-size:23px;
		letter-spacing:-1px;
		padding-bottom:10px;
	}

	.firmenkunden_picture.firmenevents{
		background: url(/wp-content/uploads/business/images/firmenevents.jpg);
	}
	.firmenkunden_picture_content.firmenevents{
		color:rgb(65,56,38);
	}
	.firmenkunden_text.firmenevents{
		background: rgb(234,202,141);
	}

	.firmenkunden_picture.mitarbeiter_an_sich_binden{
		background: url(/wp-content/uploads/business/images/mitarbeiter_an_sich_binden.jpg);
	}
	.firmenkunden_picture_content.mitarbeiter_an_sich_binden{
		color:rgb(42,52,67);
	}
	.firmenkunden_text.mitarbeiter_an_sich_binden{
		background: rgb(144,176,223);
	}

	.firmenkunden_picture.kunden_und_partnerbindung{
		background: url(/wp-content/uploads/business/images/kunden-partnerbindung.jpg);
	}
	.firmenkunden_picture_content.kunden_und_partnerbindung{
		color:rgb(43,41,34);
	}
	.firmenkunden_text.kunden_und_partnerbindung{
		background: rgb(138,131,113);
	}

	.firmenkunden_picture.produkte_richtig_einsetzen{
		background: url(/wp-content/uploads/business/images/produkte_richtig_einsetzen.jpg);
	}
	.firmenkunden_picture_content.produkte_richtig_einsetzen{
		color:rgb(68,40,33);
	}
	.firmenkunden_text.produkte_richtig_einsetzen{
		background: rgb(210,123,104);
	}

	.firmenkunden_picture.marketingmabnahmen{
		background: url(/wp-content/uploads/business/images/marketingmassnahmen.jpg);
	}
	.firmenkunden_picture_content.marketingmabnahmen{
		color:rgb(38,54,46);
	}
	.firmenkunden_text.marketingmabnahmen{
		background: rgb(84,118,101);
	}

	.firmenkunden_picture.partner_und_referenzen{
		background: url(/wp-content/uploads/business/images/partner_und_referenzen.jpg);
	}
	.firmenkunden_picture_content.partner_und_referenzen{
		color:rgb(41,32,58);
	}
	.firmenkunden_text.partner_und_referenzen{
		background: rgb(121,97,171);
	}
	.firmenkunden_top_firmenanaebote{
		height:137px;
		background:url(/wp-content/uploads/business/images/top_firmenangebote.png);
		border:5px solid white;
		width:1065px;
		margin-top:70px;
	}

	.firmenkunden_picture.betriebsausflug{
		background: url(/wp-content/uploads/business/images/betriebsausflug.jpg);
	}

	.firmenkunden_text.betriebsausflug{
		background: rgb(138,131,113);
	}


	.firmenkunden_picture.betriebsfeier{
		background: url(/wp-content/uploads/business/images/betriebsfeier.jpg);
	}

	.firmenkunden_text.betriebsfeier{
		background: rgb(249,225,91);
	}


	.firmenkunden_picture.erlebnistagung{
		background: url(/wp-content/uploads/business/images/Erlebnistagung.jpg);
	}

	.firmenkunden_text.erlebnistagung{
		background: rgb(187,108,139);
	}


	.firmenkunden_picture.incentivereisen{
		background: url(/wp-content/uploads/business/images/incentivereisen.jpg);
	}

	.firmenkunden_text.incentivereisen{
		background: rgb(181,205,155);
		
	}


	.firmenkunden_picture.kundenevent{
		background: url(/wp-content/uploads/business/images/kundenevent.jpg);
	}

	.firmenkunden_text.kundenevent{
		
		background: rgb(152,207,202);
	}



	.firmenkunden_picture.teambuilding{
		background: url(/wp-content/uploads/business/images/teambuilding.jpg);
	}

	.firmenkunden_text.teambuilding{
		background: rgb(234,202,141);
	}
	.firmenkunden_contact_part{
		width: 1080px;
		height: 842px;
		background: url(/wp-content/uploads/business/images/contack_background.png);
		border: 7px solid white;
		background-size: 100%;
		margin-top: 10px;
	}
	.firmenkunden_contact_header{
		color: white;
	    font-family: MarvelScript two;
	    font-size: 58px;
	    font-weight: bold;
	    text-shadow: -3px 3px black;
	    padding-left: 27px;
	    padding-top: 5px;
	}
	.angaben_zum_event_part{
		display:inline-block;
		padding-left: 86px;
		margin-top:10px;
	}
	.angaben_zum_event{
		font-size: 51px;
	    font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    line-height: 58px;
	}
	.spline{
		background: url(/wp-content/uploads/business/images/spline.png);
		height: 12px;
	}

	.angaben_zum_event_input{
		width: 244px !important;
	    margin-left: 14px;
	    float: left;
	    margin-top: 5px;
	}
	.angaben_zum_event_select{
		width: 241px !important;
	    float: left;
	    margin-top: 3px;
	    font-size:18px;

	    font-weight:bold;
	    font-family: MarvelScript two;
	    color: black;
	    line-height: 17px !important;
	    margin-left: 0px;
	    padding-left: 15px !important;
	}
	.label_wunscherlebnis{
		font-family: MarvelScript two;
	    font-size: 26px;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    letter-spacing: 1.15px;
	}
	.label_ihr_wunschort{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;


	    font-size: 26px;
	    letter-spacing: 1.55px;
	}
	.label_wie_viele_personen{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    font-size: 24px;
	    margin-top: 3px;
	}
	.label_budget_pro_person{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    font-size: 24px;
	    letter-spacing: -0.145px;
	    margin-top: 1px;	
	}
	.label_was_darfs_noch_sein{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    font-size: 24px;
	    letter-spacing: -1.1px;
	    margin-top: 3px;
	}
	.label_vor_nachname{
		font-family: MarvelScript two;
	    font-size: 24px;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    letter-spacing: -1px;
	    margin-top: 3px;
	}
	.label_firma_od_team{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 24px;
	    letter-spacing: -0.8px;
	    margin-top: 2px;
	}
	.label_email_adresse{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 24px;
	    margin-top: 2px;
	    letter-spacing: -0.95px;
	}

	.label_strasse_nr{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    margin-top: 0px;
	    letter-spacing: 0.95px;
	    font-size: 26px;
	}

	.label_plz_und_ort{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    margin-top: 0px;
	    font-size: 26px;
	    letter-spacing: 0.2px;
	}
	.label_telefonnummer{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    margin-top: 4px;
	    font-size: 22px;
	    letter-spacing: -0.7px;
	}
	.radio_container{
		font-family:MarvelScript two;
		font-size:22px;
		color:black;
		font-weight:bold;
		position: relative;
	    padding-left: 44px;
	    margin-bottom: 12px;
	    cursor: pointer;
	    font-size: 22px;
	    padding-top:2px;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}



	/* Hide the browser's default checkbox */
	.radio_container input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
	}

	/* Create a custom checkbox */
	.radio_checkmark {
		
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 29px;
	  width: 31px;
	  background: url(/wp-content/uploads/business/images/uncheckbox1.png)
	  	
	  	
	}

	/* On mouse-over, add a grey background color */
	.radio_container:hover input ~ .radio_checkmark {
	  /*background-color: #ccc;*/

	}

	/* When the checkbox is checked, add a blue background */
	.radio_container input:checked ~ .radio_checkmark {
		
	  background: url(/wp-content/uploads/business/images/checkbox.png);
	  border: 0px solid white;
	  height: 29px;
	  width: 31px;
	  background-repeat: no-repeat;
		
	  
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.radio_checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the checkmark when checked */
	.radio_container input:checked ~ .radio_checkmark:after {
	  display: block;
	}

	.monster_riskiers{
		height: 217px;
		background-size: 100%;
		margin-top:10px;
	}
	.monster_riskiers:hover{
		background-size: 100%;
	}

	.kontaktdaten_part{
		display:inline-block;
		vertical-align: top;
		margin-top:10px;
		padding-left:40px;
	}
	.div_wunscherlebnis{
		padding-top: 10px;
	}
	.div_label_ihr_wunschort{
		padding-top: 17px;
	}
	.div_label_wie_viele_personen{
		padding-top: 17px;
	}
	.div_budget_pro_person{
		padding-top: 22px;
	}
	.div_angaben_zum_event_select{
		display:inline-block;
		margin-left:14px;
	}
	.div_was_darfs_noch_sein{
		padding-top: 11px;
	}
	.radio_button_region{
		display:inline-block;
		width:240px;
		padding-left:60px;
		margin-top:3px;
	}
	.div_vor_nachname{
		padding-top: 10px;
	}
	.div_firma_od_team{
		padding-top: 17px;	
	}
	.div_email_adresse{
		padding-top: 18px;
	}
	.div_strasse_nr{
		padding-top: 19px;
	}
	.div_plz_und_ort{
		padding-top: 19px;
	}
	.div_telefonnummer{
		padding-top: 19px;
	}
	.pin_jong{
		display: inline-block;
	    width: 400px;
	    height: 245px;
	    background: url(/wp-content/uploads/business/images/pin_jong.png);
	    position: relative;
	    background-size: auto 100%;
	    background-position: 0px -15px;
	}
	.pin_jong_text{
		position: absolute;
	    color: rgb(189,131,131);
	    font-size: 24px;
	    font-weight: bold;
	    font-family: MarvelScript two;
	    line-height: 31px;
	    bottom: 10px;
	}
	.pencil_top{
		position: absolute;
		background: url(/wp-content/uploads/business/images/pencil_top.png) no-repeat;
		right: -523px;
		width: 50px;
		height: 441px;
		background-size: 100%;
		top: -88px;
	}
	.cat_dog_gobugi_bird_jiham_part{
		width: 1064px;
	}
	.cat_dog_gobugi_bird_jiham{
		display:inline-block;
		vertical-align: top;
		width:400px;
		height:313px;
		background:url(/wp-content/uploads/business/images/cat_dog_gobugi_bird_jiham.png);
		margin-top: 15px;
		margin-left: 113px;
	}
	.xinnian_card{
		display:inline-block;
		vertical-align: top;
		width:496px;
		height:455px;
		margin-top: 7px;
		margin-left: 9px;
	}
	.variante_part{
		margin-top:-160px;
		margin-left: 49px;
		color:black;
	}
	.variante_title{
		font-family:PermanentMarker;
		font-size:43.42px;
	}
	.variante_content{
		font-family:IndieFlower;
		font-size:43.42px;
		line-height: 47px;
	}
	.card_region{
		width:331px;
		height:500px;
		border:10px solid white;
		display:inline-block;
		vertical-align: top;
		background:white;
		box-shadow: 4px 4px 4px;
		margin-right:32px;
	}
	.card_region:nth-child(3n){
		margin-right:0px;
	}
	.card_region:nth-child(n+4){
		margin-top:30px;
	}
	
	.card_header{
		font-family:EmilysCandy-Regular;
		font-size:46px;
		text-align:center;
		color:black;
		line-height: 55px;
		padding-top: 20px;
		height:130px;
	}
	.card_header.special{
		font-size: 48px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.card_header.kleine_aufmerksamkeit{
		font-size: 44px;
	}
	.card_picture{
		width:297px;
		height:321px;
		display:inline-block;
		background-size:100% !important;
	}
	.image_one_of_five_content.schnell_lieferbar{
		font-size: 26px;
		line-height: 33px;
	}
	.image_one_of_five_content.hulle_auswahlen{
		font-size: 28px;
		line-height: 33px;
	}
	.sub_page1_die_sie_begeistern_werden.shoppingcard_professionell_einsetzen{
		font-size: 69px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.shoppingcard_nach_den_bedurfnissen_auswahlen{
		font-size: 55px;
		background-position: 0px;
		background-size: 45px;
		padding-left: 56px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenkkarte_professionell_individuallisieren{
		font-size: 57.5px;
		background-position: 0px;
		padding-left: 62px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_professionell_einsetzen{
		font-size:66.24px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_professionell_individuallisieren{
		font-size: 57px;
		background-position: 0px;
		padding-left: 60px;
	}
	.sub_page1_die_sie_begeistern_werden.personalisierte_prasente_professionell_einsetzen{
		font-size: 53px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.prasent_nach_den_bedurfnissen_auswuhlen{
		font-size: 61.5px;
		background-position: 0px;
	}
	
	.sub_page1_die_sie_begeistern_werden.geschenk_gutscheine_mit_individuellem_coverbild{
		font-size: 54.4px;
		background-position: 0px;
		background-size: 45px;
		padding-left: 54px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenkboxen_professionell_einsetzen{
		font-size: 66.7px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenboxen_nach_den_bedurfnissen_auswahlen{
		font-size: 54.7px;
		background-position: 0px;
		background-size: 44px;
		padding-left: 53px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_gutschein_professionell_einsetzen{
		font-size: 63px;
	}
	.sub_page1_die_sie_begeistern_werden.tickets_nach_den_bedurfnissen_auswahlen{
		font-size: 62.5px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_gutscheine_professionell_individuallisieren{
		font-size: 53.7px;
		background-position: 0px;
		background-size: 45px;
		padding-left: 53px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_katalog_der_erlebnisgalaxie{
		font-size: 75px;
		background-size: 58px;
		background-position: 0px;
		padding-left: 72px;
	}
	.two_cakes_title{
		font-size: 37px;
		padding: 2px 0px 0px 84px;
	}
	.sub_page1_die_sie_begeistern_werden.sachgeschenke_professionell_individuallisieren{
		font-size: 56.5px;
		background-position: 0px;
	}
	.cat_dog_gobugi_bird_jiham_left_part{
		width: 495px;	
	}
	.variante_part.individualisierung{
		margin-top:38px ;
	}	
	.wonderful_clock_img{
		margin-left: 41px;
		margin-top: 10px;
	}
	div.responsive_container {
    	display: none !important;
	}
}
@media (max-width: 1230px) and (min-width: 1023px) {
	.sub_page1_die_sie_begeistern_werden.teamkleidung_erschafft_gruppenzugehorigkeit{
		font-size: 48px;
		background-size: 39px;
		padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenkleidung_fur_verschiedene_sparten{
		font-size: 52px;
		padding-left: 53px;
	}
	.image_one_of_five.drum_men_img{
		background-size:172px !important;
	}
	.image_one_of_five.simpan_img{
		background-size:90px !important;	
	}
	.image_one_of_five.throw_ball_img{
		background-size: 177px !important;
	}
	.image_one_of_five.motor_man_img{
		background-size: 131px !important;
	}
	.image_one_of_five.football_man_img{
		background-size: 77px !important;
	}
	.image_one_of_five.color_5_men_img{
		background-size: 100px !important;	
	}
	.image_one_of_five.manhua_girl_img{
		background-size: 100px !important;		
	}
	.image_one_of_five.two_blue_hands_img{
		background-size: 130px !important;		
	}
	
	.sub_page1_die_sie_begeistern_werden.gruppenmitglieder_richtig_belohnen{
		font-size: 63px;
		background-size: 49px;
		padding-left: 56px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_lhre_mitglieder{
		font-size: 61px;
		padding-left: 57px;
		background-size: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_lhre_Mitglieder{
		font-size: 57.5px;
		padding-left: 53px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenleiter_richtig_belohnen{
		font-size: 72px;
		background-size: 56px;
		padding-left: 67px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenke_fur_teammitglieder_gezielt_einsetzen{
		font-size: 46.5px;
		background-position: 0px;
		background-size: 39px;
		padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.teammitglieder_durch_geschenke_an_sich_binden{
		font-size: 47px;
		background-position: 0px;
		background-size: 40px;
		padding-left: 46px;		
	}
	.sub_page1_wide_text.produkte_der_erlebnisgalxie_als_geschenk{
		font-size: 20px;
		padding-top: 11px;
	}
	.yellow_cup_img{
		background-size: 100px !important;
	}
	.rocket_img{
		background-size: 61px !important;
	}
	.crown_img{
		background-size: 130px !important;	
	}
	.clock_card_img{
		background-size: 100px !important;
	}
	.red_2_w_man{
		background-size: 87px !important;
	}
	.main_guide_way{
		width:893px;
	}
	.tablet_part{
		display:none;
	}
	.display_part{
		display:block;
	}
	.firmenkunden_headline.tablet_version{
		display:none;
	}
	.firmenkunden_headline.display_version{
		display:inline-block;
	}
	.sub_page1_die_sie_begeistern_werden.werbegeschenke_gezielt_einsetzen{
		font-size: 64px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenke_fur_besondere_anlasse{
		font-size: 65px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.pauschalierung_geldwerter_vorteil{
		font-size: 64px;
		background-position: 0px;
	}
	.image_one_of_six_content.giftcard{
		font-size: 25px;
		line-height: 47px;
	}
	.image_one_of_six_content.sachgeschenk{
		font-size: 22px;
		line-height: 47px;
	}
	.image_one_of_six_content.tickets{
		font-size: 26px;
		line-height: 47px;
	}
	.image_one_of_six_content.erlebnisgeschenk{
		font-size: 17.5px;
		line-height: 47px;
	}
	.image_one_of_six_content.mixbox{
		font-size: 26px;
		line-height: 47px;
	}
	.image_one_of_six_content.reisegutschein{
		font-size: 20px;
		line-height: 47px;
	}

	.image_one_of_six.two_jangtong_img {
		background-size:82px !important;
	}
	.image_one_of_five_content.umsatz_steigerung{
		font-size: 27px;
		line-height: 28px;	
	}
	.image_one_of_five_content.effektivitats_steigerung{
		font-size: 27px;
		line-height: 28px;	
	}
	.image_one_of_five_content.qualitats_steigerung{
		font-size: 27px;
		line-height: 28px;	
	}
	.image_one_of_five_content.produkt_wissen{
		font-size: 27px;
		line-height: 28px;	
	}
	.image_one_of_five_content.firmen_bindung{
		font-size: 27px;
		line-height: 28px;	
	}

	.image_one_of_five_content.verkaufs_talent{
		font-size: 27px;
		line-height: 28px;
	}
	.image_one_of_five_content.gesprachs_fuhrung{
		font-size: 27px;
		line-height: 28px;
	}
	.image_one_of_five_content.eigen_initiative{
		font-size: 27px;
		line-height: 28px;
	}
	.image_one_of_five_content.fach_wissen{
		font-size: 32px;
		line-height: 28px;	
	}
	.image_one_of_five_content.selbst_organisation{
		font-size: 25px;
		line-height: 28px;
	}

	.image_one_of_five_content.verkaufs_trainer{
		font-size: 30px;
		line-height: 29px;
	}
	.image_one_of_five_content.retorik_trainer{
		font-size: 30px;
		line-height: 29px;
	}
	.image_one_of_five_content.motivations_trainer{
		font-size: 27px;
		line-height: 29px;
	}
	.image_one_of_five_content.produkt_schulung{
		font-size: 30px;
		line-height: 29px;
	}
	.image_one_of_five_content.time_management{
		font-size: 28px;
		line-height: 29px;
	}

	.image_one_of_five.phone_touch_img{
		background-size:91px !important;
	}
	.image_one_of_five.degree_90_arrow_img{
		background-size:68px !important;
	}
	.image_one_of_five.red_flesh_car_img{
		background-position: center !important;
		background-size:160px !important;
	}
	.image_one_of_five.old_flesh_car_img{
		background-position: center !important;	
		background-size: 133px !important;
	}
	.image_one_of_five.three_handsomes_img{
		background-position: center !important;	
	}
	.image_one_of_five.tv_with_man_img{
		background-size: 135px !important;	
	}
	.image_one_of_five.handup_man_img{
		background-size: 83px !important;
	}
	.image_one_of_five.handup_with_lamp_img{
		background-size: 94px !important;
	}
	.image_one_of_five.handup_with_clock_img{
		background-size: 98px !important;
	}
	.image_one_of_five.money_with_man_img{
		background-size: 84px !important;
	}
	.image_one_of_five.handup_with_w_img{
		background-size: 99px !important;
	}
	.image_one_of_five.pointer_with_man_img{
		background-size: 86px !important;	
	}
	.image_one_of_five.twow_with_man_img{
		background-size: 83px !important; 	
	}
	.image_one_of_five.handup_zoom_man_img{
		background-size: 98px !important;		
	}
	.image_one_of_five.yellow_open_jiham_img{
		background-position: center 18px !important;
	}
	.image_one_of_five.gray_close_jiham_img{
		background-position: center 6px !important;
		background-size: 110px !important;
	}
	.large_five_beer{
		width:893px;
		height:550px;
	}
	.image_one_of_three.chrismas_card_img{
		background-size: 270px !important;
		background-position: center center !important;
	}
	.image_one_of_three.bears_12_img{
		background-size: 270px !important;
		background-position: right 70px !important;
	}
	.image_one_of_three.erlebnis_galaxie_img{
		background-position: center top !important;
		background-size:170px !important;
	}
	.image_one_of_four_content.spieltrieb_nutzen{
		font-size:28px;	
	}
	.image_one_of_four_content.thin_height.kunden_weben_kunden{
		font-size:21px !important;
	}
	.image_one_of_five.one_eye_monster_img{
		background-size: 75px !important;
		background-position: center 15px !important;
	}
	.image_one_of_five.first_fingernail_img{
		background-position: center 15px !important;
	}
	.image_one_of_five.tuiche_img{
		background-position: center 15px !important;
	}
	.image_one_of_five.two_heart_img{
		background-position: center 15px !important;
	}
	.image_one_of_five.arrow_with_man_img{
		background-size:75px !important;	
	}
	.anerkennung_managen{
		font-size:21.3px !important;
	}
	.arbeitskraft_managen{
		font-size:20.1px !important;
	}
	.archer_content_parent{
		width:893px;
	}
	.archer_picture{
		width:893px;
		height:610px;
	}
	.archer_content{
		width:219px;
		float:left;
	}
	.archer_content_header{
		height: 45px;
		margin-left: 10px;
		font-size: 21px;
		padding-top: 4px;
		margin-top: -37px;
		margin-right:5px;
		text-align:center;
	}
	.archer_content_body li{
		font-size:20px;
	}
	.line_girin_region{
		width:893px;
		height:587px;
	}
	.coaching_region{
		width:893px;
		height:422px;	
	}
	.coaching_bogen_region{
		width:893px;
		height:1392px;
	}
	.wann_gruppen_region{
		width:893px;
		height:658px;
	}
	.polygon_six{
		width:893px;
		height:890px;
	}
	.mindfull_mindfull{
		width:893px;
		height:654px;
		margin-bottom:40px;
	}
	.snow_pane_parent{
		width:893px;
		height:415px;
		text-align: center;
		background: white;
	}
	.snow_pane{
		display:inline-block;
		vertical-align:top;
		background: url(/wp-content/uploads/business/images/snow_pane1.png);
		width: 178px;
		height: 371px;
		margin-right:21px;
		margin-top: 12px;
	}
	.snow_pane:first-child{
		margin-left:21px;
	}
	.images_3_region{
		width:893px;
	}
	.images_4_region{
		width:893px;
		height:222px;
		margin-top: 45px;
	}
	.images_4_region.thin_height{
		height:188px;
	}
	.image_one_of_four_content.anerkennung_managen{
		font-size:20px;
	}
	.image_one_of_four_content.thin_height{
		height:45px;
		font-size: 23.64px;
	}
	.image_one_of_four_region{
		width:25%;
		float: left;
	}
	
	
	.image_one_of_four{
		height: 129px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.image_one_of_three_region{
		width:33.333%;
		float: left;
	}
	.image_one_of_three{
		height: 315px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.image_one_of_three_content{
		width:100%;
		height:78px;
		padding: 6px 0px 0px 10px;	
		font-size: 28.64px;
		line-height: 33px;
	}
	.image_one_of_four_content{
		width:100%;
		height:78px;
		padding: 6px 0px 0px 10px;	
		font-size: 24px;
		line-height: 33px;
	}
	.image_one_of_four_content.mail_font{
		padding-left: 0px;
		padding-right: 0px;
		font-size: 23px;
	}
	.image_one_of_four_content.women_sit_man_img{
		font-size: 24px;
	    line-height: 24px;
	    padding-top: 4px;
	}
	.image_one_of_four_content.money_with_man_img{
		font-size:29px;	
	}
	.images_5_region{
		width:893px;
		margin-top: 45px;
	}
	.images_6_region{
		width:893px;
		margin-top: 45px;
	}
	.image_one_of_six_region{
		width:16.66%;
		float: left;
	}
	.image_one_of_six{
		height: 100px;
		background-repeat: no-repeat !important;
		background-position: center 7px !important;
	}
	.image_one_of_six_content{
		width:100%;
		height:60px;
		padding: 6px 0px 0px 10px;	
		font-size: 20.24px;
		line-height: 47px;
	}
	.image_one_of_five_region{
		width:20%;
		float: left;
	}
	.image_one_of_five{
		height: 115px;
		background-repeat: no-repeat !important;
		background-position: center 7px !important;
	}
	.image_one_of_five_content{
		width:100%;
		height:70px;
		padding: 7px 0px 0px 14px;
		font-size: 18.04px;
	}
	.image_one_of_five_content.thin_height{
		width:100%;
		height:60px;
		padding: 7px 0px 0px 14px;
		font-size: 26.24px;
		line-height: 45px;
	}
	.movitation_img{
		background-position: 17px 7px !important;
		background-size: 160px 108px !important;
	}
	.brush_run_man_img{
		background-position: 68px 8px !important;
		background-size: 80px 103px !important;
	}
	.bug_img{
		background-size: 100px 96px !important;
		background-position: center 9px !important;
	}
	.handphone_img{
		background-position: 70px 16px !important;
		background-size: 50px 87px !important;
	}
	.ticket_img{
		background-size: 72px !important;
	}
	.sand_clock_img{
		background-position: center 14px !important;
		background-size: 90px 89px !important;
	}
	.kalgae_img{

	}
	.small_house_img{

	}
	.rakasan_img{

	}
	.gold_box_img{

	}
	.highlights_fur_kunden_partner{
		width: 899px;
		height: 119px;
		background: url(/wp-content/uploads/business/images/highlights_fur_kunden_partner.png);
		background-repeat: no-repeat;
		border: 7px solid white;
		margin-top: 50px;
		background-size: 100%;
	}
	.top_geschenkideen_fur_kunden_partner{
		width: 893px;
		height: 119px;
		background: url(/wp-content/uploads/business/images/top_geschenkideen_fur_kunden_and_partner.png);
		background-repeat: no-repeat;
		border: 7px solid white;
		margin-top: 45px;
		background-size: 100%;
	}
	.sub_page1_wide_picture_region{
		border:1px solid rgb(199,195,189);
		display: inline-block;
		margin-top:23px;
		margin-right: 25px;
		vertical-align: top;
	}
	.sub_page1_wide_picture_region:nth-child(2n){
		margin-right:0px;
	}
	.sub_page1_wide_picture{
		width: 434px;
		height: 242px;
		border: 4px solid white;
		border-bottom: 2px solid white;
	}
	.sub_page1_wide_text{
		width: 100%;
		height: 59px;
		border: 4px solid white;
		border-top: 0px solid black;
		color: white;
		text-align: center;
		font-size: 23.33px;
		font-family: verdana;
		padding-top:8px;
	}
	.anfrageformular_erstellen_region_parent{
		margin-top:50px;
	}
	.anfrageformular_erstellen_region_parent.die_beliebtesten_highlights_fur_ihre{
		margin-top:10px;
	}
	.anfrageformular_erstellen_region:nth-child(3n){
		margin-right:0px;
	}
	.anfrageformular_erstellen_region:nth-child(n+4){
		margin-top:28px;
	}
	.anfrageformular_erstellen_region{
		display:inline-block;
		width: 283px;
		height: 356px;
		border: 10px solid rgb(251,252,247);
		position: relative;
		margin-right:22px;
		vertical-align: top;
	}
	.anfrageformular_erstellen_region_inner{
		width:100%;
		height:100%;
		border: 1px solid rgb(240,239,235);
		background: rgb(251,252,247);
	}
	.small_picture{
		width:100%;
		height:141px;
		background-size: 100% !important;
	}
	.small_picture_content_header{
	    margin-top: 13.33px;
	    font-family: verdana;
	    font-size: 12px;
	    font-weight: bold;
	    padding-left: 12px;
	}
	.small_picture_content_detail{
		margin-top: 10px;
		font-family: verdana;
		font-size: 11px;
		padding-left: 10px;
		padding-right: 14px;
	}
	.small_picture_button{
		width: 254px;
		height: 40.8px;
		position: absolute;
		bottom: 0px;
		background: url(/wp-content/uploads/business/images/anfrageformular_erstellen_btn.png);
	    margin-left: 4px;
		margin-bottom: 4px;
		background-size: 100%;
	}


	.sub_page1_text_content{
		width: 893px;
	}
	.firmenkunden_head{
		margin-top:-10px;
	}

	.firmenkunden_monster_menu{
		width:316px;
		height:400px;
		display: inline-block;
		vertical-align: top;
		text-align:center;
		position:relative;
		padding-right:2px;
	}
	.firmenkunden_monster_picture{
		background: url(/wp-content/uploads/business/images/monster_new_menu.png) no-repeat;
	    height: 129px;
	    width: 100%;
	    background-size:105% 100%;
	    background-position:center center;
	    margin-top:-11px;

	}
	.firmenkunden_binden{
		background: url(/wp-content/uploads/business/images/monster_new_content_menu.png) no-repeat;
	    height: 56px;
	    background-size:105% 100%;
	    background-position:center center;
	}
	.firmenkunden_marketing{
	    background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 56px;
	    background-size:105% 100%;
	    background-position:center center;
	}
	.firmenkunden_partner{
		background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 57px;
	    background-size:105% 100%;
	    background-position:center center;
	}
	.firmenkunden_richtig{
		background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 56px;
	    background-size:105% 100%;
	    background-position:center center;
	}
	.firmenkunden_das_plus{
		background: url(/wp-content/uploads/business/images/firmenmonster-foot.png) no-repeat;
	    height: 56px;
	    text-align:center;
	    background-size:105% 100%;
	    background-position:center center;
	}
	.firmenkunden_das_plus > div{
		background: url(/wp-content/uploads/business/images/firmenkunden_klick_auf_das_plus.png);
	    display:inline-block;
	    width: 233px;
		height: 39px;
		margin-top: 2px;
		background-size: 100%;
	}
	.firmenkunden_menu_content{
		font-family: DIN Condensed;
		font-weight: bold;
		width: 206px;
		height: 39px;
		font-size: 19.5px;
		display: inline-block;
		color:#723f32;
		border: 1px solid #d3cfc9;
		border-top: none;
		border-bottom: none;
		margin-top: 9px;
		background:white;
		text-align: left;
		padding-top: 4px;
		margin-left: 3px;
	}
	.firmenkunden_span_plus{
		border: 1px solid #d3cfc9;
		border-radius: 50%;
		color: #723f32;
		width: 18px;
		height: 18px;
		display: inline-block;
		text-align: center;
		font-size: 15px;
		margin: 0 2px 0 5px;
		margin-bottom: 0px;
		vertical-align: middle;
		margin-bottom: 3px;
		line-height: 14px;
		font-weight: bold;
	}

	.firmenkunden_menu_content_ul{
		display:none;
		width: 100%;
		background:white;
		position: relative;
		list-style-type: none;
		padding-left: 0px;
		font-size: 19.5px;
		box-sizing: border-box;
		z-index: 1;
	}

	.firmenkunden_menu_content_ul li:last-child{

	}

	.firmenkunden_menu_content_ul li{
		padding-left:29px;
	}
	.firmenkunden_menu_content_ul li.haschild li {
	    padding-left: 41px;
	}
	.firmenkunden_menu_content_ul li.haschild.second_child{
		padding-left:12px;
	}
	.firmenkunden_headline{
		width: 574px;
	    height: 391px;
	    display: inline-block;
	    vertical-align: top;
	    border: 10px solid white;
	    box-shadow: -1px 0px rgb(223,216,204);
	}
	.firmenkunden_headline_picture{
		width: 100%;
	    height: 323px;
	    background: url(/wp-content/uploads/business/images/main_headline.png);
	    background-size: 100%;
	}
	.der_firmenheld {
	    background: url(/wp-content/uploads/business/images/der_firmenheld.png);
		width: 276px;
		height: 38px;
		font-family: MarvelScript two;
		font-size: 38.1px;
		position: absolute;
		top: 18px;
		right: 41px;
		color:#d45553;
		line-height: 39px;
		padding-left: 8px;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	.magic_moments_verbinden {
	    background: url(/wp-content/uploads/business/images/der_firmenheld_1.png);
		width: 276px;
		height: 38px;
		font-family: AmaticsSC Bold;
		font-size: 33px;
		top: 65px;
		right: 41px;
		position: absolute;
		line-height: 33px;
		color:
		black;
		letter-spacing: 1.66px;
		padding-left: 9px;
	}
	.firmenkunden_get_in_contact{
		display: inline-block;
	    vertical-align: top;
	    color: white;
	    font-family: MarvelScript two;
	    font-size: 18px;
	    font-weight: 100;
	    line-height: 40px;
	    margin-left: 21px;
	}
	.firmenkunden_phone_number{
		display: inline-block;
	    font-family: MarvelScript two;
	    font-size: 18.3px;
	    font-weight: 100;
	    line-height: 40px;
	    margin-left: 29px;
	    vertical-align: top;
	    color: white;
	    background: url(/wp-content/uploads/business/images/small_phone.png);
	    background-repeat: no-repeat;
	    padding-left: 40px;
	    background-position: 0px 2px;
	    background-size: 31px 35px;
	}
	.firmenkunden_email_address{
		display: inline-block;
	    font-family: MarvelScript two;
	    font-size: 18.3px;
	    font-weight: 100;
	    line-height: 40px;
	    margin-left: 22px;
	    vertical-align: top;
	    color: white;
	    padding-left: 50px;
	    background: url(/wp-content/uploads/business/images/letter.png);
	    background-repeat: no-repeat;
	    background-position: 0px 5px;
	    background-size: 40px 31px;
	}
	.firmenkunden_headline_contack{
		height: 42px;
		background:rgb(147,59,82);
		border-top: 6px solid white;
		box-sizing: unset;
	}
	.firmenkunden_erlebnisgalaxie_fur_firmen{
		font-family: Nosifer;
	    font-size: 38px;
	    background: url(/wp-content/uploads/business/images/napal.png);
	    background-repeat: no-repeat;
	    color: rgb(102,102,102);
	    text-align: center;
	    background-position: 22px 11px;
	    margin-top: 30px;
	    padding-left: 60px;
	    background-size: 41px 35px;
	}
	.firmenkunden_erlebnisgalaxie_fur_gruppen{
		font-family: Nosifer;
		font-size: 37px;
		background: url(/wp-content/uploads/business/images/napal.png);
		background-repeat: no-repeat;
		color: rgb(102,102,102);
		text-align: center;
		background-position: 10px 11px;
		margin-top: 30px;
		padding-left: 51px;
		background-size: 41px 35px;
	}
	.kunden_partner_an_sich_binden{
		font-family: Nosifer;
		font-size: 36px;
		background: url(/wp-content/uploads/business/images/napal.png);
		background-repeat: no-repeat;
		color: rgb(102,102,102);
	    text-align: center;
	    background-position: 0px;
	    margin-top: 30px;
	    padding-left: 42px;
	    background-size: 40px;
	}
	.kunden_partner_an_sich_binden.mitarbeiter_an_sich_binden{
		font-size: 42px;
		background-position: 0px 13px;
		background-size: 36px;
	}
	.kunden_partner_an_sich_binden.original{
		font-size: 34.8px;
		background-size: 30px;
		background-position: 0px 10px;
		padding-left: 30px;
	}
	.firmenkunden_firmenevents_part{
		margin-top: 24px;
		
	}
	.firmenkunden_firmenevents_part_second{
		margin-top: 44px;
	}
	.firmenkunden_firmenevents_part_second.sub_page1{
		margin-top: 20px;
	}
	.sub_page1_die_sie_begeistern_werden{
		font-size: 54.24px;
		padding-left: 60px;
		background-position: 0px;
		background-size: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.was_ist_projektmanagement_genau{
		font-size: 62px;
		padding-left: 56px;
		background-size: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.teamleiter_gekonnt_fordern_ausbilden{
		font-size: 56.2px;
		padding-left: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.erfolgreiches_wirken_als_gruppenleiter{
		font-size: 58.3px;
		padding-left: 51px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_gruppenleiter{
		font-size: 46.3px;
		background-size: 37px;
		padding-left: 44px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_teamevents_mabgeschneidert{
		font-size: 52.7px;
		background-size: 42px;
		padding-left: 47px;
	}
	.sub_page1_die_sie_begeistern_werden.vereinsfeiern_teamevents_mabgeschneidert{
		font-size: 48.5px;
		background-size: 39px;
		padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenausflug_fur_sie_mabgeschneidert{
		font-size: 53.8px;
	    padding-left: 53px;
	}
	.sub_page1_die_sie_begeistern_werden.kaufanreize_schaffen_und_profitieren{
		font-size: 59px;
		background-position: 0px;
		background-size: 46px;
		padding-left: 54px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_durch_geschenke_an_sich_binden{
		font-size: 56.5px;
		padding-left: 52px;
	}
	.sub_page1_die_sie_begeistern_werden.pramien_erhohen_die_kaufleidenschaft{
		font-size: 58px;
		background-size: 46px;
		padding-left: 54px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_durch_pramien_an_sich_binden{
		font-size: 60px;
		padding-left: 55px;
		background-size: 48px;
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeiterbonifikationen_gezielt_einsetzen{
		font-size: 51.4px;
		background-size: 40px;
		padding-left: 47px;	
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeiter_durch_geschenke_motivieren{
		font-size: 55.5px;
		padding-left: 55px;
	}
	.sub_page1_die_sie_begeistern_werden.fuhrungskrafte_gekonnt_fordern_ausbilden{
		font-size: 49.7px;
		background-size: 40px;
		padding-left: 47px;		
	}
	.sub_page1_die_sie_begeistern_werden.erfolgreiches_wirken_als_fuhrungskraft{
		font-size: 56px;
		padding-left: 53px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_mitarbeiterforderung{
		font-size: 38.3px;
		background-size: 33px;
		padding-left: 40px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_fuhrungskrafte{
		font-size: 44px;
		background-size: 36px;
		padding-left: 44px;
	}


	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_ihre_mitarbeiter{
		padding-left: 52px;
		font-size: 55.5px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_ihre_mitarbeiter{
		margin-top: 7px;
		font-size: 58px;
		background-size: 49px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeitergeschenke_gezielt_einsetzen{
		font-size: 56.3px;
		padding-left: 49px;
		background-size: 40px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_marketingshows_und_highlights{
		font-size: 46.8px;
		background-position: 0px;
		background-size: 42px;
		padding-left: 49px;
	}
	.sub_page1_die_sie_begeistern_werden.passendes_highlights_nach_ihren_bedurfnissen_auswahlen{
		font-size: 40px;
		background-position: 0px;
		background-size: 33px;
		padding-left: 39px;
	}
	.sub_page1_die_sie_begeistern_werden.marketingshows_fur_sie_mabgeschneidert{
		font-size: 53px;
		padding-left: 52px;
	}
	
	.sub_page1_die_sie_begeistern_werden.wow_erlebnisse_fur_sie_mabgeschneidert{
		font-size: 54px;
		background-size: 47px;
		padding-left: 54px;
	}
	.sub_page1_die_sie_begeistern_werden.passendes_wow_erlebnis_nach_ihren_bedurfnissen_auswahlen{
		font-size: 37px;
		background-size: 32px;
		padding-left: 40px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_wow_erlebnisse_auf_einen_blick{
		font-size: 47px;
		background-size: 41px;
		padding-left: 49px;
	}

	.sub_page1_die_sie_begeistern_werden.weihnachtsfeier_auf_sie_passend_zugeschnitten{
		font-size: 47px;
		background-position: 0px;
		background-size: 38px;
		padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.weinachten_mal_etwas_anders_feiern{
		font-size: 60px;
	    background-position: 0px;
	    background-size: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.zeitfresser_lokalisieren_eleminieren{
		font-size: 58.8px;
		background-size: 48px;
		padding-left: 54px;
	}
	.sub_page1_die_sie_begeistern_werden.zeitplan_gekonnt_strukturieren_und_optimieren{
		font-size: 48px;
		background-position: 0px;
		background-size: 41px;
		padding-left: 47px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_timemanagement{
		font-size: 49px;
		background-position: 0px;
		padding-left: 48px;
		background-size: 42px;		
	}



	.sub_page1_die_sie_begeistern_werden.teamevents_die_sie_begeistern_werden{
		font-size: 57.5px;
		background-position: 0px;
		background-size: 47px;
		padding-left: 54px;
	}
	.sub_page1_die_sie_begeistern_werden.teamentwicklung_gezielt_einsetzen{
		font-size: 62px;
		background-position: 0px;
		background-size: 52px;
	}
	.sub_page1_die_sie_begeistern_werden.teamentwicklung_in_4_wandlungschritten_erleben{
		font-size: 46px;
		background-position: 0px;
		background-size: 41px;
		padding-left: 47px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_teamentwicklung{
		font-size: 49.4px;
		background-position: 0px;
		background-size: 42px;
		padding-left: 48px;
	}
	.sub_page1_die_sie_begeistern_werden.wie_kann_mein_team_zu_einem_spitzenteam_werden{
		font-size: 44px;
		background-position: 0px;
		background-size: 37px;
		padding-left: 43px;
	}

	.sub_page1_die_sie_begeistern_werden.teambuilding_fur_sie_mabgeschneidert{
		font-size:57px;	
	}
	.sub_page1_die_sie_begeistern_werden.teambuildingmabnahmen_nach_lhren_bedurfnissen_auswahlen{
		font-size: 37px;
		background-position: 0px;
		background-size: 31px;
		padding-left: 36px;
	}
	.sub_page1_die_sie_begeistern_werden.wie_legen_wir_mit_lhnen_lhre_gruppen_bzw_lernziele_fest{
		font-size: 38.6px;
		background-position: 0px;
		background-size: 33px;
		padding-left: 41px;
	}
	.sub_page1_die_sie_begeistern_werden.unsere_verkaufsschlager_im_bereich_teambuilding{
		font-size: 41px;
		background-position: 0px;
		background-size: 35px;
		padding-left: 43px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihr_teambuilding{
		font-size: 42.2px;
		background-position: 0px;
		background-size: 35px;
		padding-left: 41px;
	}

	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_reiseziele_und_highlights{
		font-size: 53.4px;
		line-height: 54px;
		background-size: 42px;
		padding-left:50px;
	}
	.sub_page1_die_sie_begeistern_werden.passende_reisehighlights_nach_lhren_bedurfnissen_auswahlen{
		font-size: 36.5px;
		background-position: 0px;
		background-size: 33px;
		padding-left: 41px;
	}
	.sub_page1_die_sie_begeistern_werden.betriebsfeier_firmenevents_mabgeschneidert{
		font-size: 45.54px;
		background-position: 5px 15px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_und_partner_richtig_belohnen{
		font-size: 60.54px;
		background-position: 5px 29px;
		background-size: auto;
		padding-left: 65px;
		line-height: 100px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_lhre_kunden_partner{
		font-size: 49.54px;
		background-position: 5px 28px;
		background-size: auto;
		padding-left: 65px;
		margin-top: 0;
		line-height: 100px;
	}
	.sub_page1_die_sie_begeistern_werden.passende_highlights_nach_lhren_bedurfnissen_auswahlen{
		font-size: 39.54px;
		background-position: 5px 16px;
		background-size: 35px;
		padding-left: 49px;
		margin-top:8px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihre{
		font-size: 39.75px;
	    padding-left: 45px;
    	background-size: 35px;
    	margin-top:10px;
	}
	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_lhre_kunden_partner{
		font-size: 47px;
		padding-left: 65px;
		background-size: auto;
		margin-top: 0;
		line-height: 100px;
	}
	.sub_page1_die_sie_begeistern_werden.projekte_gekonnt_planen_und_managen{
		font-size:57.8px;
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_projektcoaching_erwarten{
		font-size: 43.6px;
		background-size: 38px;
		background-position: 3px 18px;
		padding-left: 54px;
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_stressmanagement_erwarten{
		font-size: 40.5px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_projektmanagement{
		font-size: 38.4px;
	    background-size: 38px;
	    background-position: 0px 14px;
	    padding-left: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.projektmanagement_gekonnt_einsetzen_und_erlernen{
		font-size: 42px;
		background-size: 38px;
		padding-left: 51px;
		margin-bottom:5px;
	}
	.sub_page1_die_sie_begeistern_werden.was_ist_projektmanagement{
		font-size: 75px;
		background-size: 47px;
		padding-left: 60px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.basisprogram_stressbewaltigung{
		font-size: 61px;
		background-size: 49px;
		padding-left: 67px;
	}
	.sub_page1_die_sie_begeistern_werden.warum_stressmanagement{
		font-size: 77.5px;
		background-size: 52px;
		padding-left: 68px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_teams_gekonnt_fordern_coachen{
		font-size: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_coaching{
		font-size: 47px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_teams_gruppen{
		font-size: 42.3px;
	}
	.sub_page1_die_sie_begeistern_werden.welches_coaching_ist_fur_sie_das_richtige{
		font-size: 52.4px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_vs_teamcoaching{
		font-size: 77px;
		background-size: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.gewinnspiele_verkaufsfordernd_einsetzen{
		font-size: 52px;
	}
	.sub_page1_die_sie_begeistern_werden.pramiensysteme_verkaufsfordernd_einsetzen{
		font-size: 48px;
	}
	.sub_page1_die_sie_begeistern_werden.on_pack_promotion_verkaufsfordernd_einsetzen{
		font-size: 46px;
	}
	.sub_page1_die_sie_begeistern_werden.verpackungsdesign_gekonnt_umsetzen{
		font-size: 57px;
	}
	.sub_page1_die_sie_begeistern_werden.verkaufsforderung_durch_gewinnspiele{
		font-size: 56px;
	}
	.sub_page1_die_sie_begeistern_werden.gewinnspiele_professionell_einsetzen{
		font-size: 59px;
	}
	.sub_page1_die_sie_begeistern_werden.on_pack_gewinnspiele_verkaufsfordernd_einsetzen{
		font-size: 43px;
		background-size: 43px;
	}
	.sub_page1_die_sie_begeistern_werden.welcher_verkaufstrainer_darf_es_fur_sie_sein{
		font-size: 49px;
	}
	.sub_page1_die_sie_begeistern_werden.welche_fahigkeiten_sollen_ausgebildet_werden{
		font-size: 47px;
	}
	.sub_page1_die_sie_begeistern_werden.welche_ziele_wollen_sie_mit_uns_erreichen{
		font-size: 53px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_gutscheine_professionell_einsetzen{
		font-size: 49px;
	}
	.sub_page1_die_sie_begeistern_werden.gutscheine_nach_den_bedurfnissen_auswahlen{
		font-size: 48px;
		background-size: 41px;
		padding-left: 52px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_gutscheine_professionell_individuallisieren{
		font-size: 43px;
		background-size: 40px;
		padding-left: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.individualisierung_wie_funktioniert_es{
		font-size: 57px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_mit_individuellem_coverbild{
		font-size: 51.8px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_professionell_einsetzen{
		font-size: 56px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_nach_den_bedurfnissen_auswahlen{
		font-size: 44.8px;
		background-size: 40px;
		padding-left: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_professionell_individuallisieren{
		font-size: 48px;
		background-size: 42px;
		background-position: 0px;
		padding-left: 53px;
	}
	.firmenkunden_firmenevents{
		display:inline-block;
		border: 1px solid rgb(199,195,189);
		margin-right: 18px;
		margin-left: 0px;
	}

	.firmenkunden_firmenevents:nth-child(n+4){
		margin-top: 27px;
	}
	.firmenkunden_firmenevents:nth-child(3n+3){
		margin-right:0px;
	}
	.firmenkunden_picture{
		width:282px;
		height:200px;
		border: 5px solid white;
		border-bottom: 2px solid white;
		background-size: 100% 100% !important;
		position:relative;
		
	}
	.firmenkunden_firmenevents_part .firmenkunden_firmenevents:hover .firmenkunden_picture{
		opacity:0.9;
	}
	.firmenkunden_firmenevents_part .firmenkunden_firmenevents:hover .firmenkunden_picture_content{
		background:url(/wp-content/uploads/business/images/transparent_picture.png);
		display:block;
		background-size:100%;
	}

	.firmenkunden_picture_content{
		font-family: verdana;
		font-size: 20.8px;
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		top: 0px;
		padding-top: 16.66px;
		line-height: 28.33px;
		padding-left: 10.49px;
		padding-right: 10.49px;
		display: none;
		font-weight: bold;
		display: none;
	}

	.firmenkunden_text{
		width: 100%;
	    border: 5px solid white;
	    border-top: 0px solid white;
	    text-align: center;
	    color: white;
	    font-size: 18.3px;
	    font-family: verdana;
	    padding-top: 8.3px;
	    padding-bottom: 9.16px;
	}
	.firmenkunden_firmenevents_part_second .firmenkunden_text{
		font-size:19px;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.firmenkunden_firmenevents_part_second.sub_page1 .firmenkunden_text{
		font-size:20px;
		padding-top: 5px;
		padding-bottom: 6px;
		letter-spacing:-1px;
	}

	.firmenkunden_picture.firmenevents{
		background: url(/wp-content/uploads/business/images/firmenevents.jpg);
	}
	.firmenkunden_picture_content.firmenevents{
		color:rgb(65,56,38);
	}
	.firmenkunden_text.firmenevents{
		background: rgb(234,202,141);
	}

	.firmenkunden_picture.mitarbeiter_an_sich_binden{
		background: url(/wp-content/uploads/business/images/mitarbeiter_an_sich_binden.jpg);
	}
	.firmenkunden_picture_content.mitarbeiter_an_sich_binden{
		color:rgb(42,52,67);
	}
	.firmenkunden_text.mitarbeiter_an_sich_binden{
		background: rgb(144,176,223);
	}

	.firmenkunden_picture.kunden_und_partnerbindung{
		background: url(/wp-content/uploads/business/images/kunden-partnerbindung.jpg);
	}
	.firmenkunden_picture_content.kunden_und_partnerbindung{
		color:rgb(43,41,34);
	}
	.firmenkunden_text.kunden_und_partnerbindung{
		background: rgb(138,131,113);
	}

	.firmenkunden_picture.produkte_richtig_einsetzen{
		background: url(/wp-content/uploads/business/images/produkte_richtig_einsetzen.jpg);
	}
	.firmenkunden_picture_content.produkte_richtig_einsetzen{
		color:rgb(68,40,33);
	}
	.firmenkunden_text.produkte_richtig_einsetzen{
		background: rgb(210,123,104);
	}

	.firmenkunden_picture.marketingmabnahmen{
		background: url(/wp-content/uploads/business/images/marketingmassnahmen.jpg);
	}
	.firmenkunden_picture_content.marketingmabnahmen{
		color:rgb(38,54,46);
	}
	.firmenkunden_text.marketingmabnahmen{
		background: rgb(84,118,101);
	}

	.firmenkunden_picture.partner_und_referenzen{
		background: url(/wp-content/uploads/business/images/partner_und_referenzen.jpg);
	}
	.firmenkunden_picture_content.partner_und_referenzen{
		color:rgb(41,32,58);
	}
	.firmenkunden_text.partner_und_referenzen{
		background: rgb(121,97,171);
	}
	.firmenkunden_top_firmenanaebote{
		height: 114px;
	    background: url(/wp-content/uploads/business/images/top_firmenangebote.png);
	    border: 5px solid white;
	    width: 893px;
	    margin-top: 58.3px;
	    background-size: 100%;
	}

	.firmenkunden_picture.betriebsausflug{
		background: url(/wp-content/uploads/business/images/betriebsausflug.jpg);
	}

	.firmenkunden_text.betriebsausflug{
		background: rgb(138,131,113);
	}


	.firmenkunden_picture.betriebsfeier{
		background: url(/wp-content/uploads/business/images/betriebsfeier.jpg);
	}

	.firmenkunden_text.betriebsfeier{
		background: rgb(249,225,91);
	}


	.firmenkunden_picture.erlebnistagung{
		background: url(/wp-content/uploads/business/images/Erlebnistagung.jpg);
	}

	.firmenkunden_text.erlebnistagung{
		background: rgb(187,108,139);
	}


	.firmenkunden_picture.incentivereisen{
		background: url(/wp-content/uploads/business/images/incentivereisen.jpg);
	}

	.firmenkunden_text.incentivereisen{
		background: rgb(181,205,155);
		
	}


	.firmenkunden_picture.kundenevent{
		background: url(/wp-content/uploads/business/images/kundenevent.jpg);
	}

	.firmenkunden_text.kundenevent{
		
		background: rgb(152,207,202);
	}



	.firmenkunden_picture.teambuilding{
		background: url(/wp-content/uploads/business/images/teambuilding.jpg);
	}

	.firmenkunden_text.teambuilding{
		background: rgb(234,202,141);
	}
	.firmenkunden_contact_part{
		width: 898px;
	    height: 704px;
	    background: url(/wp-content/uploads/business/images/contack_background.png);
	    border: 7px solid white;
	    background-size: 100% auto;
	    margin-top: 10px;
	}
	.firmenkunden_contact_header{
		color: white;
	    font-family: MarvelScript two;
	    font-size: 48px;
	    font-weight: bold;
	    text-shadow: -3px 3px black;
	    padding-left: 27px;
	    padding-top: 5px;
	}
	.angaben_zum_event_part{
		display: inline-block;
	    padding-left: 71px;
	    margin-top: 8.33px;
	}
	.angaben_zum_event{
		font-size: 42px;
	    font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    line-height: 48px;
	}
	.spline{
		background: url(/wp-content/uploads/business/images/spline.png);
		height: 8.33px;
	}

	.angaben_zum_event_input{
		width: 205px !important;
	    margin-left: 11px;
	    float: left;
	    margin-top: 5px;
	}
	.angaben_zum_event_select{
		width: 203px !important;
	    float: left;
	    margin-top: 3px;
	    font-size: 18px;
	    font-weight: bold;
	    font-family: MarvelScript two;
	    color: black;
	    line-height: 17px !important;
	    margin-left: 0px;
	    padding-left: 15px !important;
	}
	.label_wunscherlebnis{
		font-family: MarvelScript two;
	    font-size: 21.7px;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    letter-spacing: 1.15px;
	    margin-top:4px;
	}
	.label_ihr_wunschort{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 21.6px;
	    letter-spacing: 1.55px;
	    margin-top:4px;
}
	.label_wie_viele_personen{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 20.3px;
	    margin-top: 4px;
	}
	.label_budget_pro_person{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 20.3px;
	    letter-spacing: -0.145px;
	    margin-top: 2px;
	}
	.label_was_darfs_noch_sein{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 20px;
	    letter-spacing: -0.8px;
	    margin-top: 3px;
	}
	.label_vor_nachname{
		font-family: MarvelScript two;
	    font-size: 20px;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    letter-spacing: -0.95px;
	    margin-top:5px;
	}
	.label_firma_od_team{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 20px;
	    letter-spacing: -0.8px;
	    margin-top:5px;
	}
	.label_email_adresse{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    font-size: 20px;
	    margin-top: 5px;
	    letter-spacing: -0.95px;
	}

	.label_strasse_nr{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    margin-top: 4px;
	    letter-spacing: 0.95px;
	    font-size: 21px;
	}

	.label_plz_und_ort{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    margin-top: 7px;
	    font-size: 21px;
	    letter-spacing: 0.4px;
	}
	.label_telefonnummer{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    margin-top: 4px;
	    font-size: 18.2px;
	    letter-spacing: -0.65px;
	}
	.radio_container{
		font-family: MarvelScript two;
	    color: black;
	    font-weight: bold;
	    position: relative;
	    padding-left: 36px;
	    margin-bottom: 12px;
	    cursor: pointer;
	    font-size: 19px;
	    padding-top: 2px;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}



	/* Hide the browser's default checkbox */
	.radio_container input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
	}

	/* Create a custom checkbox */
	.radio_checkmark {
		
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 24px;
	  width: 25px;
	  background: url(/wp-content/uploads/business/images/uncheckbox1.png);
	  background-size:100%;	
	  	
	}

	/* On mouse-over, add a grey background color */
	.radio_container:hover input ~ .radio_checkmark {
	  /*background-color: #ccc;*/

	}

	/* When the checkbox is checked, add a blue background */
	.radio_container input:checked ~ .radio_checkmark {
		
	  background: url(/wp-content/uploads/business/images/checkbox.png);
	  border: 0px solid white;
	  height: 24px;
	  width: 25px;
	  background-repeat: no-repeat;
	  background-size: 100%;	
	  
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.radio_checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the checkmark when checked */
	.radio_container input:checked ~ .radio_checkmark:after {
	  display: block;
	}

	.monster_riskiers{
		height: 174px;
	    background-size: 100% 174px;
	    margin-top: 7px;
	}
	.monster_riskiers:hover{
		background-size: 100% 174px;
	}
	.kontaktdaten_part{
		display: inline-block;
	    vertical-align: top;
	    margin-top: 8.33px;
	    padding-left: 35px;
	}
	.div_wunscherlebnis{
		padding-top: 7px;
	}
	.div_label_ihr_wunschort{
		padding-top: 12px;
	}
	.div_label_wie_viele_personen{
		padding-top: 12px;
	}
	.div_budget_pro_person{
		padding-top: 17px;
	}
	.div_angaben_zum_event_select{
		display:inline-block;
		margin-left:11px;
	}
	.div_was_darfs_noch_sein{
		padding-top: 6px;
	}
	.radio_button_region{
		display: inline-block;
	    width: 200px;
	    padding-left: 49.8px;
	    margin-top: 3px;
	}
	.div_vor_nachname{
		padding-top: 7px;
	}
	.div_firma_od_team{
		padding-top: 12px;	
	}
	.div_email_adresse{
		padding-top: 12px;
	}
	.div_strasse_nr{
		padding-top: 11.8px;
	}
	.div_plz_und_ort{
		padding-top: 12.8px;
	}
	.div_telefonnummer{
		padding-top: 11px;
	}
	.pin_jong{
		display: inline-block;
	    width: 333px;
	    height: 204px;
	    background: url(/wp-content/uploads/business/images/pin_jong.png);
	    position: relative;
	    background-size: auto 100%;
	    background-position: 0px -15px;
	}
	.pin_jong_text{
		position: absolute;
	    color: rgb(189,131,131);
	    font-size: 20px;
	    font-weight: bold;
	    font-family: MarvelScript two;
	    line-height: 22px;
	    bottom: 15px;
	}
	.pencil_top{
		position: absolute;
		background: url(/wp-content/uploads/business/images/pencil_top.png) no-repeat;
		background-size: auto;
		right: -430px;
		width: 42px;
		height: 414px;
		background-size: 100%;
		top: -73px;

	}
	.cat_dog_gobugi_bird_jiham_part{
		width: 893px;
	}
	.cat_dog_gobugi_bird_jiham{
		display:inline-block;
		vertical-align: top;
		width:335px;
		height:262px;
		background:url(/wp-content/uploads/business/images/cat_dog_gobugi_bird_jiham.png);
		margin-top: 15px;
		margin-left: 113px;
		background-size: 100%;
	}
	.xinnian_card{
		display:inline-block;
		vertical-align: top;
		width:416px;
		height:381px;
		background:url(/wp-content/uploads/business/images/xinnian_card.png);
		margin-top: 7px;
		margin-left: 9px;
		background-size: 100%;
	}
	.variante_part{
		margin-top:-134px;
		margin-left: 49px;
		color:black;
	}
	.variante_title{
		font-family:PermanentMarker;
		font-size:36.44px;
	}
	.variante_content{
		font-family:IndieFlower;
		font-size:36.44px;
		line-height: 47px;
	}

	.card_region{
		width:278px;
		height:420px;
		border:10px solid white;
		display:inline-block;
		vertical-align: top;
		background:white;
		box-shadow: 4px 4px 4px;
		margin-right:27px;
	}
	.card_region:nth-child(3n){
		margin-right:0px;
	}
	.card_region:nth-child(n+4){
		margin-top:27px;
	}
	
	.card_header{
		font-family:EmilysCandy-Regular;
		font-size:38.28px;
		text-align:center;
		color:black;
		line-height: 46px;
		padding-top: 20px;
	}
	.card_header.special{
		font-size: 42px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.card_header.kleine_aufmerksamkeit{
		font-size:36px;
	}
	.card_picture{
		width:249px;
		height:269px;
		display:inline-block;
		background-size: 100% !important;
	}
	.image_one_of_five_content.schnell_lieferbar{
		font-size: 21px;
		line-height: 26px;
	}
	.image_one_of_five_content.hulle_auswahlen{
		font-size: 23px;
		line-height: 28px;
	}
	.sub_page1_die_sie_begeistern_werden.shoppingcard_professionell_einsetzen{
		font-size: 58px;
	}
	.sub_page1_die_sie_begeistern_werden.shoppingcard_nach_den_bedurfnissen_auswahlen{
		font-size: 46px;
		background-size: 40px;
		padding-left: 49px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenkkarte_professionell_individuallisieren{
		font-size: 48px;
		background-position: 0px;
		padding-left: 54px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_professionell_einsetzen{
		font-size:55.24px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_professionell_individuallisieren{
		font-size: 47.5px;
		padding-left: 55px;
	}
	.sub_page1_die_sie_begeistern_werden.personalisierte_prasente_professionell_einsetzen{
		font-size: 45px;
		background-position: 0px;
		background-size: 38px;
		padding-left: 48px;
	}
	.sub_page1_die_sie_begeistern_werden.prasent_nach_den_bedurfnissen_auswuhlen{
		font-size: 51.5px;
	}
	
	.sub_page1_die_sie_begeistern_werden.geschenk_gutscheine_mit_individuellem_coverbild{
		font-size: 45.7px;
		background-size: 38px;
		padding-left: 46px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenkboxen_professionell_einsetzen{
		font-size: 55.8px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenboxen_nach_den_bedurfnissen_auswahlen{
		font-size: 45.7px;
		background-size: 38px;
		padding-left: 47px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_gutschein_professionell_einsetzen{
		font-size: 53px;
	}
	.sub_page1_die_sie_begeistern_werden.tickets_nach_den_bedurfnissen_auswahlen{
		font-size: 52.4px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_gutscheine_professionell_individuallisieren{
		font-size: 45px;
		background-size: 39px;
		padding-left: 47px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_katalog_der_erlebnisgalaxie{
		font-size: 63px;
		background-size: 50px;
	}
	.two_cakes_title {
	    font-size: 32px;
	    padding: 8px 0px 0px 81px;
	}
	.sub_page1_die_sie_begeistern_werden.sachgeschenke_professionell_individuallisieren{
	    font-size: 47.5px;
	    background-size: 41px;
	    padding-left: 52px;
	}
	.cat_dog_gobugi_bird_jiham_left_part{
		width: 420px;	
	}
	.variante_part.individualisierung{
		margin-top:38px ;
	}	
	.wonderful_clock_img{
		margin-left: 41px;
		margin-top: 10px;
		width:415px;
	}	
	div.responsive_container {
    	display: none !important;
	}
}

@media (max-width: 1023px) and (min-width: 767.1px) {
	.sub_page1_die_sie_begeistern_werden.teamkleidung_erschafft_gruppenzugehorigkeit{
		font-size: 34.7px;
		background-size: 30px;
		background-position: 0px;
		padding-left: 35px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenkleidung_fur_verschiedene_sparten{
		font-size: 37.5px;
		background-position: 0px;
		background-size: 32px;
		padding-left: 40px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenmitglieder_richtig_belohnen{
		font-size: 45.4px;
		background-position: 0px;
		padding-left: 45px;
		background-size: 38px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_lhre_mitglieder{
		font-size: 44px;
		background-position: 0px;
		padding-left: 43px;
		background-size: 37px;
	}
	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_lhre_Mitglieder{
		font-size: 41.5px;
		background-position: 0px;
		background-size: 35px;
		padding-left: 41px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenleiter_richtig_belohnen{
		font-size: 52px;
		background-position: 0px;
		padding-left: 50px;
		background-size: 43px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenke_fur_teammitglieder_gezielt_einsetzen{
		font-size: 33.5px;
		background-position: 0px;
		background-size: 29px;
		padding-left: 36px;
	}
	.sub_page1_die_sie_begeistern_werden.teammitglieder_durch_geschenke_an_sich_binden{
		font-size: 33.9px;
		background-position: 0px;
		background-size: 30px;
		padding-left: 36px;
	}
	.sub_page1_wide_text.produkte_der_erlebnisgalxie_als_geschenk{
		font-size: 14px;
		padding-top: 8px;
	}
	.steigerung_der_produktbekanntheit{
		font-size:22px !important;
	}
	.main_guide_way{
		width:648px;
	}
	.tablet_part{
		display:block;
	}
	.display_part{
		display:none;
	}
	.res_image2_region{
		background:rgb(204,204,204);
		border: 7px solid white;
	}
	.res_image3_region{
		background:rgb(204,204,204);
		border: 7px solid white;
	}
	.res_image_one_of_two{
		float:left; 
		width:50%;
	}
	.res_image_one_of_three{
		float:left; 
		width:33.33%;
	}
	.res_image_div{
		height:129px;
		position: relative;
	}
	.res_image{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.res_image2_region .res_image_content{
		text-align: center;
		background: rgb(147,59,82);
		font-family: MarvelScript two;
		height: 76px;
		padding: 8px 12px 0px 14px;
		font-size: 31.44px;
		line-height: 30px;
		color: white;
	}
	.res_image3_region .res_image_content{
		text-align: center;
		background: rgb(147,59,82);
		font-family: MarvelScript two;
		height: 64px;
		padding: 8px 0px 0px 10px;
		font-size: 24px;
		line-height: 24px;
		color:
		white;
	}
	.res_image2_region .res_image_content.thin_height{
		height:48px;
		font-size:29px;
	}
	.res_image3_region .res_image_content.heavy_height{
		line-height:20px;
		padding-top:3px;
	}
	.res_image3_region .res_image_content.thin_height{
		height:40px;
	}
	.firmenkunden_headline.tablet_version{
		display:block;
	}
	.firmenkunden_headline.display_version{
		display:none;
	}
	.sub_page1_die_sie_begeistern_werden.werbegeschenke_gezielt_einsetzen{
		font-size: 45px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenke_fur_besondere_anlasse{
		font-size: 46px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.pauschalierung_geldwerter_vorteil{
		font-size: 45px;
		background-position: 0px;
	}
	.image_one_of_five.child_with_bag_img{
		background-size: 50px !important;
	}
	.image_one_of_five.dollar_euro_img{
		background-size: 45px !important;
	}
	.image_one_of_five.three_tower_img{
		background-size: 60px !important;
	}
	.image_one_of_five.pink_rakasan_img{
		background-size: 60px !important;
	}
	.image_one_of_five.chrismas_grandfather_img{
		background-size: 80px !important;
	}
	.image_one_of_five.cho_with_cake_img{
		background-size: 70px !important;
	}
	.image_one_of_five.cho_with_wine_img{
		background-size: 60px !important;
	}
	.image_one_of_five.marry_img{
		background-size: 55px !important;
	}
	.image_one_of_five.small_baby_img{
		background-size: 80px !important;	
	}
	.image_one_of_six.red_present_jiham_img{
		background-size: 65px !important;
	}
	.image_one_of_six.sock_img{
		background-size: 65px !important;
	}
	.image_one_of_six.anma_girl_img{
		background-size: 75px !important;
	}
	.image_one_of_six.green_cake_img{
		background-size: 65px !important;
	}
	.image_one_of_six.heart_jiham_img{
		background-size: 80px !important;
	}
	.image_one_of_six_content.giftcard{
		font-size: 19px;
		line-height: 35px;
	}
	.image_one_of_six_content.sachgeschenk{
		font-size: 15px;
		line-height: 36px;
	}
	.image_one_of_six_content.tickets{
		font-size: 18px;
		line-height: 35px;
	}
	.image_one_of_six_content.erlebnisgeschenk{
		font-size: 12.3px;
		line-height: 36px;
	}
	.image_one_of_six_content.mixbox{
		font-size: 18px;
		line-height: 34px;
	}
	.image_one_of_six_content.reisegutschein{
		font-size: 14.5px;
		line-height: 34px;
	}

	.image_one_of_six.sopo_img{
		background-size: 75px !important;
	}
	.image_one_of_six.small_bear_img{
		background-size: 55px !important;
	}
	.image_one_of_six.two_jangtong_img{
		background-size: 65px !important;
	}
	.image_one_of_six.small_rakasan_img{
		background-size: 65px !important;
	}
	.image_one_of_six.chukpo_with_jiham_img{
		background-size: 70px !important;
	}
	.image_one_of_six.green_trunk_img{
		background-size: 75px !important;
	}
	.image_one_of_five_content.umsatz_steigerung{
		font-size: 20px;
		line-height: 21px;
	}
	.image_one_of_five_content.effektivitats_steigerung{
		font-size: 20px;
		line-height: 21px;
	}
	.image_one_of_five_content.qualitats_steigerung{
		font-size: 20px;
		line-height: 21px;
	}
	.image_one_of_five_content.produkt_wissen{
		font-size: 20px;
		line-height: 21px;
	}
	.image_one_of_five_content.firmen_bindung{
		font-size: 20px;
		line-height: 21px;
	}

	.image_one_of_five_content.verkaufs_talent{
		font-size: 21px;
		line-height: 22px;
	}
	.image_one_of_five_content.gesprachs_fuhrung{
		font-size: 21px;
		line-height: 22px;
	}
	.image_one_of_five_content.eigen_initiative{
		font-size: 21px;
		line-height: 22px;
	}
	.image_one_of_five_content.fach_wissen{
		font-size: 24px;
		line-height: 22px;
	}
	.image_one_of_five_content.selbst_organisation{
		font-size: 19px;
		line-height: 22px;
	}

	.image_one_of_five_content.verkaufs_trainer{
		font-size: 20px;
		line-height: 21px;
	}
	.image_one_of_five_content.retorik_trainer{
		font-size: 20px;
		line-height: 21px;
	}
	.image_one_of_five_content.motivations_trainer{
		font-size: 20px;
		line-height: 21px;
	}
	.image_one_of_five_content.produkt_schulung{
		font-size: 20px;
		line-height: 21px;
	}
	.image_one_of_five_content.time_management{
		font-size: 20px;
		line-height: 21px;
	}

	.image_one_of_five.phone_touch_img{
		background-position:center !important;
		background-size: 70px !important;
	}
	.image_one_of_five.degree_90_arrow_img{
		background-size: 50px !important;
		background-position:center !important;
	}
	.image_one_of_five.red_flesh_car_img{
		background-size: 100px !important;
		background-position:center !important;
	}
	.image_one_of_five.old_flesh_car_img{
		background-size: 87px !important;
		background-position:center !important;
	}
	.image_one_of_five.three_handsomes_img{
		background-size: 65px !important;
		background-position:center !important;
	}
	.image_one_of_five.handup_man_img{
		background-size:60px !important;	
		background-position:center !important;
	}
	.image_one_of_five.handup_with_lamp_img{
		background-size:67px !important;
		background-position:center !important;
	}
	.image_one_of_five.handup_with_clock_img{
		background-size:70px !important;
		background-position:center !important;
	}
	.image_one_of_five.handup_with_w_img{
		background-size: 70px !important; 	
		background-position:center !important;
	}
	.image_one_of_five.twow_with_man_img{
		background-size: 59px !important;
		background-position:center !important;
	}
	.image_one_of_five.handup_zoom_man_img{
		background-size: 71px !important;
		background-position:center !important;
	}
	.image_one_of_five.yellow_open_jiham_img{
		background-position: center 10px !important;
		background-size: 77px !important;	
	}
	.image_one_of_five.gray_close_jiham_img{
		background-position: center 6px !important;
		background-size: 80px !important;
	}
	.image_one_of_five.chrismas_grandfather_with_jiham_img{
		background-size: 60px !important;
	}
	.image_one_of_four.crokodain_img{
		background-size: 57px !important;	
	}
	.image_one_of_five.pink_present_jiham_img{
		background-size: 70px !important;
	}
	.image_one_of_five.large_email_img{
		background-size: 70px !important;
	}
	.image_one_of_five.dank_email_img{
		background-size: 60px !important;
	}
	.image_one_of_five.heart_jiham_img{
		background-size: 70px !important;
	}
	.large_five_beer{
		width:648px;
		height:399px;
	}
	.image_one_of_three.chrismas_card_img{
		background-size: 190px !important;
		background-position: center center !important;
	}
	.image_one_of_three.bears_12_img{
		background-size: 190px !important;
		background-position: right 54px !important;
	}
	.image_one_of_three.erlebnis_galaxie_img{
		background-position: center top !important;
		background-size: 123px !important;
	}
	.image_one_of_three_region{
		width:33.333%;
		float: left;
	}
	.image_one_of_three{
		height: 231px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.image_one_of_three_content{
		width:100%;
		height:78px;
		padding: 6px 0px 0px 10px;	
		font-size: 23.64px;
		line-height: 33px;
	}
	.image_one_of_four_content.spieltrieb_nutzen{
		font-size:20px;
	}
	.image_one_of_four_content.thin_height.kunden_weben_kunden{
		font-size:15px !important;
	}
	.image_one_of_five.one_eye_monster_img{
		background-size: 57px !important;
		background-position: center 10px !important;
	}
	.image_one_of_five.first_fingernail_img{
		background-position: center 10px !important;
		background-size: 45px !important;
	}
	.image_one_of_five.tuiche_img{
		background-position: center 10px !important;
		background-size: 73px !important;
	}
	.image_one_of_five.two_heart_img{
		background-position: center 15px !important;
		background-size: 90px !important;
	}
	.image_one_of_five.arrow_with_man_img{
		background-size:53px !important;	
	}
	.anerkennung_managen{
		font-size:15.5px !important;
	}
	.arbeitskraft_managen{
		font-size:15px !important;
	}
	.archer_content_parent{
		width:648px;
	}
	.archer_picture{
		width:648px;
		height:442px;
	}
	.archer_content{
		width:158px;
		float:left;
	}
	.archer_content_header{
		height: 30px;
		margin-left: 7px;
		font-size: 14.8px;
		padding-top: 2px;
		margin-top: -26px;
		margin-right: 6px;
		text-align:center;
	}
	.archer_content_body{
		padding-left:9px;
		margin-bottom: 5px;
	}
	.archer_content_body li{
		font-size:15px;
	}
	.line_girin_region{
		width:648px;
		height:428px;
	}
	.coaching_region{
		width:648px;
		height:309px;	
	}
	.coaching_bogen_region{
		width:648px;
		height:1010px;
	}
	.wann_gruppen_region{
		width:648px;
		height:477px;
	}
	.polygon_six{
		width:648px;
		height:644px;
	}
	.mindfull_mindfull{
		width:648px;
		height:474px;
		margin-bottom:40px;
	}
	.snow_pane_parent{
		width:648px;
		height:301px;
		text-align: center;
		background: white;
	}
	.snow_pane{
		display:inline-block;
		vertical-align:top;
		background: url(/wp-content/uploads/business/images/snow_pane1.png);
		width: 129px;
		height: 269px;
		margin-right:15px;
		margin-top: 8px;
	}
	.snow_pane:first-child{
		margin-left:21px;
	}
	.images_4_region{
		width:648px;
		margin-top: 45px;
	}
	.image_one_of_four_content.thin_height{
		height:28px;
		font-size: 16.64px;
	}
	.image_one_of_four_region{
		width:25%;
		float: left;
	}
	.image_one_of_four{
		height: 84px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.image_one_of_four_content{
		width:100%;
		height:48px;
		padding: 3px 0px 0px 6px;	
		font-size: 17.64px;
		line-height: 21px;
	}
	.image_one_of_four_content.women_sit_man_img{
		font-size: 16px;
		line-height: 16px;
		padding-top: 0px;
	}
	.image_one_of_four_content.money_with_man_img{
		font-size:21px;	
	}
	.images_5_region{
		width:648px;
		margin-top: 45px;
	}
	.images_6_region{
		width:648px;
		margin-top: 45px;
	}
	.image_one_of_six_region{
		width:16.66%;
		float: left;
	}
	.image_one_of_six{
		height: 85px;
		background-repeat: no-repeat !important;
		background-position: center 7px !important;
	}
	.image_one_of_six_content{
		width:100%;
		height:48px;
		padding: 6px 0px 0px 10px;	
		font-size: 14.24px;
		line-height: 36px;
	}
	.image_one_of_five_region{
		width:20%;
		float: left;
	}
	.image_one_of_five{
		height: 84px;
		background-repeat: no-repeat !important;
		background-position: center 7px !important;
	}
	.image_one_of_five_content{
		width:100%;
		height:48px;
		padding: 3px 0px 0px 6px;
		font-size: 13.44px;
	}
	.image_one_of_five_content.thin_height{
		width:100%;
		height:48px;
		padding: 7px 0px 0px 14px;
		font-size: 20.24px;
		line-height: 34px;
	}
	.three_dolls_img{
		background-size: 60px !important;
	}
	.pencil_with_girl_img{
		background-size: 50px !important;	
	}
	.people_6_doll_img{
		background-size: 65px !important;	
	}

	.movitation_img{
		background-position: 13px 11px !important;
		background-size: 108px 73px !important;
	}
	.brush_run_man_img{
		background-position: 49px 10px !important;
		background-size: 56px 73px !important;
	}
	.bug_img{
		background-size: 77px 73px !important;
		background-position: center 6px !important;
	}
	.doll_women_img{
		background-size: 42px !important;
	}
	.handphone_img{
		background-position: 46px 9px !important;
		background-size: 40px 70px !important;
	}
	.ticket_img{
		background-size: 52px !important;
	}
	
	.sand_clock_img{
		background-position: center 9px !important;
		background-size: 71px 70px !important;
	}
	.kalgae_img{
		background-size: 60px !important;
	}
	.small_house_img{
		background-size: 65px !important;
	}
	.rakasan_img{
		background-size: 60px !important;
	}
	.gold_box_img{
		background-size: 60px !important;
	}
	.man_with_zoom_img{
		background-size: 41px !important;	
	}
	.target_img{
		background-size: 60px !important;	
	}
	.white_doll_with_jip_img{
		background-size: 60px !important;	
	}
	.women_sit_man_img{
		background-size: 60px !important;	
	}
	.pointer_with_man_img{
		background-size: 60px !important;		
	}
	.arrow_with_man_img{
		background-size: 54px !important;		
	}
	.money_with_man_img{
		background-size: 58px !important;		
	}
	.tv_with_man_img{
		background-size: 93px !important;		
	}
	.sure_img{
		background-size: 60px !important;
	}
	.champion_img{
		background-size: 60px !important;
	}
	.four_piece_img{
		background-size: 75px !important;	
	}
	.six_men_img{
		background-size: 140px !important;		
	}
	.two_jangtong_img{
		background-size: 70px !important;			
	}
	.two_hand_img{
		background-size:70px !important;
	}
	.highlights_fur_kunden_partner{
		width: 647px;
		height: 90px;
		background: url(/wp-content/uploads/business/images/highlights_fur_kunden_partner.png);
		background-repeat: no-repeat;
		border: 7px solid white;
		margin-top: 50px;
		background-size: 100%;
	}
	.top_geschenkideen_fur_kunden_partner{
		width: 646px;
		height: 90px;
		background: url(/wp-content/uploads/business/images/top_geschenkideen_fur_kunden_and_partner.png);
		background-repeat: no-repeat;
		border: 7px solid white;
		margin-top: 45px;
		background-size: 100%;
	}
	.sub_page1_wide_picture_region{
		border:1px solid rgb(199,195,189);
		display: inline-block;
		margin-top:23px;
		margin-right: 21px;
		vertical-align: top;
	}
	.sub_page1_wide_picture_region:nth-child(2n){
		margin-right:0px;
	}
	.sub_page1_wide_picture{
		width: 310px;
		height: 173px;
		border: 4px solid white;
		border-bottom: 2px solid white;
	}
	.sub_page1_wide_text{
		width: 100%;
		height: 43px;
		border: 4px solid white;
		border-top: 0px solid black;
		color: white;
		text-align: center;
		font-size: 16px;
		font-family: verdana;
		padding-top: 7px;
	}
	.anfrageformular_erstellen_region_parent{
		margin-top:50px;
	}
	.anfrageformular_erstellen_region_parent.die_beliebtesten_highlights_fur_ihre{
		margin-top:10px;
	}
	.anfrageformular_erstellen_region:nth-child(2n){
		margin-right:0px;
	}
	.anfrageformular_erstellen_region:nth-child(n+3){
		margin-top:28px;
	}
	.anfrageformular_erstellen_region{
		vertical-align: top;
		display:inline-block;
		width: 312px;
		height: 356px;
		border: 10px solid rgb(251,252,247);
		position: relative;
		margin-right:21px;
	}
	.anfrageformular_erstellen_region_inner{
		width:100%;
		height:100%;
		border: 1px solid rgb(240,239,235);
		background: rgb(251,252,247);
	}
	.small_picture{
		width:100%;
		height:156px;
		background-size: 100% !important;
	}
	.small_picture_content_header{
	    margin-top: 13.33px;
	    font-family: verdana;
	    font-size: 12px;
	    font-weight: bold;
	    padding-left: 9px;
	}
	.small_picture_content_detail{
		margin-top: 10px;
		font-family: verdana;
		font-size: 11px;
		padding-left: 7px;
		
	}
	.small_picture_button{
		width: 285px;
		height: 45.8px;
		position: absolute;
		bottom: 0px;
		background: url(/wp-content/uploads/business/images/anfrageformular_erstellen_btn.png);
	    margin-left: 4px;
		margin-bottom: 4px;
		background-size: 100%;
	}


	.sub_page1_text_content{
		width: 648px;
	}
	.firmenkunden_head{
		margin-top:-10px;
		text-align:center;
	}

	.firmenkunden_monster_menu{
		width:100%;
		height:816px;
		
		display: inline-block;
		vertical-align: top;
		text-align:center;
		position:relative;
	}
	.firmenkunden_monster_picture{
		background: url(/wp-content/uploads/business/images/monster_new_menu.png) no-repeat;
	    height: 255px;
		width: 100%;
		background-size: 105% 100%;
		background-position:center center;
	}
	.firmenkunden_binden{
		background: url(/wp-content/uploads/business/images/monster_new_content_menu.png) no-repeat;
	    height: 116px;
	    background-size: 105% 100%;
		background-position:center center;
		padding-top:3px;
	}
	.firmenkunden_marketing{
	    background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
		height: 116px;
		background-size: 105% 100%;
		background-position:center center;
	}
	.firmenkunden_partner{
		background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 116px;
	    background-size: 105% 100%;
		background-position:center center;
	}
	.firmenkunden_richtig{
		background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 116px;
	    background-size: 105% 100%;
		background-position:center center;
	}
	.firmenkunden_das_plus{
		background: url(/wp-content/uploads/business/images/firmenmonster-foot.png) no-repeat;
	    height: 117px;
	    text-align:center;
	    background-size: 105% 100%;
		background-position:center center;
	}
	.firmenkunden_das_plus > div{
		background: url(/wp-content/uploads/business/images/firmenkunden_klick_auf_das_plus.png);
	    display: inline-block;
		width: 490px;
		height: 80px;
		margin-top: 4px;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.firmenkunden_menu_content{
		font-family: DIN Condensed;
		font-weight: bold;
		width: 428px;
		height: 87px;
		font-size: 40.5px;
		display: inline-block;
		color:#723f32;
		border: 1px solid #d3cfc9;
		margin-top: 13px;
		background: white;
		text-align: left;
		line-height: 84px;
		margin-left:5px;
	}
	.firmenkunden_span_plus{
		border: 1px solid #d3cfc9;
		border-radius: 50%;
		color:#723f32;
		width: 30px;
		height: 30px;
		display: inline-block;
		text-align: center;
		font-size: 33px;
		margin: 0px 5px 0px 10px;
	    vertical-align: middle;
		line-height: 26px;
		padding-bottom: 30px;
		margin-bottom: 8px;
		font-weight:bold;
	}

	.firmenkunden_menu_content_ul{
		display:none;
		width: 100%;
		background:white;
		position: relative;
		list-style-type: none;
		padding-left: 0px;
		box-sizing: border-box;
		z-index: 1;
	}

	.firmenkunden_menu_content_ul li:last-child{
	
	}
	.firmenkunden_menu_content_ul li{
		padding-left:51px;
		font-size: 31px;
		line-height: 60px;
	}
	.firmenkunden_menu_content_ul li.haschild li {
	    padding-left: 70px;
	}
	.firmenkunden_menu_content_ul li.haschild.second_child{
		padding-left:20px;
	}
	.firmenkunden_headline{
		width: 100%;
		display: inline-block;
		vertical-align: top;
		border: 10px solid white;
		box-shadow: -1px 0px rgb(223,216,204);
		margin-top:20px;
	}
	.firmenkunden_headline_picture{
		width: 100%;
		height: 368px;
		background: url(/wp-content/uploads/business/images/main_headline.png);
		background-size: 100%;
		position:relative;
	}
	.der_firmenheld {
	    background: url(/wp-content/uploads/business/images/der_firmenheld.png);
		width: 311px;
		height: 43px;
		font-family: MarvelScript two;
		font-size: 42.87px;
		position: absolute;
		top: 21px;
		right: 30px;
		color:#d45553;
		line-height: 46px;
		padding-left: 2px;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	.magic_moments_verbinden {
	    background: url(/wp-content/uploads/business/images/der_firmenheld_1.png);
		width: 311px;
		height: 43px;
		font-family: AmaticsSC Bold;
		font-size: 37.51px;
		top: 74px;
		right: 30px;
		position: absolute;
		line-height: 36px;
		color:black;
		letter-spacing: 1.9px;
		padding-left: 2px;
	}
	.firmenkunden_get_in_contact{
		display: inline-block;
	    vertical-align: top;
	    color: white;
	    font-family: MarvelScript two;
	    font-size: 18px;
	    font-weight: 100;
	    line-height: 40px;
	    margin-left: 21px;
	}
	.firmenkunden_phone_number{
		display: inline-block;
	    font-family: MarvelScript two;
	    font-size: 18.3px;
	    font-weight: 100;
	    line-height: 40px;
	    margin-left: 29px;
	    vertical-align: top;
	    color: white;
	    background: url(/wp-content/uploads/business/images/small_phone.png);
	    background-repeat: no-repeat;
	    padding-left: 40px;
	    background-position: 0px 2px;
	    background-size: 31px 35px;
	}
	.firmenkunden_email_address{
		display: inline-block;
	    font-family: MarvelScript two;
	    font-size: 18.3px;
	    font-weight: 100;
	    line-height: 40px;
	    margin-left: 22px;
	    vertical-align: top;
	    color: white;
	    padding-left: 50px;
	    background: url(/wp-content/uploads/business/images/letter.png);
	    background-repeat: no-repeat;
	    background-position: 0px 5px;
	    background-size: 40px 31px;
	}
	.firmenkunden_headline_contack{
		height: 40px;
		background:rgb(147,59,82);
		border-top: 6px solid white;
		box-sizing: unset;
	}
	.firmenkunden_erlebnisgalaxie_fur_firmen{
		font-family: Nosifer;
	    font-size: 27px;
	    background: url(/wp-content/uploads/business/images/napal.png);
	    background-repeat: no-repeat;
	    color: rgb(102,102,102);
	    text-align: center;
	    background-position: 16px 2px;
	    margin-top: 30px;
	    padding-left: 57px;
	    background-size: 41px 35px;
	}
	.firmenkunden_erlebnisgalaxie_fur_gruppen{
		font-family: Nosifer;
		font-size: 27px;
		background: url(/wp-content/uploads/business/images/napal.png);
		background-repeat: no-repeat;
		color: rgb(102,102,102);
		text-align: center;
		background-position: 0px;
		margin-top: 30px;
		padding-left: 36px;
		background-size: 31px;
	}
	.kunden_partner_an_sich_binden{
		font-family: Nosifer;
		font-size: 26px;
		background: url(/wp-content/uploads/business/images/napal.png);
		background-repeat: no-repeat;
		color:rgb(102,102,102);
		text-align: center;
		background-position: 0px 6px;
		margin-top: 30px;
		padding-left: 30px;
		background-size: 27px;
	}
	.kunden_partner_an_sich_binden.mitarbeiter_an_sich_binden{
		font-size: 30.4px;
		background-position: 0px 8px;
		background-size: 27px;
		padding-left: 29px;
	}
	.kunden_partner_an_sich_binden.original{
		font-size: 25.2px;
		background-size: 21px;
		background-position: 0px 8px;
		padding-left: 22px;
	}
	.firmenkunden_firmenevents_part{
		margin-top: 24px;

	}
	
	.firmenkunden_firmenevents_part_second{
		margin-top: 44px;
		
	}
	.firmenkunden_firmenevents_part_second.sub_page1{
		margin-top: 23px;
	}
	.sub_page1_die_sie_begeistern_werden{
		font-size: 38.24px;
		background-position: 5px 13px;
		background-size: 40px;
		padding-left: 55px;
		margin-top:7px;
	}
	.sub_page1_die_sie_begeistern_werden.was_ist_projektmanagement_genau{
		font-size: 44.6px;
		background-position: 0px;
		padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.teamleiter_gekonnt_fordern_ausbilden{
		font-size: 40.5px;
		background-size: 33px;
		background-position: 0px;
		padding-left: 39px;
	}
	.sub_page1_die_sie_begeistern_werden.erfolgreiches_wirken_als_gruppenleiter{
		font-size: 42.2px;
		background-position: 0px;
		background-size: 33px;
		padding-left: 39px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_gruppenleiter{
		font-size: 33.5px;
		background-position: 0px;
		background-size: 28px;
		padding-left: 34px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_teamevents_mabgeschneidert{
		font-size: 38.1px;
		background-size: 30px;
		background-position: 0px;
		padding-left: 37px;		
	}
	.sub_page1_die_sie_begeistern_werden.vereinsfeiern_teamevents_mabgeschneidert{
		font-size: 35px;
		background-position: 0px;
		background-size: 30px;
		padding-left: 36px;		
	}
	.sub_page1_die_sie_begeistern_werden.gruppenausflug_fur_sie_mabgeschneidert{
		font-size: 39px;
		padding-left: 38px;
		background-position: 0px;
		background-size: 32px;
	}
	.sub_page1_die_sie_begeistern_werden.kaufanreize_schaffen_und_profitieren{
		font-size: 42.7px;
		background-position: 0px;
		background-size: 34px;
		padding-left: 40px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_durch_geschenke_an_sich_binden{
		font-size: 40.7px;
		padding-left: 42px;
		background-size: 35px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.pramien_erhohen_die_kaufleidenschaft{
		font-size: 42px;
		background-size: 35px;
		padding-left: 42px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_durch_pramien_an_sich_binden{
		font-size: 43.3px;
		padding-left: 42px;
		background-size: 35px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeiterbonifikationen_gezielt_einsetzen{
		font-size: 37.2px;
		background-size: 30px;
		padding-left: 36px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeiter_durch_geschenke_motivieren{
		font-size: 40px;
		background-position: 0px;
		background-size: 35px;
		padding-left: 41px;
	}
	.sub_page1_die_sie_begeistern_werden.fuhrungskrafte_gekonnt_fordern_ausbilden{
		font-size: 35.8px;
		background-position: 0px;
		background-size: 30px;
		padding-left: 38px;		
	}
	.sub_page1_die_sie_begeistern_werden.erfolgreiches_wirken_als_fuhrungskraft{
		background-position: 0px;
		background-size: 34px;
		padding-left: 40px;
		font-size: 41px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_mitarbeiterforderung{
		font-size: 27.6px;
		background-position: 0px;
		background-size: 26px;
		padding-left: 32px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_fuhrungskrafte{
		font-size: 32px;
		background-position: 0px;
		background-size: 28px;
		padding-left: 34px;
	}

	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_ihre_mitarbeiter{
		background-size: 34px;
		padding-left: 40px;
		font-size: 40px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_ihre_mitarbeiter{
		background-position: 0px;
		background-size: 36px;
		padding-left: 42px;
		font-size: 42.5px;
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeitergeschenke_gezielt_einsetzen{
		font-size: 40.7px;
		background-size: 31px;
		background-position: 0px;
		padding-left: 38px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_marketingshows_und_highlights{
		font-size: 33.8px;
		background-position: 0px;
		background-size: 30px;
		padding-left: 36px;
	}
	.sub_page1_die_sie_begeistern_werden.passendes_highlights_nach_ihren_bedurfnissen_auswahlen{
		font-size: 28.9px;
		background-position: 0px;
		background-size: 25px;
		padding-left: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.marketingshows_fur_sie_mabgeschneidert{
		font-size: 38.7px;
	    background-position: 0px;
	    background-size: 30px;
	    padding-left: 38px;
	}
	.sub_page1_die_sie_begeistern_werden.wow_erlebnisse_fur_sie_mabgeschneidert{
		font-size: 39px;
		background-size: 34px;
		padding-left: 42px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.passendes_wow_erlebnis_nach_ihren_bedurfnissen_auswahlen{
		font-size: 26.8px;
		background-size: 25px;
		padding-left: 31px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_wow_erlebnisse_auf_einen_blick{
		font-size: 34px;
		background-size: 31px;
		padding-left: 36px;
		background-position: 0px;
	}


	.sub_page1_die_sie_begeistern_werden.weihnachtsfeier_auf_sie_passend_zugeschnitten{
		font-size: 34px;
		background-position: 0px;
		background-size: 30px;
		padding-left: 36px;
	}
	.sub_page1_die_sie_begeistern_werden.weinachten_mal_etwas_anders_feiern{
		font-size: 44px;
		background-position: 0px;
		background-size: 36px;
		padding-left: 43px;
	}

	.sub_page1_die_sie_begeistern_werden.zeitfresser_lokalisieren_eleminieren{
		font-size: 42.4px;
		background-size: 36px;
		padding-left: 43px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.zeitplan_gekonnt_strukturieren_und_optimieren{
		font-size: 34.6px;
		background-position: 0px;
		background-size: 31px;
		padding-left: 37px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_timemanagement{
		font-size: 35.4px;
		background-position: 0px;
		padding-left: 37px;
		background-size: 32px;
	}

	.sub_page1_die_sie_begeistern_werden.teamevents_die_sie_begeistern_werden{
		font-size: 41px;
		background-position: 0px;
		background-size: 33px;
		padding-left: 42px;
	}
	.sub_page1_die_sie_begeistern_werden.teamentwicklung_gezielt_einsetzen{
		font-size: 45px;
		background-position: 0px;
		background-size: 39px;
		padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.teamentwicklung_in_4_wandlungschritten_erleben{
		font-size: 33.2px;
		background-position: 0px;
		background-size: 30px;
		padding-left: 37px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_teamentwicklung{
		font-size: 35.6px;
		background-position: 0px;
		background-size: 32px;
		padding-left: 39px;
	}
	.sub_page1_die_sie_begeistern_werden.wie_kann_mein_team_zu_einem_spitzenteam_werden{
		font-size: 31.7px;
		background-position: 0px;
		background-size: 28px;
		padding-left: 34px;
	}
	.sub_page1_die_sie_begeistern_werden.teambuilding_fur_sie_mabgeschneidert{
		font-size: 41.7px;
		background-position: 0px;
		background-size: 36px;
		padding-left: 43px;
	}
	.sub_page1_die_sie_begeistern_werden.teambuildingmabnahmen_nach_lhren_bedurfnissen_auswahlen{
		font-size: 26.6px;
		background-position: 0px;
		background-size: 24px;
		padding-left: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.wie_legen_wir_mit_lhnen_lhre_gruppen_bzw_lernziele_fest{
		font-size: 27.8px;
		background-position: 0px;
		background-size: 28px;
		padding-left: 35px;
	}
	.sub_page1_die_sie_begeistern_werden.unsere_verkaufsschlager_im_bereich_teambuilding{
		font-size: 29.7px;
		background-position: 0px;
		background-size: 27px;
		padding-left: 32px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihr_teambuilding{
		font-size: 30.4px;
		background-position: 0px;
		background-size: 28px;
		padding-left: 34px;
	}


	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_reiseziele_und_highlights{
		font-size: 38.7px;
		line-height: 44px;
		background-size: 32px;
		background-position: 0px;
		padding-left: 39px;
	}
	.sub_page1_die_sie_begeistern_werden.passende_reisehighlights_nach_lhren_bedurfnissen_auswahlen{
		font-size: 26.4px;
		background-position: 0px;
		background-size: 24px;
		padding-left: 31px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_und_partner_richtig_belohnen{
		font-size: 43.84px;
		line-height: 60px;
		background-position: 5px 17px;
		background-size: 34px;
		padding-left:46px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_lhre_kunden_partner{
		background-position: 5px 15px;
		background-size: 34px;
		padding-left: 46px;
		line-height: 60px;
		font-size: 36px;
	}
	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_lhre_kunden_partner{
	    font-size: 33.6px;
	    padding-left: 46px;
	    background-size: 34px;
	    margin-top: 0;
	    background-position: 5px 15px;
	    line-height: 60px;
	}
	.sub_page1_die_sie_begeistern_werden.passende_highlights_nach_lhren_bedurfnissen_auswahlen{
		background-position: 5px 15px;
		background-size: 34px;
		padding-left: 46px;
		line-height: 60px;
		font-size: 36px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihre{
		font-size: 33.6px;
		padding-left: 46px;
		background-size: 34px;
		margin-top: 0;
		background-position: 5px 15px;
		line-height: 60px;
	}
	.sub_page1_die_sie_begeistern_werden.betriebsfeier_firmenevents_mabgeschneidert{
		font-size: 32.84px;
	    background-position: 5px 12px;
	    background-size: 31px;
	    padding-left: 46px;
	}
	.sub_page1_die_sie_begeistern_werden.passende_highlights_nach_lhren_bedurfnissen_auswahlen{
		font-size: 28.5px;
		background-position: 3px 18px;
		background-size: 28px;
		padding-left: 40px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihre{
		font-size: 28.6px;
		padding-left: 37px;
		background-size: 27px;
		margin-top: 10px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.projekte_gekonnt_planen_und_managen{
		font-size: 41.2px;
		background-size: 38px;
		background-position: 3px 16px;
		padding-left: 52px;
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_projektcoaching_erwarten{
		font-size: 31.5px;
		background-size: 30px;
		background-position: 3px 11px;
		padding-left: 42px;
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_stressmanagement_erwarten{
		font-size: 29.4px;
		background-position: 0px;
		background-size: 31px;
		padding-left: 41px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_projektmanagement{
		font-size: 27.7px;
		background-size: 28px;
		background-position: 0px 9px;
		padding-left: 38px;
	}
	.sub_page1_die_sie_begeistern_werden.zusammen_erreichen_alle_deutlich_mehr{
		margin-bottom:7px;
		background-size: 32px;
		background-position: 0px;
		padding-left: 38px;
		font-size: 40.4px;
	}
	.sub_page1_die_sie_begeistern_werden.projektmanagement_gekonnt_einsetzen_und_erlernen{
		font-size: 30.5px;
		background-size: 28px;
		background-position: 0px;
		padding-left: 39px;
		margin-bottom:7px;
	}
	.sub_page1_die_sie_begeistern_werden.was_ist_projektmanagement{
		font-size: 53px;
		background-size: 40px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.basisprogram_stressbewaltigung{
		font-size: 43.7px;
		background-size: 40px;
		padding-left: 55px;
		background-position: 0px;
		margin-bottom:7px;
	}
	.sub_page1_die_sie_begeistern_werden.warum_stressmanagement{
		font-size: 54.9px;
		background-position: 0px;
		background-size: 42px;
		padding-left: 57px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_teams_gekonnt_fordern_coachen{
		font-size: 35.7px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_coaching{
		font-size: 34px;
		background-position: 0px;
		padding-left: 49px;
		background-size: 38px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_teams_gruppen{
		font-size: 30.6px;
		background-position: 0px;
		background-size: 35px;
		padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.welches_coaching_ist_fur_sie_das_richtige{
		font-size: 37.6px;
		background-position: 0px;
		padding-left: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_vs_teamcoaching{
		font-size: 54.5px;
	    background-position: 0px;
	    background-size: 44px;
	}
	.sub_page1_die_sie_begeistern_werden.gewinnspiele_verkaufsfordernd_einsetzen{
		font-size: 37px;
	}
	.sub_page1_die_sie_begeistern_werden.pramiensysteme_verkaufsfordernd_einsetzen{
		font-size: 34.5px;
		background-position: 0px;
		background-size: 37px;
		padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.on_pack_promotion_verkaufsfordernd_einsetzen{
		font-size: 33.2px;
		background-position: 0px;
		padding-left: 46px;
		background-size: 37px;
	}
	.sub_page1_die_sie_begeistern_werden.verpackungsdesign_gekonnt_umsetzen{
		font-size: 40.4px;
	}
	.sub_page1_die_sie_begeistern_werden.verkaufsforderung_durch_gewinnspiele{
		font-size:40px;	
	}
	.sub_page1_die_sie_begeistern_werden.gewinnspiele_professionell_einsetzen{
		font-size: 42px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.on_pack_gewinnspiele_verkaufsfordernd_einsetzen{
		font-size: 31.5px;
		background-position: 0px;
		background-size: 30px;
		padding-left: 40px;
	}
	.sub_page1_die_sie_begeistern_werden.welcher_verkaufstrainer_darf_es_fur_sie_sein{
		font-size: 35px;
		background-size: 32px;
		padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.welche_fahigkeiten_sollen_ausgebildet_werden{
		font-size: 34px;
		background-size: 31px;
		padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.welche_ziele_wollen_sie_mit_uns_erreichen{
		font-size: 38px;
		background-size: 33px;
		padding-left: 44px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_gutscheine_professionell_einsetzen{
		font-size: 35.5px;
		background-size: 32px;
		padding-left: 46px;
	}
	.sub_page1_die_sie_begeistern_werden.gutscheine_nach_den_bedurfnissen_auswahlen{
		font-size: 34.8px;
		background-size: 32px;
		padding-left: 46px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_gutscheine_professionell_individuallisieren{
		font-size: 31.2px;
		background-size: 28px;
		background-position: 0px;
		padding-left: 38px;
	}
	.sub_page1_die_sie_begeistern_werden.individualisierung_wie_funktioniert_es{
		font-size: 41px;
		background-size: 36px;
		background-position: 0;
		padding-left: 47px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_mit_individuellem_coverbild{
		font-size: 37.2px;
	    background-size: 34px;
	    background-position: 0px;
	    padding-left: 45px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_professionell_einsetzen{
		font-size: 40.7px;
		background-size: 35px;
		background-position: 0px;
		padding-left: 43px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_nach_den_bedurfnissen_auswahlen{
		font-size: 32.5px;
		background-size: 30px;
		background-position: 0px;
		padding-left: 38px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_professionell_individuallisieren{
		font-size: 34.8px;
		background-position: 0px;
		background-size: 32px;
		padding-left: 41px;
	}
	.firmenkunden_firmenevents{
		display:inline-block;
		border: 1px solid rgb(199,195,189);
		margin-right: 20px;
		
	}

	.firmenkunden_firmenevents:nth-child(n+3){
		margin-top: 27px;
	}
	.firmenkunden_firmenevents:nth-child(2n+2){
		margin-right:0px;
	}
	.firmenkunden_picture{
		width:310px;
		height:223px;
		border: 5px solid white;
		border-bottom: 2px solid white;
		background-size: 100% 100% !important;
		position:relative;
		
	}
	.firmenkunden_firmenevents_part .firmenkunden_firmenevents:hover .firmenkunden_picture{
		opacity:0.9;
	}
	.firmenkunden_firmenevents_part .firmenkunden_firmenevents:hover .firmenkunden_picture_content{
		background:url(/wp-content/uploads/business/images/transparent_picture.png);
		display:block;
		background-size:100%;
	}

	.firmenkunden_picture_content{
		font-family: verdana;
	    font-size: 20.8px;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    text-align: center;
	    top: 0px;
	    padding-top: 16.66px;
	    line-height: 29.33px;
	    padding-left: 23.49px;
	    padding-right: 23.49px;
	    display: none;
	    font-weight:bold;
	}

	.firmenkunden_text{
		width: 100%;
	    border: 5px solid white;
	    border-top: 0px solid white;
	    text-align: center;
	    color: white;
	    font-size: 18.3px;
	    font-family: verdana;
	    padding-top: 8.3px;
	    padding-bottom: 9.16px;
	}
	.firmenkunden_firmenevents_part_second .firmenkunden_text{
		font-size:21px;
		padding-top: 5px;
		padding-bottom: 6px;
	}
	.firmenkunden_firmenevents_part_second.sub_page1 .firmenkunden_text{
		font-size:20px;
	}

	.firmenkunden_picture.firmenevents{
		background: url(/wp-content/uploads/business/images/firmenevents.jpg);
	}
	.firmenkunden_picture_content.firmenevents{
		color:rgb(65,56,38);
	}
	.firmenkunden_text.firmenevents{
		background: rgb(234,202,141);
	}

	.firmenkunden_picture.mitarbeiter_an_sich_binden{
		background: url(/wp-content/uploads/business/images/mitarbeiter_an_sich_binden.jpg);
	}
	.firmenkunden_picture_content.mitarbeiter_an_sich_binden{
		color:rgb(42,52,67);
	}
	.firmenkunden_text.mitarbeiter_an_sich_binden{
		background: rgb(144,176,223);
	}

	.firmenkunden_picture.kunden_und_partnerbindung{
		background: url(/wp-content/uploads/business/images/kunden-partnerbindung.jpg);
	}
	.firmenkunden_picture_content.kunden_und_partnerbindung{
		color:rgb(43,41,34);
	}
	.firmenkunden_text.kunden_und_partnerbindung{
		background: rgb(138,131,113);
	}

	.firmenkunden_picture.produkte_richtig_einsetzen{
		background: url(/wp-content/uploads/business/images/produkte_richtig_einsetzen.jpg);
	}
	.firmenkunden_picture_content.produkte_richtig_einsetzen{
		color:rgb(68,40,33);
	}
	.firmenkunden_text.produkte_richtig_einsetzen{
		background: rgb(210,123,104);
	}

	.firmenkunden_picture.marketingmabnahmen{
		background: url(/wp-content/uploads/business/images/marketingmassnahmen.jpg);
	}
	.firmenkunden_picture_content.marketingmabnahmen{
		color:rgb(38,54,46);
	}
	.firmenkunden_text.marketingmabnahmen{
		background: rgb(84,118,101);
	}

	.firmenkunden_picture.partner_und_referenzen{
		background: url(/wp-content/uploads/business/images/partner_und_referenzen.jpg);
	}
	.firmenkunden_picture_content.partner_und_referenzen{
		color:rgb(41,32,58);
	}
	.firmenkunden_text.partner_und_referenzen{
		background: rgb(121,97,171);
	}
	.firmenkunden_top_firmenanaebote{
		height: 83px;
	    background: url(/wp-content/uploads/business/images/top_firmenangebote.png);
	    border: 5px solid white;
	    width: 646px;
	    margin-top: 58.3px;
	    background-size: 100%;
	}

	.firmenkunden_picture.betriebsausflug{
		background: url(/wp-content/uploads/business/images/betriebsausflug.jpg);
	}

	.firmenkunden_text.betriebsausflug{
		background: rgb(138,131,113);
	}


	.firmenkunden_picture.betriebsfeier{
		background: url(/wp-content/uploads/business/images/betriebsfeier.jpg);
	}

	.firmenkunden_text.betriebsfeier{
		background: rgb(249,225,91);
	}


	.firmenkunden_picture.erlebnistagung{
		background: url(/wp-content/uploads/business/images/Erlebnistagung.jpg);
	}

	.firmenkunden_text.erlebnistagung{
		background: rgb(187,108,139);
	}


	.firmenkunden_picture.incentivereisen{
		background: url(/wp-content/uploads/business/images/incentivereisen.jpg);
	}

	.firmenkunden_text.incentivereisen{
		background: rgb(181,205,155);
		
	}


	.firmenkunden_picture.kundenevent{
		background: url(/wp-content/uploads/business/images/kundenevent.jpg);
	}

	.firmenkunden_text.kundenevent{
		
		background: rgb(152,207,202);
	}



	.firmenkunden_picture.teambuilding{
		background: url(/wp-content/uploads/business/images/teambuilding.jpg);
	}

	.firmenkunden_text.teambuilding{
		background: rgb(234,202,141);
	}
	.firmenkunden_contact_part{
		width: 646px;
		background: url(/wp-content/uploads/business/images/background_768.png);
	    background-size: auto;
		border: 7px solid white;
		background-size: 100% 100%;
		margin-top: 10px;
		height: 930px;
	}
	.firmenkunden_contact_header{
		color: black;
	    font-family: MarvelScript two;
	    font-size: 48px;
	    font-weight: bold;
	    text-shadow: 3px -3px white;
	    padding-left: 27px;
	    padding-top: 5px;
	    text-align:left;
	}
	.angaben_zum_event_part{
		display: inline-block;
	    margin-top: 31.33px;
		margin-left: 94px;
	}
	.angaben_zum_event{
		font-size: 42px;
	    font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    line-height: 48px;
	}
	.spline{
		background: url(/wp-content/uploads/business/images/spline.png);
		height: 8.33px;
		display:none;
	}

	.angaben_zum_event_input{
		width: 205px !important;
	    margin-left: 11px;
	    float: left;
	    margin-top: 5px;
	}
	.angaben_zum_event_select{
		width: 203px !important;
	    float: left;
	    margin-top: 3px;
	    font-size: 18px;
	    font-weight: bold;
	    font-family: MarvelScript two;
	    color: black;
	    line-height: 17px !important;
	    margin-left: 0px;
	    padding-left: 15px !important;
	}
	.label_wunscherlebnis{
		font-family: MarvelScript two;
	    font-size: 21.7px;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    letter-spacing: 1.15px;
	    margin-top:4px;
	}
	.label_ihr_wunschort{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 21.6px;
	    letter-spacing: 1.55px;
	    margin-top:4px;
}
	.label_wie_viele_personen{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 20.3px;
	    margin-top: 4px;
	}
	.label_budget_pro_person{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 20.3px;
	    letter-spacing: -0.145px;
	    margin-top: 2px;
	}
	.label_was_darfs_noch_sein{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 20px;
	    letter-spacing: -0.8px;
	    margin-top: 3px;
	}
	.label_vor_nachname{
		font-family: MarvelScript two;
	    font-size: 20px;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    letter-spacing: -0.95px;
	    margin-top:5px;
	}
	.label_firma_od_team{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;
	    font-size: 20px;
	    letter-spacing: -0.8px;
	    margin-top:5px;
	}
	.label_email_adresse{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    font-size: 20px;
	    margin-top: 5px;
	    letter-spacing: -0.95px;
	}

	.label_strasse_nr{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    margin-top: 4px;
	    letter-spacing: 0.95px;
	    font-size: 21px;
	}

	.label_plz_und_ort{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    margin-top: 7px;
	    font-size: 21px;
	    letter-spacing: 0.4px;
	}
	.label_telefonnummer{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-left: -10px;
	    float: left;

	    margin-top: 4px;
	    font-size: 18.2px;
	    letter-spacing: -0.65px;
	}
	.radio_container{
		font-family: MarvelScript two;
	    color: black;
	    font-weight: bold;
	    position: relative;
	    padding-left: 36px;
	    margin-bottom: 12px;
	    cursor: pointer;
	    font-size: 19px;
	    padding-top: 2px;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}



	/* Hide the browser's default checkbox */
	.radio_container input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
	}

	/* Create a custom checkbox */
	.radio_checkmark {
		
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 24px;
	  width: 25px;
	  background: url(/wp-content/uploads/business/images/uncheckbox1.png);
	  background-size:100%;	
	  	
	}

	/* On mouse-over, add a grey background color */
	.radio_container:hover input ~ .radio_checkmark {
	  /*background-color: #ccc;*/

	}

	/* When the checkbox is checked, add a blue background */
	.radio_container input:checked ~ .radio_checkmark {
		
	  background: url(/wp-content/uploads/business/images/checkbox.png);
	  border: 0px solid white;
	  height: 24px;
	  width: 25px;
	  background-repeat: no-repeat;
	  background-size: 100%;	
	  
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.radio_checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the checkmark when checked */
	.radio_container input:checked ~ .radio_checkmark:after {
	  display: block;
	}

	.monster_riskiers{
		height: 174px;
	    background-size: 100% 174px;
	    margin-top: 7px;
	    display:none;
	}
	.monster_riskiers:hover{
		background-size: 100% 174px;
	}
	.kontaktdaten_part{
		display: inline-block;
	    vertical-align: top;
	    margin-top: 8.33px;
	    margin-left:103px;
	}
	.div_wunscherlebnis{
		padding-top: 11px;
	}
	.div_label_ihr_wunschort{
		padding-top: 10px;
	}
	.div_label_wie_viele_personen{
		padding-top: 10px;
	}
	.div_budget_pro_person{
		padding-top: 15px;
	}
	.div_angaben_zum_event_select{
		display:inline-block;
		margin-left:11px;
	}
	.div_was_darfs_noch_sein{
		padding-top: 4px;
	}
	.radio_button_region{
		display: inline-block;
	    width: 200px;
	    padding-left: 49.8px;
	    margin-top: 3px;
	    text-align:left;
	}
	.div_vor_nachname{
		padding-top: 11px;
	}
	.div_firma_od_team{
		padding-top: 11px;	
	}
	.div_email_adresse{
		padding-top: 10px;
	}
	.div_strasse_nr{
		padding-top: 10.8px;
	}
	.div_plz_und_ort{
		padding-top: 10.8px;
	}
	.div_telefonnummer{
		padding-top: 9px;
	}
	.pin_jong{
		display: inline-block;
	    width: 333px;
	    height: 125px;
	    position: relative;
	    background-size: auto 204px;
	    background-position: 0px -15px;
	    background-repeat: no-repeat;
	}
	.pin_jong_text{
		position: absolute;
	    color: rgb(189,131,131);
	    font-size: 19px;
	    font-weight: bold;
	    font-family: MarvelScript two;
	    line-height: 22px;
	    bottom: 60px;
	    left:-9px;
	    width:291px;
	}
	.monster_riskiers2{
		margin-top: 7px;
		background: url(/wp-content/uploads/business/images/monster_riskiers.png);
		background-size: 100%;
		position: absolute;
		width: 247px;
		height: 116px;
		bottom: 14px;
		right: -178px;
		display:block;
	}
	.pin_4{
		width: 126px;
		height: 167px;
		background: url(/wp-content/uploads/business/images/Reisszwecken.png);
	    position: absolute;
		display: block;
		right: -146px;
		top: -180px;
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.pencil_top{
		width: 49px;
		height: 441px;
		position: absolute;
		background: url(/wp-content/uploads/business/images/pencil_top.png) no-repeat;
		right: -153px;
		width: 39px;
		height: 352px;
		background-size: 100%;
		top: -48px;
	}

	.cat_dog_gobugi_bird_jiham_part{
		width: 648px;
	}
	.cat_dog_gobugi_bird_jiham{
		display:inline-block;
		vertical-align: top;
		width:243px;
		height:190px;
		background:url(/wp-content/uploads/business/images/cat_dog_gobugi_bird_jiham.png);
		margin-top: 15px;
		margin-left: 68px;
		background-size: 100%;
	}
	.xinnian_card{
		display:inline-block;
		vertical-align: top;
		width:301px;
		height:276px;
		background:url(/wp-content/uploads/business/images/xinnian_card.png);
		margin-top: 7px;
		margin-left: 9px;
		background-size: 100%;
	}
	.variante_part{
		margin-top:-97px;
		margin-left: 35px;
		color:black;
	}
	.variante_title{
		font-family:PermanentMarker;
		font-size:26.44px;
	}
	.variante_content{
		font-family:IndieFlower;
		font-size:26.44px;
		line-height: 34px;
	}

	.card_region{
		width:201px;
		border:10px solid white;
		display:inline-block;
		vertical-align: top;
		background:white;
		box-shadow: 4px 4px 4px;
		margin-right:19px;
	}
	.card_region:nth-child(3n){
		margin-right:0px;
	}
	.card_region:nth-child(n+4){
		margin-top:19px;
	}
	
	.card_header{
		font-family:EmilysCandy-Regular;
		font-size:26.22px;
		text-align:center;
		color:black;
		line-height: 33px;
		padding-top: 20px;
	}
	.card_header.special{
		font-size: 26.5px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.card_picture{
		width:180px;
		height:195px;
		display:inline-block;
		background-size: 100% !important;
	}

	.image_one_of_five_content.schnell_lieferbar{
		font-size: 16px;
		line-height: 20px;
	}
	.image_one_of_five_content.hulle_auswahlen{
		font-size: 17px;
		line-height: 21px;
	}
	.sub_page1_die_sie_begeistern_werden.shoppingcard_professionell_einsetzen{
		font-size: 41px;
	}
	.sub_page1_die_sie_begeistern_werden.shoppingcard_nach_den_bedurfnissen_auswahlen{
		font-size: 33px;
		background-size: 31px;
		background-position: 0px;
		padding-left: 41px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenkkarte_professionell_individuallisieren{
		font-size: 34.5px;
		background-size: 32px;
		padding-left: 46px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_professionell_einsetzen{
		font-size:39.24px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_professionell_individuallisieren{
		font-size: 34.5px;
		background-size: 31px;
		background-position: 0px;
		padding-left: 40px;
	}
	.sub_page1_die_sie_begeistern_werden.personalisierte_prasente_professionell_einsetzen{
		font-size: 32.5px;
		background-position: 0px;
		background-size: 30px;
		padding-left: 38px;
	}
	.sub_page1_die_sie_begeistern_werden.prasent_nach_den_bedurfnissen_auswuhlen{
		font-size: 37.5px;
		background-position: 0px;
		background-size: 32px;
		padding-left: 40px;
	}
	
	.sub_page1_die_sie_begeistern_werden.geschenk_gutscheine_mit_individuellem_coverbild{
		font-size: 32.7px;
		background-size: 30px;
		padding-left: 41px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenkboxen_professionell_einsetzen{
		font-size: 40.2px;
		background-size: 36px;
		background-position: 0px;
		padding-left: 46px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenboxen_nach_den_bedurfnissen_auswahlen{
		font-size: 33px;
		background-size: 30px;
		background-position: 0px;
		padding-left: 38px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_gutschein_professionell_einsetzen{
		font-size: 38.2px;
		background-position: 0px;
		background-size: 34px;
		padding-left: 43px;
	}
	.sub_page1_die_sie_begeistern_werden.tickets_nach_den_bedurfnissen_auswahlen{
		font-size: 38px;
		background-size: 33px;
		padding-left: 45px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_gutscheine_professionell_individuallisieren{
		font-size: 32.3px;
		background-position: 0px;
		background-size: 30px;
		padding-left: 39px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_katalog_der_erlebnisgalaxie{
		font-size: 45px;
		background-position: 0px;
		padding-left: 50px;
	}
	.two_cakes_title {
	    font-size: 30px;
		padding: 11px 0px 0px 81px;
	}
	.sub_page1_die_sie_begeistern_werden.sachgeschenke_professionell_individuallisieren{
		font-size: 34.5px;
		background-position: 0px;
		background-size: 32px;
		padding-left: 41px;
	}
	.cat_dog_gobugi_bird_jiham_left_part{
		width: 300px;	
	}
	.variante_part.individualisierung{
		margin-top:12px ;
	}	
	.wonderful_clock_img{
	    margin-left: 23px;
	    margin-top: 10px;
	    width: 312px;
	}	
	div.responsive_container {
    	display: none !important;
	}
}
@media (max-width: 767px) and (min-width: 480.1px) {
	.sub_page1_die_sie_begeistern_werden.teamkleidung_erschafft_gruppenzugehorigkeit{
		font-size: 24.2px;
		background-position: 0px;
		padding-left: 27px;
		background-size: 21px;	
	}
	.sub_page1_die_sie_begeistern_werden.gruppenkleidung_fur_verschiedene_sparten{
		font-size: 26.5px;
		background-position: 0px;
		padding-left: 27px;
		background-size: 22px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenmitglieder_richtig_belohnen{
		font-size: 31.4px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_lhre_mitglieder{
		font-size: 30.5px;
	}
	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_lhre_Mitglieder{
		font-size: 29px;
		background-position: 0px;
		padding-left: 31px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppenleiter_richtig_belohnen{
		font-size: 36.3px;
		background-position: 0px;
		background-size: 32px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenke_fur_teammitglieder_gezielt_einsetzen{
		font-size: 23.5px;
		background-position: 0px;
		background-size: 22px;
		padding-left: 27px;
	}

	.sub_page1_die_sie_begeistern_werden.teammitglieder_durch_geschenke_an_sich_binden{
		font-size: 23.7px;
		background-position: 0px;
		background-size: 22px;
		padding-left: 27px;
	}
	.sub_page1_wide_text.produkte_der_erlebnisgalxie_als_geschenk{
		font-size: 21px;
		padding-top: 12px;
	}
	.steigerung_der_produktbekanntheit{
		font-size:15px !important;
	}
	.main_guide_way{
		width:456px;
	}
	.tablet_part{
		display:block;
	}
	.display_part{
		display:none;
	}
	.res_image2_region{
		background:rgb(204,204,204);
		border: 7px solid white;
	}
	.res_image3_region{
		background:rgb(204,204,204);
		border: 7px solid white;
	}
	.res_image_one_of_two{
		float:left; 
		width:50%;
	}
	.res_image_one_of_three{
		float:left; 
		width:33.33%;
	}
	.res_image_div{
		height:129px;
		position: relative;
	}
	.res_image{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.res_image_content.mail_font{
	    padding-left: 0px !important;
	    padding-right:0px !important;
	    font-size: 22px !important;
	}
	.res_image2_region .res_image_content{
		text-align: center;
		background: rgb(147,59,82);
		font-family: MarvelScript two;
		height: 76px;
		padding: 8px 12px 0px 14px;
		font-size: 23.44px;
		line-height: 30px;
		color: white;
	}
	.res_image2_region .res_image_content.heavy_height{
		padding-left: 0px;
		padding-right: 0px;
	}
	.res_image3_region .res_image_content{
		text-align: center;
		background: rgb(147,59,82);
		font-family: MarvelScript two;
		height: 64px;
		padding: 8px 0px 0px 10px;
		font-size: 18px;
		line-height: 24px;
		color:
		white;
	}
	.res_image2_region .res_image_content.thin_height{
		height:48px;
		font-size:19px;
	}
	.res_image3_region .res_image_content.heavy_height{
		padding-top: 0.5vh;
		line-height: 1.8vh;
	}
	.res_image3_region .res_image_content.thin_height{
		height:40px;
	}
	.firmenkunden_headline.tablet_version{
		display:block;
	}
	.firmenkunden_headline.display_version{
		display:none;
	}
	.sub_page1_die_sie_begeistern_werden.sachzuwendungen_steuerlich_optimieren{
		font-size:27px;
	}
	.sub_page1_die_sie_begeistern_werden.werbegeschenke_gezielt_einsetzen{
		font-size: 32px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenke_fur_besondere_anlasse{
		font-size: 32px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.pauschalierung_geldwerter_vorteil{
		font-size: 32px;
		background-position: 0px;
	}
	.image_one_of_five_content.umsatz_steigerung{
		font-size: 30px;
		line-height: 35px;
	}
	.image_one_of_five_content.effektivitats_steigerung{
		font-size: 30px;
		line-height: 35px;
	}
	.image_one_of_five_content.qualitats_steigerung{
		font-size: 30px;
		line-height: 35px;
	}
	.image_one_of_five_content.produkt_wissen{
		font-size: 31px;
		line-height: 35px;
	}
	.image_one_of_five_content.firmen_bindung{
		font-size: 33px;
		line-height: 35px;
	}


	.image_one_of_five_content.verkaufs_talent{
		font-size: 33px;
		line-height: 35px;
	}
	.image_one_of_five_content.gesprachs_fuhrung{
		font-size: 33px;
		line-height: 35px;
	}
	.image_one_of_five_content.eigen_initiative{
		font-size: 33px;
		line-height: 35px;
	}
	.image_one_of_five_content.fach_wissen{
		font-size: 41px;
		line-height: 35px;
	}
	.image_one_of_five_content.selbst_organisation{
		font-size: 33px;
		line-height: 35px;
	}

	.image_one_of_five_content.verkaufs_trainer{
		font-size: 33px;
		line-height: 34px;
	}
	.image_one_of_five_content.retorik_trainer{
		font-size: 33px;
		line-height: 34px;
	}
	.image_one_of_five_content.motivations_trainer{
		font-size: 33px;
		line-height: 34px;
	}
	.image_one_of_five_content.produkt_schulung{
		font-size: 33px;
		line-height: 34px;
	}
	.image_one_of_five_content.time_management{
		font-size: 33px;
		line-height: 34px;
	}

	.image_one_of_five.phone_touch_img{
		background-position:center !important;
	}
	.image_one_of_five.degree_90_arrow_img{
		background-position:center !important;
	}
	.image_one_of_five.red_flesh_car_img{
		background-position:center !important;
	}
	.image_one_of_five.old_flesh_car_img{
		background-position:center !important;
	}
	.image_one_of_five.three_handsomes_img{
		background-position:center !important;
	}
	.image_one_of_five.tv_with_man_img{
		background-position:center !important;
	}
	.image_one_of_five.handup_man_img{
		background-position:center !important;
	}
	.image_one_of_five.handup_with_lamp_img{
		background-position:center !important;
	}
	.image_one_of_five.handup_with_clock_img{
		background-position:center !important;
	}
	.image_one_of_five.money_with_man_img{
		background-position:center !important;
	}
	.image_one_of_five.handup_with_w_img{
		background-position:center !important;
	}
	.image_one_of_five.pointer_with_man_img{
		background-position:center !important;
	}
	.image_one_of_five.twow_with_man_img{
		background-position:center !important;
	}
	.image_one_of_five.handup_zoom_man_img{
		background-position:center !important;
	}
	.image_one_of_five.yellow_open_jiham_img{
		background-position: center!important;
	}
	.image_one_of_five.gray_close_jiham_img{
		background-position: center!important;
	}
	.image_one_of_five.chrismas_grandfather_with_jiham_img{
		background-position: center!important;
	}
	.large_five_beer{
		width:456px;
		height:280px;
	}
	.image_one_of_three.chrismas_card_img{
		background-position: center center !important;
	}
	.image_one_of_three.bears_12_img{
		background-position: center center !important;
	}
	.image_one_of_three.erlebnis_galaxie_img{
		background-position: center center !important;
	}
	.image_one_of_three_region{
		width:100%;
		float: left;
	}
	.image_one_of_three{
		height: 360px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.image_one_of_three_content{
		width:100%;
		height:78px;
		padding: 4px 0px 0px 10px;	
		font-size: 39.64px;
		line-height: 35px;
	}
	.image_one_of_four_content.spieltrieb_nutzen{
		font-size:28px;
	}
	.image_one_of_four_content.thin_height.kunden_weben_kunden{
		font-size:21px !important;
	}
	.image_one_of_five.one_eye_monster_img{
		background-position: center center !important;
	}
	.image_one_of_five.first_fingernail_img{
		background-position: center center !important;
	}
	.image_one_of_five.tuiche_img{
		background-position: center center !important;
	}
	.image_one_of_five.two_heart_img{
		background-position: center center !important;
	}
	.image_one_of_five.arrow_with_man_img{
		background-position: center center !important;
	}
	.anerkennung_managen{
		font-size:21.8px !important;
	}
	.arbeitskraft_managen{
		font-size:21px !important;
	}
	.archer_content_parent{
		width:456px;
	}
	.archer_picture{
		width:456px;
		height:312px;
	}
	.archer_content{
		width:220px;
		float:left;
	}
	.archer_content_header{
		height: 33px;
		margin-left: 7px;
		font-size: 20.8px;
		padding-top: 1px;
		margin-top: -33px;
		margin-right: 6px;
		text-align: center;
	}
	.archer_content_body{
		padding-left:9px;
		margin-bottom: 5px;
	}
	.archer_content_body li{
		font-size:21px;
	}
	.line_girin_region{
		width:456px;
		height:301px;
	}
	.coaching_region{
		display:none;
	}
	.responsive_coaching_region{
		display:block;
	}
	.coaching_bogen_region{
		width:456px;
		height:710px;
	}
	/*.wann_gruppen_region{
		width:456px;
		height:336px;
	}*/
	.wann_gruppen_region{
		/*display:none;*/
		height:335px;
	}
	.responsive_wann_gruppen_region{
		display:block;

	}
	.wann_gruppen_left{
		width:100%;
  	    height:638px;
	}
	.wann_team_coaching{
		width:100%;
		height:684px;
	}
	.left_coaching_region{
		width:100%;
		height:434px;
		float:left;
		background-position: 10px 0px !important;
	}
	.right_coaching_region{
		width:100%;
		height:444px;
		float:left;
	}
	.polygon_six{
		width:456px;
		height:452px;
	}
	.mindfull_mindfull{
		width:456px;
		height:333px;
		margin-bottom:40px;
	}
	.snow_pane_parent{
		width:456px;
		text-align: center;
		background: white;
	}
	.snow_pane{
		display:inline-block;
		vertical-align:top;
		background: url(/wp-content/uploads/business/images/snow_pane1.png);
		width: 178px;
		height: 371px;
		margin-right:25px;
		margin-top: 15px;
		margin-bottom:25px;
	}
	.snow_pane:nth-child(2n+1){
		margin-left:25px;
	}
	.images_4_region{
		width:456px;
		margin-top: 45px;
	}
	.image_one_of_four_content.thin_height{
		height:42px;
		font-size: 23.44px;
	}

	.image_one_of_four_region{
		width:50%;
		float: left;
	}
	.image_one_of_four{
		height: 149px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.image_one_of_four_content{
		width:100%;
		height:77px;
		padding: 3px 0px 0px 6px;	
		font-size: 24.44px;
		line-height: 35px;
	}
	.image_one_of_four_content.women_sit_man_img{
		line-height: 24px;
		font-size: 22px;
		padding-top: 3px;
	}
	.image_one_of_four_content.money_with_man_img{
		font-size:29px;	
	}
	.kalgae_img{
		
	}
	.small_house_img{
		
	}
	.rakasan_img{
		
	}
	.gold_box_img{
		
	}
	.images_5_region{
		width:456px;
		margin-top: 45px;
	}
	.images_6_region{
		width:456px;
		margin-top: 45px;
	}
	.image_one_of_six_region{
		width:50%;
		float: left;
	}
	.image_one_of_six{
		height: 149px;
		background-repeat: no-repeat !important;
		background-position: center 7px !important;
	}
	.image_one_of_six_content{
		width:100%;
		height:48px;
		padding: 6px 0px 0px 10px;	
		font-size: 26.24px;
		line-height: 35px;
	}
	.image_one_of_five_region{
		width:50%;
		float: left;
	}
	.image_one_of_five{
		height: 149px;
		background-repeat: no-repeat !important;
		background-position: center 7px !important;
	}
	.image_one_of_five_content{
		width:100%;
		height:77px;
		padding: 3px 0px 0px 11px;
		font-size: 23.44px;
	}
	.image_one_of_five_content.thin_height{
		width:100%;
		height:48px;
		padding: 7px 0px 0px 14px;
		font-size: 28.24px;
		line-height: 34px;
	}
	.movitation_img{
		background-position: 13px 9px !important;
		background-size: 207px 140px !important;
	}
	.brush_run_man_img{
		background-position: 77px 12px !important;
		background-size: 101px 130px !important;
	}
	.bug_img{
		background-size: 127px 123px !important;
		background-position: center 12px !important;
	}
	.handphone_img{
		background-position: 84px 19px !important;
		background-size: 65px 114px !important;
	}
	.sand_clock_img{
		background-position: center 20px !important;
		background-size: 114px 113px !important;
	}

	.highlights_fur_kunden_partner{
		width: 456px;
		height: 67px;
		background: url(/wp-content/uploads/business/images/highlights_fur_kunden_partner.png);
		background-repeat: no-repeat;
		border: 7px solid white;
		margin-top: 50px;
		background-size: 100%;
	}
	.top_geschenkideen_fur_kunden_partner{
		width: 456px;
		height: 67px;
		background: url(/wp-content/uploads/business/images/top_geschenkideen_fur_kunden_and_partner.png);
		background-repeat: no-repeat;
		border: 7px solid white;
		margin-top: 45px;
		background-size: 100%;
	}
	.sub_page1_wide_picture_region{
		border:1px solid rgb(199,195,189);
		display: inline-block;
		margin-top:23px;
		margin-right: 20px;
		vertical-align: top;
	}
	.sub_page1_wide_picture_region:nth-child(2n){
		margin-right:0px;
	}
	.sub_page1_wide_picture{
		width: 455px;
		height: 253px;
		border: 4px solid white;
		border-bottom: 2px solid white;
	}
	.sub_page1_wide_text{
		width: 100%;
		height: 63px;
		border: 4px solid white;
		border-top: 0px solid black;
		color: white;
		text-align: center;
		font-size: 24.45px;
		font-family: verdana;
		padding-top: 10px;
	}
	.anfrageformular_erstellen_region_parent{
		margin-top:50px;
	}
	.anfrageformular_erstellen_region_parent.die_beliebtesten_highlights_fur_ihre{
		margin-top:10px;
	}
	.anfrageformular_erstellen_region:nth-child(n+2){
		margin-top:28px;
	}
	.anfrageformular_erstellen_region{
		vertical-align: top;
		display:inline-block;
		width: 457px;
		height: 519px;
		border: 10px solid rgb(251,252,247);
		position: relative;
	}
	.anfrageformular_erstellen_region_inner{
		width:100%;
		height:100%;
		border: 1px solid rgb(240,239,235);
		background: rgb(251,252,247);
	}
	.small_picture{
		width:100%;
		height:233px;
		background-size: 100% !important;
	}
	.small_picture_content_header{
	    margin-top: 24.33px;
	    font-family: verdana;
	    font-size: 16px;
	    font-weight: bold;
	    padding-left: 20px;
	}
	.small_picture_content_detail{
		margin-top: 13px;
		font-family: verdana;
		font-size: 15px;
		padding-left: 17px;
		padding-right:29px;
	}
	.small_picture_button{
		width: 427px;
		height: 68.8px;
		position: absolute;
		bottom: 0px;
		background: url(/wp-content/uploads/business/images/anfrageformular_erstellen_btn.png);
	    margin-left: 5px;
		margin-bottom: 7px;
		background-size: 100%;
	}

	.sub_page1_text_content{
		width: 100%;
	}
	.firmenkunden_head{
		margin-top:-10px;
		text-align:center;
	}

	.firmenkunden_monster_menu{
		width: 100%;
		height: 574px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		position: relative;
	}
	.firmenkunden_monster_picture{
		background: url(/wp-content/uploads/business/images/monster_new_menu.png) no-repeat;
	    height: 180px;
		width: 100%;
		background-size: 105% 100%;
		background-position: center center;
	}
	.firmenkunden_binden{
		background: url(/wp-content/uploads/business/images/monster_new_content_menu.png) no-repeat;
	    height: 81px;
		background-size: 105% 100%;
		background-position: center center;
		padding-left:4px;
		padding-top:2px;
	}
	.firmenkunden_marketing{
	    background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 81px;
		background-size: 105% 100%;
		background-position: center center;
		padding-left:2px;
	}
	.firmenkunden_partner{
		background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 81px;
		background-size: 105% 100%;
		background-position: center center;
		padding-left:2px;
	}
	.firmenkunden_richtig{
		background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 81px;
		background-size: 105% 100%;
		background-position: center center;
		padding-left:2px;
	}
	.firmenkunden_das_plus{
		background: url(/wp-content/uploads/business/images/firmenmonster-foot.png) no-repeat;
	    height: 81px;
		text-align: center;
		background-size: 105% 100%;
		background-position: center center;
	}
	.firmenkunden_das_plus > div{
		background: url(/wp-content/uploads/business/images/firmenkunden_klick_auf_das_plus.png);
	    display: inline-block;
		width: 338px;
		height: 57px;
		margin-top: 3px;
		background-size: 100%;
	}
	.firmenkunden_menu_content{
		font-family: DIN Condensed;
		font-weight: bold;
		width: 300px;
		height: 62px;
		font-size: 28.5px;
		display: inline-block;
		color:#723f32;
		border: 1px solid #d3cfc9;
		margin-top: 9px;
		background:white;
		text-align: left;
		padding-top: 8px;
	}
	.firmenkunden_span_plus{
		border: 1px solid #d3cfc9;
		border-radius: 50%;
		color: #723f32;
		width: 26px;
		height: 26px;
		display: inline-block;
		text-align: center;
		font-size: 25px;
		margin: 0px 4px 0px 7px;
		margin-bottom: 0px;
		vertical-align: middle;
		margin-bottom: 6px;
		line-height: 21px;
		font-weight:bold;
	}

	.firmenkunden_menu_content_ul{
		display:none;
		width: 100%;
		background:white;
		position: relative;
		list-style-type: none;
		padding-left: 0px;
		box-sizing: border-box;
		z-index: 1;
	}

	.firmenkunden_menu_content_ul li:last-child{
		
	}
	.firmenkunden_menu_content_ul li{
		padding-left:41px;
		font-size:22px;
	}
	.firmenkunden_menu_content_ul li.haschild li {
	    padding-left: 56px;
	}
	.firmenkunden_menu_content_ul li.haschild.second_child{
		padding-left:15px;
	}
	.firmenkunden_headline{
		width: 100%;
		display: inline-block;
		vertical-align: top;
		border: 10px solid white;
		box-shadow: -1px 0px rgb(223,216,204);
		margin-top:20px;
	}
	.firmenkunden_headline_picture{
		width: 100%;
		height: 255px;
		background: url(/wp-content/uploads/business/images/main_headline.png);
		background-size: 100%;
		position:relative;
	}
	.der_firmenheld {
	    background: url(/wp-content/uploads/business/images/der_firmenheld.png);
		width: 216px;
		height: 30px;
		font-family: MarvelScript two;
		font-size: 29px;
		position: absolute;
		top: 15px;
		right: 19px;
		color:
		#d45553;
		line-height: 30px;
		padding-left: 0px;
		font-weight: bold;
		letter-spacing: 0.5px;
	}
	.magic_moments_verbinden {
	    background: url(/wp-content/uploads/business/images/der_firmenheld_1.png);
		width: 216px;
		height: 30px;
		font-family: AmaticsSC Bold;
		font-size: 26px;
		top: 52px;
		right: 19px;
		position: absolute;
		line-height: 24px;
		color:
		black;
		letter-spacing: 1.3px;
		padding-left: 3px;
	}
	.firmenkunden_get_in_contact{
		display: inline-block;
	    vertical-align: top;
	    color: white;
	    font-family: MarvelScript two;
	    font-size: 15px;
	    font-weight: 100;
	    line-height: 40px;
	}
	.firmenkunden_phone_number{
		display: inline-block;
	    font-family: MarvelScript two;
	    font-size: 15px;
	    font-weight: 100;
	    line-height: 40px;
	    margin-left: 8px;
	    vertical-align: top;
	    color: white;
	    background: url(/wp-content/uploads/business/images/small_phone.png);
	    background-repeat: no-repeat;
	    padding-left: 40px;
	    background-position: 0px 2px;
	    background-size: 31px 35px;
	}
	.firmenkunden_email_address{
		display: inline-block;
	    font-family: MarvelScript two;
	    font-size: 15px;
	    font-weight: 100;
	    line-height: 40px;
	    margin-left: 5px;
	    vertical-align: top;
	    color: white;
	    padding-left: 50px;
	    background: url(/wp-content/uploads/business/images/letter.png);
	    background-repeat: no-repeat;
	    background-position: 0px 5px;
	    background-size: 40px 31px;
	}
	.firmenkunden_headline_contack{
		height: 40px;
		background:rgb(147,59,82);
		border-top: 6px solid white;
		box-sizing: unset;
	}
	.firmenkunden_erlebnisgalaxie_fur_firmen{
		font-family: Nosifer;
	    font-size: 19px;
	    background: url(/wp-content/uploads/business/images/napal.png);
	    background-repeat: no-repeat;
	    color: rgb(102,102,102);
	    text-align: center;
	    background-position: 3px 2px;
	    margin-top: 30px;
	    padding-left: 37px;
	    background-size: 35px 25px;
	}
	.firmenkunden_erlebnisgalaxie_fur_gruppen{
		font-family: Nosifer;
		font-size: 19px;
		background: url(/wp-content/uploads/business/images/napal.png);
		background-repeat: no-repeat;
		color: rgb(102,102,102);
		text-align: center;
		background-position: 0px;
		margin-top: 30px;
		padding-left: 28px;
		background-size: 23px;
	}
	.kunden_partner_an_sich_binden{
		font-family: Nosifer;
		font-size: 18.4px;
		background: url(/wp-content/uploads/business/images/napal.png);
		background-repeat: no-repeat;
		color:
		rgb(102,102,102);
		text-align: center;
		background-position: 0px 3px;
		margin-top: 30px;
		padding-left: 25px;
		background-size: 21px;
	}
	.kunden_partner_an_sich_binden.mitarbeiter_an_sich_binden{
		font-size: 21.2px;
		background-position: 0px 5px;
		background-size: 21px;
		padding-left: 25px;
	}
	.kunden_partner_an_sich_binden.original{
		font-size: 17.6px;
		background-size: 17px;
		background-position: 0px 4px;
		padding-left: 22px;
	}
	.firmenkunden_firmenevents_part{
		margin-top: 5px;
		
	}
	.firmenkunden_firmenevents_part_second{
		
	}
	.firmenkunden_firmenevents_part_second.sub_page1{
		margin-top: 0px;
	}
	.sub_page1_die_sie_begeistern_werden{
		font-size: 27.24px;
		background-position: 5px 13px;
		background-size: 25px;
		padding-left: 38px;
		margin-top:6px;
	}
	.sub_page1_die_sie_begeistern_werden.was_ist_projektmanagement_genau{
		background-position: 0px;
		padding-left: 31px;
		font-size: 31.4px;
		background-size: 26px;
	}
	.sub_page1_die_sie_begeistern_werden.teamleiter_gekonnt_fordern_ausbilden{
		font-size: 28.3px;
		background-position: 0px;
		padding-left: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.erfolgreiches_wirken_als_gruppenleiter{
		font-size: 29.5px;
		background-position: 0px;
		padding-left: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_gruppenleiter{
		font-size: 23.5px;
		background-position: 0px;
		padding-left: 25px;
		background-size: 20px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_teamevents_mabgeschneidert{
		background-position: 0px;
		font-size: 26.7px;
		padding-left: 26px;
		background-size: 22px;
	}
	.sub_page1_die_sie_begeistern_werden.vereinsfeiern_teamevents_mabgeschneidert{
		font-size: 24.6px;
		background-position: 0px;
		padding-left: 27px;
		background-size: 22px;		
	}
	.sub_page1_die_sie_begeistern_werden.gruppenausflug_fur_sie_mabgeschneidert{
		font-size: 27.4px;
		padding-left: 29px;
		background-position: 0px;
		background-size: 23px;
	}
	.sub_page1_die_sie_begeistern_werden.kaufanreize_schaffen_und_profitieren{
		font-size: 30px;
		background-position: 0px;
		background-size: 24px;
		padding-left: 29px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_durch_geschenke_an_sich_binden{
		font-size: 28.6px;
		padding-left: 30px;
		background-size: 25px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.pramien_erhohen_die_kaufleidenschaft{
		font-size: 29.3px;
		background-size: 26px;
		padding-left: 31px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_durch_pramien_an_sich_binden{
		font-size: 30.3px;
		padding-left: 31px;
		background-size: 26px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeiterbonifikationen_gezielt_einsetzen{
		font-size: 26px;
		background-size: 22px;
		padding-left: 28px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeiter_durch_geschenke_motivieren{
		font-size: 28.3px;
		background-position: 0px;
		background-size: 22px;
		padding-left: 28px;
	}
	.sub_page1_die_sie_begeistern_werden.fuhrungskrafte_gekonnt_fordern_ausbilden{
		font-size: 25.2px;
		background-position: 0px;
		padding-left: 27px;
		background-size: 22px;		
	}
	.sub_page1_die_sie_begeistern_werden.erfolgreiches_wirken_als_fuhrungskraft{
		background-position: 0px;
		padding-left: 30px;
		font-size: 28.7px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_mitarbeiterforderung{
		font-size: 19.4px;
		background-position: 0px;
		background-size: 19px;
		padding-left: 23px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_fuhrungskrafte{
		font-size: 22.5px;
		background-size: 20px;
		background-position: 0px;
		padding-left: 25px;
	}
	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_ihre_mitarbeiter{
		padding-left: 31px;
		font-size: 28px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_ihre_mitarbeiter{
		background-position: 0px;
		font-size: 29.7px;
		padding-left: 31px;
	}
	.sub_page1_die_sie_begeistern_werden.mitarbeitergeschenke_gezielt_einsetzen{
		font-size: 28.5px;
		background-size: 23px;
		background-position: 0px;
		padding-left: 28px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_marketingshows_und_highlights{
		font-size: 23.7px;
		background-position: 0px;
		background-size: 23px;
		padding-left: 28px;
	}
	.sub_page1_die_sie_begeistern_werden.passendes_highlights_nach_ihren_bedurfnissen_auswahlen{
		font-size: 20.2px;
		background-position: 0px;
		background-size: 20px;
		padding-left: 24px;
	}
	.sub_page1_die_sie_begeistern_werden.marketingshows_fur_sie_mabgeschneidert{
		font-size: 27.1px;
		background-position: 0px;
		padding-left: 28px;
		background-size: 22px;
	}
	.sub_page1_die_sie_begeistern_werden.wow_erlebnisse_fur_sie_mabgeschneidert{
		font-size: 27.4px;
		background-size: 23px;
		padding-left: 29px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.passendes_wow_erlebnis_nach_ihren_bedurfnissen_auswahlen{
		font-size: 18.8px;
		background-size: 18px;
		padding-left: 22px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_wow_erlebnisse_auf_einen_blick{
		font-size: 23.7px;
		background-size: 24px;
		padding-left: 29px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.weihnachtsfeier_auf_sie_passend_zugeschnitten{
		font-size: 23.7px;
		background-position: 0px;
		background-size: 23px;
		padding-left: 29px;
	}
	.sub_page1_die_sie_begeistern_werden.weinachten_mal_etwas_anders_feiern{
		font-size: 30.7px;
		background-position: 0px;
		background-size: 29px;
		padding-left: 34px;
	}

	.sub_page1_die_sie_begeistern_werden.zeitfresser_lokalisieren_eleminieren{
		font-size: 29.7px;
		background-size: 27px;
		padding-left: 33px;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.zeitplan_gekonnt_strukturieren_und_optimieren{
		font-size: 24.1px;
		background-position: 0px;
		background-size: 24px;
		padding-left: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_timemanagement{
		font-size: 24.7px;
		background-position: 0px;
		padding-left: 29px;
		background-size: 24px;
	}



	.sub_page1_die_sie_begeistern_werden.teamevents_die_sie_begeistern_werden{
		font-size: 29px;
		background-position: 0px;
		background-size: 26px;
		padding-left: 31px;
	}
	.sub_page1_die_sie_begeistern_werden.teamentwicklung_gezielt_einsetzen{
		font-size: 31.6px;
		background-position: 0px;
		background-size: 27px;
		padding-left: 33px;
	}
	.sub_page1_die_sie_begeistern_werden.teamentwicklung_in_4_wandlungschritten_erleben{
		font-size: 23.3px;
		background-position: 0px;
		background-size: 22px;
		padding-left: 28px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_teamentwicklung{
		font-size: 24.9px;
		background-position: 0px;
		background-size: 24px;
		padding-left: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.wie_kann_mein_team_zu_einem_spitzenteam_werden{
		font-size: 22px;
		background-position: 0px;
		background-size: 22px;
		padding-left: 29px;
	}

	.sub_page1_die_sie_begeistern_werden.teambuilding_fur_sie_mabgeschneidert{
		font-size: 29px;
		background-position: 0px;
		background-size: 26px;
		padding-left: 33px;
	}
	.sub_page1_die_sie_begeistern_werden.teambuildingmabnahmen_nach_lhren_bedurfnissen_auswahlen{
		font-size: 18.5px;
		background-position: 0px;
		background-size: 20px;
		padding-left: 26px;
	}
	.sub_page1_die_sie_begeistern_werden.wie_legen_wir_mit_lhnen_lhre_gruppen_bzw_lernziele_fest{
		font-size: 19.5px;
		background-position: 0px;
		background-size: 21px;
		padding-left: 26px;
	}
	.sub_page1_die_sie_begeistern_werden.unsere_verkaufsschlager_im_bereich_teambuilding{
		font-size: 20.7px;
		background-position: 0px;
		background-size: 21px;
		padding-left: 26px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihr_teambuilding{
		font-size: 21.3px;
		background-position: 0px;
		background-size: 22px;
		padding-left: 27px;
	}

	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_reiseziele_und_highlights{
		font-size: 26.8px;
		background-position: 0px;
		padding-left: 32px;
	}
	.sub_page1_die_sie_begeistern_werden.passende_reisehighlights_nach_lhren_bedurfnissen_auswahlen{
		font-size: 18.4px;
		background-position: 0px;
		background-size: 20px;
		padding-left: 25px;
	}
	.sub_page1_die_sie_begeistern_werden.firmenausflug_fur_sie_mabgeschneidert{
		background-position: 5px 10px;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_und_partner_richtig_belohnen{
		font-size: 29.5px;
		background-position: 5px;
		margin: 0;
		line-height: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_lhre_kunden_partner{
		font-size: 24.54px;
		background-position: 5px;
		background-size: 25px;
		padding-left: 40px;
		margin: 0;
		line-height: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_lhre_kunden_partner{
		font-size: 23.8px;
		padding-left: 33px;
		background-size: 25px;
		background-position: 0px;
		margin: 0;
		line-height: 50px;
	}
	.sub_page1_die_sie_begeistern_werden.betriebsfeier_firmenevents_mabgeschneidert{
		font-size: 22.5px;
		background-position: 5px 4px;
		background-size: 31px;
		padding-left: 46px;
		margin-top:15px;
		margin-bottom:5px;
	}
	.sub_page1_die_sie_begeistern_werden.passende_highlights_nach_lhren_bedurfnissen_auswahlen{
	    font-size: 20.1px;
		background-position: 0px;
		background-size: 22px;
		padding-left: 27px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihre{
		font-size: 19.8px;
		padding-left: 33px;
		background-size: 25px;
		background-position: 0px;
		margin-top: 15px;
		margin-bottom:5px;
	}
	.sub_page1_die_sie_begeistern_werden.projekte_gekonnt_planen_und_managen{
		font-size: 28.8px;
	    background-size: 29px;
	    background-position: 3px 11px;
	    padding-left: 41px;
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_projektcoaching_erwarten{
		font-size: 22.3px;
		background-size: 21px;
		background-position: 0px;
		padding-left: 26px;
		line-height: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_stressmanagement_erwarten{
		font-size: 20.8px;
		background-position: 0px;
		background-size: 21px;
		padding-left: 27px;
		line-height: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_projektmanagement{
		font-size: 27.5px;
		background-size: 26px;
		background-position: 3px 5px;
		padding-left: 39px;
		line-height: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.zusammen_erreichen_alle_deutlich_mehr{
		margin-bottom:7px;
	}
	.sub_page1_die_sie_begeistern_werden.projektmanagement_gekonnt_einsetzen_und_erlernen{
		font-size: 21.4px;
		background-size: 23px;
		background-position: 0px;
		padding-left: 30px;
		margin-bottom: 7px;	
	}
	.sub_page1_die_sie_begeistern_werden.was_ist_projektmanagement{
		background-size: 30px;
		background-position: 0px;
		font-size: 37px;
		padding-left: 43px;
		margin-bottom:4px;
	}
	.sub_page1_die_sie_begeistern_werden.basisprogram_stressbewaltigung{
		font-size: 30.5px;
		background-size: 29px;
		padding-left: 37px;
		background-position: 0px;
		margin-bottom:7px;
	}
	.sub_page1_die_sie_begeistern_werden.warum_stressmanagement{
		font-size: 38.74px;
		background-position: 0px;
		background-size: 32px;
		padding-left: 43px;
		margin-top: 6px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_teams_gekonnt_fordern_coachen{
		font-size: 25.5px;
		background-position: 0px;
		padding-left: 34px;		
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_coaching{
		font-size: 24px;
		background-position: 0px;
		padding-left: 33px;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_teams_gruppen{
		font-size: 21.4px;
		background-position: 0px;
		padding-left: 34px;	
	}
	.sub_page1_die_sie_begeistern_werden.welches_coaching_ist_fur_sie_das_richtige{
		font-size: 26.5px;
		background-position: 0px;
		padding-left: 34px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_vs_teamcoaching{
		font-size: 38.4px;
		background-position: 0px;
		padding-left: 39px;
		background-size: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.gewinnspiele_verkaufsfordernd_einsetzen{
		font-size: 26.5px;
		background-position: 0px;
		padding-left: 33px;
	}
	.sub_page1_die_sie_begeistern_werden.pramiensysteme_verkaufsfordernd_einsetzen{
		font-size: 24px;
		background-position: 0px;
		padding-left: 33px;
	}
	.sub_page1_die_sie_begeistern_werden.on_pack_promotion_verkaufsfordernd_einsetzen{
		font-size: 23.3px;
		background-position: 0px;
		padding-left: 32px;
	}
	.sub_page1_die_sie_begeistern_werden.verpackungsdesign_gekonnt_umsetzen{
		font-size: 28.8px;
		background-position: 0px;
		padding-left: 33px;
	}
	.sub_page1_die_sie_begeistern_werden.verkaufsforderung_durch_gewinnspiele{
		font-size:28px;
		background-position: 0px;
		padding-left: 33px;
	}
	.sub_page1_die_sie_begeistern_werden.gewinnspiele_professionell_einsetzen{
		font-size:29.6px;
	}
	.sub_page1_die_sie_begeistern_werden.on_pack_gewinnspiele_verkaufsfordernd_einsetzen{
		font-size: 21.8px;
		background-position: 0px;
		padding-left: 33px;
	}
	.sub_page1_die_sie_begeistern_werden.welcher_verkaufstrainer_darf_es_fur_sie_sein{
		font-size: 25px;
		background-position: 0px;
		padding-left: 31px;
	}
	.sub_page1_die_sie_begeistern_werden.welche_fahigkeiten_sollen_ausgebildet_werden{
		font-size: 24px;
		background-position: 0px;
		padding-left: 30px;
		background-size: 22px
	}
	.sub_page1_die_sie_begeistern_werden.welche_ziele_wollen_sie_mit_uns_erreichen{
		font-size: 27px;
		background-position: 0px;
		padding-left: 32px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_gutscheine_professionell_einsetzen{
		font-size: 25px;
		background-size: 24px;
		background-position: 0px;
		padding-left: 32px;
	}
	.sub_page1_die_sie_begeistern_werden.gutscheine_nach_den_bedurfnissen_auswahlen{
	    font-size: 24.5px;
	    background-position: 0px;
	    padding-left: 32px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_gutscheine_professionell_individuallisieren{
		font-size: 21.8px;
		background-size: 23px;
		background-position: 0px;
		padding-left: 30px;
	}
	.sub_page1_die_sie_begeistern_werden.individualisierung_wie_funktioniert_es{
		background-position: 0px;
		font-size: 29px;
		padding-left: 33px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_mit_individuellem_coverbild{
		font-size: 26px;
		background-position: 0px;
		padding-left: 35px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_professionell_einsetzen{
		font-size: 28.5px;
		background-position: 0px;
		padding-left: 33px;	
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_nach_den_bedurfnissen_auswahlen{
		background-position: 0px;
		padding-left: 33px;
		font-size: 22.5px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_professionell_individuallisieren{
		font-size: 24.2px;
		background-position: 0px;
		padding-left: 33px;
		background-size: 25px;
	}
	.firmenkunden_firmenevents{
		display:inline-block;
		border: 1px solid rgb(199,195,189);
		margin-top:20px;
	}

	.firmenkunden_firmenevents:nth-child(n+4){
		
	}
	.firmenkunden_firmenevents:nth-child(2n+2){
		margin-right:0px;
	}
	.firmenkunden_picture{
		width: 455px;
		height: 330px;
		border: 5px solid white;
		border-bottom: 2px solid
		white;
		background-size: 100% 100% !important;
		position: relative;
		
	}
	.firmenkunden_firmenevents_part .firmenkunden_firmenevents:hover .firmenkunden_picture{
		opacity:0.9;
	}
	.firmenkunden_firmenevents_part .firmenkunden_firmenevents:hover .firmenkunden_picture_content{
		background:url(/wp-content/uploads/business/images/transparent_picture.png);
		display:block;
		background-size:100%;
	}

	.firmenkunden_picture_content{
		font-family: verdana;
		font-size: 32.8px;
		position: absolute;
		width: 100%;
		height: 100%;
		text-align: center;
		top: 0px;
		padding-top: 16.66px;
		line-height: 46.33px;
		padding-left: 22.49px;
		padding-right: 22.49px;
		display: none;
		font-weight: bold;
	}

	.firmenkunden_text{
		width: 100%;
	    border: 5px solid white;
		border-top: 0px solid
		white;
		text-align: center;
		color:
		white;
		font-size: 29.6px;
		font-family: verdana;
		padding-top: 12px;
		padding-bottom: 16.16px;
	}
	.firmenkunden_firmenevents_part_second .firmenkunden_text{
		font-size:29.6px;
		padding-top: 12px;
		padding-bottom: 16px;
	}

	.firmenkunden_picture.firmenevents{
		background: url(/wp-content/uploads/business/images/firmenevents.jpg);
	}
	.firmenkunden_picture_content.firmenevents{
		color:rgb(65,56,38);
	}
	.firmenkunden_text.firmenevents{
		background: rgb(234,202,141);
	}

	.firmenkunden_picture.mitarbeiter_an_sich_binden{
		background: url(/wp-content/uploads/business/images/mitarbeiter_an_sich_binden.jpg);
	}
	.firmenkunden_picture_content.mitarbeiter_an_sich_binden{
		color:rgb(42,52,67);
	}
	.firmenkunden_text.mitarbeiter_an_sich_binden{
		background: rgb(144,176,223);
	}

	.firmenkunden_picture.kunden_und_partnerbindung{
		background: url(/wp-content/uploads/business/images/kunden-partnerbindung.jpg);
	}
	.firmenkunden_picture_content.kunden_und_partnerbindung{
		color:rgb(43,41,34);
	}
	.firmenkunden_text.kunden_und_partnerbindung{
		background: rgb(138,131,113);
	}

	.firmenkunden_picture.produkte_richtig_einsetzen{
		background: url(/wp-content/uploads/business/images/produkte_richtig_einsetzen.jpg);
	}
	.firmenkunden_picture_content.produkte_richtig_einsetzen{
		color:rgb(68,40,33);
	}
	.firmenkunden_text.produkte_richtig_einsetzen{
		background: rgb(210,123,104);
	}

	.firmenkunden_picture.marketingmabnahmen{
		background: url(/wp-content/uploads/business/images/marketingmassnahmen.jpg);
	}
	.firmenkunden_picture_content.marketingmabnahmen{
		color:rgb(38,54,46);
	}
	.firmenkunden_text.marketingmabnahmen{
		background: rgb(84,118,101);
	}

	.firmenkunden_picture.partner_und_referenzen{
		background: url(/wp-content/uploads/business/images/partner_und_referenzen.jpg);
	}
	.firmenkunden_picture_content.partner_und_referenzen{
		color:rgb(41,32,58);
	}
	.firmenkunden_text.partner_und_referenzen{
		background: rgb(121,97,171);
	}
	.firmenkunden_top_firmenanaebote{
		height: 127px;
	    background: url(/wp-content/uploads/business/images/TopFirmenangebote.jpg);
	    border: 5px solid white;
	    width: 100%;
	    margin-top: 20px;
	    background-size: 100%;
	}

	.firmenkunden_picture.betriebsausflug{
		background: url(/wp-content/uploads/business/images/betriebsausflug.jpg);
	}

	.firmenkunden_text.betriebsausflug{
		background: rgb(138,131,113);
	}


	.firmenkunden_picture.betriebsfeier{
		background: url(/wp-content/uploads/business/images/betriebsfeier.jpg);
	}

	.firmenkunden_text.betriebsfeier{
		background: rgb(249,225,91);
	}


	.firmenkunden_picture.erlebnistagung{
		background: url(/wp-content/uploads/business/images/Erlebnistagung.jpg);
	}

	.firmenkunden_text.erlebnistagung{
		background: rgb(187,108,139);
	}


	.firmenkunden_picture.incentivereisen{
		background: url(/wp-content/uploads/business/images/incentivereisen.jpg);
	}

	.firmenkunden_text.incentivereisen{
		background: rgb(181,205,155);
		
	}


	.firmenkunden_picture.kundenevent{
		background: url(/wp-content/uploads/business/images/kundenevent.jpg);
	}

	.firmenkunden_text.kundenevent{
		
		background: rgb(152,207,202);
	}



	.firmenkunden_picture.teambuilding{
		background: url(/wp-content/uploads/business/images/teambuilding.jpg);
	}

	.firmenkunden_text.teambuilding{
		background: rgb(234,202,141);
	}
	.firmenkunden_contact_part{
		width: 100%;
	    height: 2075px;
		background: url(/wp-content/uploads/business/images/background_480.png);
	    border: 7px solid white;
		background-size: 100% 100%;
		margin-top: 10px;
		background-repeat: no-repeat;
	}
	.firmenkunden_contact_header{
		color: black;
		font-family: MarvelScript two;
		font-size: 50.38px;
		font-weight: bold;
		text-shadow: 3px -3px white;
		padding-left: 19px;
		text-align: left;
		line-height: 72px;
	}
	.angaben_zum_event_part{
	    display: inline-block;
		margin-top: 63.39px;
		padding-left: 20px;
	}
	.pencil_top{
		position: absolute;
		width: 399px;
		height: 58.62px;
		background: url(/wp-content/uploads/business/images/pencil_left.png);
	    background-size: auto;
		top: -83px;
		background-size: 100%;
	}
	.angaben_zum_event{
	    font-size: 47.49px;
		font-family: MarvelScript two;
		font-weight: bold;
		color: black;
		line-height: 48px;
	}
	.spline{
		background: url(/wp-content/uploads/business/images/spline.png);
		height: 8.33px;
		display:none;
	}

	.angaben_zum_event_input{
		width: 404px !important;
	    float: left;
	    margin-top: 5px;
	}
	.angaben_zum_event_select{
	    width: 402px !important;
		float: left;
		margin-top: 3px;
		font-size: 18px;
		font-weight: bold;
		font-family: MarvelScript two;
		color: black;
		line-height: 17px !important;
		margin-left: 0px;
		padding-left: 15px !important;
	}
	.label_wunscherlebnis{
	    font-family: MarvelScript two;
		font-size: 39.89px;
		font-weight: bold;
		color: black;
		float: left;
		margin-top: 4px;
	}
	.label_ihr_wunschort{
		font-family: MarvelScript two;
		font-weight: bold;
		color:black;
		float: left;
		font-size: 39.89px;
		margin-top: 4px;
}
	.label_wie_viele_personen{
		font-family: MarvelScript two;
		font-weight: bold;
		color: black;
		float: left;
		font-size: 39.89px;
		margin-top: 4px;
	}
	.label_budget_pro_person{
	    font-family: MarvelScript two;
		font-weight: bold;
		color: black;
		float: left;
		font-size: 39.89px;
		margin-top: 2px;
	}
	.label_was_darfs_noch_sein{
		font-family: MarvelScript two;
		font-weight: bold;
		color: black;
		float: left;
		font-size: 39.89px;
		margin-top: 3px;
	}
	.label_vor_nachname{
		font-family: MarvelScript two;
		font-size: 39.89px;
		font-weight: bold;
		color: black;
		float: left;
		margin-top: 5px;
	}
	.label_firma_od_team{
		font-family: MarvelScript two;
		font-weight: bold;
		color: black;
		float: left;
		font-size: 39.89px;
		margin-top: 5px;
	}
	.label_email_adresse{
	    font-family: MarvelScript two;
		font-weight: bold;
		color: black;
		float: left;
		font-size: 39.89px;
		margin-top: 5px;
	}

	.label_strasse_nr{
		font-family: MarvelScript two;
		font-weight: bold;
		color: black;
		float: left;
		margin-top: 4px;
		font-size: 39.89px;
	}

	.label_plz_und_ort{
		font-family: MarvelScript two;
		font-weight: bold;
		color: black;
		float: left;
		margin-top: 7px;
		font-size: 39.89px;
	}
	.label_telefonnummer{
	    font-family: MarvelScript two;
		font-weight: bold;
		color: black;
		float: left;
		margin-top: 4px;
		font-size: 39.89px;
	}
	.radio_container{
		font-family: MarvelScript two;
		color: black;
		font-weight: bold;
		position: relative;
		padding-left: 49px;
		margin-bottom: 12px;
		cursor: pointer;
		font-size: 39.89px;
		padding-top: 2px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	/* Hide the browser's default checkbox */
	.radio_container input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
	}

	/* Create a custom checkbox */
	.radio_checkmark {
		
	  position: absolute;
	  top: 3px;
	  left: 0;
	  height: 39px;
	  width: 39px;
	  background: url(/wp-content/uploads/business/images/uncheckbox1.png);
	  background-size:100%;	
	  	
	}

	/* On mouse-over, add a grey background color */
	.radio_container:hover input ~ .radio_checkmark {
	  /*background-color: #ccc;*/

	}

	/* When the checkbox is checked, add a blue background */
	.radio_container input:checked ~ .radio_checkmark {
		
	  background: url(/wp-content/uploads/business/images/checkbox.png);
	  border: 0px solid white;
	  height: 39px;
	  width: 39px;
	  background-repeat: no-repeat;
	  background-size: 100%;	
	  
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.radio_checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the checkmark when checked */
	.radio_container input:checked ~ .radio_checkmark:after {
	  display: block;
	}

	.monster_riskiers{
		/*height: 174px;
	    background-size: 100% 174px;
	    margin-top: 7px;*/
	    display:none;
	}
	.monster_riskiers:hover{
		background-size: 100% 174px;
	}
	.kontaktdaten_part{
		display: inline-block;
		vertical-align: top;
		margin-top: 23.33px;
		padding-left: 20px;
	}
	.angaben_zum_event.kontaktdaten{
		font-size:61.88px;
	}
	.div_wunscherlebnis{
		padding-top: 17px;
	}
	.div_label_ihr_wunschort{
		padding-top: 12px;
	}
	.div_label_wie_viele_personen{
		padding-top: 12px;
	}
	.div_budget_pro_person{
		padding-top: 17px;
	}
	.div_angaben_zum_event_select{
		display:inline-block;
	}
	.div_was_darfs_noch_sein{
		padding-top: 6px;
	}
	.radio_button_region{
	    display: inline-block;
		width: 345px;
		padding-left: 49.8px;
		margin-top: 3px;
		text-align: left;
	}
	.div_vor_nachname{
		padding-top: 14px;
	}
	.div_firma_od_team{
		padding-top: 12px;	
	}
	.div_email_adresse{
		padding-top: 12px;
	}
	.div_strasse_nr{
		padding-top: 11.8px;
	}
	.div_plz_und_ort{
		padding-top: 12.8px;
	}
	.div_telefonnummer{
		padding-top: 11px;
	}
	.pin_jong{
		display: inline-block;
	    width: 100%;
	    height: 128px;
	    position: relative;
	    background-position: 0px -15px;
	    background-repeat: no-repeat;
	}
	.pin_jong_text{
	    position: absolute;
		color: rgb(189,131,131);
		font-size: 26.64px;
		font-weight: bold;
		font-family: MarvelScript two;
		line-height: 35.8px;
		bottom: 26px;
	}
	.monster_riskiers2{
		margin-top: 7px;
		background: url(/wp-content/uploads/business/images/monster_riskiers.png);
	    background-size: auto;
		background-size: 100%;
		position: absolute;
		width: 402px;
		height: 189px;
		bottom: -181px;
		right: 18px;
		display: block;
	}
	.cat_dog_gobugi_bird_jiham_part{
		width: 456px;
	}
	.cat_dog_gobugi_bird_jiham{
		display:inline-block;
		vertical-align: top;
		width:171px;
		height:133px;
		background:url(/wp-content/uploads/business/images/cat_dog_gobugi_bird_jiham.png);
		margin-top: 15px;
		margin-left: 47px;
		background-size: 100%;
	}
	.xinnian_card{
		display:inline-block;
		vertical-align: top;
		width:211px;
		height:194px;
		background:url(/wp-content/uploads/business/images/xinnian_card.png);
		margin-top: 7px;
		margin-left: 9px;
		background-size: 100%;
	}
	.variante_part{
		margin-top:-60px;
		margin-left: 24px;
		color:black;
	}
	.variante_title{
		font-family:PermanentMarker;
		font-size:18.6px;
	}
	.variante_content{
		font-family:IndieFlower;
		font-size:18.6px;
		line-height: 24px;
	}

	.card_region{
		width:214px;
		border:10px solid white;
		display:inline-block;
		vertical-align: top;
		background:white;
		box-shadow: 4px 4px 4px;
		margin-right:23px;
	}
	.card_region:nth-child(2n){
		margin-right:0px;
	}
	.card_region:nth-child(n+3){
		margin-top:19px;
	}
	
	.card_header{
		font-family:EmilysCandy-Regular;
		font-size:27.22px;
		text-align:center;
		color:black;
		line-height: 33px;
		padding-top: 20px;
	}
	.card_header.special{
		font-size: 27.5px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.card_picture{
		width:180px;
		height:195px;
		display:inline-block;
		background-size: 100% !important;
	}

	.image_one_of_five_content.schnell_lieferbar{
		font-size: 28px;
		line-height: 35px;
	}
	.image_one_of_five_content.hulle_auswahlen{
		font-size: 29px;
		line-height: 35px;
	}

	.sub_page1_die_sie_begeistern_werden.shoppingcard_professionell_einsetzen{
		font-size: 29px;
	}
	.sub_page1_die_sie_begeistern_werden.shoppingcard_nach_den_bedurfnissen_auswahlen{
		font-size: 23.2px;
		background-position: 0px;
		padding-left: 30px;
		background-size: 23px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenkkarte_professionell_individuallisieren{
		font-size: 24.4px;
		background-position: 0px;
		padding-left: 32px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_professionell_einsetzen{
		font-size: 28px;
		background-position: 0px;
		padding-left: 34px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_professionell_individuallisieren{
		font-size: 24.3px;
		background-position: 0px;
		padding-left: 29px;
		background-size: 22px
	}
	.sub_page1_die_sie_begeistern_werden.personalisierte_prasente_professionell_einsetzen{
		font-size: 22.9px;
		background-position: 0px;
		background-size: 22px;
		padding-left: 28px;
	}
	.sub_page1_die_sie_begeistern_werden.prasent_nach_den_bedurfnissen_auswuhlen{
		font-size: 26.2px;
		background-position: 0px;
		padding-left: 32px;
	}
	
	.sub_page1_die_sie_begeistern_werden.geschenk_gutscheine_mit_individuellem_coverbild{
		font-size: 23px;
		background-position: 0px;
		background-size: 21px;
		padding-left: 29px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenkboxen_professionell_einsetzen{
		background-position: 0px;
		padding-left: 32px;
		font-size: 28.3px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenboxen_nach_den_bedurfnissen_auswahlen{
		font-size: 23px;
		background-position: 0px;
		padding-left: 28px;
		background-size: 21px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_gutschein_professionell_einsetzen{
		font-size: 27px;
		background-position: 0px;
		padding-left: 31px;
	}
	.sub_page1_die_sie_begeistern_werden.tickets_nach_den_bedurfnissen_auswahlen{
		font-size: 26.7px;
		background-position: 0px;
		padding-left: 31px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_gutscheine_professionell_individuallisieren{
		font-size: 22.76px;
		background-position: 0px;
		background-size: 23px;
		padding-left: 29px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_katalog_der_erlebnisgalaxie{
		font-size: 31.5px;
		background-position: 0px;
		background-size: 28px;
	}

	.two_cakes_title {
	    font-size: 35px;
		padding: 4px 0px 0px 80px;
		margin-top:20px !important;
		margin-bottom:5px !important;
	}
	.sub_page1_die_sie_begeistern_werden.sachgeschenke_professionell_individuallisieren{
		font-size: 24px;
		background-position: 0px;
		padding-left: 32px;
	}
	.cat_dog_gobugi_bird_jiham_left_part{
		width: 210px;	
	}
	.variante_part.individualisierung{
		margin-top:7px ;
	}	
	.wonderful_clock_img{
	    margin-left: 15px;
		margin-top: 10px;
		width: 219px;
	}
	div.responsive_container {
    	display: none !important;
	}
}


@media (max-width: 480px) {

	.sub_page1_die_sie_begeistern_werden.sachzuwendungen_steuerlich_optimieren{
		font-size: 6vw;
		background-position: 0px 8px;	
	}
	.sub_page1_die_sie_begeistern_werden.werbegeschenke_gezielt_einsetzen{
		font-size: 7vw;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenke_fur_besondere_anlasse{
		font-size: 7vw;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.pauschalierung_geldwerter_vorteil{
		font-size: 7vw;
		background-position: 0px;
	}
	.image_one_of_five_content.umsatz_steigerung{
		font-size: 30px;
		line-height: 35px;
	}
	.image_one_of_five_content.effektivitats_steigerung{
		font-size: 30px;
		line-height: 35px;
	}
	.image_one_of_five_content.qualitats_steigerung{
		font-size: 30px;
		line-height: 35px;
	}
	.image_one_of_five_content.produkt_wissen{
		font-size: 36px;
		line-height: 35px;
	}
	.image_one_of_five_content.firmen_bindung{
		font-size: 37px;
		line-height: 35px;
	}
	.image_one_of_five_content.verkaufs_talent{
		font-size: 33px;
		line-height: 35px;
	}
	.image_one_of_five_content.gesprachs_fuhrung{
		font-size: 33px;
		line-height: 35px;
	}
	.image_one_of_five_content.eigen_initiative{
		font-size: 36px;
		line-height: 35px;
	}
	.image_one_of_five_content.fach_wissen{
		font-size: 40px;
		line-height: 35px;
		padding-right: 30px;
		padding-left: 30px;
	}
	.image_one_of_five_content.selbst_organisation{
		font-size: 33px;
		line-height: 35px;
	}

	.image_one_of_five_content.verkaufs_trainer{
		font-size: 35px;
		line-height: 34px;
	}
	.image_one_of_five_content.retorik_trainer{
		font-size: 35px;
		line-height: 34px;
	}
	.image_one_of_five_content.motivations_trainer{
		font-size: 35px;
		line-height: 34px;
	}
	.image_one_of_five_content.produkt_schulung{
		font-size: 35px;
		line-height: 34px;
	}
	.image_one_of_five_content.time_management{
		font-size: 35px;
		line-height: 34px;
	}
	.image_one_of_five.phone_touch_img{
		background-position:center !important;
	}
	.image_one_of_five.degree_90_arrow_img{
		background-position:center !important;
	}
	.image_one_of_five.red_flesh_car_img{
		background-position:center !important;
	}
	.image_one_of_five.old_flesh_car_img{
		background-position:center !important;
	}
	.image_one_of_five.three_handsomes_img{
		background-position:center !important;
	}
	.image_one_of_five.tv_with_man_img{
		background-position:center !important;
	}
	.image_one_of_five.handup_man_img{
		background-position:center !important;
	}
	.image_one_of_five.handup_with_lamp_img{
		background-position:center !important;
	}
	.image_one_of_five.handup_with_clock_img{
		background-position:center !important;
	}
	.image_one_of_five.money_with_man_img{
		background-position:center !important;
	}
	.image_one_of_five.handup_with_w_img{
		background-position:center !important;
	}
	.image_one_of_five.pointer_with_man_img{
		background-position:center !important;
	}
	.image_one_of_five.twow_with_man_img{
		background-position:center !important;
	}
	.image_one_of_five.handup_zoom_man_img{
		background-position:center !important;
	}
	.image_one_of_five.yellow_open_jiham_img{
		background-position: center !important;
	}
	.image_one_of_five.chrismas_grandfather_with_jiham_img{
		background-position: center !important;
	}
	.large_five_beer{
		width:280px;
		height:172px;
	}
	.image_one_of_three.chrismas_card_img{
		background-position: center center !important;
		background-size:100% !important;
	}
	.image_one_of_three.bears_12_img{
		background-position: center center !important;
		background-size:100% !important;
	}
	.image_one_of_three.erlebnis_galaxie_img{
		background-position: center top !important;
	}
	.image_one_of_three_region{
		width:100%;
		text-align:center;
	}
	.image_one_of_three{
		height: 355px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.image_one_of_three_content{
		width:100%;
		height:46px;
		padding: 6px 0px 0px 10px;	
		font-size: 6vw;
		line-height: 33px;
	}
	.images_3_region{
		margin-left:5px;
		margin-right:5px;
	}
	.image_one_of_four_content.spieltrieb_nutzen{
		font-size:32px;
	}
	.image_one_of_four_content.thin_height.kunden_weben_kunden{
		font-size:24px !important;
	}
	.image_one_of_five.one_eye_monster_img{
		background-position: center center !important;
	}
	.image_one_of_five.first_fingernail_img{
		background-position: center center !important;
	}
	.image_one_of_five.tuiche_img{
		background-position: center center !important;
	}
	.image_one_of_five.two_heart_img{
		background-position: center center !important;
	}
	.image_one_of_five.arrow_with_man_img{
		background-position: center center !important;
	}
	.image_one_of_five_content.neukunden_gewinnen{
		font-size:27.44px;
	}
	.anerkennung_managen{
		font-size:24.4px !important;
	}
	.arbeitskraft_managen{
		font-size:24.1px !important;
	}
	.archer_content_parent{
		/*width:280px;*/
		position:relative;
	}
	.archer_picture{
		width:280px;
		height:191px;
	}
	.archer_content{
		width:100%;
		float:left;
	}
	.archer_content_header{
		margin-left: 7px;
		font-size: 8vw;
		padding-top: 0px;
		margin-right: 6px;
		text-align: center;
	}
	.archer_content_body{
		padding-left:9px;
		margin-bottom: 5px;
	}
	.archer_content_body li{
		font-size:8vw;
	}
	.line_girin_region{
		width:280px;
		height:187px;
	}
	.coaching_region{
		display:none;
	}
	.responsive_coaching_region{
		margin-left:5px;
		margin-right:5px;
		display:block;
	}
	.wann_gruppen_region{
		display:none;
	}
	.responsive_wann_gruppen_region{
		display:block;
		margin-left:5px;
		margin-right:5px;
	}
	.wann_gruppen_left{
		width:100%;
  	    height:392px;
	}
	.wann_team_coaching{
		width:100%;
		height:420px;
	}
	.left_coaching_region{
		width:100%;
		height:261px;
		float:left;
	}
	.right_coaching_region{
		width:100%;
		height:273px;
		float:left;
	}
	.coaching_bogen_region{
		display:none;
	}
	.wann_gruppen_region{
		width:280px;
		height:206px;
	}
	.responsive_coaching_bogen_region{
		display:block;
		margin-left:5px;
		margin-right:5px;
	}
	.polygon_six{
		width:280px;
		height:278px;
	}
	.mindfull_mindfull{
		width:280px;
		height:204px;
		margin-bottom:20px;
	}
	.snow_pane_parent{
		text-align: center;
		background: white;
		margin-left:5px;
		margin-right:5px;
	}
	.snow_pane{
		display:inline-block;
		vertical-align:top;
		background: url(/wp-content/uploads/business/images/snow_pane1.png);
		width: 213px;
		height: 443px;
		margin:15px 25px 15px 25px;
	}
	
	.images_4_region{
		width:280px;
		margin-top: 45px;
	}
	.image_one_of_four_content.thin_height{
		height:49px;
		font-size: 26.44px;
	}
	.image_one_of_four_region{
		width:100%;
		float: left;
	}
	.image_one_of_four{
		height: 149px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
	}
	.image_one_of_four_content{
		width:100%;
		height:84px;
		padding: 8px 12px 0px 14px;
		font-size: 26.44px;
		line-height: 34px;
	}
	.image_one_of_four_content.women_sit_man_img{
		line-height: 26px;
		padding-top: 4px;
		font-size: 24px;
	}
	.image_one_of_four_content.money_with_man_img{
		font-size:33px;	
	}
	.images_5_region{
		width:280px;
		margin-top: 45px;
		font-size:24px;
	}
	.images_6_region{
		width:280px;
		margin-top: 45px;
	}
	.image_one_of_six_region{
		width:100%;
		float: left;
	}
	.image_one_of_six{
		height: 125px;
		background-repeat: no-repeat !important;
		background-position: center 7px !important;
	}
	.image_one_of_six_content{
		width:100%;
		height:48px;
		padding: 6px 0px 0px 10px;	
		font-size: 27.24px;
		line-height: 35px;
	}
	.image_one_of_five_region{
		width:100%;
		float: left;
	}
	.image_one_of_five{
		height: 149px;
		background-repeat: no-repeat !important;
		background-position: center 7px !important;
	}
	.image_one_of_five_content{
		width:100%;
		height:84px;
		padding: 8px 12px 0px 14px;
		font-size: 26.44px;
		line-height: 34px;
	}
	.image_one_of_five_content.thin_height{
		width:100%;
		height:48px;
		padding: 7px 0px 0px 14px;
		font-size: 28.24px;
		line-height: 34px;
	}
	.movitation_img{
		background-position: center 9px !important;
		background-size: 207px 140px !important;
	}
	.brush_run_man_img{
		background-position: center 12px !important;
		background-size: 101px 130px !important;
	}
	.bug_img{
		background-size: center 123px !important;
		background-position: center 18px !important;
	}
	.handphone_img{
		background-position: center 19px !important;
		background-size: 65px 114px !important;
	}
	.sand_clock_img{
		background-position: center 20px !important;
		background-size: 114px 113px !important;
	}
	.highlights_fur_kunden_partner{
		width: 280px;
		height: 46px;
		background: url(/wp-content/uploads/business/images/highlights_fur_kunden_partner.png);
		background-repeat: no-repeat;
		border: 7px solid white;
		margin-top: 20px;
		background-size: 100%;
	}
	.top_geschenkideen_fur_kunden_partner{
		width: 280px;
		height: 46px;
		background: url(/wp-content/uploads/business/images/top_geschenkideen_fur_kunden_and_partner.png);
		background-repeat: no-repeat;
		border: 7px solid white;
		margin-top: 20px;
		background-size: 100%;
	}
	.sub_page1_wide_picture_region{
		border:1px solid rgb(199,195,189);
		display: inline-block;
		margin-top:23px;
		vertical-align: top;
		width:100%;
	}
	.sub_page1_wide_picture_region:nth-child(2n){
		margin-right:0px;
	}
	.sub_page1_wide_picture{
		width: 280px;
		height: 157px;
		border: 4px solid white;
		border-bottom: 2px solid white;
	}
	.sub_page1_wide_text{
		width: 100%;
		border: 4px solid white;
		border-top: 0px solid black;
		color: white;
		text-align: center;
		font-size: 5vw;
		font-family: verdana;
		padding-top: 6px;
		padding-bottom: 9px;
	}
	.anfrageformular_erstellen_region_parent{
		margin-top:20px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.anfrageformular_erstellen_region_parent.die_beliebtesten_highlights_fur_ihre{
		margin-top:10px;
	}
	.anfrageformular_erstellen_region:nth-child(n+2){
		margin-top:28px;
	}
	.anfrageformular_erstellen_region{
		vertical-align: top;
		display:inline-block;
		border: 10px solid rgb(251,252,247);
		position: relative;
		width:100%;
	}
	.anfrageformular_erstellen_region_inner{
		width:100%;
		height:100%;
		border: 1px solid rgb(240,239,235);
		background: rgb(251,252,247);
	}
	.small_picture{
		width:100%;
		height:138px;
		background-size: 100% !important;
	}
	.small_picture_content_header{
	    margin-top: 14.33px;
	    font-family: verdana;
	    font-size: 12px;
	    font-weight: bold;
	    padding-left: 14px;
	}
	.small_picture_content_detail{
		margin-top: 9px;
		font-family: verdana;
		font-size: 11px;
		padding-left: 10px;
		min-height:100px;
		padding-bottom:10px;
	}
	.small_picture_button{
		width: 249px;
		height: 40px;
		position: absolute;
		bottom: 0px;
		background: url(/wp-content/uploads/business/images/anfrageformular_erstellen_btn.png);
	    margin-left: 0px;
		margin-bottom: 7px;
		background-size: 100%;
	}

	.sub_page1_text_content{
		width: 100%;
		background:none;
	}
	.firmenkunden_head{
		margin-top:-10px;
		text-align:center;
	}

	.firmenkunden_monster_menu{
		width: 100%;
		display: none;
		vertical-align: top;
		text-align: center;
		position: relative;

	}
	.firmenkunden_monster_picture{
		/*background: url(/wp-content/uploads/business/images/monster.png) no-repeat;*/
		background: url(/wp-content/uploads/business/images/monster_new_menu.png) no-repeat;
	    width: 100%;
	    background-position:center center;
	    background-size:100%;
	}
	.firmenkunden_binden{
		background: url(/wp-content/uploads/business/images/monster_new_content_menu.png) no-repeat;
	    height: 50px;
	    background-position: center center;
	}
	.firmenkunden_marketing{
	    background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 50px;
	    background-position: center center;
	}
	.firmenkunden_partner{
		background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 50px;
	    background-position: center center;
	}
	.firmenkunden_richtig{
		background: url(/wp-content/uploads/business/images/monster_new_middle.png) no-repeat;
	    height: 50px;
	    background-position: center center;
		
	}
	.firmenkunden_das_plus{
		background: url(/wp-content/uploads/business/images/firmenmonster-foot.png) no-repeat;
	    height: 50px;
	    text-align:center;
	    background-size: 108%;
		background-position: center center;
	}
	.firmenkunden_das_plus > div{
		background: url(/wp-content/uploads/business/images/firmenkunden_klick_auf_das_plus.png);
	    display:inline-block;
	    width: 225px;
	    height: 30px;
	    margin-top:2px;
	    background-size:100%;
	}
	.res_monster_menu{
		padding-left:3px;
	}
	.firmenkunden_menu_content{
		font-family: DIN Condensed;
		font-weight:bold;
		width:211px;
		height:31px;
		font-size:21px;
		display:inline-block;
		color:#723f32;
		border:1px solid #d3cfc9;
		border-top:none;
		border-bottom:none;
		margin-top:9px;
		background:white;
		text-align:left;
		margin-left:1px;
	}
	.firmenkunden_span_plus{
		border: 1px solid #d3cfc9;
		border-radius: 50%;
		color: #723f32;
		width: 17px;
		height: 17px;
		display: inline-block;
		text-align: center;
		font-size: 15px;
		margin: 1px -1px 6px 2px;
		vertical-align: middle;
		padding-top:1px;
		padding-right:1px;
		line-height: 12px;
		font-weight:bold;
	}

	.firmenkunden_menu_content_ul{
		display:none;
		width: 100%;
		background:white;
		position: relative;
		list-style-type: none;
		box-sizing: border-box;
		z-index: 1;
		padding-left: 0px;
	}

	.firmenkunden_menu_content_ul li:last-child{
		
	}
	.firmenkunden_menu_content_ul li{
		padding-left: 9vw;
		font-size: 4.7vw;
	}
	.firmenkunden_menu_content_ul li.haschild li {
	    padding-left: 12vw;
	}
	.firmenkunden_menu_content_ul li.haschild.second_child{
		padding-left:3vw;
	}
	.firmenkunden_headline{
		position:relative;
	}
	.firmenkunden_headline_picture{
		position: relative;
	}
	.der_firmenheld {
	    background: url(/wp-content/uploads/business/images/der_firmenheld.png);
		/*width: 229px;*/
		font-family: MarvelScript two;
		font-size: 28.2px;
		position: absolute;
		top: 17px;
		right: 11px;
		color: #d45553;
		line-height: 17px;
		font-weight: bold;
		letter-spacing: 0.5px;
		padding: 6px 0px 6px 5px;
	}
	.magic_moments_verbinden {
	    background: url(/wp-content/uploads/business/images/der_firmenheld_1.png);
		/*width: 229px;*/
		font-family: AmaticsSC Bold;
		font-size: 25.8px;
		top: 53px;
		right: 11px;
		position: absolute;
		line-height: 17px;
		color:
		black;
		letter-spacing: 2px;
		padding: 4px 0px 10px 6px;
	}
	.firmenkunden_get_in_contact{
		display: inline-block;
	    vertical-align: top;
	    color: white;
	    font-family: MarvelScript two;
	    font-size: 15px;
	    font-weight: 100;
	    line-height: 37px;
	}
	.firmenkunden_phone_number{
		display: inline-block;
		font-family: MarvelScript two;
		font-size: 4.5vw;
		font-weight: 100;
		line-height: 42px;
		margin-left: 8px;
		vertical-align: top;
		color: white;
		background: url(/wp-content/uploads/business/images/small_phone.png) no-repeat;
	    padding-left: 40px;
		background-position: 0px 2px;
		background-size: 31px 35px;
	}
	.firmenkunden_email_address{
		display: inline-block;
		font-family: MarvelScript two;
		/*font-size: 26px;*/
		font-size: 4.5vw;
		font-weight: 100;
		line-height: 42px;
		margin-left: 5px;
		vertical-align: top;
		color:white;
		padding-left: 45px;
		background: url(/wp-content/uploads/business/images/letter.png) no-repeat;
		background-position: 0px 5px;
		background-size: 40px 31px;
	}
	.firmenkunden_headline_contack{
		background:rgb(147,59,82);
		box-sizing: unset;
		text-align: center;
	}
	.firmenkunden_erlebnisgalaxie_fur_firmen{
		font-family: Nosifer;
	    font-size: 19px;
	    background: url(/wp-content/uploads/business/images/napal.png);
	    background-repeat: no-repeat;
	    color: rgb(102,102,102);
	    text-align: center;
	    background-position: 0px 2px;
	    margin-top: 30px;
	    padding-left: 37px;
	    background-size: 35px 25px;
	}
	.kunden_partner_an_sich_binden{
		font-family: Nosifer;
		font-size: 6vw;
		color:rgb(102,102,102);
		text-align: center;
		background-position: 6px 2px;
		margin-top: 30px;
		padding-left: 1vw;
		background-size: 6vw;
	}
	.firmenkunden_firmenevents_part{
		margin-top: 5px;
		text-align:center;		
	}
	.firmenkunden_firmenevents_part_second{
		padding-left:5px;
		padding-right:5px;
	}
	.firmenkunden_firmenevents_part_second.sub_page1{
		margin-top: 0px;
	}
	.sub_page1_die_sie_begeistern_werden{
		font-size: 7vw;
		margin-top:7px;
		background:none;
		text-align:center;
		display:block ;
		padding:0px;
	}
	.sub_page1_die_sie_begeistern_werden.teambuilding_fur_sie_mabgeschneidert{
		font-size:9vw;
	}
	.sub_page1_die_sie_begeistern_werden.incentivreisen_fur_sie_mabgeschneidert{
		font-size: 8vw;
	}
	.sub_page1_die_sie_begeistern_werden.firmenausflug_fur_sie_mabgeschneidert{
		font-size: 8vw;
	}
	.sub_page1_die_sie_begeistern_werden.kunden_und_partner_richtig_belohnen{
		font-size:6vw;
	}
	.sub_page1_die_sie_begeistern_werden.bonusprogramme_fur_lhre_kunden_partner{
		font-size:6vw;
	}
	.sub_page1_die_sie_begeistern_werden.pramienprogramme_fur_lhre_kunden_partner{
		font-size:6vw;
	}
	.sub_page1_die_sie_begeistern_werden.betriebsfeier_firmenevents_mabgeschneidert{
		font-size: 7vw;
		background-position: 5px 6px;
		
	}
	.sub_page1_die_sie_begeistern_werden.passende_highlights_nach_lhren_bedurfnissen_auswahlen{
	    font-size: 7vw;
	    background-position: 5px 4px;
	}
	.sub_page1_die_sie_begeistern_werden.die_beliebtesten_highlights_fur_ihre{
		font-size: 7vw;
		background-size: 25px;
		margin-top: 10px;
		background-position: 0px 6px;
	}
	.sub_page1_die_sie_begeistern_werden.projekte_gekonnt_planen_und_managen{
		font-size: 7vw;
		background-size: 20px;
		background-position: 3px 5px;
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_projektcoaching_erwarten{
		font-size: 7vw;
		background-size: 20px;
		background-position: 3px 5px;
		
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_stressmanagement_erwarten{
	    font-size: 7vw;
	    background-position: 0px 5px;
	    background-size: 26px;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_projektmanagement{
		font-size: 7vw;
		background-size: 24px;
		background-position: 0px 4px;
	}
	.sub_page1_die_sie_begeistern_werden.zusammen_erreichen_alle_deutlich_mehr{
		margin-bottom:7px;
	}
	.sub_page1_die_sie_begeistern_werden.projektmanagement_gekonnt_einsetzen_und_erlernen{
		margin-bottom:7px;
	}
	.sub_page1_die_sie_begeistern_werden.was_ist_projektmanagement{
		font-size: 8vw;
		background-position: 0px;
		
		margin-bottom:7px;
	}
	.sub_page1_die_sie_begeistern_werden.basisprogram_stressbewaltigung{
		font-size: 7vw;
		background-size: 25px;
		background-position: 0px;
		margin-bottom: 7px;
	}
	.sub_page1_die_sie_begeistern_werden.warum_stressmanagement{
		font-size: 8vw;
		margin-bottom:7px;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_teams_gekonnt_fordern_coachen{
		font-size: 7vw;
	}
	.sub_page1_die_sie_begeistern_werden.leistungssteigerung_durch_gezieltes_coaching{
		font-size: 7vw;
	}
	.sub_page1_die_sie_begeistern_werden.mabgeschneiderte_programme_fur_teams_gruppen{
		font-size: 7vw;
		background-position: 0px 7px;
	}
	.sub_page1_die_sie_begeistern_werden.welches_coaching_ist_fur_sie_das_richtige{
		font-size: 7vw;
	}
	.sub_page1_die_sie_begeistern_werden.gruppen_vs_teamcoaching{
		font-size: 8vw;
	    background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.was_kann_ich_von_einem_coach_erwarten{
		font-size: 7vw;
		background-position: 0px 9px;
	}
	.sub_page1_die_sie_begeistern_werden.gewinnspiele_verkaufsfordernd_einsetzen{
		font-size: 7vw;
		background-position: 0px 7px;
	}
	.sub_page1_die_sie_begeistern_werden.pramiensysteme_verkaufsfordernd_einsetzen{
		font-size: 7.5vw;
		background-position: 0px 6px;
	}
	.sub_page1_die_sie_begeistern_werden.on_pack_promotion_verkaufsfordernd_einsetzen{
		font-size: 7vw;
		background-position: 0px 6px;
	}
	.sub_page1_die_sie_begeistern_werden.verpackungsdesign_gekonnt_umsetzen{
		font-size: 6.3vw;
	}
	.sub_page1_die_sie_begeistern_werden.verkaufsforderung_durch_gewinnspiele{
		font-size: 7vw;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.gewinnspiele_professionell_einsetzen{
		font-size: 7vw;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.on_pack_gewinnspiele_verkaufsfordernd_einsetzen{
		font-size: 7vw;
		background-position: 0px 10px;
	}
	.sub_page1_die_sie_begeistern_werden.welcher_verkaufstrainer_darf_es_fur_sie_sein{
		font-size: 7vw;
		background-position: 0px 7px;
	}
	.sub_page1_die_sie_begeistern_werden.welche_fahigkeiten_sollen_ausgebildet_werden{
		font-size: 7vw;
		background-position: 0px 5px;
	}
	.sub_page1_die_sie_begeistern_werden.welche_ziele_wollen_sie_mit_uns_erreichen{
		font-size: 7vw;
		background-position: 0px 8px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_gutscheine_professionell_einsetzen{
		font-size: 7vw;
		background-position: 0px 6px;

	}
	.sub_page1_die_sie_begeistern_werden.gutscheine_nach_den_bedurfnissen_auswahlen{
		font-size: 7vw;
		background-position: 0px 7px;
		background-size: 19px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_gutscheine_professionell_individuallisieren{
		font-size: 7vw;
		background-position: 0px 6px;
	}
	.sub_page1_die_sie_begeistern_werden.individualisierung_wie_funktioniert_es{
		font-size: 6vw;
		background-size: 18px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_mit_individuellem_coverbild{
		font-size: 7vw;
		background-position: 0px 7px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_professionell_einsetzen{
		font-size: 6vw;
		background-position: 0px 7px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_nach_den_bedurfnissen_auswahlen{
		font-size: 6vw;
		background-position: 0px 5px;
	}
	.sub_page1_die_sie_begeistern_werden.erlebnis_karte_professionell_individuallisieren{
		font-size: 7vw;
		background-position: 0px 8px;
	}
	.firmenkunden_firmenevents{
		
		border: 1px solid rgb(199,195,189);
		margin-top:20px;

	}

	.firmenkunden_firmenevents:nth-child(n+4){
		
	}
	.firmenkunden_firmenevents:nth-child(2n+2){
		margin-right:0px;
	}
	.firmenkunden_firmenevents_child{
		position: relative;
		border: 5px solid white;
		border-bottom: 2px solid white;
	}
	.firmenkunden_img{
		width:100%;
		height:auto;
	    margin-bottom:-5px;	
	}
	.firmenkunden_picture{
		width:279px;
		height:201px;
		border: 5px solid white;
		border-bottom: 2px solid white;
		background-size: 100% 100% !important;
		position:relative;
	}
	.firmenkunden_firmenevents_part .firmenkunden_firmenevents:hover .firmenkunden_picture{
		opacity:0.9;
	}
	.firmenkunden_firmenevents_part .firmenkunden_firmenevents:hover .firmenkunden_picture_content{
		background:url(/wp-content/uploads/business/images/transparent_picture.png);
		display:block;
		background-size:100%;
	}

	.firmenkunden_picture_content{
		font-family: verdana;
	    font-size: 5.5vw;
    	line-height: 8vw;

	    position: absolute;
	    width: 100%;
	    height: 100%;
	    text-align: center;
	    top: 0px;
	    padding-top: 16.66px;
	 /*   line-height: 28.33px; */
	    padding-left: 10vw;
	    padding-right: 10vw;
	    font-weight:bold;
	    display: none;
	}

	.firmenkunden_text{
		width: 100%;
	    border: 5px solid white;
	    border-top: 0px solid white;
	    text-align: center;
	    color: white;
	    font-size: 5.3vw;
	    font-family: verdana;
	    padding-top: 8.3px;
	    padding-bottom: 9.16px;
	}
	.firmenkunden_firmenevents_part_second .firmenkunden_text{
		font-size:5.3vw;
		padding-top: 7px;
		padding-bottom: 10px;
	}

	
	.firmenkunden_picture_content.firmenevents{
		color:rgb(65,56,38);
	}
	.firmenkunden_text.firmenevents{
		background: rgb(234,202,141);
	}

	
	
	.firmenkunden_picture_content.mitarbeiter_an_sich_binden{
		color:rgb(42,52,67);
	}
	.firmenkunden_text.mitarbeiter_an_sich_binden{
		background: rgb(144,176,223);
	}

	
	.firmenkunden_picture_content.kunden_und_partnerbindung{
		color:rgb(43,41,34);
	}
	.firmenkunden_text.kunden_und_partnerbindung{
		background: rgb(138,131,113);
	}

	.firmenkunden_picture_content.produkte_richtig_einsetzen{
		color:rgb(68,40,33);
	}
	.firmenkunden_text.produkte_richtig_einsetzen{
		background: rgb(210,123,104);
	}

	.firmenkunden_picture_content.marketingmabnahmen{
		color:rgb(38,54,46);
	}
	.firmenkunden_text.marketingmabnahmen{
		background: rgb(84,118,101);
	}

	.firmenkunden_picture_content.partner_und_referenzen{
		color:rgb(41,32,58);
	}
	.firmenkunden_text.partner_und_referenzen{
		background: rgb(121,97,171);
	}
	.firmenkunden_top_firmenanaebote{
		height: 43px;
	    background: url(/wp-content/uploads/business/images/top_firmenangebote.png);
	    border: 5px solid white;
	    width: 100%;
	    margin-top: 20px;
	    background-size: 100%;
	}

	.firmenkunden_text.betriebsausflug{
		background: rgb(138,131,113);
	}


	.firmenkunden_text.betriebsfeier{
		background: rgb(249,225,91);
	}


	.firmenkunden_text.erlebnistagung{
		background: rgb(187,108,139);
	}


	.firmenkunden_text.incentivereisen{
		background: rgb(181,205,155);
		
	}


	.firmenkunden_text.kundenevent{
		
		background: rgb(152,207,202);
	}

	.firmenkunden_text.teambuilding{
		background: rgb(234,202,141);
	}
	.firmenkunden_contact_part{
		width:100%;
		background: url(/wp-content/uploads/business/images/background_320.png);
		border: 7px solid white;
		background-size: 100% 100%;
		margin-top: 10px;
		background-repeat: no-repeat;
		display:inline-block;
		
	}
	.firmenkunden_contact_header{
	    color:black;
		font-family: MarvelScript two;
		font-size: 30.94px;
		font-weight: bold;
		text-shadow: 1px -3px white;
		padding-left: 0px;
		padding-top: 0px;
		text-align: center;
	}
	.angaben_zum_event_part{
	    /*margin-top: 30.33px;*/
		text-align: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pencil_top{
		/*position: absolute;*/
		width: 245px;
		height: 36px;
		background: url(/wp-content/uploads/business/images/pencil_left.png);
	    background-size: 100%;
	    margin-top:-13px;
	    display:inline-block;
	}
	.angaben_zum_event{
		font-size: 29.16px;
	    font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    line-height: 48px;
	}
	.spline{
		background: url(/wp-content/uploads/business/images/spline.png);
		height: 8.33px;
		width:200px;
		margin:auto;
		display:none;
	}

	.angaben_zum_event_input{
		width: 100% !important;
	    margin-top: 5px;
	}
	.angaben_zum_event_select{
		width: 100% !important;
	    float: left;
	    margin-top: 3px;
	    font-size: 18px;
	    font-weight: bold;
	    font-family: MarvelScript two;
	    color: black;
	    line-height: 17px !important;
	    margin-left: 0px;
	    padding-left: 15px !important;
	}
	.label_wunscherlebnis{
		font-family: MarvelScript two;
	    font-size: 24.5px;
	    font-weight: bold;
	    color: black;
	    margin-top:4px;
	    display:block;
	}
	.label_ihr_wunschort{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    font-size: 24.5px;
	    margin-top:4px;
	    display:block;
}
	.label_wie_viele_personen{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    font-size: 24.5px;
	    margin-top: 4px;
	    display:block;
	}
	.label_budget_pro_person{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    font-size: 24.5px;
	    margin-top: 2px;
	    display:block;
	}
	.label_was_darfs_noch_sein{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    font-size: 24.5px;
	    margin-top: 3px;
	    display:block;
	}
	.label_vor_nachname{
		font-family: MarvelScript two;
	    font-size: 24.5px;
	    font-weight: bold;
	    color: black;
	    margin-top:5px;
	    display:block;
	}
	.label_firma_od_team{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    font-size: 24.5px;
	    margin-top:5px;
	    display:block;
	}
	.label_email_adresse{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    font-size: 24.5px;
	    margin-top: 5px;
	    display:block;
	}

	.label_strasse_nr{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-top: 4px;
	    font-size: 24.5px;
	    display:block;
	}

	.label_plz_und_ort{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-top: 7px;
	    font-size: 24.5px;
	    display:block;
	}
	.label_telefonnummer{
		font-family: MarvelScript two;
	    font-weight: bold;
	    color: black;
	    margin-top: 4px;
	    font-size: 24.5px;
	 	display:block;   
	}
	.radio_container{
		font-family: MarvelScript two;
	    color: black;
	    font-weight: bold;
	    position: relative;
	    padding-left: 36px;
	    margin-bottom: 12px;
	    cursor: pointer;
	    font-size: 24.5px;
	    
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}
	/* Hide the browser's default checkbox */
	.radio_container input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
	}

	/* Create a custom checkbox */
	.radio_checkmark {
		
	  position: absolute;
	  top: 1px;
	  left: 0;
	  height: 24px;
	  width: 25px;
	  background: url(/wp-content/uploads/business/images/uncheckbox1.png) no-repeat;
	  background-size:100%;	
		  	
	}

	/* On mouse-over, add a grey background color */
	.radio_container:hover input ~ .radio_checkmark {
	  /*background-color: #ccc;*/

	}

	/* When the checkbox is checked, add a blue background */
	.radio_container input:checked ~ .radio_checkmark {
		
	  background: url(/wp-content/uploads/business/images/checkbox.png);
	  border: 0px solid white;
	  height: 24px;
	  width: 25px;
	  background-repeat: no-repeat;
	  background-size: 100%;	
	  
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.radio_checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the checkmark when checked */
	.radio_container input:checked ~ .radio_checkmark:after {
	  display: block;
	}

	.monster_riskiers{
		height: 125px;
	    background-size: 100% 125px;
	    margin-top: 7px;
	    display:none;
	}
	.monster_riskiers:hover{
		background-size: 100% 125px;
	}
	.kontaktdaten_part{
		margin-top: 8.33px;
	    text-align: left;
	    padding-left:10px;
	    padding-right:10px;
	}
	.angaben_zum_event.kontaktdaten{
		font-size:38px;
	}
	.div_wunscherlebnis{
		
	}
	.div_label_ihr_wunschort{
		padding-top: 12px;
	}
	.div_label_wie_viele_personen{
		padding-top: 12px;
	}
	.div_budget_pro_person{
		padding-top: 12px;
	}
	.div_angaben_zum_event_select{
		display:inline-block;
		margin-top:6px;
		width:100%;
	}
	.div_was_darfs_noch_sein{
		padding-top: 6px;
	}
	.radio_button_region{
		display: inline-block;
	    width: 100%;
	    padding-left: 26.8px;
	    margin-top: 14px;
	    text-align:left;
	}
	.div_vor_nachname{
		padding-top: 7px;
	}
	.div_firma_od_team{
		padding-top: 12px;	
	}
	.div_email_adresse{
		padding-top: 12px;
	}
	.div_strasse_nr{
		padding-top: 11.8px;
	}
	.div_plz_und_ort{
		padding-top: 12.8px;
	}
	.div_telefonnummer{
		padding-top: 11px;
	}
	.pin_jong{
		display: inline-block;
		width: 100%;
		
		position: relative;
		background-position: 0px -4px;
		background-repeat: no-repeat;
	}
	.pin_jong_text{
		color: rgb(189,131,131);
	    font-size: 16.36px;
	    font-weight: bold;
	    font-family: MarvelScript two;
	    line-height: 22px;
	    margin-top:20px;
	}
	.monster_riskiers2{
		margin-top: 7px;
		background: url(/wp-content/uploads/business/images/monster_riskiers.png);
		background-size: 100%;
		width: 247px;
		height: 116px;
		right: 8px;
		display:inline-block;
		margin-bottom:50px;
	}
	.cat_dog_gobugi_bird_jiham_part{
		background:white;
		margin-right:5px;
		margin-left:5px;
	}
	.cat_dog_gobugi_bird_jiham{
		display:inline-block;
		vertical-align: top;
		/*
		width:171px;
		height:133px;
		*/
		width:105px;
		height:81px;
		background:url(/wp-content/uploads/business/images/cat_dog_gobugi_bird_jiham.png);
		margin-top: 15px;
		margin-left: 28px;
		background-size: 100%;
	}
	.xinnian_card{
		display:inline-block;
		vertical-align: top;
		/*
		width:211px;
		height:194px;
		*/
		width:129px;
		height:119px;
		background:url(/wp-content/uploads/business/images/xinnian_card.png);
		margin-top: 7px;
		margin-left: 9px;
		background-size: 100%;
	}
	.variante_part{
		margin-top:-11vw;
		margin-left: 10px;
		color:black;
	}
	.variante_title{
		font-family:PermanentMarker;
		font-size:4.5vw;
	}
	.variante_content{
		font-family:IndieFlower;
		font-size: 4vw;
		line-height: 5vw;
	}

	.card_region{
		border:10px solid white;
		display:inline-block;
		vertical-align: top;
		background:white;
		box-shadow: 4px 4px 4px;
		width:100%;
	}
	.card_region:nth-child(n+2){
		margin-top:30px;
	}
	
	.card_header{
		font-family:EmilysCandy-Regular;
		font-size:13vw;
		text-align:center;
		color:black;
		line-height: 17vw;
		padding-top: 20px;
	}
	.card_header.special{
		font-size: 37.5px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.card_picture{
		width:250px;
		height:270px;
		display:inline-block;
		background-size: 100% !important;
	}
	.image_one_of_five_content.schnell_lieferbar{
		font-size: 32px;
		line-height: 35px;
	}
	.image_one_of_five_content.hulle_auswahlen{
		font-size: 33px;
		line-height: 35px;
	}
	.sub_page1_die_sie_begeistern_werden.shoppingcard_professionell_einsetzen{
		font-size: 6vw;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.shoppingcard_nach_den_bedurfnissen_auswahlen{
		font-size: 6vw;
		background-position: 0px 5px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenkkarte_professionell_individuallisieren{
		font-size: 7vw;
		background-position: 0px 9px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_professionell_einsetzen{
		font-size: 7vw;
		background-position: 0px;
	}
	.sub_page1_die_sie_begeistern_werden.wertgutscheine_professionell_individuallisieren{
		font-size: 7vw;
		background-position: 0px 8px;
	}
	.sub_page1_die_sie_begeistern_werden.personalisierte_prasente_professionell_einsetzen{
		background-position: 0px 5px;
		font-size: 6vw;
	}
	.sub_page1_die_sie_begeistern_werden.prasent_nach_den_bedurfnissen_auswuhlen{
		font-size: 7vw;
		background-position: 0px 7px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenk_professionell_individuallisieren{
		font-size: 7vw;
		background-position: 0px;
		background-size: 17px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenk_gutscheine_mit_individuellem_coverbild{
		background-position: 0px 6px;
		font-size: 6vw;
		background-size: 18px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenkboxen_professionell_einsetzen{
		background-position: 0px;
		font-size: 7vw;
		background-size: 18px;
	}
	.sub_page1_die_sie_begeistern_werden.geschenboxen_nach_den_bedurfnissen_auswahlen{
		font-size: 6.5vw;
		background-position: 0px 6px;
		background-size: 18px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_gutschein_professionell_einsetzen{
		font-size: 7vw;
		background-position: 0px 7px;
	}
	.sub_page1_die_sie_begeistern_werden.tickets_nach_den_bedurfnissen_auswahlen{
		font-size: 7vw;
		background-position: 0px 7px;
	}
	.sub_page1_die_sie_begeistern_werden.ticket_gutscheine_professionell_individuallisieren{
		font-size: 7vw;
		background-position: 0px 7px;
		
	}
	.sub_page1_die_sie_begeistern_werden.ticket_katalog_der_erlebnisgalaxie{
		font-size: 7vw;
		background-position: 0px;
	}
	.two_cakes_title {
	    font-size: 7vw;
	    background:none;
	    padding-left: 5px;
		
	}
	.sub_page1_die_sie_begeistern_werden.sachgeschenke_professionell_individuallisieren{
		font-size: 7vw;
		background-position: 0px 9px;
	}
	.sub_page1_die_sie_begeistern_werden.sachgeschenkkatalog_was_gibt_es_alles{
		background-position: 0px 4px;
		font-size: 6vw;
	}
	.cat_dog_gobugi_bird_jiham_left_part{
		width: 46%;
	}
	.variante_part.individualisierung{
		margin-top:7px ;
	}	
	.wonderful_clock_img{
	    margin-left: 1%;
		margin-top: 2%;
		width: 51%;
	}
	div.responsive_container {
    	display: block !important;
	}
	.black_bar{
		width:100%;
		height:6px;
		display: block;
	}
	.res_image2_region{
		background:rgb(204,204,204);
		border: 7px solid white;
		margin-left: 5px;
		margin-right: 5px;
	}
	.res_image3_region{
		background:rgb(204,204,204);
		border: 7px solid white;
		margin-left: 5px;
		margin-right: 5px;
	}
	.res_image_one_of_two{
		float:left; 
		width:50%;
	}
	.res_image_one_of_three{
		float:left; 
		width:33.33%;
	}
	.res_image_div{
		height:129px;
		position: relative;
	}
	.res_image{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	.res_image2_region .res_image_content{
		text-align: center;
		background: rgb(147,59,82);
		font-family: MarvelScript two;
		height: 76px;
		padding: 8px 12px 0px 14px;
		font-size: 4.3vw;
		line-height: 30px;
		color: white;
	}
	.res_image3_region .res_image_content{
		text-align: center;
		background: rgb(147,59,82);
		font-family: MarvelScript two;
		height: 64px;
		padding: 8px 0px 0px 10px;
		font-size: 3.5vw;
		line-height: 24px;
		color: white;
	}
	.res_image2_region .res_image_content.thin_height{
		height:48px;
		padding-right:0px;
		padding-left:3px;
	}
	.res_image2_region .res_image_content.heavy_height{
		padding-right:0px;
		padding-left:0px;
	}
	.res_image3_region .res_image_content.heavy_height{
		padding-top: 0.5vh;
		line-height: 1.8vh;
	}
	.res_image3_region .res_image_content.thin_height{
		height:40px;
	}
	.kunden_partner_an_sich_binden.gezielte_marketingstrategien{
		font-size:5vw;
	}
}
div.responsive_container {
	background: rgb(232, 226, 214);
}
.responsive_contact_part_container{
	text-align:center;
	padding-left:5px;
	padding-right:5px;	
}
