@charset "utf-8";
/* CSS Document */
body {
	background-image:url(img/backgroundimg.jpg);
	background-size:auto;
	background-repeat:no-repeat;
}
.wrapper {
	max-height:800px;
	max-width:1920px;
}
.left {
	float:left;
	width:50%;
}
.right {
	float:right;
	width:50%;
}
.header {
	backgound-color:rgba(255,255,255,0.3);
}
.headerright {
	background-image:url(img/riconet-gerdgross-onlinevisitenkarte-vorschau.png);
	background-size:100%;
	background-repeat:no-repeat;
	height:136px;
	width:600px;
	color:#782609;
	font-family:"Open Sans", semibold;
	margin-top:12%;
}
.headerright h1 {
	float:right;
	font-size:40px;
	padding-right:26%;
}
.headerright h2 {
	float:right;
	font-size:20px;
	padding-right:30%;
	margin-top:-5%;
}
.content {
	background-image:url(img/contentbackground.png);
	height:514px;
	width:600px;
	text-align:center;
	color:#782609;
	font-family:"Open Sans", regular;
	margin-top:4%;
	font-size:22px;
	line-height:1.2em
}
.contentmargin {
	margin-top:5%;
}
.content a {
	color:#782609;
	text-decoration:none;
}
.content p {
	padding-top:6%;
}
.list {
	color:#FFFFFF;
	font-family:"Open Sans", sans-serif;
}
ul {
    margin-left: 42.5%;
    margin-top: 29.4%;
}
ul, li {
	list-style-type:none;
}
li {
	margin-top:8%;
}
ul img {
	padding-right:2%;
}
.fitin {
	margin-left:22px;
}
table {
	font-size: 10px;
    line-height: 1.2em;
    margin-left: 13px;
    margin-top: 160px;
    text-align: left;
    width: 100%;
}
.contact p{
	margin: -75px auto 0;
    text-align: left;
    width: 45%;
}
.respskyline {
	display:none;
}
.respvis{
	display:none;
}
.resplist {
	display: none;
}






/*Responisve*/
@media only screen and (max-width: 1200px) {
.wrapper {
	height:auto;
	width:auto;
}
body, html {
	margin:0;
	padding:0;
}

.right {
	clear: both;
    width: 100%;
	position: absolute;		
}
.left {
	display:none;
}
.headerright {
	margin:0 auto;
	width:100%;
	height:200px;
	float:left;
}
.content {
	display:none;
}
body {
	background-image:url(img/backgroundimg.jpg);
	background-size:300% 100%;
	background-repeat:no-repeat;
	width:100%;
}
.respskyline {
	display: inline-block;
	background-image:url(img/respskyline.png);
	width:100%;
	height:460px;
	background-repeat:repeat;
	float:left;
	background-size:100% 100%;
}
.firstimp {
width:100%;
float:left;
}
.secondimp {
width:100%;
float:left;
}
.thirdimp {
width:100%;
float:left;
}
.imp {
	color: #782609;
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    margin:  auto 0;
    text-align: center;
    padding-top:55%;
    width:100%;
}
.headerright h1 {
	float:left;
	font-size:1.6em;
	padding-left:32%;
	margin:0;
	text-align: center;
}
.headerright h2 {
	float:left;
	font-size:1.3em;
	padding-left:32%;
	margin-top:0.1%;
	text-align: center;
}
.respvis {
	background-image:url(img/overlay.png);
	width:100%;
	height:100%;
	font-family: "Open Sans", sans-serif;
	font-size:1em;
	color:#782609;
	display:inline-block;
	margin-top:25%;
	clear:both;
}
.respvisadress p {
	text-align: center;
	width:100%;
}
.respvis p {
	width:100%;
}
.resplist {
	display:inline-block;
	width:100%;
	margin-bottom:25%;
	color:#FFFFFF;
	font-family: "Open Sans", sans-serif;
	font-size:1em;
}
ul {
	margin:0 auto;
}