@import url('https://fonts.googleapis.com/css?family=Pavanam');

html *, html *:before, html *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

body {
	background-image:none;
	background-color:#fff;
	margin:0;
	padding:0;
  font-family: Pavanam;
  font-size:16px;
  line-height:22px;
  color: #383838;
}

	.clearfix::after {
	  content: "";
	  clear: both;
	  display: table;
	}

a, a:visited {
	color:#383838;
}

.ui-widget h3, .ui-widget input {
	font-size:14px !important;
}

.ui-widget input[type=button] {
	width:100%;
	max-width:320px;
}
	

#reiseportal {
	max-width:1100px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right:auto;
	border:1px solid #ccc;
	box-shadow: 3px 3px 8px 2px #999; 
}

#reiseportal_welcome {
	min-height:400px;
	background-image: url(./images/wegweiser.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#reiseportal.reiseportal_welcome {
	padding-bottom:0px;
}

#reiseportal .flow, #reiseportal p, #reiseportal ul, 
#reiseportal_main a, #reiseportal_main a:hover, 
#reiseportal_info_table, #reiseportal_info_table a {
	font-size:16px;
}


#reiseportal_header {
	width:100%;
	position:relative;
	margin-bottom:10px;
}

#agenturportal_header {
	width:100%;
	height:195px;
	position:relative;
}

#agenturportal_header table {
	float:left;
}

#reiseportal_logout {
	position:absolute; 
	right:10px;
	bottom:10px;
}

#reiseportal_logout a {
	font-size:16px;
	font-weight:bold;
}

#reiseportal_menubar {
	pa dding-left:50px;
	background-color:#FFF019;
	margin-bottom:15px;
	font-size:12px;
}

#reiseportal_menubar_inner {
	display:table;
	margin-left:auto; 
	margin-right:auto
}

#reiseportal_main {
	float:left;
	width:calc(100% - 300px);
}

#reiseportal_info {
	float:right;
	width:275px;
	height:400px;
}

#reiseportal_logo {
	width:50%;
	float:left;
	text-align:center;
}
#reiseportal_logo img {
	width:100%;
	max-width:500px;
}
#reiseportal_daten {
	width:50%;
	float:right;
	font-size:10px;
}

#agenturportal_daten {
	padding-top:20px;
}

#reiseportal_daten table, #reiseportal_daten table div {
	font-size:10px;
}

#reiseportal_daten table, #reiseportal_daten {
	font-size:14px;
}

#reiseportal_daten td {
	vertical-align:top;
}

#zahlungen > div {
	float:left;
	width:47%;
	margin-right:3%;
	max-width:255px;
}

@media (max-width:575px) {
	#zahlungen > div {
		float:none;
		width:100%;
		max-width:none;
	}
}

#reiseportal_zahlungsstatus {
}

#reiseportal_zahlungsstatus table {
	font-size:16px;
	border-collapse:collapse;
	
}

#reiseportal_zahlungsstatus td {
	padding:3px;
	padding-left:0px;
	vertical-align:top;
}

#reiseportal_zahlungsstatus td.sumline {
	border-bottom:2px solid #116EB2
}

#reiseportal_zahlungsstatus td.sumline_top {
	border-top:2px solid #116EB2
}

#reiseportal_zahlungsstatus td.column1 {
	width:250px;
}

#reiseportal_zahlungsstatus hr {
	width:70px;
	border:1px solid #116EB2;
}

.reiseportal_offen {
	color:red;
}

#reiseportal_zahlungsstatus p.ausland {
	font-size:12px;
	line-height:16px;
	margin-bottom:0px;
}


#reiseportal_gepaeckinfo {
	border:1px solid #ffd800;
	padding:10px;
	background-image:url(./images/reiseportal_gepaeckinfo.jpg);
	background-repeat:no-repeat;
	background-position:96% 20px;
	margin-top:10px;
	margin-bottom:20px;
	max-width:700px;
}

#reiseportal_gepaeckinfo h3 {
	margin-top:0px;
	padding-top:0px;
}

#reiseportal_gepaeckinfo p.akzeptiert {
	margin-left:2px;
	padding-left:25px;
	padding-top:4px;
	background-image:url(./images/reiseportal_info_ok.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:30px;
}

.logistik_html_headline {
	display: none;
}

.logistik_html_table {
	width:100%;
	max-width:700px;
	font-size:14px;
}

.logistik_html_table td {
	padding:4px;
	vertical-align:top;
}

.logistik_html_table td.beschriftung {
	padding-left:0;
	font-weight:bold;
	
}

@media (max-width:500px) {
	.td_karte_left {
		display: none;
	}
}

.map_container {
	border:1px solid #ffd800;
	border-bottom:0px solid;
	width:100% !important;
}

.map_container_bigger {
	border:1px solid #ffd800;
	border-top:0px solid;
	background-image:url(./images/buslogistik_lupe.jpg);
	background-repeat:no-repeat;
	background-position:2px 2px;
	padding:7px;
	padding-left:32px;
	
}



#reiseportal #reiseportal_info {
	position:relative;
}

#reiseportal #reiseportal_info_table {
	position:absolute;
	left:45px;
	top:70px;
	background-color:#FFF019;
	padding:10px;
}

#reiseportal #reiseportal_info_table td.reiseportal_info_ok {
	background-image:url(./images/reiseportal_info_ok.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	width:24px;
	height:27px;
}

#reiseportal #reiseportal_info_table td.reiseportal_text_ok {
	color:#00cb00;
	width:155px;
	padding-bottom:5px;
}

#reiseportal #reiseportal_info_table td.reiseportal_text_ok a {
	color:#00cb00;
	text-decoration:underline;
}

#reiseportal #reiseportal_info_table td.reiseportal_text_ok a:hover {
	color:#F72816;
}

#reiseportal #reiseportal_info_table td.reiseportal_info_warn {
	background-image:url(./images/reiseportal_info_warn.png);
	background-repeat:no-repeat;
	background-position:4px 3px;
	width:24px;
	height:27px;
}

#reiseportal #reiseportal_info_table td.reiseportal_text_warn {
	color:#fb2e00;
	width:155px;
	padding-bottom:5px;
}

#reiseportal #reiseportal_info_table td.reiseportal_text_warn a {
	color:#fb2e00;
	text-decoration:underline;
}

#reiseportal #reiseportal_info_table td.reiseportal_text_warn a:hover {
	color:#116eb2;
}

#reiseportal #reiseportal_info_table td.reiseportal_info_hint {
	background-image:url(./images/reiseportal_info_hint.png);
	background-repeat:no-repeat;
	background-position:0px -1px;
	width:28px;
	height:27px;
}

#reiseportal #reiseportal_info_table td.reiseportal_text_hint {
	color:#116EB2;
	width:165px;
	padding-bottom:5px;
}

#reiseportal #reiseportal_info_table td.reiseportal_text_hint a {
	color:#116EB2;
	text-decoration:underline;
}

#reiseportal #reiseportal_info_table td.reiseportal_text_hint a:hover {
	color:#F72816;
}

#reiseportal .reiseportal_trennstrich {
	display:none;
	background-image:url(./images/reiseportal_trennstrich.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	width:500px;
	height:20px;
}

#reiseportal a.voucherdownload {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#116EB2;
	padding-left:13px;
	background-image:url(./images/reiseportal_voucher_pfeil.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#reiseportal a.voucherdownload:hover {
	color:#F72816;
}



.vortreffen_tabelle {
	margin-top: 15px;
	margin-bottom: 0px;
	border-collapse: collapse;
}

.vortreffen_ueberschrift {
	color : #116eb2;
  font-weight : bold;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 8px;
}


.vortreffen_kopf {
	color : #116eb2;
  font-weight : bold;
	font-size: 14px;
	background-color: #ffd500;
	line-height:12px;
}


tr.vortreffen_zeile_1:hover, tr.vortreffen_zeile_2:hover {
	background-color: #FCF4CA;
}

.vortreffen_zeile_1{
	color : #116eb2;
  font-weight : normal;
	font-size: 14px;
	padding-right:4px;
	padding-left:2px;
	padding-top: 1px;
	padding-bottom: 1px;
	white-space: nowrap;
	vertical-align:middle;
	line-height:12px;
}

a.vortreffen_zeile_1:link , a.vortreffen_zeile_1:visited, a.vortreffen_zeile_2:link , a.vortreffen_zeile_2:visited {
	color:#ED021B;
  font-weight : normal;
	font-size: 14px;
	padding-right:4px;
	padding-left:2px;
	padding-top: 1px;
	padding-bottom: 1px;
	white-space: nowrap;
}

a.vortreffen_zeile_1:hover, a.vortreffen_zeile_2:hover {
	color:#116eb2;
}

td.vortreffen_zeile_1 {
	border-bottom:1px solid #FCDF4C;
}

td.vortreffen_zeile_2 {
	color : #116eb2;
  font-weight : normal;
	font-size: 14px;
	padding-right:15px;
	padding-left:2px;
	padding-top: 2px;
	padding-bottom: 2px;
	white-space: nowrap;
	vertical-align:middle;
	line-height:12px;
	height:20px;
}

td.vortreffen_zeile_2 {
	border-bottom:1px solid #FCDF4C;
}

td.vortreffen_zeile_2 .input_text {
	width:40px;
	font-size: 14px;
	margin-left:0px;
	color:#116EB2;
}

td.vortreffen_zeile_2 .input_button {
	font-size: 14px;
	color:#116EB2;
	margin-left:10px;
}


#reiseportal  span.reiseportal_info_ok {
	display:inline-table;
	background-image:url(./images/reiseportal_info_ok.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:28px;
	height:22px;
	margin-left:5px;
	vertical-align:middle;
}

#reiseportal  span.reiseportal_info_cross {
	display:inline-table;
	background-image:url(./images/reiseportal_info_cross.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
	width:24px;
	height:22px;
	vertical-align:middle;
}

#reiseportal #angekommen_row, #reiseportal #moegliche_aenderung_row {
	display:none;
}

#reiseportal table.allergien td {
	font-style: normal;
}

#reiseportal table.sprach_allergien input, #reiseportal table.sprach_fragen input {
	vertical-align:middle;
}

#reiseportal .pflicht {
	border:1px solid black;
}

#reiseportal .pflicht_fehler {
	border:1px solid red !important;
}


#agenturportal_header #agentur_logo {
	height:80px;
	width:350px;
  background-repeat: no-repeat;
	background-size: contain;
}

#agenturportal_daten .agentur_name {
	font-size:18px;
	font-weight:bold;
	color:#F72816;
}

#login_logo {
	width:100%;
	max-width:500px;
}

#login_table {
	border: 2px solid #FFF019;
	margin:0 auto;
}

#login_table td {
	padding:10px;
}

#login_table tr:nth-child(1) {
	background-color: #FFF019;;
}

#navi_button {
	position:fixed;
	right:10px;
	top:10px;
	z-index:100;
	background-color:#fff;
	padding:0 4px;
	border:1px solid #000;
	display:none;
}

.mm-menu {
    width: 80%;
    min-width: 140px;
    max-width: 220px;
}

.w100 {
	width: 250px;
}

.w20 {
	width: 55px;
}

.w75r {
	width:173px;
}

.r5 {
	margin-right: 20px;
}

@media (max-width:440px) {
	.w100 {
		width:100%;
	}

	.w20 {
		width:20%;
	}

	.w75r {
		width:75%;
		float:right;
	}

	.r5 {
		margin-right: 0;
	}
}

.ww50l {
	width:47%;
}

.ww50r {
	width:47%;
	float:right;
}

.ww75l {
	width:75%;
	float:left;
}

.ww75r {
	width:75%;
	float:right;
}

.ww20l {
	width:20%;
	float:left;
}

.ww20r {
	width:20%;
	float:right;
}

.ww100 {
	width:100%;
}

#snep_logo {
	float:left; 
	margin-right:10px; 
	margin-bottom:100px;
	width: 200px;
	margin-top: -10px;
}

.top_row {
	Xborder:1px solid red;
}

.bottom_row {
	Xborder:1px solid green;
}

#vortreffen_tabelle > div:after {
  content: "";
  clear: both;
  display: table;
}

#vortreffen_tabelle > div {
	border-bottom:1px solid #BBB;
}

#vortreffen_tabelle input[type=text] {
	width:50px;
}

.top_row, .bottom_row, .top_row > div, .bottom_row > div {
	float:left;
	overflow:hidden;
	white-space:nowrap;
	padding-right:8px;
	padding-left:2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.top_row > div:nth-child(1) {
	width:180px;
}
 
.top_row > div:nth-child(2) {
	width:90px;
}
 
.top_row > div:nth-child(3) {
	width:90px;
}
 
.bottom_row > div:nth-child(1) {
	width:90px;
}
 
.bottom_row > div:nth-child(2) {
	width:32px;
}
 
.bottom_row > div:nth-child(3) {
	width:265px;
}


.vortreffen_kopf .bottom_row > div:nth-child(1) {
	width:120px;
}
 
.vortreffen_kopf .bottom_row > div:nth-child(2) {
	width:265px;
}

@media (max-width:390px) {
.top_row {
	width:100%;
}
.top_row > div:nth-child(1) {
	width:calc(100% - 180px);
}
 
.top_row > div:nth-child(2) {
	xwidth:25%;
}
 
.top_row > div:nth-child(3) {
	xwidth:25%;
}
 
} 


div.verfuegbar0 {
	width:18px;
	height:18px;
	border-radius: 9px;
	background-color: red;
	border:1px solid #999;
}
div.verfuegbar1 {
	width:18px;
	height:18px;
	border-radius: 9px;
	background-color: yellow;
	border:1px solid #999;
}
div.verfuegbar2 {
	width:18px;
	height:18px;
	border-radius: 9px;
	background-color: green;
	border:1px solid #999;
}

 
@media (max-width:550px) {
	#snep_logo {
		float:none; 
		margin-right:0px; 
		margin-bottom:20px;
		width:100%;
	}
}


@media (max-width:1100px) {
	#reiseportal {
		border:0px solid;
		box-shadow: none;
		margin:0;
	}
}
	
@media (min-width:799px) {
}

@media (max-width:800px) {
	#reiseportal_menubar {
		display:none;
	}

	#reiseportal_main {
		float:right;
		width:100%;
	}

	#reiseportal_info {
		float:left;
		width:100%;
		height:auto;
	}
	
	#reiseportal_info_table {
		position:relative !important;
		left:0px !important;
		top:0px !important;
		width:100%
	}
	
	#reiseportal_logo, #reiseportal_daten {
		width:100%;
	}
	
	#reiseportal_logout {
		position:static;
		text-align:right;
		margin-top:10px;
	}
	
	#reiseportal .reiseportal_trennstrich {
		width:100% !important;
		background-image:none;
		height:3px;
		background-color:#FFF019;
	}

	#navi_button {
		display: block;
	}

}

.videolist {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.videolist_item {
	width: 45%;
	cursor: pointer;
}

.videolist_image {
	position: relative;
	
}

.videolist_image .video_image {
	width: 100%;
}

.video_play {
	width: 60px !important;
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
 }

.video_titel {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 40px;
}