@charset "utf-8";
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/roboto-v18-latin-100.eot'); /* IE9 Compat Modes */
	src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/roboto-v18-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v18-latin-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v18-latin-100.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v18-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v18-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* roboto-500 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
	src: local('Roboto Medium'), local('Roboto-Medium'),  url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */  url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Roboto Bold'), local('Roboto-Bold'),  url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */  url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */  url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */  url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */  url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
	font-display: swap;
}
html {
}
body {
	font-family:'Roboto', sans-serif;
	background-color: #333333;
	margin: 0;
	padding: 0;
	color: #000;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.container {
	width: 100%;
	clear: both;
}
ul, ol, dl {
	padding: 0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p {
	padding-right:0;
	padding-left:0;
}
a img {
	border: none;
}
.logo {
	float:left;
	width:30%;
	padding:2% 5% 0.5% 5%;
	margin:0% auto;
	text-align:center;
}
.logo img {
	position: relative;
	width:100%;
	max-width:18em;
	height:auto;
	margin:0 auto;
}
.display1 {
	display:block;
	}
.display2 {
	display:none;
	}
a:link {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color:#ccc;
	text-decoration: none;
}
/*Menubar TOP*/
#menubar {
	display:block;
	padding:0.625em 0em 0.25em 0em;
	margin:0;
}
#menubar ul {
	display:block;
	text-align:center;
	padding-top:5px;
}
#menubar ul li {
	display:inline;
}
.activ {
	border-bottom:5px solid #ccc;
	padding-bottom:5px;
}
#menubar ul li a.menubutton, #menubar {
	display:none;
}
.menu-wrapper-top {
	position: relative;
	top:0;
	left:0;
	padding:0%;
	z-index:100;
	background-color:#fff;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.34);
	box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.34);
}
#hauptmenue {
	float:left;
	width:69.5%;
	position:relative;
	margin:1% auto 0% auto;
	padding:2.5% 0% 2% 0%;
	z-index:10;
}
#hauptmenue ul {
	display:block;
	padding-left:2%;
	text-align:center;
}
#hauptmenue ul li {
	display:inline;
	font-weight:300;
	font-size:1.1em;
	list-style:none;
	margin-right:1.5em;
}
#hauptmenue ul li a {
	line-height:2.5em;
	padding:0em;
	color:#000;
	font-weight:300;
	text-decoration: none;
}
#hauptmenue ul li a:hover {
	color:#666;
}
#hauptmenue ul ul {
	display:none;
	background-color:#f6f6f6;
}
#open_submenu_1, #open_submenu_2 {
	position:relative;
}
#hauptmenue ul ul#sub_menu_1 {
	position: absolute;
	top: 2em;
	left:-3em;
	padding:0.5em 0.5em;
	min-width:12em;
	text-align:center;
}
#hauptmenue ul ul#sub_menu_2 {
	position:absolute;
	top: 2em;
	left:1em;
	padding:0.5em 0.5em;
	min-width:10em;
	text-align:center;
	z-index:100;
}
#hauptmenue ul ul li {
	float: none;
	display: block;
	margin-right:0em;
	min-width:10em;
	font-size:80% !important;
}
#hauptmenue ul ul li a {
	padding:0em 0.25em 0em 0.25em;
	font-weight:300;
}
.phonestyle {
	position: absolute;
	right:2em;
	max-width:20em;
	padding:0.25em 2em;
	margin:0% 3% ;
	background-color:#333; 
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	z-index:500;
	}
.phonestyle p {
	padding:0;
	margin:0;
	font-size:90%; 
    color:#666; 
    font-weight:500;
	}
.header-img img {
	margin-bottom:-5px;
}

.content-top {
	width:100%;
	margin:0 auto;
	padding:2%;
	max-width:90em;
}
.hl-wrapper {
	width:100%;
	margin:1% auto;
	max-width: 85em;
	padding:1% 1% 3% 1%;
	color:#fff;
}
.hl-wrapper h1 {
	font-size:3em;
	text-align:center;
	font-weight:300;
	text-shadow:1px 2px #000;
}
.hl-wrapper h2 {
	font-size:1.25em;
	text-align:center;
	font-weight:300;
}
.content {
	width:100%;
	margin:0 auto;
	padding:2%;
	max-width:105em;
}
.content h1 {
	font-size:2.25em;
	text-align:center;
}
.content h2 {
	font-size:2.5em;
	text-align:center;
	padding-bottom:3%;
	font-weight:300;
	color:#FFF;
}
.content-flt {
	float:left;
	width:80%;
}
.content-flrt {
	float:left;
	width:20%;
	background-color:#fff;
	min-height:400px;
}
.fs-lo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:center;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-weight:400;
	max-width:25em;
	padding:3% 0% 1% 0%;
	margin:0 auto;
	color:#666;
}
.fs-hl {
	font-size:2em !important;
	font-weight:300 !important;
	text-align:left !important;
}
.fs-sl {
	text-align:center;
	font-size:1.125em !important;
	font-weight:300;
	margin:0% auto 5% auto;
}
.fs12 {
	color:#fff;
	font-weight:300;
}
.fs-y {
	color:#fff;
	font-size:1.125em;
	font-weight:700;
	border-bottom:3px solid #404694;
	padding-bottom:5px;
}
.fs-x {
	color:#666;
	font-size:1.125em;
	font-weight:700 !important;
	border-bottom:3px solid #ccc;
	padding-bottom:5px;
}
.fs-24 {
	font-size:2.25em !important;
	font-weight:300 !important;
}
.fs-18 {
	font-size:20px;
	width:100%;
	font-weight:300;
	max-width:50em;
	margin:2% auto;
	text-align:justify;
	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
     hyphens: auto;
	}
.fs-18b {
	font-size:24px;
	width:100%;
	font-weight:300;
	max-width:40em;
	margin:2% auto;
	text-align:center;
	line-height:1.6;
	}
.fs-dl {
	font-size:24px;
	width:100%;
	font-weight:500;
	margin:2% 0% 2% 3%;
	text-align:left;
	}
.fs-14 {
	font-size:14px;
	}
.break {
	-webkit-hyphens: auto !important;
	-moz-hyphens: auto !important;
	-ms-hyphens: auto !important;
	hyphens: auto !important;
}
.content-box-1-0 {
	width:100%;
	margin:0% 0% 3% 0%;
	padding:2% 3% 3% 3%;
	font-size:110% !important;
	font-weight:300;
	background-color:#fff;
}
.content-box-1-1 {
	width:90%;
	margin:0% 5% 5% 5%;
	padding:2% 3% 3% 3%;
	border-top:8px solid #404694;
	font-size:110% !important;
	font-weight:300;
	background-color:#fff;
}
.content-box-1-2 {
	float:left;
	width:46%;
	margin:0% 2% 0% 2%;
	padding:1%;
	color:#333;
	min-height:200px;
	background-color:#fff;
	border-radius:5px;
	animation: animateright 0.4s;
	
}
.content-box-1-2-ref {
	float:left;
	width:48%;
	margin:0% 1% 0% 1%;
	padding:0%;
	}
.content-box-1-2-l {
	float:left;
	width:38%;
	margin:0% 1% 0% 1%;
	padding:1%;
	
}
.content-box-1-2-r {
	float:left;
	width:58%;
	margin:0% 1% 0% 1%;
	padding:1%;
	
}
.center {
	text-align:center !important;
	}
	
.content-box-1-2 p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align:center;
	line-height:1.3;
}
.content-box-1-1 p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	line-height:1.3;
}
.content-box-1-4 {
	float:left;
	width:23%;
	margin:1%;
}
.content-box-1-4 img {
	width:100%;
	height:auto;
}
.middle {
	background-color:#222;
	background-image:url(../images/hemmerschuetz-Hoehenarbeiten-im-Seil-3.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center top;
}
.middle-wrapper {
	padding:3% 0%;
}
.middle-wrapper p {
	font-size:110%;
	font-weight:300;
}
.kategorie {
	background-color:#222;
	padding:2% 0% 4% 0%;
	background-image:url(../images/hemmerschuetz-bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}
.kat-box {
	float:left;
	width:24%;
	background-color:#f6f6f6;
	margin:0.5%;
	padding-top:8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.34);
	box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.34);
}
a:hover .kat-box {
	z-index:200;
	background-color:rgba(224,224,224,1);
}
.kat-box img {
	width:100%;
	height:auto;
}
a:hover .kat-box img {
	opacity:0.84;
}
.img-text {
	padding:0;
	margin:0;
}
.img-text p {
	color:#000;
	font-size:1.25em;
	font-weight:300;
	text-align:center;
	margin:0;
	padding:1.5% 1% 3.5% 1%;
}
.phg {
	padding:3px 5px;
	background-color:#333;
	border-radius: 3px;
	}
.galerie img {
	width:100%;
	height:auto;
	border-radius:5px;
	}
.gal-img {
	position:relative;
	width:24%;
	height:auto;
	margin:0.45%;
	float:left;
	text-align:center;
		}
.gal-img p {
	position:absolute;
	left:1em;
	bottom:0em;
	color:#fff;
	font-weight:400;
	z-index:1000; 
}
.left_20 {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	background-color:#FC0;
	padding:3% 3% 3% 6%;
	margin:1% 0%;
	color:#000;
	font-size:110%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.left_20 li {
	padding:0.75% 0%;
	font-weight:300;
	font-size:90% !important;
}
.hotline {
	background-image:url(../images/hotline-bg.jpg);
	background-position: left bottom;
	background-repeat:no-repeat;
	background-size:cover;
	padding:12% 0% 0% 0%
}
.hotline img {
	margin-bottom:-4px;
}
.hline-fs {
	font-size:2.75em;
	font-weight:500;
	color:#333;
	padding-top:0;
	margin-top:0;
	text-align:center !important;
}
.dark {
	text-align:center !important;
	color:#000;
	font-size:120%;
	font-weight:300;
}
.button {
	text-align:center;
	font-size:120%;
	font-weight:500;
	color:#ffffff;
	padding:1em 3%;
	width:100%;
	max-width:20em;
	margin:4% auto 0% auto;
	background-color:#404694;
	/*background-image:url(../images/button-bg.jpg);*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.distance-bottom {
	margin-bottom:5%;
}
.border-top {
	border-top:8px solid #f9c800;
}
.content-hotline {
	width:100%;
	margin:0 auto;
	max-width:60em;
}
.partner {
	background-color:#f6f6f6;
	background-color:#222;
	background-image:url(../images/hemmerschuetz-Hoehenarbeiten-im-Seil-4.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center top;
	
	padding:5% 0%;
}
.content-partner {
	width:100%;
	margin:0 auto;
	max-width:80em;
}
.fs-pa {
	text-align:center;
	font-size:2.5em;
	font-weight:300;
	margin-bottom:5%;
}
dl.portfolio_img {
	float:left;
	width:31.3%;
	margin:1%;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#f6f6f6;
}
dl.portfolio_img img {
	width:100%;
	height:auto;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
dl.portfolio_img_2 {
	float:left;
	width:210px;
	font-size:12px;
	min-height:180px;
	margin-left:10px;
	margin-bottom:10px;
	-moz-box-shadow: 1px 1px 2px #666;
	-webkit-box-shadow: 1px 1px 2px #666;
	box-shadow: 1px 1px 2px #666;
}
dl.portfolio_img dd, dl.portfolio_img_2 dd {
	padding:1.5% 2%;
	margin:0;
	min-height:3.5em;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:0.75em;
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.hg-y {
	background-color:#FC0;
}
footer {
	background-color:#222;
	padding:2% 0% 0% 0%;
}
.footer-inner {
	margin:0% 3%;
	font-weight:300;
}
.footer-box-1-2 {
	float:left;
	width:21%;
	margin:2%;
	color:#fff;
}
.footer-box-1-3 {
	float:left;
	width:46%;
	padding:0%;
	margin:2%;
	color:#fff;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align:justify;
}
footer a:link {
	color:#fff;
}
.scale {
	width:100%;
	height:auto;
}
.scale-1 {
	float:left;	
	width:100%;
	height:auto;
	max-width:20em;
	padding:1%;
	border:1px solid #999;
}
.scale-2 {
	width:100%;
	height:auto;
	max-width:12em;
	
}
.scale-3 {
	width:94%;
	height:auto;
	margin:0% 3%;
}

.tab-bg {
	padding:8px 4px 8px 4px;
	margin:4px auto;
	background-color:#e3e3e3;
	border-bottom:8px solid #ffffff;
	font-weight:600 !important;
	}
.tab-bg img {
	width:70%;
	height:auto;
	margin:0 15%;
	}
.copy-wrapper {
	border-top:1px solid #666;
}
.copy {
	width:100%;
	max-width:80em;
	margin:0 auto;
	padding:0.5% 1% 0.5% 1%;
	color:#ccc;
	font-weight:300;
	font-size:90% !important;
}
.copy-lft {
	text-align:center;
	padding:0% 10%;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 0px;
	line-height: 0px;
}
.linkcolor {
    color: #999 !important;
    font-weight: 700;
}
/*Back Top*/
#back-top {
	position:fixed !important;
	bottom: 30px;
	right: 10px;
	z-index: 1000 !important;
	display: none;
}
#back-top a {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	font-size: 34px;
	color: #fff;
	padding-top:4px;
	background-color: #404694;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	transition: background-color .15s;
	-moz-transition: background-color .15s;
	-webkit-transition: background-color .15s;
	-o-transition: background-color .15s;
	-ms-transition: background-color .15s;
}
#back-top a:hover, .contact a:hover {
	text-decoration: none;
	background-color: #555;
}
.contact a {
	position: fixed;
	bottom:100px;
	right:10px;
	width:50px;
	height:50px;
	background-color: #404694;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	z-index:300;
	}
.hi-ref {
	position:relative;
	float:left;
	width:23.98%;
	height:auto;
	margin:0.5% 0.5% 1% 0.5%;
}
.hi-ref img {
	width:100%;
	height:auto;
	}
.hi-ref p {
	position:relative;
	margin:0;
	padding:8px 5px;
	color:#ffffff;
	font-weight:600;
	font-size:80%;
	background-color:#333333;
	min-height:24px;
	}
.spaltensatz {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-gap: 2em;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	text-align: justify !important;
	padding:0% 0.5%;
	margin:0%;
}
.morecontent_1  {
	display:none;
	
	padding:2% 0%;
	}
.more_button_1 {
	color:#333333 !important;
	font-weight:500;
	}
.moreimg {
	width:100%;
	height:auto;
	max-width:3em;
	}
.language-box {
	position:absolute;
	max-width:2.5em;
	right:1em;
	top:0.75em;
	z-index:2000;
}
.language-box img {
	width:100%;
	height:auto;
	margin:0%;
	padding-bottom:10%;
	border:1px solid #fff;
}		
@media screen and (max-width: 1500px) {
#hauptmenue {
	width:74.9%;
}
.logo {
	width:25%;
	padding:1% 5% 0.5% 5%;
}
.fs-lo {
	max-width:25em;
	padding:3% 0% 1% 0%;
}
}
 @media screen and (max-width: 1200px) {
.logo {
	float:none;
	width:100%;
	padding:2em 0em 0.75em 0em;
	margin:0%;
	text-align:center;
}
.logo img {
	position: relative;
	width:100%;
	margin:1em 0em 0em 0em;
	max-width:13em;
	height:auto;
}
.fs-lo {
	max-width:20em;
	padding:3% 0% 1% 0%;
}
#menubar {
	border-bottom:0px dotted #fff;
	margin:0em auto;
	padding: 0.625em 0em 1em 0em;
	width:100%;
}
#menubar, #menubar ul li a.menubutton {
	display:block;
}
#hauptmenue {
	float:none;
	width:100%;
	display:none;
	padding:0em;
}
#hauptmenue ul {
	text-align:center;
	padding-left:0em;
}
#hauptmenue ul li {
	display:block;
	padding:0%;
	border-bottom:1px solid #ccc;
	width:96%;
	margin:0% 2%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
#hauptmenue ul li a {
	font-size:1em;
}
#hauptmenue ul ul, #hauptmenue ul ul#sub_menu_1, #hauptmenue ul ul#sub_menu_2, #hauptmenue ul ul#sub_menu_3 {
	display:block;
	position:relative;
	top:0em;
	padding:0em;
	margin-left:0em;
	width:100%;
	text-align:center;
	left:0em;
}
#hauptmenue ul ul li {
	border-bottom:0px dotted #ccc;
}
dl.portfolio_img {
	float:left;
	width:48%;
	margin:1%;
}
.hi-ref {
	width:48.98%;
}
}
@media screen and (max-width: 1000px) {
.kat-box {
	float:left;
	width:49%;
	margin:2% 0.5%;
}
.footer-box-1-2 {
	float:left;
	width:42%;
	margin:2% 4%;
	min-height:200px;
}
.footer-box-1-3 {
	float:none;
	width:92%;
	padding:2% 0%;
	margin:0% 4%;
}
}
@media screen and (max-width: 950px) {
.spaltensatz {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	-moz-column-gap: 0em;
	-webkit-column-gap: 0em;
	column-gap: 0em;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	text-align: justify !important;
	padding:0% 0.5%;
	margin:0%;
}		
}
@media screen and (max-width: 850px) {
.content-box-1-1 {
	width:94%;
	margin:0% 3% 5% 3%;
	padding:2% 3% 3% 3%;
}
.content-box-1-2 {
	float:none;
	width:80%;
	margin:8% auto 8% auto;
}
.content-box-1-2-ref {
	float:none;
	width:90%;
	margin:0% 5% 0% 5%;
	}
.gal-img {
	width:48%;
	height:auto;
	margin:0.45%;
	float:left;
	}
.content-partner {
	padding:0% 3%
}
.content-box-1-4 {
	float:left;
	width:48%;
	margin:1%;
}
.distance-bottom {
	padding-bottom:5%;
}
.hline-fs {
	text-align:center !important;
	font-size:2.75em;
	padding-top:5%;
}
.dark {
	text-align:center !important;
}
.left_20 {
	padding:3% 3% 3% 8%;
}
.hl-wrapper h1 {
	font-size:2.5em;
}
dl.portfolio_img dd, dl.portfolio_img_2 dd {
	min-height:4.25em;
}
.button {
	width:80%;
	margin: 4% 10% 4% 10%;
}
}
@media screen and (max-width: 600px) {
.kat-box {
	float:none;
	width:99%;
	margin:5% 0.5%;
}
.content-box-1-2 {
	float:none;
	width:90%;
	
}
.footer-box-1-2 {
	float:none;
	width:92%;
	margin:2% 4%;
	min-height:50px;
}
.fs-hl {
	font-size:1.75em !important;
}
.fs-24 {
	font-size:2em !important;
}
.display1 {
	display:none;
	}
.display2 {
	display: block;
	}

}
@media screen and (max-width: 500px) {
dl.portfolio_img {
	float:none;
	width:98%;
	margin:1%;
}
.gal-img {
	width:98%;
	height:auto;
	margin:0.45%;
	float:none;
	}
}
