html {
	height: 100%;
	box-sizing: border-box;
	min-width: 320px;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 100%;
  	height:100%;
	font-family: "Lato", sans-serif;
	color: rgba(51,51,51,1);
}

@media only screen and (max-width: 920px) {
	body {
		height:100%!important;
	}
}

body > header {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.header-static {
	width: 100%;
	height: auto;
}

.header-logo {
	position: absolute;
	top: 8%;
	left: 10%;
	width: 15%;
	height: auto;
}

.header-intro {
	position: absolute;
	right: 10%;
	top: 170px;
	text-align: center;
	text-transform: uppercase;
}

.header-intro h1 {
	font-size: 30px;
	font-weight: 900;
  	font-style: italic;
}

body > header .header-intro .subline {
	font-size: 12px;
	font-weight: normal;
    font-style: normal;
}

@media only screen and (max-width: 768px) {
	.header-intro {
		top: 30px;
		width: auto;
		padding: 0;
		left: 0;
		position: relative;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 500px) {
	/*body > header {
		width: 150%;
	}*/
	.header-static {
		height: 150px;
	}
	.header-logo {
		min-width: 100px;
	}
	.header-intro h1 {
		font-size: 22px;
	}
}

a.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  z-index: 99999;
}

@media only screen and (max-width: 920px) {
	a.close {
		right: 10px;
  		top: -110px;
	}
}

@media only screen and (max-width: 768px) {
	a.close {
		right: 10px;
  		top: -110px;
	}

	#bedingungen a.close {
		right: 10px;
  		top: 35px;
	}

	#contact a.close {
		right: 10px;
  		top: 37px;
	}
}

@media only screen and (max-width: 500px) {
	a.close {
		right: 10px;
  		top: -396px;
	}
}

a.close:hover {
  opacity: 1;
}

a.close:before,
a.close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: rgb(225,13,27);
}

a.close:before {
  transform: rotate(45deg);

	background-color: rgb(51,51,51);
}

a.close:after {
  transform: rotate(-45deg);

	background-color: rgb(51,51,51);
}

#close {
	height: 1px;
}

body > section {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0;
	padding: 0 15px 0px;
	text-align: center;
}

body section:after {
	content: "";
	display: table;
	clear: both;
}

body section .list-headline {
	width: calc(100% - 90px);
	background: #fff;
	margin: 44px 0 0 50px;
	font-size: 18px;
	font-weight: 900;
    font-style: italic;
    text-align: left;
    border-bottom: 1px solid grey;
    text-transform: uppercase;
}

body section .list-headline span {
	font-weight: 300;
    font-style: italic;
}

body a.contentlink {
	color: rgba(51,51,51,1);
	text-decoration: none;
}

body a.contentlink:hover {
	text-decoration: underline;
}

body a.footerlink {
	color: rgba(222,222,222,1);
	text-decoration: none;
}

body a.footerlink:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 768px) {
	body section .content .list-headline {
		margin: 50px -50px 0 30px;
	}
}


body section .content .table-headline {
	display: flex;
	padding: 50px 0 0 25px;
	background: rgb(248, 232, 225);	
}

body section .content .table-headline h3 {
	padding: 5px;
	font-size: 22px;
	font-weight: 900;
    font-style: italic;
	background: rgb(225,13,27);
	color: #fff;
	text-transform: uppercase;
}

body section .content table {
	width: 100%;
	border-collapse: collapse;
	border: 30px solid rgb(248, 232, 225);
	background: rgb(248, 232, 225);
	font-weight: 300!important;
    font-style: italic;
    color: rgb(125,125,125);
}

body section .content table span {
	font-weight: 700;
    font-style: normal;
}

@media only screen and (max-width: 500px) {
	body section .content table {
		border-top: 0;
		border-bottom: 15px solid rgb(248, 232, 225);
	}
}

body section .content .rent_details {
	margin: 0;
	border: 0;
    margin-top: -50px;
    padding-left: 30px;
}

@media only screen and (max-width: 850px) {
	body section .content .rent_details {
		margin-top: 0;
	    padding-left: 0;
	}
}

body section .content td {
font-weight: 300;
  padding: 15px 0;
  text-align: left;
  border-bottom: 1px solid #666;
}

body section .content td:nth-child(2) {
	text-align: right;
	white-space: nowrap;
}

body section .content ul {
	background: #fff;
	padding: 20px 25px 0px 50px;
	line-height: 24px;
	position: relative;
}

body section .content ul li {
	padding: 10px 0;
	margin-left: 40px;
	text-align: left;
}

body section .content ul li:before {
	content: '';
	width: 20px;
	height: 20px;
    position: absolute;
    background-image: url('../images/checked.png');
    background-size: cover;
    background-position: center;
    left: 50px;
}

body section .booking_request {
	width: 100%;
	text-align: center;
}

body section .booking_request a {
	display: inline-block;
	margin: 55px auto 25px;
	background-color: rgb(225,13,27);
	color: #fff;
	font-size: 22px;
	padding: 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
}

body section .booking_portal {
	width: 100%;
	text-align: center;
}

body section .booking_portal a {
	margin-top: 50px;
	display: inline-block;
	color: rgb(225,13,27);
	text-decoration: none;
}

body section .booking_portal a:hover {
	text-decoration: underline;
}

body section .content .infoIcons {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
	border-left: 30px solid rgb(248, 232, 225)!important;
	border-right: 30px solid rgb(248, 232, 225)!important;
	text-align: center;
	background: rgb(248, 232, 225)!important;
}


body section .content .infoIcons img {
    height: 70px;
    text-align: center;
    padding-bottom: 30px;
	margin-right: 20px;
}


@media only screen and (max-width: 850px) {
	body section .content .infoIcons {
		display: inline-flex;
		flex-wrap: wrap;
		padding: 0;
	}

}

body section .inside-view {
  	text-align: center;
  	overflow: hidden;
}

body section .inside-view img {
	margin-top: 25px;
  	width: 75%!important;
}


body > section h2 {
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
	text-transform: uppercase;
}

body > section p.subline {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
    font-style: italic;
	text-transform: uppercase;
}

section .header .fzg {
  position: relative;
  float: left;
  z-index: 99;
  width: 100px;
  min-width: 100px;
  margin: 10px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid rgb(51,51,51);
  filter: grayscale(100%) brightness(120%);
  background-size: cover;
  background-position: center center;
}

section .d_active .header .fzg  {
  filter: none;
}

section .header {
	display: flex;
	border-bottom: 1px solid #666;
}

section .header .fzg_header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: flex-start;
}

body .page_nav-wrapper {
	padding-top: 100px;
	margin-bottom: 200px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

body  ul#page_nav li {
	display: inline-block;
	text-align: center;
	margin: 0 20px;
}

@media only screen and (max-width: 500px) {
	body .page_nav-wrapper {
		display: block;
		padding-top: 100px;
	}

	body ul#page_nav li {
		display: block;
		margin:20px;
	}
}

body ul#page_nav li a {
	display: block;
	color: rgb(51,51,51);
	text-decoration: none;
}

body ul#page_nav li a:hover {
	color: rgb(51,51,51);
	text-decoration: underline;
}

@media only screen and (max-width: 500px) {
	section .header .fzg_header {
		padding-top: 15px;
		padding-left: 30px;
	}
}

section .header h2 span.fzg_name {
	font-size: 28px;
	font-weight: 900;
    font-style: italic;
}

section .header h2 span.fzg_model {

}

section .header .linebreak {
	width: 100%;
}

h2 .linebreak {
	display: none;
}

@media only screen and (max-width: 500px) {
	section .header {
	    display: flex;
	    border-bottom: 1px solid #666;
	    justify-content: center;
	    min-height: 410px;
	}

	section .header .fzg_header {
	    width: 100%;
	}

	section .header .fzg {
	    position: absolute;
	    width: 260px;
	    height: 260px;
	    margin: 130px auto auto auto;
	}

	h2 .linebreak {
		display: block;
	}
}

section .header span.fzg_claim {
	background-color: rgb(225,13,27);
	color: #fff;
	margin: 0px 15px 15px 0px;
	padding: 5px 10px;
	font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
}

.fzg_claim span {
	font-weight: 900!important;
    font-style: italic!important;
}

section .header h2 {
  text-align: left;
  font-size: 16px;
  top: 0px;
  left: 100px;
  background-color: rgb(225,13,27);
  color: #fff;
  padding: 5px 10px;
  margin: 20px 15px 5px 0px;
}

@media only screen and (max-width: 500px) {
	section .header h2 {
	  margin: 3px 15px 5px 0px;
	}
}

section #intro {
	padding-top: 120px;
}

section .conditions .col6 {
	padding: 60px!important;
}

@media only screen and (max-width: 500px) {
	section .conditions .col6 {
		padding: 60px 15px 30px!important;
	}
}

section .conditions h2 {
	display: inline-flex;
	text-align: left;
	font-size: 22px;
	font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
    background-color: rgb(225,13,27)!important;
    color: #fff;
    padding: 5px;
}

section .conditions h2 span {
	font-weight: 900;
    font-style: italic;
}

section .conditions h3 {
	font-size: 22px;
	font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 20px;
    border-bottom: 1px solid #666;
    margin-bottom: 20px;
}

section .conditions p {
	margin-bottom: 20px;
}

section .conditions .col6:first-of-type {
	width: calc(50% - 15px);
	margin-right: 15px;
	background: rgb(248, 232, 225)!important;
}

section .conditions .col6:last-of-type {
	width: calc(50% - 15px);
	margin-left: 15px;
	background: rgb(248, 232, 225)!important;
}


@media only screen and (max-width: 920px) {

	section .conditions {
		margin-top: 25px;
	}

	section .conditions .col6:first-of-type {
		width: 100%;
		margin-right: 0;
		padding: 15px;
	}

	section .conditions .col6:last-of-type {
		width: 100%;
		margin-left: 0;
		padding: 15px;
	}
}

section  h2.contact_headline {
	display: inline-block;
	text-align: left;
	font-size: 22px;
	font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
    background-color: rgb(225,13,27)!important;
    color: #fff;
    padding: 5px;
    margin-top: 7px;
    margin-bottom: 30px;
}

section #bedingungen,
section #kontakt {
	text-align: left;
}

section .contact {
	padding-left: 30px;
}

@media only screen and (max-width: 920px) {
	section  h2.contact_headline {
		margin-top: 37px;
	}
	section .contact {
		padding-left: 30px;
	}


	section .contact h2 {
		margin-top: 25px;
	}

	section .gmaps {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	section .imprint {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 768px) {
	section .contact {
		padding-left: 0;
	}
}

section .contact span{
	font-weight: 600;
    font-style: normal;
}

section .imprint {
	margin-top: 25px;
}

section .imprint h3 {
	font-size: 22px;
	font-weight: 900;
    font-style: italic;
    margin-bottom: 15px;
}

section .imprint h4 {
	font-size: 22px;
	font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
}

section .imprint ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
	line-height: 22px;
	margin-bottom: 15px;
}

section .imprint p {
    margin-bottom: 15px;
    font-weight: 600;
    font-style: normal;
}



body > footer {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

@media only screen and (max-width: 920px) {
	body > footer {
		position: relative;
	}	
}

.footerContact {
	position: absolute;
	width: 50%;
	right: 0;
	bottom: 10px;
	color: rgba(222,222,222,1);
}


.footer-static {
	width: 100%;
	margin-bottom: -4px;
}

.footer-logo {
	position: absolute;
	z-index: 99;
	bottom: 60%;
	left: 22.5%;
	width: 15%;
	height: auto;
}

body > footer .owner {
	position: absolute;
	width: 50%;
	bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
}

body > footer .owner .subline{
	font-size: 14px;
	text-transform: none;
	padding-bottom: 3px;
	border-bottom: 3px solid red;
}

body > footer ul li {
	position: relative;
	left: 50%;
	width: 50%;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px;
	margin: 10px 0;
	height: 30px;
	white-space: nowrap;
	font-size: 14px;
}

body > footer .footer_phone {
  background-image: url('../images/phone.png');
  padding: 4px 0 0 40px;
  
}

body > footer .footer_web {
  background-image: url('../images/globe.png');
  padding: 0 0 0 40px;
}

body > footer .footer_address {
  background-image: url('../images/map.png');
  padding: 0 0 0 40px;
}

@media only screen and (max-width: 850px) {
	.footerContact {
		width: 100%;
		left: 0;
		padding-left: 5%;
		padding-bottom: 20px;
		right: 0;
		bottom: -140px;
		background: rgba(51,51,51,1);
	}
	body > footer .owner {
		bottom: 20px;
	}
}

@media only screen and (max-width: 500px) {
	/*body > footer {
		width: 150%;
	}*/
	.footer-static {
		height: 150px;
	}
	.footer-logo {
		min-width: 100px;
	}
	.footerContact {
		width: 100%;
		height: 70%;
		left: 0;
		padding-left: 5%;
		right: 0;
		bottom: -100px;
		background: rgba(51,51,51,1);
	}
	body > footer ul {
		position: absolute;
		width: 100%;
		bottom: -150px;
		left: 0;
		padding-bottom: 20px;
		background: rgba(51,51,51,1);
	}
	body > footer ul li {
		left: 5%;
	}
}
