@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600);
@import url("/styles/form.css");

html,body 		{ height:100%; margin: 0; padding: 0; min-height: 100%; }
body#mainbody 	{ font-family: "Source Sans Pro", Arial,sans-serif; font-size: 16px; font-weight: 400; }
table			{ border-collapse:collapse;}

.absolute		{ position: absolute; z-index: 20; }
.relative 		{ position: relative; z-index: 10; }
.fixed			{ position: fixed; }
.centered		{ position: relative; z-index: 10; margin-left:auto; margin-right:auto; }
.topleft		{ left: 0; top: 0; right: auto; bottom: auto; }
.bottomleft		{ left: 0; bottom: 0; right: auto; top: auto; }
.topright		{ right: 0; top: 0; bottom: auto; left: auto; }
.bottomright 	{ right: 0; bottom: 0; top: auto; left: auto; }
.uppercase		{ text-transform: uppercase; }
.nouppercase,
.nouppercase a	{ text-transform: none !important; }
.block			{ display: block; }
.inline 		{ display: inline; }
.inline-block	{ display: inline-block; }
.max			{ max-width: 1240px; }
.full			{ width: 100%; }
.nomargin		{ margin: 0 !important; }
.nomarginbottom	{ margin-bottom: 0 !important; }
.nomargintop	{ margin-top: 0 !important; }
.nopadding		{ padding: 0 !important; }
.tleft			{ text-align: left; }
.tright			{ text-align: right; }
.tcenter		{ text-align: center; }
.italic			{ font-style: italic; }
.clear			{ clear: both; float: none !important; }
.responsive		{ max-width: 100%; height: auto; }
.shadow			{ -webkit-box-shadow: 0 0 5px 0 #616161; box-shadow: 0 0 5px 0 #616161; padding: 10px !important; background: white; }
:focus 			{ outline: 0; }
.noverflow		{ overflow: hidden; }
.shadow			{ -webkit-box-shadow: 0 0 6px 0 #616161; box-shadow: 0 0 6px 0 #616161; }
:focus 			{ outline: 0; }
.noborder 		{ border: none !important; }
.required, 
.error, 
.invalid 		{ border-color: red; }
.ninja			{ visibility: hidden; }
.transition, a	{ -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.mm-opened #mobheader { position: relative;}
.space 			{ height: 10px; position: relative; width: 100%; background: none; float: left; }

.size-s-16		{ font-size: 16px; }
.size-s-20 		{ font-size: 20px; }
.size-s-22 		{ font-size: 22px; }
.size-s-25 		{ font-size: 25px; }
.size-s-30 		{ font-size: 30px; }

.topgap			{ margin-top: 15px; }
.bottomgap 		{ margin-bottom:15px; }
.leftgap		{ margin-left: 15px; }
.rightgap		{ margin-right: 15px; }
.gap			{ margin-top: 15px; margin-bottom: 15px; }

.padding5		{ padding: 5px; }
.padding10		{ padding: 10px; }
.padding15		{ padding: 15px; }
.padding20		{ padding: 20px; }
.padding30		{ padding: 30px; }
	.padding5-0		{ padding: 5px 0; }
	.padding10-0		{ padding: 10px 0; }
	.padding15-0		{ padding: 15px 0; }
	.padding20-0		{ padding: 20px 0; }
	.padding30-0		{ padding: 30px 0; }	
.padding0-5		{ padding: 0 5px; }
.padding0-10	{ padding: 0 10px; }
.padding0-15	{ padding: 0 15px; }
.padding0-20	{ padding: 0 20px; }
.padding0-30	{ padding: 0 30px; }
	.nopaddingleft	{ padding-left: 0 !important; }
	.nopaddingright { padding-right: 0 !important; }
	.nopaddingtop	{ padding-top: 0 !important; }
	.nopaddingbottom{ padding-bottom: 0 !important; }

.z10			{ z-index: 10; }
.z20			{ z-index: 20; }
.z30			{ z-index: 30; }
.z40			{ z-index: 40; }
.z50			{ z-index: 50; }
.z60			{ z-index: 60; }
.z100			{ z-index: 100; }

.radius2		{ -webkit-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; }
.radius5		{ -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; }
.radius10		{ -webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px; }

ol {
    padding-left: 0px;
}

.unsichtbar,
.d-none {
	display: none !important;
}

/* BUTTONS */
#mainbody .btn, 
#mainbody .button, 
#submit, .whitebtn,
input[type="submit"], 
button[type="submit"] 	{ 
	background: #900; 
	font-size: inherit;
	border: none; 
	width: auto; 
	padding: 7px 20px; 
	height: auto; 
	text-align: center; 
	color: white; 
	border-radius: 10px; 
	-webkit-border-radius: 10px; }
	
.btn:hover, .button:hover, 
input[type=submit]:hover{ background: #828282 !important; }	
.whitebtn { background: #EBEBEB; color: #900; display: inline-block; margin: 15px 0 0; padding: 4px 20px; width: 170px; }
.whitebtn:hover { background: #bebebe; }

/* COLORS */
h1 								{ color: Black; }
h2 								{ color: Black; }
h3								{ color: Black; }
a, a:visited, a:focus,
a.fa, a.glyphicon				{ color:#900; font-weight: 400; }
a:hover, a:active 				{ color: black; }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1						{ font-size: 30px; margin: 0 0 20px; padding: 0 0 0 0; font-weight: normal; }
h2						{ font-size: 20px; margin: 0 0 20px; padding: 0; line-height: 125%; font-weight: 300; text-transform: uppercase; color: #858282; letter-spacing: 2px; }
h2.lead					{ font-size: 20px; margin: 0 0 20px; padding: 0; line-height: 125%; font-weight: 400; text-transform: none; color: black; letter-spacing: 0px; }
h3 						{ font-size: 16px;  padding-bottom: 0; line-height: 135%; font-weight: bold; margin-bottom: 0; }
.pagetitle, 
.footertitlewrapper		{ display: inline-block; background: url(/images/line.gif) repeat-x center center; padding: 0 10px; margin-bottom: 10px; text-align: center; margin-top: 10px; }
.pagetitle h2 			{ background: white; padding: 0 7px; margin: 0; display: inline-block; }
h2 a 					{ font-weight: 400;}
.longtitle				{ font-size: 20px; font-weight: 400; }
.footertitlewrapper		{ background: url(/images/whiteline.gif) repeat-x center center; }
.footertitle 			{ background: #900; padding: 0 7px; display: inline-block; }
p						{ line-height: 140%; margin: 10px 0; }
ul						{ margin: 10px 0 10px 15px; padding: 0; }
ul li					{ margin: 0 0 3px 0; list-style: square; }
a, a:visited, a:focus	{ text-decoration:none; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; outline:none; }
a:hover, a:active 		{ text-decoration: none; }
img 					{ border: none; max-width: 100%; }
td						{ vertical-align: top; padding: 0 15px 10px 0; }
i.postal-code			{ font-style: normal; }
hr 						{ border:none; height: 1px; background: none; border-bottom: 1px dotted black; margin: 10px 0; }
b, strong				{ font-weight: 400; }

#mobmenu				{ display: none; }
#mobmenu.mm-opened 		{ display: block; }

/* MOBHEADER */
#mobheader { background: #E6E6E6; height: 70px; position: fixed; width: 100%; overflow: hidden; margin-bottom: 20px; }
#mobheader .basket { color: white; text-align: center; font-size: 14px; font-weight: 400; padding: 10px 0 5px; }
#mobheader span { display: block; }
#mobheader i { font-size: 25px; }
#mobheader .col-xs-2 { background: #E6E6E6; height: 70px; padding: 0; }
#mobmeta, .mobmenu { display: block; height: 100%; width: 100%; text-align: center; background: none; padding: 0 10px; font-size: 41px; }

/* METALINKS */
#metanav { display: none; position: relative; background: #e6e6e6; margin-top: 71px; float:left; width: 100%; border-top: 2px solid white;  }
.metalinks { margin: 0; padding: 10px; clear: both; }
.metalinks li { margin: 0; position: relative; list-style: none; float: left; padding: 0; }
.metalinks li a,
.metalinks li .toBottom { display: block; background:#900; text-align: center; color: white; padding: 5px; height: 80px; margin: 0 10px 10px 0; font-size: 14px; font-weight: 400; line-height: normal;  }
.metalinks li a i,
.metalinks li .toBottom i { display: block; border-top: 1px dotted white; font-size: 22px; padding: 5px 0 0 0; margin: 5px 0 0 0; clear: both;}
.metalinks li a i.icon-basket, 
.metalinks li a i.icon-down-open,
.metalinks li .toBottom i.icon-basket, 
.metalinks li .toBottom i.icon-down-open { font-size: 22px; }
.metalinks .metastand, 
.metalinks .metasoc { display: none;  position: absolute; margin-top: -20px; width: 100%; top: 100%; left: -15px; }
.metalinks li:hover ul { display: block; }
.metalinks li ul li { list-style: none; margin: 0; position: relative; float: none; width: 100%; }
.metalinks li ul li a { display: block; background: #828282; color: white; padding: 10px; height: auto; font-size: 16px; font-weight: 300; text-transform: none; border-top: 3px solid white; }
.metalinks .metasoc a { text-align: left; }
.metalinks li ul li a:hover { background: #900; color: white; }
.metalinks li ul li a i { float: left; font-size: 22px; color: white; border-top: none; margin-top: -5px; margin-right: 10px; padding: 0; }

.showscroll { display: none; }
.sticky .hidescroll { display: none; }
.hidescroll, .hidescroll:hover { color: white; }
#mobheader .basket { background: none; padding: 0; height: 70px; border: none; }
#mobheader .basket .basket { background: #900; height: 70px; padding: 0; }
#mobheader #moblogo { width: 100%; text-align: center; }
#mobheader #moblogo .gedex{ width: auto; max-width: 100%; max-height: 45px; height: auto; margin: 15px auto 0 auto;}
#mobheader #moblogo .g{ margin-top: 9px; max-width:80px; display: inline-block; position: relative; margin-left: auto; margin-right: auto; }
#mobheader .icon-basket { margin-top: 17px; display: block; }

/* LOGO */
.logo { text-align: center; margin: 20px auto 0; padding-top: 70px; }
#logo { margin:auto; display: block; text-align: center; }
#logoimg { display: inline-block; position: relative; margin: auto; }

/* CONTENT */ 
.contentwrapper { margin-bottom: 15px; }
.price { display: block; font-size: 35px; }
.btn { display: block; }
#content { padding: 90px 0 20px 0; border-bottom: 1px dotted black; text-align: center; }
.t7 #content { text-align: center; border: none; }
#content .rightimg { padding-top: 5px; }
#content img { -webkit-box-shadow: 0 0 5px 0 #616161; box-shadow: 0 0 5px 0 #616161; padding: 10px; background: white; }
.box { padding-bottom: 15px; }

/* EXPAND CONTENT */
.expand { display: block; margin-bottom: 20px; margin-top: -10px; }
.expand .more { border-bottom: 1px dotted black; margin-bottom: 5px; }
.expand:hover .icon-plus-squared-alt { display: none; }
.expand .icon-plus-squared { display: none; }
.expand:hover .icon-plus-squared { display: block; }
.contentwrapper .expand { margin-top: 30px; }
.content { display: none; }

/* OWL */
#mainbody .owl * { min-height: 1px; }
.owl-product.border { border-bottom: 1px dotted black; }
.owl-pagination { background: url(/images/dotted.gif) repeat-x left center; height: 26px; margin-bottom: 15px; }
.owl-page { background: white; margin-top: 1px; }
.owl-pagination { display: none; }
.owl-buttons { position: absolute; width: 100%; top: 50%; margin-top: -30px; z-index: 100; }
.owl-buttons .owl-prev { position: absolute; left: 0px; font-size: 0px !important; }
.owl-buttons .owl-next { position: absolute; right: 0px; font-size: 0px !important; background-position: right bottom; }
.owl img { background: none !important; box-shadow: 0 0 0 0 !important; padding: 0 !important; }
.owl .btn { margin: 15px 0px; }

/* HOME */
.cl { padding: 10px 0 0 0;}

/* EVENTS */
#events { text-align: center; }
.event { padding: 20px 0; }
.event hr { margin: 7px 0; }
.standort, .teilnahme{ font-weight: 600; margin-bottom: -5px; }
.date { font-size: 30px; font-weight: 400; }
.eventtext { text-align: left; }

/* KONTAKTBOX */
.contactbox { padding: 20px 0; text-align:center; }
.contacttext { padding-bottom: 10px; }
.contactdata { text-align: center; }
.contactdata .btn { display: inline-block; }
.contactperson img { width: 50%; margin-left: 25%; }

.contact { border-bottom: none; }

/* DIENSTLEISTUNGEN */
#dienstleistungen { border: none; }
.service { text-align: center; }
.service h2 { border-bottom: 1px dotted black; margin-top: 20px; padding-bottom: 5px;}
.service .excerpt { margin-top: 15px; }
.service a:hover img { opacity: 0.5; }
.more { text-transform: uppercase; letter-spacing: 1px; display: block; padding: 5px 0;  }

/* REFERENZEN */
.referenzen img { margin: 15px 0px; }

/* PARTNER */
#partner .button-group { margin: 20px 0 30px 0; }
#partner .button { border-radius: 0px; margin: 0 3px 3px 0; }
#partner .button.is-checked { background: #828282 !important; }
#partner .grid .element-item { margin-bottom: 30px; }
#partner .grid .element-item img { width: 100%; }
#partner .grid .element-item a:hover img { opacity: 0.5; }

/* ADRESSE */
.adresse { margin-bottom: 40px; }
.adresse span { display: block; padding: 0; }
.adresse span.plz,
.adresse span.location { display: inline-block; padding: 0; }
.adresse span.phone { padding-top: 5px; }

/* BLOG */
#comments { margin-top: 20px; }
.blogbox { clear: both; text-align: center; padding-bottom: 15px; }
.blogbox .more { padding: 0 30px 7px; border-bottom: 1px dotted black; display: inline-block; }
.introtext { padding-bottom: 25px; }
.postimage { margin: 0 0 10px 0; }
.postimage img { max-width: 100%; height: auto; }
.postimage:hover img { opacity: 0.5; }
.posttitle { display: block; font-size: 20px; }

/* NAVI */
#mainnav, #mainnav ul { padding: 0; margin: 0; }
.navi li { list-style: none; margin: 0; position: relative; }
.navi li ul { display: none; position: absolute; } 
.navi li:hover > ul { display: block; }
.navi li > ul { top: 100%; left: 0; width: 100%; }
.navi li ul ul { top: 0; left: 100%; padding-left: 3px !important; }
.navi li.fourth ul ul, .navi li.last ul ul { top: 0; left: auto; right: 100%; padding-right: 3px !important; }
.navi li a { display: block; font-size: 15px; font-weight: 300; color: black; padding: 10px; }
.navi li a:hover, .navi li.current > a { background: #900; color: white; }
.navi > li { float: left; width: 16.6%; border-right: 3px solid white; }

.navi > li.last { border: none; }
.navi > li > a { background: #e1e1e1; text-transform: uppercase; height: 80px; padding: 30px 0 0 0; text-align: center; overflow: visible; font-weight: 400; }

.navi > li:last-child a { background: #900; color: white; }

.navi li li { width: 200px; }
.navi > li > ul a { background: #828282; border-top: 3px solid white; color: white; text-align: center; padding: 12px 5px; }
.navi li.current li.current > ul { display: block; }
.navi > li > ul > li > ul > li > a { background: #a8a8a8; } 

/* GRADIENT */
.gradient { border-bottom:1px dotted black; }
.contact .gradient,
.contactbox .gradient { border: none; }
.gradient {
	background: #ffffff; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 20%, #e1e1e1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(20%,#ffffff), color-stop(100%,#e1e1e1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 20%,#e1e1e1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 20%,#e1e1e1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 20%,#e1e1e1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 20%,#e1e1e1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e1e1e1',GradientType=0 ); /* IE6-8 */
}

/* FOOTER */
#mainfooter { background: #900; text-align: center; color: white; padding-bottom: 15px; }
#mainfooter .btn { background: #EBEBEB; color: #900; display: inline-block; margin: 15px 0 0; padding: 4px 20px; }
#mainfooter .btn:hover { background: #bebebe !important; color: black; }
#mainfooter #kontaktform a { color: #EBEBEB; }
#mainfooter hr { margin: 20px 20px 10px 20px; border-color: white !important; }
.top50 { margin-top: 50px; }
.toTop	{ float: right; right: 15px; font-size: 40px; color: #900; cursor: pointer; }				
.footertitle { text-transform: uppercase; font-size: 20px; font-weight: 400; }
#copyright { padding: 15px; font-size: 14px; }
#copyright ul,#copyright ul li { margin: 0; padding: 0; list-style: none; }
#copyright ul { padding-bottom: 10px; }
#copyright ul li a { display: inline-block; width: 200px; padding: 7px 0 5px; border-bottom: 1px dotted black; text-transform: uppercase; letter-spacing: 2px; }

/* TOGGLE */
.toggle { display: none; padding: 15px; position: relative; width:100%; float: left; }		
.toggle a { text-transform: uppercase; }
.toggle .shadow { background: white; padding: 10px; }
.toggle i.glyphicon-remove { position: absolute; right: 25px; top: 25px; font-size: 24px; color:#900; padding: 0 !important; }
#mobmeta.active { color: black; }

#togglemeta { font-size: 20px; }
#togglemeta .shadow { padding-right: 45px; padding-bottom: 0; }
#togglemeta ul, #togglemeta li { margin: 0; padding: 0; list-style: none; }
#togglemeta a { display: block; float: left; background: #f07e00; color: white; border-radius: 5px !important; -webkit-border-radius: 5px !important; text-align: center; font-size: 14px; text-transform: uppercase; margin:0 10px 10px 0; padding:10px; height: 80px;  }
#togglemeta a:hover, #togglemeta a.active { background: black; }
#togglemeta a:hover i, #togglemeta a.active i { color: black; }
#togglemeta i { font-size: 25px; background: white; color:#f07e00; border-radius: 5px; -webkit-border-radius: 5px; display: block; padding-top: 5px; padding-bottom: 5px; }
#togglemeta span { display: block; margin: 10px 0; }

#togglestandort ul { padding: 0; margin: 30px 0 0 0; width: 100%; }
#togglestandort ul li { list-style: none; position: relative; height: 50px; }
#togglestandort ul li a { display: block; background: #e6e6e6; font-size: 16px; font-weight: 400; color: black; padding-left: 10px; line-height: 50px; }
#togglestandort ul li a:hover { background: #900; color: white; }
 
#togglesocialmedia { float: left; width: 100%; }	
#togglesocialmedia ul { padding: 0; margin: 30px 0 0 0; width: 100%; }
#togglesocialmedia ul li { list-style: none; position: relative; height: 50px; }
#togglesocialmedia ul li a { display: block; background: #e6e6e6; font-size: 16px; font-weight: 400; color: black; padding-left: 10px; line-height: 50px; }
#togglesocialmedia ul li a:hover { background: #900; color: white; }

.hauptsitz { padding-bottom: 25px;   }

/*******************/		
/** TEMPLATES ******/		
/*******************/	

.t21 #content { border-bottom: 0; }
.t21 .contact .pagetitle span,
.t21 .contact .pagetitle { margin-bottom: -3px; padding-bottom: 0; }

/* AKKORDEON */
.trigger { margin-top: 15px; }
.trigger:hover, .trigger *:hover { cursor: pointer; }
.accordion .more { display:block; position:relative; background:#900; color:white; text-transform: none; padding-right: 34px !important;  }
.accordion .more span { float:right; color:white; font-size: 16px; }
.accordion .trigger:hover .more,
.accordion .trigger_active .more { background: #828282 !important; }
.accordion .location { font-weight:normal;  }
h3.trigger, h3.trigger2 	{ background: #E8E8E8; margin-bottom:0; padding-bottom:0; border: none;-moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
h3.trigger b, h3.trigger2 b { padding-top: 10px; }
h3.trigger b, h3.trigger2 b, span.location { text-transform: none; display: block; padding:10px 10px 0 10px; margin: 0; }
span.location { font-size: 15px; padding-bottom: 4px; }
span.more.postlink { margin-top: 5px; font-weight: bold; padding: 7px 10px; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
span.more .icon-up-open { display: none; }
span.more > span { position: absolute; top: 50%; right: 5px; margin-top: -11px; }
.acctext { padding: 5px; }

.trigger:hover * { cursor: pointer; }
.trigger:hover span.more, trigger.trigger_active span.more { background-color: black; }
.trigger.trigger_active span.more .icon-up-open { display: block; }
.trigger.trigger_active span.more .icon-down-open { display: none; }
.accordion .gallery { position: relative; padding: 5px;  }


@media only screen and (min-width: 451px) {
	
.hauptsitz { padding-bottom: 0;   }	
#dienstleistungen { border-bottom: 1px dotted black; }

.contactdata { text-align: right; }
.contactperson img { width: auto; margin-left: 0; }

} 

@media only screen and (min-width: 721px) { 

#maincontainer, #widecontent, #content, .mm-page { min-height: 100%;  }
#maincontainer 	{ position: relative; margin: auto;  }
#content { padding: 20px 0; }
.logo { margin-bottom: 20px; padding-top: 0px; }
#metanav { margin-top: 0; }

/* CONTENT */
#content { text-align: left; }
.t7 #content { text-align: center; }
.expand { display: none; }
.contentwrapper .expand { display: block !important; }
.t7 .contentwrapper { height: 100%; display: block; position: relative; padding-bottom: 70px; }
.t7 .contentwrapper .expand { position: absolute; bottom: -49px; top: auto; width: 100%; }
.content { display: block; }

.box.tcenter { text-align: left; }

/* OWL */
.owl-buttons { display: none; }
.owl-pagination { display: block; }

/* BLOG */
.blogbox .more { border-bottom: none; }
.blogbox .border { border-top: 1px dotted black; }
.blogbox .posttitle { margin-top: 10px; }

/* METALINKS */
#metanav { display: block; background: none; padding-top: 0px; margin-bottom: 0px; }
.metalinks { padding: 0; }
.metalinks li a,
.metalinks li .toBottom { display: block; text-transform: uppercase; border-radius: 0; -webkit-border-radius: 0; background:none; text-align: center; color: #900; padding: 10px; height: 110px; margin:0; font-weight: 400; }
.metalinks li a:hover { color: black; }
.metalinks li a i { color:black; border-color: black; font-size: 20px; }
.metalinks .cart span { display: block; background: #900; color: white; padding: -10px; border-top: 10px solid #900; border-right: 10px solid #900; border-bottom: 5px solid #900; border-left: 10px solid #900; margin: -10px -10px -5px -10px; }
.metalinks .cart i { color: #900; border-top: none; }

/* BREADCRUMBS */
#breadcrumbs { height: 42px; font-size: 14px; color: black; min-height: 0 !important; padding: 10px 15px; }
#breadcrumbs b { display: inline-block; padding: 0 3px; }
#breadcrumbs.border { border-bottom: 1px dotted black; }
#breadcrumbs .B_crumbBox { margin:8px 0 0 0; display: inline-block; }
#breadcrumbs .B_crumbBox li { display: inline; }
.share { font-size: 22px; min-height: 0 !important; bottom: 0; top: auto; }

/* FOOTER */
.top50 { margin-top: 0px; }

}


/* ------------------------------------------------------------------------------- */
/* min width: 1025px -------------------------------------------------------------- /
/* ------------------------------------------------------------------------------- */
@media only screen and (min-width: 1000px) {
	.logo { margin: 0.6% 0 0 0; }	
	#logoimg { display: inline-block; position: relative; margin: auto; width: 100%; }
	.box ul { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }	
	
	body#mainbody { font-weight: 300; }
	
	/* BLOG */
	.blogbox .border { border-top: none; }
}
	
@media only screen and (min-width: 1240px) {
	.logo { margin: 0; }
}

/* IE10+ specific styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {}

/* WEBKIT BROWSERS */
@media only screen and (-webkit-min-device-pixel-ratio:0) {}	


/**********************/
/* SITEMAP ************/
/**********************/
body #content #sitemap ul, body #content #sitemap li {
  list-style: none;
  margin: 0 0 0 0 !important;
  padding: 0;
  line-height: normal; 
}

#sitemap span.none, #sitemap span.vert, #sitemap span.last, #sitemap span.midd {
  width: 24px;
  height: 18px;
  margin-left: 1em;
  background: transparent 0px 0px no-repeat;
  display: block;
  float: left;
}

.icon-instgram-squared {
    width: 20px;
    height: 30px;
    background: url('https://www.gedex.ch/images/instagram.svg');
    background-repeat: no-repeat;
    padding: 15px 30px 5px 0 !important;
    background-position: center center;
    background-size: 20px;
}

.instagram-squared2 {
    width: 20px;
    height: 26px;
    background-image: url('https://www.gedex.ch/images/instagram-black.svg');
    background-repeat: no-repeat;
    padding: 15px 23px 5px 0 !important;
    background-position: center bottom;
    background-size: 14px;
    display: inline-block;
}

body #content #sitemap ul ul { margin-top: 3px !important; }

#sitemap span.vert {background-image: url(/images/map_vert.gif);}
#sitemap span.last {background-image: url(/images/map_last.gif);}
#sitemap span.midd {background-image: url(/images/map_midd.gif);}
#sitemap ul li { padding-bottom: 2px; margin-bottom: 0; }
#sitemap ul li a { font-size: 14px; font-weight: normal; padding-bottom: 3px; }

#sitemap ul span.vert, 
#sitemap ul span.last 			{ display: none; }
#sitemap ul ul span.vert 		{ display: block; }
#sitemap ul ul span.vert2, 
#sitemap ul ul span.vert3 		{ display: none; }
#sitemap ul ul ul span.vert2	{ display: block; }
#sitemap ul ul ul span.vert3 	{ display: none; }
#sitemap ul ul ul ul span.vert3 { display: block; }

#sitemap ul li.last span.midd 	{ display: block; }
#sitemap ul li.last span.last 	{ display: none; }
#sitemap ul li.last ul li span.midd { display: block; }
#sitemap ul li.last ul li span.last { display: none; }
