/* #Template Styles - item-video
================================================== */
.item-video-container{
	position: absolute;
	left: 0;
	top: 0;
	width: 476px;
	height: 357px;
	cursor: pointer;
	overflow: hidden;
}
.item-video-container video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.item-video-loading{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/item-video/loading.png) no-repeat center center;
	background-size: 40px 40px;
	z-index: 20;
	display: none;
}
.item-video-init{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/item-video/init-bg.png) repeat left top;
	z-index: 300;
}
.item-video-init .inner{
	width: 100%;
	height: 100%;
	background: url(../img/item-video/init.png) no-repeat center center;
	background-size: 142px 32px;
}
.item-video-controlls{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 28px;
	margin-top: 16px;
	z-index: 500;
	opacity: 0;
}
.item-video-controlls-progress{
	position: absolute;
	left: 33px;
	top: 0;
	width: calc(100% - 46px);
	height: 15px;
	margin-right: 2px;
	border: 1px solid #99999c;
	border-left: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.item-video-controlls-progress span{
	position: absolute;
	left: 0;
	top: 2px;
	width: 0;
	height: 11px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	display: block;
}
.item-video-controlls-progress-timebar{
	background: #000;
	z-index: 10;
}
.item-video-controlls-progress-bufferbar{
	z-index: 5;
}
.item-video-controlls-play,.item-video-controlls-fullscreen,.item-video-controlls-mute{
	height: 27px;
	cursor: pointer;
}
.item-video-controlls-play{
	width: 34px;
	background: url(../img/item-video/controlls-play.png) no-repeat left top;
	background-size: 34px 54px;
}
.item-video-controlls-play.paused{
	background-position: left bottom;
}
.item-video-controlls-fullscreen,.item-video-controlls-mute{
	display: none;
}
/*
.item-video-controlls-fullscreen{
	position: absolute;
	right: 4px;
	top: 0;
	width: 28px;
	background: url(../img/item-video/controlls-fullscreen.png) no-repeat left top;
	background-size: 28px 56px;
}
.item-video-controlls-fullscreen.fullscreen{
	background-position: left bottom;
}
.item-video-controlls-mute{
	position: absolute;
	right: 32px;
	top: 0;
	width: 28px;
	background: url(../img/item-video/controlls-mute.png) no-repeat left top;
	background-size: 28px 56px;
}
.item-video-controlls-mute.mute{
	background-position: left bottom;
}
*/
/* dosis-200 - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/dosis-v7-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Dosis ExtraLight'), local('Dosis-ExtraLight'),
       url('../fonts/dosis-v7-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dosis-v7-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dosis-v7-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/dosis-v7-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dosis-v7-latin-200.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* news-cycle-regular - latin */
@font-face {
	font-family: 'News Cycle';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/news-cycle-v22-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/news-cycle-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/news-cycle-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/news-cycle-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/news-cycle-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/news-cycle-v22-latin-regular.svg#NewsCycle') format('svg'); /* Legacy iOS */
  }
  

*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
html,body{
	width: 100%;
	height: 100%;
}
body{
	background: #fff;
	cursor: default;
}
a{
	cursor: pointer;
}
.clear{
	clear: both;
}
.hidden{
	display: none;
}
.break{
	padding-bottom: 16px;
}
.dbreak{
	padding-bottom: 32px;
}
#wrapper{
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.wrapper *{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}
.header{
	position: relative;
	width: 960px;
	height: 180px;
	background: url(https://www.gisoton.de/img/header.gif) repeat-y left top;
}
.nav_fix{
	position: absolute;
	right: 8px;
	top: 20px;
}
.nav_fix li{
	list-style-type: none;
	float: right;
}
.nav_fix a{
	display: block;
	padding: 0 12px;
	font-size: 11px;
	line-height: 12px;
	color: #000;
}
.nav_fix a:hover,.nav_fix_act a{
	color: #c20318;
}
.nav-fix-lang{
	text-transform: uppercase;
}
#wrapper .nav_fix_border{
	border-left: 1px solid #000;
}
.logo{
	display: block;
	position: absolute;
	left: 0;
	top: 56px;
	width: 210px;
	height: 56px;
}
.nav_main{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 960px;
	height: 22px;
}
.nav_main li{
	list-style-type: none;
	float: right;
}
.nav_main a{
	display: block;
	width: 112px;
	height: 23px;
	font-size: 11px;
	line-height: 23px;
	padding: 0 4px 0 4px;
	margin: 0 0 0 2px;
	background: #fff;
	color: #000;
	text-align: center;
}
#wrapper .nav_main_special{
	width: 184px;
	padding: 0 0 0 226px;
}
.nav_main a:hover,.nav_main_act a{
	color: #c20318;
}
.nav_sub{
	position: absolute;
	left: 20px;
	top: 200px;
	width: 181px;
}
.nav_sub li{
	list-style-type: none;
}
.nav_sub a{
	display: block;
	font-size: 11px;
	color: #000;
}
.nav_sub_item{
	margin: 0 0 3px 0;
}
.nav_sub_item_top{
	background: url(https://www.gisoton.de/img/nav_sub.gif) no-repeat left top;
}
.nav_sub_item_content{
	background: url(https://www.gisoton.de/img/nav_sub.gif) no-repeat left -20px;
}
.nav_sub_item_bottom{
	height: 2px;
	overflow: hidden;
	background: url(https://www.gisoton.de/img/nav_sub_bottom.gif) no-repeat left top;
}
.nav_sub_item_top a{
	line-height: 22px;
	padding: 0 0 0 8px;
	color: #000;
	background: url(https://www.gisoton.de/img/nav_sub_item_top_a.gif) no-repeat right top;
}
#wrapper .nav_sub_item_top a:hover,#wrapper .nav_sub_item_top_act a{
	color: #c20318;
	background: url(https://www.gisoton.de/img/nav_sub_item_top_a.gif) no-repeat right bottom;
}
.nav_sub_item_content a{
	line-height: 19px;
	color: #000;
}
.nav_sub_item_content a:hover,.nav_sub_sub_act a{
	color: #c20318;
}
.nav_sub_item_content li a{
	line-height: 20px;
	height: 20px;
}
.nav_sub_item_content li li a{
	height: 18px;
	color: #000;
	padding: 0 0 0 10px;
	background: url(https://www.gisoton.de/img/nav_sub_sub_sub.gif) no-repeat left top;
}
.nav_sub_item_content li li a:hover,#wrapper .nav_sub_sub_sub_act a{
	color: #c20318;
	background: url(https://www.gisoton.de/img/nav_sub_sub_sub.gif) no-repeat -200px top;
}
.nav_sub_item_content li{
	background: url(https://www.gisoton.de/img/nav_sub_sub_li.gif) repeat-x left top;
}
.nav_sub_item_content li li{
	background: none;
}
.nav_sub_item_content ul{
	padding: 10px 8px 10px 8px;
}
.nav_sub_item_content ul ul{
	padding: 0 0 6px 0;
}
.content{
	position: relative;
	width: 960px;
	min-height: 360px;
}
.content *{
	font-size: 11px;
	line-height: 16px;
}
.home-products{
	display: block;
	position: absolute;
	left: 28px;
	top: 183px;
	width: 314px;
	height: 263px;
	background: url(../img/home/products.png) no-repeat left top;
	z-index: 99999999;
}
.home-products-item *{
	color: #fff;
	font-weight: normal;
}
.home-products-item h1{
	font-weight: bold !important;
}
.home-products-item{
	float: left;
	position: relative;
	width: 123px;
	height: 236px;
	padding: 7px 20px 20px 13px;
	margin: 0 0 0 1px;
}
.home-products-item img{
	position: absolute;
	right: 16px;
	bottom: 10px;
}
.home-products-item-kfw{
	position: absolute;
	right: -110px;
	top: 46px;
	width: 172px;
	height: 142px;
	background: url(../img/home/products-kfw.png) no-repeat left top;
	z-index: 99999999;
}
a.home-certificate{
	display: block;
	position: absolute;
	left: 28px;
	top: 183px;
	width: 215px;
	height: 264px;
	background: url(../img/home/certificate.png) no-repeat left top;
	background-size: 215px 264px;
	z-index: 99999999;
}
.home-news{
	position: absolute;
	right: 39px;
	bottom: 39px;
	width: 314px;
	z-index: 99999999;
}
#wrapper .home-news span{
	display: block;
	width: 314px;
	height: 50px;
	margin-bottom: 6px;
	background: #e5e5e5 url(../img/home/arrow-black.png) no-repeat right center;
}
#wrapper .home-news span:first-child{
	background: #be0322 url(../img/home/arrow-white.png) no-repeat right center;
}
#wrapper .home-news a{
	display: block;
	height: 50px;
	font-size: 14px;
	line-height: 50px;
	padding: 0 0 0 22px;
	color: #000;
}
#wrapper .home-news span:first-child a{
	color: #fff;
}

/*
#wrapper .home-news span{
	display: block;
	height: 24px;
	background: url(https://www.gisoton.de/img/home_news.gif) no-repeat left top;
	margin: 8px 0 0 0;
}
#wrapper .home-news a{
	display: block;
	height: 24px;
	line-height: 23px;
	padding: 0 0 0 8px;
	color: #fff;
	background: url(https://www.gisoton.de/img/home_news_a.gif) no-repeat right top;
}
*/
.home-slideshow-items{
	position: relative;
	width: 960px;
	height: 420px;
	background-color: none;
	overflow: hidden;
	z-index: 550;
}
.home-slideshow-item{
	position: relative;
	width: 960px;
	height: 420px;
	overflow: hidden;
	z-index: 650;
}
.home-slideshow-item-bg{
	height: 420px;
	background-repeat: no-repeat;
	background-position: left top;
}
.home-slideshow-item-bg-0{
	background-image: url(../img/home/txt-00-gisoton.png);
}
.home-slideshow-item-bg-1{
	background-image: url(../img/home/txt-01-gisoton.png);
}
.home-slideshow-item-bg-2{
	background-image: url(../img/home/txt-02-gisoton.png);
}
.home-slideshow-item-bg-3{
	background-image: url(../img/home/txt-03-gisoton.png);
}
.home-slideshow-item-bg-4{
	background-image: url(../img/home/txt-04-gisoton.png);
}
.home-slideshow-item h1{
	opacity: 0;
}
.home-slideshowpics-items,.home-slideshowpics-item{
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 420px;
	background: #000;
	overflow: hidden;
}
.home-slideshowpics-item img{
	position: absolute;
	width: 960px;
	height: 420px;
	left: 0;
	top: 0;
}
.ai_overview,.ai_main,.bh_main{
	position: relative;
	width: 628px;
	height: 239px;
	padding: 161px 20px 20px 313px;
}
.ai_overview_item *{
	color: #000;
	font-weight: normal;
}

.ai_overview_item{
	float: right;
	position: relative;
	width: 123px;
	height: 212px;
	padding: 7px 20px 20px 13px;
	margin: 0 0 0 1px;
	background: url(https://www.gisoton.de/img/ai_overview_item.png) repeat left top;
}
.ai_overview_item_left{
	background: url(https://www.gisoton.de/img/ai_overview_item_left.png) repeat left bottom;
}
.ai_overview_item img{
	position: absolute;
	right: 16px;
	bottom: 10px;
}
.ai_main_txt{
	width: 256px;
	height: 212px;
	padding: 7px 360px 20px 11px;
	background: url(https://www.gisoton.de/img/main.png) repeat left bottom;
}
#wrapper .ai_overview_item h1 a,.ai_main h1,.bh_main h1,#wrapper .references_item_txt h1,#wrapper .history_item_txt h1,#wrapper .impressions_txt h1{
	color: #c20318;
	font-weight: normal;
}
.ai_main_img{
	position: absolute;
	left: 600px;
	top: 166px;
	width: 320px;
	height: 218px;
}
.ai_main_agenda{
	position: absolute;
	left: 140px;
	top: 34px;
	width: 180px;
}
.catalogue{
	position: absolute;
	left: 0;
	top: 0;
	width: 960px;
	height: 700px;
}
.references,.impressions,.history{
	padding: 20px 20px 0 227px;
	background: #3f4043 url(https://www.gisoton.de/img/content_bottom.gif) no-repeat left bottom;
	min-height: 300px;
}
.references_item,.impressions_item,.history_item{
	position: relative;
	width: 713px;
	height: 298px;
	margin: 0 0 12px 0;
	background: #fff;
}
.references_item_img,.impressions_item_img,.history_item_img{
	float: left;
	width: 476px;
	height: 298px;
	overflow: hidden;
}
.references_item_txt,.history_item_txt{
	position: absolute;
	right: 10px;
	top: 16px;
	width: 203px;
	height: 275px;
	overflow: hidden;
}
.impressions_txt{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 203px;
	height: 275px;
	padding: 16px 10px 7px 24px;
	overflow: hidden;
	background: #fff;
	z-index: 999999999;
}
.references_item_txt a,.impressions_txt a{
	color: #000;
	text-decoration: underline;
}
.history_item,.history_item_img{
	height: 357px;
}
.history_item_txt{
	height: 334px;
}
.history_item_img a{
	display: block;
	width: 476px;
	height: 357px;
	background: #000 url(https://www.gisoton.de/img/history_item_img.gif) no-repeat center center;
}
.historie_item_player{
	width: 476px;
	height: 357px;
	background: #000;
}
.references_scroll_wrapper,.impressions_scroll_wrapper,.history_scroll_wrapper{
	position: absolute;
	right: 20px;
	top: 340px;
	width: 714px;
	display: none;
}
.history_scroll_wrapper{
	top: 399px;
}
.references_scroll_wrapper{
	height: 151px;
}
.impressions_scroll_wrapper{
	height: 111px;
}
.history_scroll_wrapper{
	height: 77px;
}
.references_scroll{
	height: 114px;
}
.impressions_scroll{
	height: 74px;
}
.history_scroll{
	height: 40px;
}
.references_scroll_item,.impressions_scroll_item,.history_scroll_item{
	float: left;
	width: 118px;
	margin: 0 0 0 1px;
	background: #fff;
}
.history_scroll_item{
	width: 119px;
	margin: 0;
	background-color: none;
	background: url(https://www.gisoton.de/img/history_scroll_item.gif) no-repeat right top;
}
.history_scroll{
	background: url(https://www.gisoton.de/img/history_scroll_item.gif) no-repeat left top;
}
.references_scroll_item{
	height: 114px;
}
.impressions_scroll_item{
	height: 74px;
}
.history_scroll_item{
	height: 40px;
}
.references_scroll_item div,.impressions_scroll_item div,.history_scroll_item div{
	width: 118px;
	height: 74px;
	overflow: hidden;
}
.references_scroll_item div img,.impressions_scroll_item div img{
	width: 118px;
}
.references_scroll_item p,.history_scroll_item p{
	padding: 3px 4px 0 8px;
	height: 32px;
	overflow: hidden;
}
.history_scroll_item p{
	padding-top: 14px;
}
.references_scroll_item a,.history_scroll_item a{
	color: #000;
}
.history_scroll_item a{
	font-weight: normal;
	line-height: 40px;
	font-size: 13px;
	color: #99999c;
}
a.history_scroll_item_act{
	font-size: 26px;
	line-height: 32px;
	color: #000;
}


.downloads_top{
	position: relative;
	height: 204px;
	padding: 16px 0 0 236px;
	margin: 0 0 20px 0;
}
.downloads_top h1{
	color: #000;
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
}
.downloads_top_img{
	position: absolute;
	right: 20px;
	bottom: 16px;
}
.downloads_top_bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 230px;
	height: 12px;
	background: url(https://www.gisoton.de/img/content_bottom.gif) no-repeat left top;
}
.downloads{
	position: relative;
	margin: 0 0 0 228px;
	padding: 0 8px 0 8px;
	background: #e6e9ea;
}
.downloads_bottom{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 732px;
	height: 1px;
	background: #e6e9ea;
}
.downloads_item{
	height: 40px;
	background: url(https://www.gisoton.de/img/downloads_item.gif) repeat-x left bottom;
}
.downloads_item a{
	display: block;
	overflow: hidden;
	height: 32px;
	line-height: 16px;
	padding: 3px 200px 2px 0;
	color: #000;
}
.downloads_item_zip a{
	padding-left: 10px;
}
.download_locked{
	background: url(https://www.gisoton.de/img/download_locked.gif) no-repeat right top;
}
.download_unlocked{
	background: url(https://www.gisoton.de/img/download_unlocked.gif) no-repeat right top;
}
.bh_main_bg{
	width: 594px;
	height: 212px;
	padding: 7px 20px 20px 13px;
	background: url(https://www.gisoton.de/img/main.png) repeat left bottom;
}
.bh_main_txt_left,.bh_main_txt_right{
	float: left;
	width: 290px;
	
}
.bh_main_txt_left{
	padding: 0 11px 0 0;
}
.bh_main_txt_right{
	padding: 16px 0 0 0;
}
.bh_main_link{
	position: absolute;
	right: 39px;
	bottom: 39px;
	width: 181px;
	height: 21px;
	background: url(https://www.gisoton.de/img/bh_main_link.gif) no-repeat left top;
}
.bh_main_link a{
	display: block;
	height: 21px;
	line-height: 20px;
	padding: 0 0 0 8px;
	color: #000;
	background: url(https://www.gisoton.de/img/bh_main_link_a.gif) no-repeat right top;
}
.bh_main_link a:hover{
	color: #c20318;
	background: url(https://www.gisoton.de/img/bh_main_link_a.gif) no-repeat right bottom;
}
.route{
	width: 960px;
	height: 420px;
	background: #e4e7e9;
}
.events_main{
	position: relative;
	width: 628px;
	height: 380px;
	padding: 20px 20px 20px 313px;
	background: url(https://www.gisoton.de/img/events/bg.jpg) no-repeat left top;
}
.events_bg{
	width: 594px;
	height: 225px;
	padding: 7px 20px 20px 13px;
	background: url(https://www.gisoton.de/img/events/events.png) repeat left top;
}
.events_bg_big{
	height: 460px;
}
.events_txt{
	padding: 20px 11px 0 20px;
}
.events_txt{
	font-size: 16px;
	color: #fff;
}
.events_txt h1,.events_txt h2,.events_txt,.events_txt_preview,.events_txt_preview *{
	color: #fff;
	font-weight: normal;
	font-family: "News Cycle", Arial, Verdana, Helvetica, sans-serif;
	font-size: 19px !important;
	line-height: 30px !important;
	letter-spacing: 0.1em;
}
.events_txt h1,.events_txt h2{
	text-transform: uppercase;
}
.events_txt h2{
	margin-bottom: 10px;
}
.events_txt h1{
	font-size: 22px;
	line-height: 28px;
}
.events_txt h2{
	font-size: 16px;
	line-height: 22px;
}
.events_txt li{
	position: relative;
	left: -12px;
	list-style-type: none;
	padding: 0 0 0 12px;
	background: url(../img/li.svg) no-repeat left 14px;
	background-size: 4px 4px;
}
.events_link{
	position: absolute;
	right: 39px;
	bottom: 166px;
	z-index: 5000;
}
.events_bg_big .events_link{
	bottom: -70px;
}
.events_link div{
	width: 181px;
	height: 21px;
	margin: 3px 0 0 0;
	background: url(https://www.gisoton.de/img/bh_main_link.gif) no-repeat left top;
	display: none;
}
.events_link a{
	display: block;
	height: 21px;
	line-height: 20px;
	padding: 0 0 0 8px;
	color: #000;
	background: url(https://www.gisoton.de/img/bh_main_link_a.gif) no-repeat right top;
}
.events_link a:hover{
	color: #c20318;
	background: url(https://www.gisoton.de/img/bh_main_link_a.gif) no-repeat right bottom;
}
.events_more{
	position: absolute;
	left: 313px;
	top: 274px;
	width: 627px;
	z-index: 4000;
	overflow: hidden;
}
.events_bg_big .events_more{
	top: 509px;
}


.events_more_item{
	position: relative;
	margin: 0 0 2px 0;
}
.events_newplace{
	display: block;
	position: absolute;
	left: -340px;
	top: -20px;
	width: 131px;
	height: 130px;
	background: url(https://www.gisoton.de/img/events/neuer-veranstaltungsort.png) no-repeat left top;
}
.events_newplace a{
	display: block;
	width: 131px;
	height: 130px;
}
.events_newplace a,.events_newplace a:hover{
	background: none;
}

.alltxt_wrapper{
	position: relative;
	width: 961px;
	height: 480px;
	background: #b3a1a2;
}
.alltxt_bottom{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 230px;
	height: 12px;
	background: url(https://www.gisoton.de/img/content_bottom.gif) no-repeat left top;
}
.alltxt,.alltxt_events{
	display: inline-block;
	width: 523px;
	min-height: 346px;
	padding: 16px 96px 18px 20px;
	margin: 20px 20px 20px 302px;
	overflow: visible;
	background: url(https://www.gisoton.de/img/alltxt.gif) repeat-y left top;
}
.alltxtcert{
	display: inline-block;
	width: 523px;
	margin: 20px 20px 20px 302px;
	background: url(https://www.gisoton.de/img/alltxt.gif) repeat-y left top;
}
.alltxt_events{
	margin: 0;
}
.alltxt_head{
	position: relative;
	padding: 0 0 16px 0;
	margin: 0 0 2px 0;
	height: 150px;
}
.alltxt_head_bottom,.alltxt_head_bottom_white{
	position: absolute;
	left: -20px;
	bottom: 0;
	width: 639px;
	height: 20px;
}
.alltxt_head_bottom{
	background: url(https://www.gisoton.de/img/alltxt_head_bottom.gif) no-repeat left bottom;
}
.alltxt_head_bottom_white{
	background: url(https://www.gisoton.de/img/alltxt_head_bottom_white.gif) no-repeat left bottom;
}
.alltxt_item{
	float: left;
	width: 186px;
}
.alltxt *{
	color: #000;
}
.alltxt h2,.alltxt_events h2{
	color: #c20318;
	font-weight: normal;
}
.alltxt_form h2{
	position: absolute;
	left: 0;
	top: 0;
}
.alltxt_form .alltxt_head{
	width: 360px;
	padding-left: 188px;
}
.alltxt_form label,.alltxt_form input,.alltxt_form textarea,.alltxt_form select{
	display: block;
	float: left;
}
.alltxt_form label{
	width: 188px;
}
.alltxt_form input[type=text],.alltxt_form select,.alltxt_form textarea{
	width: 246px;
	margin: 0 0 2px 0;
	padding: 0 0 0 8px;
}
.alltxt_form input[type=text],.alltxt_form select{
	height: 22px;
	background: url(https://www.gisoton.de/img/form_input_txt.gif) no-repeat left top;
}
.alltxt_form textarea{
	height: 64px;
	background: url(https://www.gisoton.de/img/form_input_textarea.gif) no-repeat left top;
	margin: 0 0 4px 0;
}
.alltxt_form input[type=submit]{
	display: block;
	text-align: left;
	width: 246px;
	height: 22px;
	padding: 0 0 0 8px;
	margin: 20px 0 0 0;
	color: #fff;
	background: url(https://www.gisoton.de/img/form_input_submit.gif) no-repeat left top;
}
input::-moz-focus-inner{
	border: 0;
	padding: 0;
}
.dwn_main_link{
	width: 181px;
	height: 21px;
	background: url(https://www.gisoton.de/img/bh_main_link.gif) no-repeat left top;
}
.dwn_main_link a{
	display: block;
	height: 21px;
	line-height: 20px;
	padding: 0 0 0 8px;
	color: #000;
	background: url(https://www.gisoton.de/img/bh_main_link_a.gif) no-repeat right top;
}
.dwn_main_link a:hover{
	color: #c20318;
	background: url(https://www.gisoton.de/img/bh_main_link_a.gif) no-repeat right bottom;
}
.alltxt_form .dropdown{
	display: block;
	float: left;
	width: 246px;
}
.alltxt_form .dropdown dd{
	position: relative;
}
.alltxt_form .dropdown span.value{
	display: none;
}
.alltxt_form .dropdown dt p{
	display: block;
	width: 218px;
	height: 22px;
	line-height: 22px;
	padding: 0 20px 0 8px;
	margin: 0 0 2px 0;
	overflow: hidden;
	cursor: pointer;
	background: url(https://www.gisoton.de/img/form_dropdown.gif) no-repeat left top;
}
.alltxt_form .dropdown dd{
	position: relative;
	z-index: 3000;
}
.alltxt_form .dropdown dd ul{
	display: none;
	position: absolute;
	left: 0;
	top: -4px;
	width: 246px;
	list-style: none;
	z-index: 1000;
	border-bottom: 1px solid #d0d0d0;
}
.alltxt_form .dropdown dd ul li{
	background: none;
	padding: 0;
	margin: 0;
	left: 0;
}
.alltxt_form .dropdown dd ul li p{
	padding: 0 10px 0 8px;
	height: 20px;
	line-height: 20px;
	border-top: 1px solid #d0d0d0;
	cursor: pointer;
	background: #fff url(https://www.gisoton.de/img/form_select_p.gif) repeat-x left bottom;
}
.form_dataprotection{
	width: 246px;
	padding-left: 190px;
	padding-top: 30px;
}
.form_dataprotection_error,.form_dataprotection_error *{
	color: #c20318;
}
.logo_mini{
	position: absolute;
	left: -20px;
	top: -16px;
	width: 143px;
	height: 55px;
	background: url(https://www.gisoton.de/img/gisoton-mini.gif) no-repeat left top;
}
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 17px;
	background: url(https://www.gisoton.de/img/references_scroll_wrapper.gif) no-repeat left top;
}
.jspVerticalBar *,.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspHorizontalBar .jspTrack{
	/*background: url(https://www.gisoton.de/img/jsphorizontalbar_jsptrack.gif) no-repeat left top;*/
	position: relative;
}
.jspDrag{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspDrag{
	background: url(https://www.gisoton.de/img/jsphorizontalbar_jspdrag.gif) no-repeat left top;
}
.jspVerticalBar .jspDrag{
	/*background: url(https://www.gisoton.de/img/jspverticalbar_jspdrag.gif) no-repeat left top;*/
}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow .jspDisabled{
	cursor: default;
}
.jspHorizontalBar .jspArrowLeft{
	background: url(https://www.gisoton.de/img/jspHorizontalBar_jspArrowLeft.gif) no-repeat left top;
}
.jspHorizontalBar .jspArrowRight{
	background: url(https://www.gisoton.de/img/jspHorizontalBar_jspArrowRight.gif) no-repeat left top;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 25px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
	display: none;
}
* html .jspCorner{
	margin: 0 -3px 0 0;
}

.alltxt_contact{
	width: 600px;
}
.alltxt_item_contact_right{
	padding-left: 20px;
}


.agb_dwn{
	position: relative;
	top: -20px;
	width: 600px;
}


.item-privacy{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000;
	text-align: center;
	z-index: 999999999999999;
}
.item-privacy div{
	max-width: 900px;
	padding: 18px 20px 16px 20px;
	margin: 0 auto;
}
a.item-privacy-topage{
	text-decoration: underline;
}
.item-privacy,.item-privacy *,.item-privacy a:hover{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}
a.item-privacy-accept{
	display: inline-block;
	width: 280px;
	height: 20px;
	margin: 14px 0;
	padding: 4px 0 2px 0;
	background: #fff;
	line-height: 18px;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 14px;
	border: 1px solid #fff;
}
a.item-privacy-accept:hover{
	color: #c70521;
	font-size: 14px;
	line-height: 18px;
}


.career_main{
	position: relative;
	width: 628px;
	height: 380px;
	padding: 20px 20px 20px 313px;
	background: url(https://www.gisoton.de/img/unternehmen/karriere/bg.jpg) no-repeat left top;
}
.career_headline{
	position: absolute;
	left: 246px;
	bottom: 26px;
}
.career_headline h1{
	color: #fff;
	font-weight: normal;
	font-family: "Dosis", Arial, Verdana, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 30px;
	line-height: 34px;
}
a.career_certificate{
	display: block;
	position: absolute;
	right: 28px;
	bottom: 28px;
	width: 182px;
	height: 223px;
	background: url(../img/home/certificate.png) no-repeat left top;
	background-size: 182px 223px;
	z-index: 99999999;
}

.career_content{
	margin: 20px 0 100px 228px;
	padding-bottom: 2px;
	background: #e6e9ea;
}
.career_content a,.career_content a:hover{
	color: #000;
}
.career_content_intro{
	padding: 18px 100px 16px 20px;
}


.career_line{
	margin: 0 20px;
	height: 1px;
	background: url(../img/downloads_item.gif) repeat-x left bottom;
}


a.career_content_accord_opener{
	display: block;
	padding: 16px 18px 16px 20px;
}
.career_content_accord_content{
	height: 0;
	overflow: hidden;
}
.career_content_accord_content_inner{
	padding: 0 18px 16px 20px;
}

