@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

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

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

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v34-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}


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


.desktopNavigation li a:link{
	font-weight: 300;
	line-height: 1em;
	color: rgba(119,164,192,1);
	text-decoration: none;
	text-shadow: px px px ;
	background-image: none !important;
	box-shadow:  px px px px ;
	height: 100%;
	position: relative;
	display: block;
	padding: 0.5em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
*{
table-layout:fixed;
  box-sizing: border-box;
}
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
}
body{
	color: #555555;
	font-family: 'Open Sans' !important;
	font-size: 16px;
	text-shadow: px px px ;
	box-shadow:  px px px px pxpxpxpxpxpxpxpx;
	padding: 0px;
	margin: 0px;
counter-reset: div;

background-color: #ffffff;
}
h2 {
    color: rgb(42, 42, 42);
    font-size: 4em;
    line-height: 0.75em;
    margin: 0.75em 0rem;
        margin-bottom: 0.75em;
    paddin: 0px;
    font-weight: 200;

    font-family: 'Kaushan Script';

}

footer{


	width: 100%;
	position: relative;
	display: block;
	float: left;
	clear: both;
padding: 2em 4em;
background-color: #333637;
color: #8f8d8c;
}

header {
    color: rgba(255,255,255,1);
top:0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 10em;

transition:all 0.3s;
}
.toggled + input + header {
    color: #000;
}
.toggled + input + header .mainNavigation {
  
padding-top: 8em;
}

.toggled + input + header .logo {
    top:0.2em;
}

.toggled + input + header .contact {
   
    top: 1.5em;
    
}

footer::before {
    colorVar: rgba(102,171,189,1);
    text-shadow: px px px;
    background-image: url(bilder/design/leuchtturm_footer.png);
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: px px px px pxpxpxpxpxpxpxpxpxpxpxpx;
    width: 38%;
    height: 15em;
    left: -15%;
    top: -15em;
    position: absolute;
    display: block;
    z-index: 777;
    content: '';
    background-position: bottom;
}
footer:after{
	colorVar: color-1;
	text-shadow: px px px ;
	background-image: url(bilder/design/boot_footer.png);
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow:  px px px px pxpxpxpxpxpxpxpxpxpxpxpx;
	width: 23%;
	height: 15em;
	right: 0px;
	top: -15em;
	position: absolute;
	display: block;
	z-index: 777;
	content: '';
	background-position: bottom;
}

footer .social:link {
    display: block !important;
    float: left !important;
    left: 0 !important;
    margin-right: 1em;
}


.awBoxContent div{
	colorVar: color-1;
	text-shadow: px px px ;
	background-attachment: scroll !important;
	box-shadow:  px px px px ;
}
.logo-bottom{
	colorVar: color-1;
	text-shadow: px px px ;
	background-image: url(bilder/design/meerzeit_immobilien.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	box-shadow:  px px px px pxpxpxpxpxpxpxpx;
	width: 100%;
	height: 19%;
	position: relative;
	display: block;
	float: left;
	clear: both;
	margin-top: 4%;
	margin-bottom: 4%;
}
.content {
    colorVar: rgba(76,104,124,1);
    text-shadow: px px px;
    box-shadow: px px px px;
    height: 100%;
    margin-top: 0;
transition:all 0.3s;
padding-top: 4em;

}
.up{
	colorVar: color-1;
	text-shadow: px px px ;
	box-shadow:  px px px px ;
	position: absolute;
}
.logo {
    colorVar: rgba(76,104,124,1);
    text-shadow: px px px;
    background-image: url(bilder/design/meerzeit_immobilien.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-shadow: px px px px pxpxpxpx;
    width: 100%;
    height: 1em;
    left: 0px;
    right: 0px;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    font-size: 6em;
    top: 1.5em;
    text-decoration: none;
 

font-family: 'Kaushan Script';
    text-align: center;
transition:all 0.3s;
line-height: 1em;
}
.logo span {
font-family:Open Sans;
    font-size: 0.17em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 400;
}
.textblock_1{
	colorVar: color-1;
	text-align: center;
	text-shadow: px px px ;
	box-shadow:  px px px px ;
	padding: 4em;
}
.textblock_1 span:first-of-type{
	colorVar: color-1;
	font-size: 4em;
	font-weight: 100;
	text-shadow: px px px ;
	box-shadow:  px px px px ;
}
.textblock_1 span:nth-of-type(2){
	colorVar: color-1;
	font-size: 2em;
	font-weight: 700;
	line-height: 3em;
	text-shadow: px px px ;
	box-shadow:  px px px px ;
	display: block;
}

.info {
    display: table;
    width: calc( 100% - 8em + 2vh );
    padding: 0em;
    text-align: center;
    margin-bottom: 3em;
    border-spacing: 1vh;
    margin-left: calc( 4em - 1vh );
    margin-top: 5vh;
}

.info-item {
    display: table-cell;
    position: relative;
    padding: 0 0em;
        padding-bottom: 0px;
    padding-bottom: 4em;
    margin-bottom: 1em;
transition: all 0.3s;
}
.info-item:hover {
    background-color: #333637;
    color: #767473 !important;
    transform: scale(1.02);
}

.info-item img {
    display: none;
}
.info-item p {
    width: 80%;
    margin: auto;
}
.info-image {
text-align: left;
height: auto;
background-size: cover;
display: block;
position: relative;
overflow: hidden;
}
.info-image::after {
    content: '';
    display: block;
    margin-top: 100%;
    position: relative;
}
.info-item::before {
    background-color: #e1dedb;
    content: counter(div);
    display: block;
    width: 2em;
    height: 2em;
    position: absolute;
    counter-increment: div;
    text-align: center;
    line-height: 2em;
    font-size: 2em;
    border: solid 0.5vh #fff;
    margin: auto;
        margin-top: auto;
    left: 0;
    right: 0;
    margin-top: -3vh;
font-family: Times New Roman;
font-style: italic;
z-index: 2;
}
.textblock {
    text-align: center;
    max-width: 61em;
    margin: auto;
padding: 5vh;
}


.textblock h3 {
   margin-bottom: 8em;
transition: all 0.5s;
}
.toggled + input + header + label + div .textblock h3 {
   margin-bottom: 3em;
}
.textblock h2 {
    margin-bottom: 0.25em;
}
h3 {
    font-size: 1em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 400;
line-height:1.5em;
    margin-top: 3em;
    margin-bottom: 2em;
}
}
.col-lg-4 {
    width: 33.3334%;
    float: left;
}

.mainNavigation {
    position: fixed;
    width: 26em;
    height: 100%;
    max-height: 100%;
    transition: all 0.3s;
    overflow: hidden;
    display: block;
    z-index: 5555555555;
    top: 0em;
    left: 0;
    background-color: rgb(51, 54, 55);
    opacity: 0;
    margin-left: -20em;
    padding-top: 5em;
    color: #727578;
    font-size: 1rem;
}
.mainNavigation ul {
    margin: 0em;
    padding: 0 4em;
    width: 100%;
    text-align: center;
    display:block;
}
.mainNavigation li {

    margin: 0.4em;
    display: block;
    border: solid 2px;
    padding: 0.5em 2em;
    font-size: 16px;

}
.mainNavigation li a:link {

    text-decoration: none;
    display: inline;

}

.mainNavigation br {

    display: none;

}
.mainNavigation li div {

    display: none;

}
.mainNavigation li span {

    display: block;

}
.mainNavigation li span:nth-of-type(2) {

    display: inline;

}

#toggle_menu:checked + header .mainNavigation {

    max-height: 100%;
    opacity: 1;
    margin-left: 0;

}
.content a:link {

    text-decoration: none;

}


.bildliste_ganzseitung_segment {

    display: table-cell;
    height: 13em;
    width: 33.3334%;
position:relative;

}
.bildliste_ganzseitung_segment a:link {
    display: none;
}
.bildliste_ganzseitung.rand {
    width: calc( 100% - 4vh );
    display: table;
    border-spacing: 3vh;
    margin-left: 2vh;
    margin-right: 0em;
}
.image {

    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
background-size: cover;

}
#toggle_menu + header + label {
    color: inherit;
    user-select: none;
    text-decoration: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 1.2em;;
    width: 1em;
    height: 1em;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 3em;
    transition: all 0.3s;
    margin-left: 0em;
}

#toggle_menu + header + label::after {

    content: '\2261 ';
    color:  rgb(12, 12, 12) !important;
    text-decoration: none;

}

.menuButton:after{
color:inherit;
user-select: none;
text-decoration:none;
position:absolute;
z-index:999;
top:0px;
left:0px;
width:100%;
height:100%;
display:block;
text-align:center !important;

}



#toggle_menu:checked + header + label::after {
    content: '\00D7 ';
    color: #6e6e6e !important;
    text-decoration: none;
    font-weight: 100;

}

.toggled + input + header + label {
    top: 0.45em !important;
}
.textblock-color {
    background-color: #333637;
    padding: 6em;
}
.textblock-color div {
    margin: auto;
    max-width: 50em;
    font-size: 1.25em;
    text-align: center;
    color: #767473;
}
/*
.phone {

    background-color: rgb(16, 16, 34) !important;
    font-size: 1.5em;
    text-decoration: none;
    font-weight: 200;
    position: absolute;
    right: 0em;
    top: 0em;
    letter-spacing: 0em;
    padding: 0.7em 1em 0.7em 2em !important;
    padding-left: 0.8em;
    border-radius: 0 0 0 2em;
    line-height: 1em !important;

}
*/
.contact {
    font-size: 1em;
    text-decoration: none;
    font-weight: 200;
    position: fixed;
    right: 5.3rem;
    top: 0em;
    letter-spacing: 0em;
    padding: 0.4em 0em 0.7em 3em !important;
    padding-left: 0.8em;
    border-radius: 0 0 0 2em;
    line-height: 1.3em !important;
    text-align: right;
    color: #000;
transition:all 0.3s;
}
header .phone {
    font-size: 1.25em;
}

.contact a:link{

   
    text-decoration: none;
   display:block

}
.contact .mail {
    font-size: 0.8em;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.05em;
}


.social {

    display: block;
    position: absolute;
    width: 2em;
    height: 2em;
    right: 2em;
    top: 7em;
    background-position: center;
    background-size: contain;

}

.social.fb {

    background-image: url(bilder/design/facebook.svg);
right:5em;
}

.social.inst {

    background-image: url(bilder/design/instagram.svg);


}

.intro {
    max-width: 44em;
    text-align: center;
    margin: auto;
}

.list-box {
    position: relative;
    display: block;
    float: left;
    width: calc( 33.334% - 2.6667em );
    height: auto;
    margin-left: 2em;
    overflow: hidden;
    border-radius: 0 !important;
    padding: 0 !important;
    color: inherit !important;
border:none !Important;
}

.list-box::after {

    content: '';
    margin-top: 100%;
    display: block;

}
.list-box .details {

    position: absolute;
    background-color: #f9f9f9c2;
    bottom: 0;
    padding: 2em;
transition: all 0.3s;
}
.list-box:hover .details {
    bottom: -20em;
}
.list-box .details h2 {
    font-size: 1.8em;
    color: #101022;
    font-weight: 300;
    color: #FFF;
    margin-top: -3em;
    margin-bottom: 2em;
}
.list-box .details h3 {

    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.3em;

}
.list-box .details .preis {

    font-size: 3em;
    text-align: right;
    margin-top: 0.6em;
    color: #101022;

}
.list-box .details .preis:after {
    content: '€';
font-size: 0.5em;
top: -0.8em !important;
position: relative;
display: inline-block;
color: #a0966b;
}
.list-box::before {
    content: 'Details';
    display: block;
    position: absolute;
    width: 8em;
    height: 8em;
    background-color: #FFF;
    z-index: 3;
    line-height: 8em;
    text-align: center;
    font-size: 2em;
    border-radius: 50%;
    padding: 0;
    color: #66abbd;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
opacity:0;
transition:all 0.3s;
transform:translate(0,-30%);
}
.list-box:hover::before {
    
opacity:1;

transform:translate(0,0%);
}
.pageNavigation {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.pageNavi a:link {
    width: 2.5em !important;
    display: inline-block;
    padding: 0;
    background-color: #66abbd;
    color: #FFF !important;
}
.pageNaviactive {
    width: 2.5em;
    display: inline-block;
}
.backgroundImage {
    width: 100%;
    height: 20em;
    background-size: cover;
    background-position: center;
}
.wohnungsDetails {
    padding: 2em;
}
.object {
    width: 100%;
    margin: auto;
    padding-right: 0%;
    position: relative;
}
.topic {
    width: 50%;
    left: 10%;
    position: relative;
}
.description {
    width: 50%;
    left: 10%;
    position: relative;
}
.object-details {
    width: 28%;
    float: left;
    padding: 2em;
    line-height: 2em;
    position: absolute;
    top: auto;
    right: 10%;
    border-radius: 1em;
    overflow: hidden;
    margin-top: -12em;
}
.object-details h2 {
    font-size: 2.4em;
    padding: 0;
    margin: 0;
    line-height: 1em;

    color: #66ABBD;
    margin: 0 -1.5em;
        margin-bottom: 0px;
    margin-bottom: -1.5em;
    margin-bottom: -1em;
    padding: 0 1.4em;
    margin-bottom: 1em;
}
.info-item h2 {
    font-size: 2em;
}
.info-item a:link {
    position: absolute;
    bottom: 0 !important;
    top: auto;
    margin-left: 50%;
    left: 0;
    transform: translate(-50%,0);
}

footer a:link {
    color: inherit  !important;
    border: none  !important;
    border-radius: 0  !important;
    padding: 0em !important;
    text-decoration: none !important;
    margin-top: 0 !important;
    position: relative !important;
    display: inline-block !important;
    line-height: 1.5em !important;
}
footer ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 1.5em;
}

footer ul li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
footer .social:link {

    display: block !important;
    float: left !important;
    left: 0 !important;
    margin-right: 1em;
    top: 1em;

}

.box1 {
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    text-shadow: px px px;
    background-color: rgba(0,0,0,0);
    box-shadow: px px px px;
    border-top-style: solid;
    border-top-width: 0px;
    border-top-color: #D6B991;
    border-right-style: solid;
    border-right-width: 0px;
    border-right-color: #D6B991;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-bottom-color: #D6B991;
    border-left-style: solid;
    border-left-width: 0px;
    border-left-color: #D6B991;
    width: calc( 100% - 8em ) !important;
    left: 4em;
    right: 0%;
    top: 0%;
    position: relative;
    overflow: hidden;
    z-index: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 0em;
}

.object .box1  {
 height:auto;
 margin-top:0em;
}

.object .box1:before  {
 content:'';
 position:relative;
 display:block;
 margin-top:46.667%;
}



.object .box1 .awBoxContent {
    background-size: cover;
    width: 80%;
    margin: 0 10% !important;
}


.object .box1 .awBoxContent {
    background-size: cover;
    width: 80%;
    margin: 0 10% !important;
     opacity: 0;
     left:200%;
     transition: all 0.3s !important;
     background-position: center;
}


.object .box1 .boxSelected{
	left:0;
	 opacity: 1;
}
.object .box1 .nextBox {
    opacity: 0.7;
    left: 77%;
    transform:scale(0.9);
}
.object .box1 .previousBox {
    opacity: 0.7;
    left: -77%;
    transform:scale(0.9);
}

.object .box1 .RIGHT {
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #999999;
    text-decoration: none;
    text-transform: none;
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
    right: 1em;
    top: 0px;
    bottom: 0px;
    position: absolute;
    display: block;
    float: left;
    cursor: pointer;
    z-index: 90;
    margin: auto 0px;
    background-image: url(bilder/design/arrow_r.svg);
}
.object .box1 .LEFT {
    text-align: left;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #999999;
    text-decoration: none;
    text-transform: none;
    background-repeat: no-repeat;
    width: 3em;
    height: 3em;
    left: 1em;
    top: 0px;
    bottom: 0px;
    position: absolute;
    display: block;
    float: left;
    cursor: pointer;
    z-index: 90;
    margin: auto 0px;
    background-image: url(bilder/design/arrow_l.svg);
}

.preis {
    font-size: 2em;
    line-height: 1.2em;
}
.object table {
    width: 100%;
}
.object table td:first-of-type {
    font-weight: 600;
}
.preis span {
    display: block;
    font-size: 0.7em;
}



.symbolliste_ganzseitung.rand {
    width: 80%;
    display: table;
    margin: auto;
    border-spacing: 2em;
    max-width: 40em;
    margin-top: 3em;
}
.symbolliste_ganzseitung_segment {
    height: auto;
    display: table-cell !important;
    background-size: cover;
    border-radius: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: solid 2px #afafb0 !important;
    box-shadow: inset #FFF 0 0 0 0.5em;
    position:relative;
}
.symbolliste_ganzseitung_segment::after {
    content: '';
    position: relative;
    display: block;
    margin-top: 100%;
}
.up {
    display: none;
}

.simple {
    padding: 0 !important;
    border: none !important;
    line-height: inherit !important;
    margin: 0 !important;
    color: inherit !important;
}
.symbolliste_ganzseitung_segment:nth-of-type(2) div {
    left: 110% !important;
     text-align:left;
}
.symbolliste_ganzseitung_segment div {
    position: absolute;
    left: -110%;
     width: 100%;
    top: calc( 50% - 3em );
    text-align:right;
    
}

.center.artikel-content {
    padding: 0 4em;
}

.topPicture {
    height: 40vh;
    background-size: cover;
    background-position: center;
    top: 0 !important;
    position: relative !important;
    display: block;
    width: calc( 100% - 8em );
    left: 4em;
}
.topPictureContent {
    padding: 2em;
    color: #FFF;
}
.topPictureContent h2,.topPictureContent h3 {
    
    color: rgb(255, 255, 255);
margin: 0;
padding: 0;
line-height: 1.3em;
}


.box1{
height: calc( 90vh - 13em ) !important;
}
.boxSelected div {
    transform: scale(1) !important;
}
header::after {
    content: '';
    width: 100%;
    height: 7em;
    background-color: #ffffffe6;
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
    top: -12em;
    box-shadow: #0000002b 0px 0px 10px;
}

.toggled + input + header:after {
top:0;
}


.toggled + input + header .logo {
  
    font-size: 3em;
  
}

.box1::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #0a0a0a26;
    top: 0;
    z-index: 4525;
}
.maps {
    width: 100%;
margin-bottom: -6px !important;
}

 .bild {
    background-position: center;
    background-size: cover;
}

@media(min-width: 1000px){
.textblock_bild_links .bild {
    width: 50%;
    height: auto;
    top: 0;
    border: solid 4em #fff;

    border-right-width: 0.5em;
}
.textblock_bild_links .bild::after {
    content: '';
    position: relative;
    margin-top: 100%;
    display: block;
}
.textblock_bild_links {
    position: relative;
}
.textblock_bild_links .text {
    position: absolute;
    left: calc( 50% + 1em );
    top: 4em;
    background-color: #e1dedb;
    height: calc( 100% - 8em );
    padding: 2em;
    box-sizing: border-box;
    width: calc( 50% - 5em );
}
.textblock_bild_links .text div {
    position: absolute;
    bottom: 1em;
    width: 80%;
    font-size: 1.25em;
    line-height: 1.25em;
}




.textblock_bild_rechts .bild {
    width: 50%;
    height: auto;
    top: 0;
    border: solid 4em #fff;
        border-right-width: 4em;
    border-right-width: 5vh;
    border-right-width: 1em;
    margin-left: calc( 50% - 3em );
}
.textblock_bild_rechts .bild::after {
    content: '';
    position: relative;
    margin-top: 100%;
    display: block;
}

.textblock_bild_rechts {
    position: relative;
    margin-top: -5vh;
}

.textblock_bild_rechts .text {
    position: absolute;
    left: calc( 0% + 4em );
    top: 4em;
    background-color: #e1dedb;
    height: calc( 100% - 8em );
    padding: 2em;
    box-sizing: border-box;
    width: calc( 50% - 4.5em );
}

.textblock_bild_rechts .text div {
    position: absolute;
    bottom: 1em;
    width: 80%;
    font-size: 1.25em;
    line-height: 1.25em;
}

}
.awBoxContent {
  
    background-size: cover;
    background-position: center;
}

.box1.wohnungen {
    height: auto !important;
}
.box1.wohnungen::before {
    content: '';
    position: relative;
    display: block;
    margin-top: 64vh;
}
.box1.wohnungen::after {
   
    display:none;
}
.box1.wohnungen .chili-slider-segment {
    height: 64vh;
}

.box1.wohnungen .aw_BoxContentNav {
    position: relative;
    z-index: 999999;
    left: 0px;
    width: calc( 100% + 2vh );
    text-align: center;
    bottom: auto;
    display: table;
    border-spacing: 1vh;
    margin: 0 -1vh;
}

.box1.wohnungen .aw_BoxContentNav div {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    display: table-cell;
    border-radius: 0%;
    padding: 4px;
    margin-right: 2px;
    background-size: cover;
    height: auto;
border: none !important;
width: auto;
}
.box1.wohnungen .aw_BoxContentNav div::after {
    content: '';
    display: block;
    margin-top: 100%;
}

.box1.wohnungen .aw_BoxContentNav div span {
    display: none;
}
.box1.wohnungen .aw_BoxContentNav div span:nth-of-type(2) {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    left: 0;
top: 0;
}
.chili-slider .aw_BoxContentNav .active {
    background-color: transparent;
}
.wohnung {
    padding: 0;
    text-align: center;
    margin: unset;
}
.wohnung h3 {
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;
}

.quick-list {
    display: table;
    width: 100%;
    border-top: solid 1px;
    padding-top: 1em;
    margin: auto;
    max-width: 50vw;
margin-bottom: 3em;
}
.quick-list div {
    display: table-cell;
}
.quick-list div span {
    display: block;
}
.quick-list div span:first-of-type {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.8em;
}

.quick-list div span:nth-of-type(2) {
    font-size: 2em;
    line-height: 2em;
}



.wohnung ul li {
    font-weight: 600;
    padding: 0;
        padding-right: 0px;
    margin: 0;
    display: block;
    font-size: 1.2em;
    float: left;
    width: 20%;
    padding-right: 1em;
}
.ausstattung ul {
    max-width: 60em;
    margin: auto;
    text-align: left;
}
.wohnung ul li ul li {
    font-weight: 400;
   font-size:1rem;
width:100%;
float:none;
}

.ausstattung {
margin-top: 5em;
    background-color: #333637;
    padding: 0em 0em 5em 0em;
color: #92918f;
}

.ausstattung::after {
    content: '';
    clear: both;
    display: block;
}

.ausstattung h3 {
    margin-top: 0;
    background-color: #e1dedb;
    width: auto !important;
    display: inline-block;
    padding: 2em;
    margin-bottom: 0;
    border: solid 1vh #fff;
    transform: translate(0,-50%);
}

.wohnung table {
    max-width: 60em;
    margin: auto;
border-spacing: 0;
}
.wohnung table td {
    border-bottom: solid 1px #e6e1e1;
padding: 1em 0em;
}
.wohnung table td:nth-of-type(3), .wohnung table td:nth-of-type(4) {
    font-weight: 700;
}

.contactform {
    max-width: 40em;
    margin: auto;
margin-bottom: 2em;
}

.contactform h3 {
    text-align: center;
}

.input {
    width: calc( 50% - 1em ) !important;
    float: left;
    margin-right: 1em;
    position: relative;
    margin-bottom: 1em;
overflow:hidden;
}

.input span {
    position: absolute;
    left: 1em;
    font-size: 0.8em;
    color: #919191;
    top: 0.6em;
    z-index: 66666;
}
.submitbox {
    clear: both;
}
input[type="date"] {
    font-family: Lato;
    font-weight: 300;
    font-size: 1em;
    width: 100%;
    height: 4em;
    padding: 1em 0.5em;
    box-sizing: border-box;
    color: #999999;
    font-weight: 400;
    margin: 0;
    background-color: rgb(237, 237, 237);
    border: 1px solid rgba(255,255,255,0.1);
    line-height: 3em;
}

input[type="text"] {
    font-family: Lato;
    font-weight: 300;
    font-size: 1em;
    width: 100%;
    height: 4em;
    padding: 2em 0.8em 1em 0.8em;
    box-sizing: border-box;
    color: #999999;
    font-weight: 400;
    margin: 0;
    background-color: rgb(237, 237, 237);
    border: 1px solid rgba(255,255,255,0.1);
    line-height: 3em !important;
    box-sizing: border-box;
}
.input select {
    background-color: #ededed;
    border: none;
    width: calc( 100% + 2em );
    top: 0;
    height: 6em;
    text-align: right;
    padding-right: 2em;
}



.contactform h4 {
    display: block;
    clear: both;
    font-weight: 400;
    font-size: 1.2em;
}

.input.full {
    width: 100% !important;
}

textarea {
  
    font-size: 1em;
    width: calc( 100% - 20px );
    height: 10em;
    padding: 0.8em;
        padding-top: 0.8em;
    color: #999999;
    box-sizing: border-box;
    font-weight: 400;
    background-color: #ededed;
    margin: 0;
    border: none;
    padding-top: 2em;
font-family: inherit;
}

#ac{
  display:none;
}
.input.full input[type="checkbox"] + label {
    display: inline-block;
    width: 1.5em;
    background-color: #ededed;
    border-radius: 0;
    height: 1.5em;
    margin-right: 1em;
    float: left;
}
.input.full input[type="checkbox"]:checked + label {
   
   background-color: #8bc78b;

}

#ac:checked + label::after {
    content: '\2713 ';
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    line-height: 1.5em;
}

.absenden {
    border: none;
    padding: 1em 5em;
    font-size: 0.9em;
    background-color: #333637;
    color: #FFFFFF8A;
    margin: auto;
    width: 16em;
    display: block;
    text-align: center;
    letter-spacing: 0.3em;
    font-weight: 400;
}



.mainNavigation li ul {
    margin-top: -3.5em;
    padding-top: 5em;
    z-index: 333;
    position: relative;
padding-left: 0;
padding-right: 0;
}
.mainNavigation li ul li {
    padding: 0;
    margin: 0;
    border: none;
}




#toggle_menu:checked + header + label + .content {
    margin-left: 26rem;
    margin-right: -26rem;
}

#toggle_menu:checked + header {
    margin-left: 26rem;
    margin-right: -26rem;
}


.footer_logo {
    line-height: 1em;
    padding: 0;
    margin: 0;
margin-bottom:0.5em;
color: #fff3;
}
address p {
    display: inline;
    border-right: 2px solid #fff1;
    padding-right: 1em;
    margin-right: 1em;
    font-size: 0.8em;
    letter-spacing: 0.1em;
}
address p:last-of-type {

    border-right: none;
    
}
footer nav {
    text-align: right;
}

.belegung {
    max-width: 562px;
    margin: auto;
        margin-top: auto;
    margin-top: 2em;
padding: 2em;
}
.belegung img {
    width: 100%;
}


.info-item::after {
    content: 'Details';
    position: absolute;
    font-size: 1em;
    color: #FFF;
    top: 0%;
    left: 0;
    right: 0;
    text-align: center;
    width: 4em;
    margin: auto;
    border: solid 2px;
    padding: 0.5em 1em;
transition:all 0.3s;
opacity:0;
}

.info-item:hover::after {
   opacity:1;
    top: 28%;
    
}

.info-item h3 {
    font-family: 'Kaushan Script';
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.3em;
    line-height: 3em;
    padding: 0 !important;
    margin: 0;
}
address{
font-style: normal !important;

}

.text div {
    font-size: 1.1em !important;
}


.center.colums {
    max-width: 1200px;
    margin: 2em auto;
}

.colum img {
    width: 100%;
    display: block;
    padding: 0.2em;
}

.back {
    display: none;
}


#CG {
    background-color: transparent;
    padding: 0.5em;
    height: auto !important;
    color: #FFF;
    left: 0.7em;
    top: 2.4em !important;
}



.center.artikel-content li::before {
    content: '';
    position: absolute;
    width: 0.7em;
    height: 3px;
    background-color: #c5ae9a;
    margin-left: -1.1em;
    margin-top: 0.7em;
}
.center.artikel-content li {
    list-style-type: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media( max-width: 1000px ){
.info-item {
    display: block;
    position: relative;
    padding: 0 2em;
padding-bottom:4em;
margin-bottom:1em;
}
.phone {
    
   /* top: 6em;*/
   
}
.toggled + input + header .contact {
    top: 1em;
}
.info-item h2 {
    font-size: 2em;
font-weight:300;
}
.mainNavigation li {

    margin: 0.4em;
    display: block;
    border: solid 2px;
    padding: 0.5em 2em;
    font-size: 16px;

}
.box1 {

    height: 40vh !important;
}

.object .box1  {
 height:auto !important;
 margin-top:0em;
}

.object .box1:before  {
 content:'';
 position:relative;
 display:block;
 margin-top:46.667%;
}
.logo {
    colorVar: rgba(76,104,124,1);
    text-shadow: px px px;
    background-image: url(bilder/design/meerzeit_immobilien.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    box-shadow: px px px px pxpxpxpx;
    width: 100%;
    height: 1em;
    left: 0px;
    right: 0px;
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    font-size: 12vw;
   top: 26vh;
    text-decoration: none;
    font-family: 'Kaushan Script';
    text-align: center;
    transition: all 0.3s;
    line-height: 1em;
}

h2 {
   
    font-size: 7vw;
    
}
.content {

padding-top: 6em;

}


.box1.wohnungen::before {
    margin-top: 60vw;
}

.box1.wohnungen .awBoxContent {
    height: 60vw;
}


.wohnung ul li {

    width: 100%;

}
.ausstattung {

    padding: 2em;
}
.wohnung table td {
    display: block;
    text-align: center !important;
}
.wohnung table td:nth-of-type(1) {
    font-weight: 800;
    font-size: 1.2em;
}
.wohnung table td:nth-of-type(3)::before {
    content: 'Erste Nacht inkl. Endreinigung: ';
}
.wohnung table td:nth-of-type(4)::before {
    content: 'Jede weitere Nacht: ';
}
.wohnung table td:nth-of-type(5)::before {
    content: 'Preis gilt ';
}
.wohnung table td:nth-of-type(6)::before {
    content: 'Mindestaufenthalt: ';
}

.wohnung table tr:first-of-type {
    display: none;
}
.contact {
    
    right: 1rem;
    top: 1em;
  
}
#toggle_menu + header + label {
 
    left: 0.2em;
   
}
.box1 {
  
    width: calc( 100% - 2em ) !important;
    left: 1em;

}
.toggled + input + header .logo {
    top: -2em;
}
.toggled + input + header {
    font-size: 1em;
    color: #000;
}

header {
    
    height: 5em;

}
header::after {
   
   
    height: 5em;
  
}

.toggled + input + header + label {
    top: 0em !important;
}

.info {
    display: table;
    width: calc( 100% - 2em );
    padding: 0em;
    text-align: center;
    margin-bottom: 3em;
    border-spacing: 1vh;
    margin-left: 1em;
    margin-top: 5vh;
}
.info-item {
    display: block;
    position: relative;
    padding: 0 0.2em;

    padding-bottom: 4em;
    margin-bottom: 1em;
    width: 50%;
    float: left;
}
h3 {
    font-size: 0.9em;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 400;
    line-height: 1.2em;
    margin-top: 3em;
    margin-bottom: 2em;
}
.info:after{
    content:'';
display:block;
clear:both;
}

.textblock_bild_links .bild,.textblock_bild_links .text ,.textblock_bild_rechts .bild,.textblock_bild_rechts .text{
    width: 100%;
 text-align:center;
    top: 0;
    border: solid 1em #fff;
display:block;
    
}
.textblock_bild_links .bild,.textblock_bild_rechts .bild{
    height:20em;
    
}
.wohnung h3 {
    max-width: 90vw;

}
.quick-list {

    max-width: 90vw;

}

.ausstattung h3 {
  
    transform: translate(0,-90%);
}
address p {
    display: block;
    border-right: navajowhite;
    padding-right: 1em;
    margin-right: 1em;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}
footer nav {
    text-align: left;
}


.topPicture {
    
    width: calc( 100% - 2em );
    left: 1em;
}
.center.artikel-content {
    padding: 0 1em;
}

.contactform {

    padding-left: 1em;
}

.input span {
    
    font-size: 1em;
    
    font-weight: 600;
}
h4 {
    padding-left: 2em;
    padding-right: 2em;
}
.ausstattung li ul {
    margin: 1em 2em;
}
.contactform h4 {
 
    padding-left: 0;
}

.center {
    width: 80%;
    max-width: 80%;
    min-width: 80%;
    margin: auto;
}
.center.artikel-content h4 {
    padding-left: 0;
}
.quick-list div span:first-of-type {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.5em;
}
}

.chili-slider .chili-slider-segment div {
    height: 100%;
}

.cookie-message{
background-color: #f4f4f4;
color: #323232;
font-size:0.8em;
}



.columsCount{
  width:3px;
}

wohnung table td:first-of-type {
    padding-left: 1em;
}

