
/* responsive */

@media only screen and (max-width:960px) {

/* mobile navigation desktop */
#navmobile {display:block;margin:0 auto;text-align:center;}
#navmobile a {display:block;color:#193770;text-decoration:none;margin:10px 0;padding:10px 0;background:#fcfcfc;}
#navmobile a:focus, #navmobile a:hover {background:#efefef;}

li.mm-selected {
	padding: 10px 20px;
}

#mainnav {display:none;}

#wrapper, #container {width:100%;}
.inside {margin:0 10px;}
#main .ce_image img {width:100%;height:auto;}

#container {
	padding:0;
}

#left {
	display:none;
}

#footer {
	width:100%;
	float:none;
}

#footer .inside {
	margin:0 10px !important;
}

.mod_breadcrumb {margin:0 !important;}

.rs-column.-large-first-row {margin-top:0;}

#main .ce_gallery>ul li.col_first {clear:none;}

#header {height:auto !important;}

#logo-tuev {margin:0 auto;text-align:center;position:inherit !important;top:0 !important;right:0 !important;}

/* Suche */
#header .mod_search {
	position:absolute;
	top:20px;
	right:5px;
}

/* Slider */
#main .mod_rocksolid_slider img {
	width:100%;
	height:auto;
}

/* Tabs */
#main .ui-tabs-nav {
	margin:0;
	width:100%;
}
#main .ui-tabs-nav a {
	display:block;
}

#main .ui-tabs-tab {
	width:100%;
	box-sizing:border-box;
}

#main .ui-tabs-tab:hover {
	cursor:pointer;
	background:#efefef;
}

#main .ui-tabs-panel {
	width:100%;
	padding-top:20px;
	box-sizing:border-box;
	clear:both;
}

/* Tabellen */
table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
  display: block;
}
table thead th {
  padding: 0 10px;
}
table th,
table td {
  text-align: left;
}
table tbody tr {
  padding-bottom: 10px;
}
table tbody td {
  padding: 5px 10px;
  white-space: nowrap;
}

#kontaktformular .submit {max-width:100% !important;margin:10px 0;padding:7px 0;background:#efefef;color:#000;border:1px solid #193770;}

}

@media only screen and (max-width:480px) {

#header {height:auto !important;}

#header .mod_search .text {
	display:none;
}

#logo-tuev {margin:0 auto;text-align:center;position:inherit !important;top:0 !important;right:0 !important;}

#logo img {max-width:65%;height:auto;}

#header .mod_changelanguage {top:40px;right:-5px;}
#header .mod_changelanguage {font-size:14px;}

#header .mod_search {margin:-35px 0 0 0 !important;}
#header .mod_search .submit {width:30px !important;}
#header .mod_breadcrumb {min-height:40px;}

/* Video */
#main iframe {width:100%;height:auto;}

.anfahrt iframe {
	max-width: 100%;
	min-height: 360px;
	height: auto;
}

/* Infoteaser Startseite */
#main .mod_rocksolid_slider .ce_text p {
		font-size:12px;
		max-width:94%;
}

/* Kontaktformular */
#kontaktformular label {float:none;display:block;width:97% !important;margin:0;padding:0;font-weight:700;}
#kontaktformular .text {width:97% !important;padding:0;margin:2px 0;}
#kontaktformular .textarea {width:97% !important;padding:0;margin:0;}
#kontaktformular #ctrl_5.select {padding:0;margin:0;width:99% !important;height:30px;}
#kontaktformular .upload {width:98%;margin:10px 0;padding:2px 0;background:#efefef;color:#000;border:1px solid #193770;}
#kontaktformular .submit {width:98% !important;margin:10px 0;padding:7px 0;background:#efefef;color:#000;border:1px solid #193770;}

/* ************************************************* /*
/* Loginformular */

.mod_login label {
	width:100% !important;
	float:none;
	display:block;
	margin-right:10px;
	font-weight:700;
	color:#193770;
	box-sizing:border-box;
}

.mod_login .text {
	padding:2px;
	width:100% !important;
	border:1px solid #193770;
	box-sizing:border-box;
}

.mod_login .submit {
	width:100% !important;
	margin:10px 0 0 0 !important;
	padding:7px !important;
	background:#efefef;
	color:#000;
	border:1px solid #193770;
	box-sizing:border-box;
}

/* Passwort vergessen */

.mod_lostPasswordNotificationCenter label {
	width:100% !important;
	float:none;
	display:block;
	margin-right:10px;
	font-weight:700;
	color:#193770;
	box-sizing:border-box;
}

.mod_lostPasswordNotificationCenter .text,
.mod_lostPasswordNotificationCenter .captcha {
	margin:2px 0;
	padding:2px;
	width:100% !important;
	border:1px solid #666;
	box-sizing:border-box;
}

.mod_lostPasswordNotificationCenter .submit {
	width:100% !important;
	margin:10px 0 0 0;
	padding:7px 0 !important;
	background:#efefef;
	color:#000;
	border:1px solid #666;
	box-sizing:border-box;
}

.mod_lostPasswordNotificationCenter .captcha_text {
	display:block;
	margin:3px 0 0 0;
}

}
