@charset "utf-8";
/*  **** Grundformatierungen  **** */
/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('../css/raleway-v28-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/raleway-v28-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/raleway-v28-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/raleway-v28-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../css/raleway-v28-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/raleway-v28-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../css/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../css/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('../css/raleway-v28-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../css/raleway-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../css/raleway-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../css/raleway-v28-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../css/raleway-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../css/raleway-v28-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}




* {
  box-sizing: border-box;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.flex-item-left {
  background-color:#d4d9de /*#c6ccd3*/;
  flex: 65%;
}

.flex-item-left-nav {
  background-color: #fff;
  flex: 65%;
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
}

.flex-item-left-footer {
  background-color: #fff;
  padding: 10px;
  flex: 65%;
  border-top: 1px solid #f67200;
border-bottom: 1px solid #f67200;
}

.flex-item-right {
  background-color: #f67200;
  border-left: 5px solid #fff;
  flex: 35%;
}

.flex-item-right.empty {
  background-color:#f67200 /*#c6ccd3*/;
  border-left: 5px solid #fff;
  flex: 35%;
}



.flex-item-right-nav {
  background-color: #d4d9de;
  border-left: 5px solid #f67200;
    border-top: 1px solid #f67200;
  border-bottom: 1px solid #f67200;
  flex: 35%;
}

.flex-item-right-footer {
  background-color: #fff;
  border-left: 5px solid #f67200;
  padding: 10px;
  flex: 35%;
    border-top: 1px solid #f67200;
border-bottom: 1px solid #f67200;
}

.flex-item-right-footer {
  background-color: #fff;
  border-left: 5px solid #f67200;
  padding: 10px;
  flex: 35%;
}

.flex-item-right-footer2	{
  background-color: #f67200;
  border-left: 5px solid #fff;
  padding: 10px;
  flex: 35%;
height: 100px;  
}

.flex-item-left-footer2	{
  background-color:#5f5f5f;
  padding: 10px;
  flex: 65%; 
}

[class^="os-gallery-tabs-main"] .osgalery-cat-tabs li a.active {
  background: #f68019 !important;
  color: #fff;
}

html {
overflow-x: hidden;
height: 105%;
  }

* {
margin: 0px;
padding: 0px;
	}

body {
border-top: 8px solid #4d4d4d;
font-family: 'Raleway';
font-weight: normal;
padding: 0px;
margin: 0 auto;
color: #333333;
  background-color:#d4d9de /*#c6ccd3*/;	
height: 101%;
}

p { 
color: #4f5a65;
font-weight: 400;
font-size: 1.1em;
line-height: 1.5em;
padding: 0em;
text-align: left;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}

p.small	{
padding-top: 3px;
font-size: 1.0em;
}

p.white	{
color: #fff;
}

p a{
line-height: 1.9em;	
}

ul li {
list-style: none;
}

a  {
text-decoration: none;
outline: none;
color: #4f5a65;
}

a:active, a:focus{
outline: none;
}

a:hover	{
text-decoration: none;
outline: none;
color: #000;
}

a.unite_gallery_link{
	font-size: 25px;
}

a.unite_gallery_link:hover{
color: orange;
}

img	{
max-width: 100%;
height: auto;
border: none;
outline: none;
}

h1	{
text-align: left;
padding: 5px 0px 0;
font-size: 1.6em;
font-weight: 400;
}
	
h1.header	{
text-align: right;
padding: 45px 0px 0;
font-size: 1.5em;
font-weight: 400;
color: #676767;
}

h2	{
font-weight: 400;
font-size: 1.3em;
line-height: 1.4em;
}

h2.header	{
text-align: right;
color: #e66f00;
font-weight: 400;
font-size: 2.2em;
}

h3	{
text-align: left;
font-size: 1.2em;
font-weight: 400;
padding: 10px 0;
}

h4	{
text-align: left;
padding: 20px 0 5px;	
font-size: 1.3em;
font-weight: 400;
}

h5	{
font-size: 1.3em;
font-weight: 400;
}

h6	{
font-size: 1.5em;
font-weight: 400;	
}

hr	{
clear: both;
height: 1px;
background: #e3e5e8;
border: 0;
}

#content table	{
padding-bottom: 2em;
width: 100%;
}

#content table tr td	{
font-size: 1.3em;	
width: auto;
padding: 15px 10px;
}

#content table tr td.left	{
	width: 10%;
padding: 15px 10px;
}

div.customvita h4	{
padding: 15px 0 0px;	
}

#clear{
clear: both;
height: 1px;
}

div.page-header, ul.pager	{
display: none;
}

#nav	{
border-top: 1px solid #f67200;
border-bottom: 1px solid #f67200;
}

#navigation-toggle.navigation-toggle-92 {
background: #555555;
border-radius: 0;
}

#navigation-toggle.navigation-toggle-92:hover {
background: #555555;
}

div.flexslider, div.customreference, #blockrandom-102	{ 
position: relative;
left: -20%;
padding-top: 4em;
padding-bottom: 5em;
width: 100%;
}

div.customlogo {
background-color: #5f5f5f;
}

div.customvita	{ 
position: relative;
left: -38%;
padding-top: 4em;
padding-bottom: 5em;
width: 100%;
}

#content	{
padding: 4em 20% 1em 10%;
}

/*--Footer--*/
#footer{
background: #fff;
padding: 0px 0 0px;	
}

div.customfooter-right p	{
text-align: right;
font-size: 0.9em;
}

#mod-custom115	{
margin: 1em 0 0 10%;	
}

#mod-custom115 p	{
text-align: left;
font-size: 1.0em;
}

#mod-custom116, #mod-custom117, #mod-custom118	{
position: relative;
  left: -10%;
  padding-top: 5em;
  padding-bottom: 5em;
  width: 100%;	
}

#mod-custom110	{
background: #5f5f5f;	
}


div.mod-footer	{
margin-top: 30px;
margin-right: 10%;	
font-size: 0.9em;
text-align: right;
}

div.footer2	{
display: none;
}

div.customfooter-left p a {
padding-left: 0px;
-webkit-transition: padding-left 0.5s; /* Safari */
transition: padding-left 0.5s;
}

div.customfooter-left p a:hover{
padding-left: 10px;
}

/*--Menü unten--*/
ul.mod-menu.mod-list.nav  	{
margin-top: 1em;
margin-right: 10%;		
font-size: 0.9em; text-align: right;
}

/* -- Media Queries --*/
@media only screen and (max-width: 1600px)	{
div.customfooter-left{
margin: 1em 0 0 10em;	
}	
}

@media only screen and (max-width: 1440px)	{
#content {
padding: 4em 15% 4em 10%;
}
div.customfooter-left{
margin: 1em 0 0 5em;	
}
ul.nav.menuright.mod-list, div.footer1right	{
margin-right: 8em;		
}
}

@media only screen and (max-width: 1280px)	{
ul.nav.menuright.mod-list, div.footer1right	{
margin-right: 6em;		
}
}

@media only screen and (max-width: 1024px)	{
#content	{
padding: 2em 5% 3em 5%;
}
#mod-custom115	{
margin: 1em 0 0 5%;	
}
ul.mod-menu.mod-list.nav {
  margin-top: 1em;
  margin-right: 1em;
}
div.mod-footer {
margin-right: 1em;
}
div.customreference h3{
padding-left: 10px;
}
.flex-item-right-nav {
border-top: 0px solid #c6ccd3;
border-bottom: 0px solid #c6ccd3;
}
.flex-item-right {
  background-color: #d4d9de;
}
ul.mod-menu.mod-list.nav  	{
margin-top: 1em;
margin-left: 5%;		
font-size: 0.9em; text-align: left;
}
#mod-custom116, #mod-custom117, #mod-custom118	{
position: relative;
  left: 0%;
}

Element {
}
* {
  margin: 0px;
  padding: 0px;
}
* {
  box-sizing: border-box;
}
div.mod-footer {
text-align: left;
margin-left: 5%;
padding-bottom: 20px;
}
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 900px) {
.flex-item-right, .flex-item-right-footer,.flex-item-left, .flex-item-left-footer, .flex-item-right-nav {
flex: 100%;
}
.flex-item-left-footer {
  background-color: #fff;
  padding: 10px;
}
.flex-item-right {
  background-color: #c6ccd3;
  border-left: 0px solid #fff;
  padding: 0 0px;
}
.flex-item-right-footer {
  background-color: #fff;
  border-left: none;
  padding: 10px;
  border-top: 1px solid #fff;

}
div.customfooter-left p a {
font-size: 1.2em;
line-height: 2.5em;
}
div.customfooter-left {
	margin: 1em 0 0 20px;
}
ul.nav.menuright.mod-list {
    margin-right: 0em;
	margin-left: 20px;
    text-align: left;
	margin-top: 0;
}
p.white	{
color: #4f5a65;
}
div.customlogo {
background-color: #f67200;
border-left: 0px solid #fff;
}
}

@media only screen and (max-width: 768px)	{
div.customfooter-right p	{
text-align: left;
font-size: 1em;
}
ul.nav.menu.mod-list 	{
font-size: 0.9em; 
text-align: left;
}
li.item-110.active	{
margin-left: 0px;
}
h1.header, h2.header {
    text-align: left;
}
div.footer1 {
text-align: left;
}
div.span_2_of_5 h4, div.span_3_of_5 h4  {
    padding: 0px 0 0px;
}
body{
border-top: 8px solid #f67200;	
}
}

@media only screen and (max-width: 600px)	{
.rtg-categories li	{
display: block;
width: 100%;
margin: 15px;
}
.rtg-categories  li a {
width: 100% !important;
}
}


