/* --------------------------------------------------------------- */
/*                                                                 */
/*    HAUPT CSS-DATEI                                              */
/*    Webstobe GmbH, www.webstobe.ch                               */
/*                                                                 */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --- FARBEN ---------------------------------------------------- */
/* --------------------------------------------------------------- */
/*
	Dunkelgrau:	#4c4c4c
	Mittelrot:	#ab3e11
	Mittelrot hell:	#ea591d
*/

/* --------------------------------------------------------------- */
/* --- HTML TAGS ------------------------------------------------- */
/* --------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
html, body {
	min-height: 100%;
}
body {
	text-align: left;
	color: #4c4c4c;
	background: #e2001a;
	/*background: -moz-linear-gradient(top, #ea591d 0%, #ab3e11 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea591d), color-stop(100%, #ab3e11));
	background: -webkit-linear-gradient(top, #ea591d 0%, #ab3e11 100%);
	background: -o-linear-gradient(top, #ea591d 0%, #ab3e11 100%);
	background: -ms-linear-gradient(top, #ea591d 0%, #ab3e11 100%);
	background: linear-gradient(to bottom, #ea591d 0%, #ab3e11 100%);*/
}
img {
	border: none;
}
a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
/* --------------------------------------------------------------- */
/* --- FONT  ----------------------------------------------------- */
/* --------------------------------------------------------------- */

body {
	font-family: "effra", helvetica, arial, sans-serif;
	font-size: 100%;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4em;
}
ul {
	margin: 0px 0 0 17px;
}
ol {
	margin: 0 0 0 25px;
}
p, li {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 .6em;
	padding: 0;
}
h2 {
	font-size: 29px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 .6em;
	text-transform: uppercase;
	color: #000;
}
h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 .6em;
	text-transform: uppercase;
	color: #fff;
}
h4 {
	font-size: 29px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 .6em;
	text-transform: uppercase;
	color: #fff;
}
#team h2, #team, #footer, #footer .link-decoration {
	color: #fff;
}
table {
	border-collapse: collapse;
}
table tr th {
	font-weight: bold;
}
table tr td {
}
.content-element {
}
/* --------------------------------------------------------------- */
/* --- STANDARD-KLASSEN ------------------------------------------ */
/* --------------------------------------------------------------- */

.clear {
	clear: both;
}
/* --------------------------------------------------------------- */
/* --- HAUPT AUFBAU ---------------------------------------------- */
/* --------------------------------------------------------------- */

.posimg {
	background-image: url("../images/schraubenschluessel.png");
	background-repeat: no-repeat;
	height: 830px;
	left: 50%;
	margin-left: -1800px;
	position: absolute;
	width: 3388px;
	z-index:-1;
}
#page {
	overflow: hidden;
}
#header-transport {
}
.container {
	position: relative;
	width:980px;
	margin:0 auto;
}
.container:after {
	content: "";
	display: table;
	clear: both;
}
.logo-seppdobler {
	position: relative;
	float: left;
	width: 685px;
	margin: 33px 389px 45px -205px;
	height: 116px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.logo-seppdobler img {
	position: absolute;
	right: 0;
	top: 0;
}
.logo-seppdobler .tel {
	font-family: 'FrutigerLTW01-75Black';
	left: 0;
	position: absolute;
	top: 50px;
	color: #ea591d;
	font-weight: bold;
	z-index: 2;
}
#transport {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
#team .container p {
	float: left;
	font-size: 1em;
	left: 0;
	line-height: 1.6em;
	margin-bottom: 0.6em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 35px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	position: absolute;
	text-align: left;
}
.img2 {
	z-index: 1;
}
.text {
	position: relative;
	z-index: 10;
}
#seppdobler {
	background-image: url("../images/pfeile.png");
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 1351px;
	position: relative;
}
#martindobler {
	/*margin-top: 500px;
	margin-bottom: 300px;*/
}
.logo-martindobler {
	text-align: left;
	margin: 0 -80px 23px 0;
	padding-top:32px;
}
#page-content {
	text-align: left;
}
#team .team-accordion {
	margin-bottom: 30px;
}
#team .team-member {
	position: relative;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	width: 100%;
}
#team .team-member:after {
	content: "";
	display: table;
	clear: both;
}
#team .text {
	float: left;
}
#team .image {
	display: none;
	float: right;
	text-align: right;
	top: 60px;
	z-index: 1;
}
#team .infos {
	display: none;
}
#c2260 {
	border-top: 1px solid #fff;
}
#team .open .infos, #team .open .image {
	display: block;
}
#team .team-member .arrow {
	cursor: pointer;
	display: block;
	width: 35px /*17.593px*/;
	height: 18px /*35.187px*/;
	position: absolute;
	right: 0;
	top: 10px;
	background: url(../images/pfeilspitze.png) no-repeat;
}
#team .open .arrow {
	display: none;
}
#footer {
	position: relative;
}
#address {
	width: 82%;
	float: left;
}
#meta-navigation {
	float: right;
	width: 8%;
	margin-right:16px;
}
.imprint #seppdobler {
	background-image: none;
	color: #fff;
}

#imprint {
	color:#fff;	
	position: relative;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    width: 100%;
	margin: 0 0px 54px 0;
}

#head-imprint {
	width:980px;
    margin: 20px auto 50px auto;
}

#imprint-bau {
	margin-right:20px;
}

#page-404 {
	margin-top:50px;
	color:#fff;	
    border-bottom: 1px solid #fff;
	padding:10px 0;
	margin: 0 auto 54px auto;
}

/* --------------------------------------------------------------- */
/* --- GRID INHALT ----------------------------------------------- */
/* --------------------------------------------------------------- */


.grid-col-30-left {
	float: left;
	margin: 0 2% 0 0;
	width: 28%;
}
.grid-col-70-right {
	float: right;
	width: 68%;
}
.grid-col-50-left {
	float: left;
	margin: 0 2% 0 0;
	width: 49%;
}
.grid-col-50-right {
	float: right;
	width: 49%;
}

.grid-col-25 {
	float:left;
	width:235px;
	margin:0 10px 0 0;
	color:#fff;
}

.grid-col-25 img {
	max-width:235px;
	height:auto;	
}

.grid-col-25-spalte2 {
	float:left;
	width:235px;
	margin:0 10px 0 0;
	color:#fff;
}

.grid-col-25-spalte2 img {
	max-width:235px;
	height:auto;	
}

.grid-col-25-middle {
	float:left;
	width:235px;
	margin:0 10px 0 9px;
	color:#fff;
}

.grid-col-25-middle img {
	max-width:235px;
	height:auto;	
}

.grid-col-25-last {
	float:left;
	width:235px;
	margin:0 0 0 0;
	color:#fff;
}

.grid-col-25-last img {
	max-width:235px;
	height:auto;	
}

/* --------------------------------------------------------------- */
/* --- META NAVIGATION ------------------------------------------- */
/* --------------------------------------------------------------- */

#meta-navigation {
}
#meta-navigation ul {
	list-style: none;
	text-align: left;
}
#meta-navigation ul li {
}
#meta-navigation ul li a {
}
#meta-navigation ul li a:hover {
}
/* AKTIVER ZUSTAND */
#meta-navigation ul li.act a {
}
#meta-navigation ul li.act a:hover {
}

/* --------------------------------------------------------------- */
/* --- Logos ----------------------------------------------------- */
/* --------------------------------------------------------------- */

.logo-seppdobler-start {
    float: left;

}

.logo-martindobler-start {
    float: right;
}

div#logos-start {
    width: 1080px;
    margin: 350px auto 0 auto;
	color:#fff;
}

div#logo-technik-klein {
    position: absolute;
    right: 39px;
	top:33px;
}

div#logo-bau-klein {
    position: absolute;
    top: 32px;
	right:0;
}

/* --------------------------------------------------------------- */
/* --- INHALTE --------------------------------------------------- */
/* --------------------------------------------------------------- */

.content-column-100 {
	float: left;
	width: 100%;
}
.content-column-50-left {
	float: left;
	width: 48%;
	margin: 0 2%;
}
.content-column-50-right {
	float: left;
	width: 48%;
}

#c3064 {
	color:#fff;
}

#c3098 {
	color:#fff;
}

/* --------------------------------------------------------------- */
/* --- LINK-KLASSEN ---------------------------------------------- */
/* --------------------------------------------------------------- */

span.link-decoration {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	margin-right:3px;
}
span.link-decoration:hover {
	color: #4c4c4c;
	text-decoration: none;
	border-bottom: 1px solid #4c4c4c;
}
a.no-decoration-page span.link-decoration, a.no-decoration-file span.link-decoration, a.no-decoration-url span.link-decoration, a.no-decoration-email span.link-decoration {
	text-decoration: none;
	border: none;
}
a.internal-link-file, a.internal-link-url, a.internal-link-page {
	text-decoration: none;
}
a.mail, a.popup-link-url, a.popup-link-page, a.popup-link-file, a.external-link-file, a.external-link-url, a.external-link-page {
	text-decoration: none;
	position: relative;
}
a.mail span.link-icon, a.popup-link-file span.link-icon, a.popup-link-url span.link-icon, a.popup-link-page span.link-icon, a.external-link-file span.link-icon, a.external-link-url span.link-icon, a.external-link-page span.link-icon {
	width: 14px;
	height: 18px;
	display: inline-block;
	background-image: url(../images/icons/icon-sprite.gif);
	background-repeat: no-repeat;
}
a.external-link-file span.link-icon, a.external-link-url span.link-icon, a.external-link-page span.link-icon {
	background-position: -4px -18px;
}
a.popup-link-file span.link-icon, a.popup-link-url span.link-icon, a.popup-link-page span.link-icon {
	background-position: -40px -18px;
}
a.mail span.link-icon {
	background-position: -58px -18px;
}
a.download, a.pdf, a.word, a.excel, a.powerpoint, a.zip {
	position: relative;
	text-decoration: none;
	padding: 2px 0 2px 22px;
}
a.download span.link-icon, a.pdf span.link-icon, a.word span.link-icon, a.excel span.link-icon, a.powerpoint span.link-icon, a.zip span.link-icon {
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/icons/icon-sprite.gif);
	background-repeat: no-repeat;
}
a.download span.link-icon {
	background-position: -162px -0px;
}
a.pdf span.link-icon {
	background-position: -108px -0px;
}
a.word span.link-icon {
	background-position: -54px -0px;
}
a.excel span.link-icon {
	background-position: -0px -0px;
}
a.powerpoint span.link-icon {
	background-position: -144px -0px;
}
a.zip span.link-icon {
	background-position: -18px -0px;
}
/* --------------------------------------------------------------- */
/* --- PAGE BROWSER ---------------------------------------------- */
/* --------------------------------------------------------------- */

.browsebox {
	list-style-type: none;
	margin: .5em 0 0;
}
.browsebox li {
	display: inline;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.browsebox li a {
	color: #fff;
	padding: 4px 8px;
	border: 1px solid #fff;
	background-color: #F2F2F2;
	margin: 0 2px 0;
}
.browsebox li a:hover {
	background-color: #E2E2E2;
}
.browsebox li.act a {
	text-decoration: underline;
}
/* --------------------------------------------------------------- */
/* --- FORM ------------------------------------------------------ */
/* --------------------------------------------------------------- */

input, textarea {
	border: 1px solid #B2B2B2;
	background-color: #E5E5E5;
	padding: 2px;
	color: #000;
	font-family: 'FrutigerLTW01-45Light';
	font-size: 1em;
}
input[type = "submit"], input[type = "button"], input[type = "reset"] {
	border: 1px solid #B2B2B2;
	background-color: #FFF;
	padding: 2px 5px;
}
input[type = "radio"], input[type = "checkbox"] {
	background: none;
	border: none;
}
input:hover, select:hover, textarea:hover {
	background-color: #CCCCCC;
}
input:focus, select:focus, textarea:focus {
	background-color: #FFFFFF;
}
select {
	font-size: 1em;
	border: 1px solid #666666;
	background-color: #F2F2F2;
	padding: 1px;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
label, select, input[type = "checkbox"], input[type = "radio"], input[type = "button"], input[type = "submit"] {
	cursor: pointer;
}
.js-error {
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid #fff;
	background-color: #F0D9D9;
}
.js-error p {
	color: #fff;
	padding: 0 0 0 15px;
	background-image: url(../images/icons/list_error.gif);
	background-position: left .4em;
	background-repeat: no-repeat;
}
.form-required {
	color: #FF0000;
}
.form-label {
	line-height: 2em;
}
.form-radio {
	background: none;
	border: none;
}
.form-error {
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid #fff;
	background-color: #F0D9D9;
}
.form-error ul {
	list-style-type: none;
	margin: 5px 0 0;
}
.form-error ul li {
	background-image: url(../images/icons/list_error.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 15px;
}
.form-disabled {
}
/* --------------------------------------------------------------- */

/* --- SLIDER FOLGE KLEIN ---------------------------------------- */

/* --------------------------------------------------------------- */
.scrollable-image-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 68.51%;
}
.scrollable-image-slider .items {
	position: absolute;
	height: 100%;
	width: 100%;
}
.scrollable-image-slider .items> div.item {
	height: 100%;
	width: 100%;
}
.scrollable-image-slider a.prev {
	background: url(../images/slider/arrow-left.png) no-repeat center center;
	background-repeat: no-repeat;
	width: 41px;
	height: 41px;
	position: absolute;
	left: 21px;
	top: 50%;
	margin-top: -21px;
	z-index: 200;
	cursor: pointer;
}
.scrollable-image-slider a.prev:hover {
	background: url(../images/slider/arrow-left-on.png) no-repeat center center;
	background-repeat: no-repeat;
}
.scrollable-image-slider a.next {
	background: url(../images/slider/arrow-right.png) no-repeat center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 41px;
	height: 41px;
	right: 42px;
	top: 50%;
	margin-top: -21px;
	z-index: 200;
	cursor: pointer;
}
.scrollable-image-slider a.next:hover {
	background: url(../images/slider/arrow-right-on.png) no-repeat center center;
	background-repeat:no-repeat;
}
.scrollable-image-slider .navi {
	height: 12px;
	position: absolute;
	width: 490px;
	margin: 0 auto;
	z-index: 200;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}
.scrollable-image-slider .navi a.active {
	background-color: #e2001a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-position: left top;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.scrollable-image-slider .navi a {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-origin: padding-box;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto auto;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0;
	width: 12px;
	height: 12px;
}
.scrollable-image-slider .navi a:hover {
	background-color: #e2001a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-position: left top;
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.scrollable-image-slider .items > div.item {
	overflow: hidden;
}
/* --------------------------------------------------------------- */
/* --- MORE / LESS ----------------------------------------------- */
/* --------------------------------------------------------------- */

.readmore {
	display: inline-block;/*margin-bottom:20px;	*/
}
.readmore > span {
	display: none;
}
.readmore.close > .more {
	display: block;
}
.readmore.open > .less {
	display: block;
}
.more {
	color: #4c4c4c;
	text-decoration: underline;
}
.less {
	color: #4c4c4c;
	text-decoration: underline;
}
