.topnav  { overflow: hidden; float: right}
.topnav a { float: right;
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px; }
.topnav a:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); padding-bottom: 10px; background-color: #7ac000;
        background: -webkit-gradient(
            linear,
            right bottom,
            right top,
            color-stop(0.23, #619702),
            color-stop(0.62, #7ac000)
        );
        background: -moz-linear-gradient(
            center bottom,
            #619702 23%,
            #7ac000 62%
        );
 }
.topnav .icon {  display: none; }

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

html { 
  box-sizing: border-box; 
} 
*, ::before, ::after { 
  box-sizing: inherit; 
}

* { margin: 0; padding-left: 2px; padding-right: 5px; outline: 0; } 

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

ul li { display: block; list-style: none; font-size: 16pt; color: red; text-decoration: blink;}

@font-face { font-family: YanoneKaffeesatz; src: url(YanoneKaffeesatz-Light.otf) format("opentype") }
@font-face { font-family: YanoneKaffeesatzBold; src: url(YanoneKaffeesatz-Bold.otf) format("opentype") }

body { font-family: YanoneKaffeesatz, Arial; 
		color: #4b4b4b; background: url(images/pattern.gif); 
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
        max-width: 120em;
		width: 100%;
		margin: 2 2;
	   /*position:absolute; */
	   }

::selection { background-color: rgba(122, 192, 0, 0.2); }
::-moz-selection { background-color: rgba(122, 192, 0, 0.2); border: 10px solid red; }

h1 { color: #fff; font-size: 40px; position: relative; top: 15px; }
h1 a { color: #fff; font-size: 40px; background-color: #ff5400; padding: 5px 25px 10px 25px; width: 300px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #c34000),
	    color-stop(0.62, #ff5400)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #ff5400 62%
	);
}

h1 a:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); padding-bottom: 10px; background-color: #7ac000;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #619702),
	    color-stop(0.62, #7ac000)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
}

h2 { padding-left: 125px; font-size: 48px; color: #ff5400;  }
h2 span.sub { font-size: 36px; float: left; color: #4b4b4b; }

h2.menu { padding-left: 8px; font-size: 36px; color: #ff5400;  }
/*h2.intro { background: url(images/d-homes3.svg) transform: scale(0.12); no-repeat -10px -10px; width: 10%;height: 10%;} */
h2.intro { background: url(images/portfolio.png) no-repeat -10px -10px;}
h2.work { background: url(images/d-homes3.svg) no-repeat -10px -10px ;background-size: 7.6%; background-position: left top;}
h2.about { background: url(images/about.png) no-repeat -10px -10px; }
h2.buchen { background: url(images/intro.png) no-repeat -10px -10px; }
h2.contact { background: url(images/contact.png) no-repeat -10px -10px; }

h3 { padding-left: 15px; font-size: 24px; color: #ff5400;  }

a { color: #7ac000; text-decoration: none; border-bottom: 1px solid #7ac000; padding-bottom: 2px; }
a:hover { color: #ff5400; text-decoration: none; border-bottom: 1px solid #ff5400; padding-bottom: 2px; }
a:active { color: #ff5400; text-decoration: none; border-bottom: 1px solid #ff5400; padding-bottom: 2px; position: relative; top: 1px; }
.button.green { border: none; cursor: pointer; color: #fff; font-size: 24px; background-color: #7ac000; padding: 5px 36px 8px 36px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #619702),
	    color-stop(0.62, #7ac000)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
}

p { font-size: 14pt; margin-bottom: 15px; line-height: 36px; }
strong { font-family: YanoneKaffeesatzBold, Arial; }

footer { padding: 5px 0; background: url(images/pattern.gif); width: 100%; background-color: #FFF; margin-bottom: 0px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); position: fixed; bottom:0; z-index: 11; float: left; height:auto;}

header { padding: 5px 0; background: url(images/pattern.gif); width:100%; background-color: #FFF; 
	margin: 0; padding-bottom: 25px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); 
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); 
	position: fixed; z-index: 11; float: left; }
.headercontainer { width: 100%; margin: 0  auto; position: relative; z-index:11;}
.footercontainer { width: 100%; margin: 0 auto; position: relative; float: none; height: 45px; margin-right: 10px; margin-bottom: 25px; }
.contentcontainer { width: 100%; height: 100%; margin: 0  auto; position: relative; float: none; padding-top: 0px;} 
.leftcontainer {
    position: relative; z-index:22;
	/* background-color: #4b4b4b; */
	width: 16em;
	float:left;
	/*border: 0px solid #4b4b4b; */
}
.middlecontainer {
    position: relative; z-index:22;
/*	background-color: #ff5400;*/
	float: right;
	width: 12em;  
	border-left: 1px solid #ff5400;*/
}
.rightcontainer {
    position: relative; z-index:22;
/*	background-color: #ff5400;*/
	width: 40%;
	float: left;
	border-left: 1px solid #ff5400;*/
}


nav { width: auto; float: left; margin-left: 150px;}
nav ul { position: absolute; right: 0; display: block; margin-top: -37px; }
nav ul li { display: inline; margin-left: 10px; }
nav ul li a:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); padding-bottom: 10px; background-color: #7ac000;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #619702),
	    color-stop(0.62, #7ac000)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
 }

.docs { width: auto; float: left; }
.docs ul { position: relative; right: 0; display: block; margin-top: 7px; font-size: 20pt;}
.docs ul li { display: block; margin-left: 14px; font-size: 14pt;}
.docs ul li a { display: inline; font-size: 14pt; border-bottom: none; }


section { margin-bottom: 100px; padding-top: 80px; float: left; padding-left: 15px; padding-right: 15px; width: 100%;}

#intro h2 a { padding-bottom: 0px; }
#intro a.featured { padding-bottom: 0px; border-bottom: none; }
#intro a img { border: 5px solid rgba(122, 192, 0, 0.15); -webkit-border-radius: 5px; margin-top: 40px; margin-bottom: 5px; }
#intro a img:hover, #portfolio .work a img:hover, input:hover, textarea:hover { border: 5px solid rgba(122, 192, 0, 1); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
#intro a img:active, #portfolio .work a img:active { -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

#portfolio ul.work a { border-bottom: none; }
#portfolio ul.work a img { border: 5px solid rgba(122, 192, 0, 0.15); -webkit-border-radius: 5px; }
#portfolio ul.work { float: left; margin-left: -15px; width: 975px;  }
#portfolio ul.work li { list-style: none; float: left; margin-left: 15px; margin-bottom: 15px; }

#contact { margin-bottom: 0px; }

input[type="text"] { width: 400px; }
textarea { width: 750px; height: 275px; }
label { color: #ff5400; }
input, textarea { background-color: rgba(255, 255, 255, 0.4); border: 5px solid rgba(122, 192, 0, 0.15); padding: 1px; font-family: inherit; color: #4b4b4b; font-size: 12px; -webkit-border-radius: 5px; margin-bottom: 1px; margin-top: 1px; }
input:focus, textarea:focus { border: 5px solid #FF5400; background-color: rgba(255, 255, 255, 1); }

input[type="button"] { font-size: 12px; padding: 2px 2px 2px 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);margin-bottom: 1px; margin-top: 0px; margin: 2px;}
input[type="button"].green { color: rgba(255, 255, 255, 1); background-color: #7ac000; font-size: 12px; padding: 1px 1px 1px 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);margin-bottom: 1px; margin-top: 0px;}
input[type="button"].red { color: rgba(0, 55, 55, 1);background-color: #ff5400;font-size: 12px; padding: 1px 1px 1px 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);margin-bottom: 1px; margin-top: 0px;}
button.green { color: rgba(255, 255, 255, 1); background-color: #7ac000; font-size: 12px; padding: 1px 1px 1px 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);margin-bottom: 1px; margin-top: 0px;}
button.red { color: rgba(0, 55, 55, 1);background-color: #ff5400;font-size: 12px; padding: 1px 1px 1px 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);margin-bottom: 1px; margin-top: 0px;}
button.storno { color: rgba(0, 55, 55, 1);background-color: #ff5454;font-size: 12px; padding: 1px 1px 1px 1px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);margin-bottom: 1px; margin-top: 0px;}

input[type="submit"] { border: none; cursor: pointer; color: #fff; font-size: 24px; background-color: #7ac000; padding: 5px 36px 8px 36px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6); border-bottom: 1px solid rgba(0, 0, 0, 0.4); border-top: 1px solid rgba(255, 255, 255, 0.6);
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #619702),
	    color-stop(0.62, #7ac000)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #619702 23%,
	    #7ac000 62%
	);
}

input[type="submit"]:hover { color: #fff; border-bottom: 1px solid rgba(0, 0, 0, 0.4); background-color: #ff5400;
	background: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.23, #c34000),
	    color-stop(0.62, #ff5400)
	);
	background: -moz-linear-gradient(
	    center bottom,
	    #c34000 23%,
	    #ff5400 62%
	);
}


input[type="submit"]:active { position: relative; top: 1px; }
/*
{ padding: 5px 0; width: 100%; background-color: #FFF; margin-bottom: 25px; -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4); position: fixed; z-index: 10; float: left; }




 {
    position:relative; 
	width: 960px; margin: 0 auto; position: relative;
    bottom:0; left:0; right:0;
    text-alig:center;
    margin:0; 
    height:2em;
    z-index:10; 
}
*/
#footer {
    position:relative;
    top:0; left:0; right:0; bottom:0;
	padding: 5px 0; width: 100%; height:auto; background-color: #FFF; 
}



navfooter { width: auto; float: left; height:auto }
navfooter  ul { position: absolute; right: 0; display: block; margin-top: 0px; }
navfooter  ul li { display: inline; margin-left: 50px; }
navfooter  ul li a { font-size: 12pt; border-bottom: none; }

td  { font-size: 14pt; border: none; color: #ff5400;}
tr  { border-bottom-width: 1px;  border-bottom-color: #7ac000; border-bottom-style:solid;}
th  { font-size: 14pt; border: none; color: #7ac000; }
table {
	width: auto; float: left; height:auto; padding: 2px; border-spacing: 10px;
}
#dhomes-svg {
	float: left;
	width: 180px;
/*	height: 100%;
    viewbox: 0 0 250 105; 
	transform:scale(1.2);
    -webkit-transform:scale(0.2); */
}

/*
footer ul { margin-bottom: 150px; }
footer ul li { display: inline; margin-right: 50px; }
footer ul li a { font-size: 24px; margin-left: 10px; }
footer ul li img { vertical-align: bottom; position: relative; top: 2px; }
*/


div.gallery {
	margin-top: 30px;
}

div.gallery ul {
	list-style-type: none;
	margin-left: 35px;
}

/* animation */
div.gallery ul li, div.gallery li img {
	-webkit-transition: all 0.1s ease-in-out;
  	-moz-transition: all 0.1s ease-in-out;
  	-o-transition: all 0.1s ease-in-out;
  	transition: all 0.1s ease-in-out;
}

div.gallery ul li {
	position: relative;
	float: left;
	width: 130px;
	height: 130px;
	margin: 5px;
	padding: 5px;
	z-index: 0;
}

/* Make sure z-index is higher on hover */
/* Ensure that hover image overlapped the others */
div.gallery ul li:hover {
	z-index: 5;
}

/* Image is position nicely under li */
div.gallery ul li img {
	position: absolute;
	left: 0;
	top: 0;
	border: 1px solid #dddddd;
	padding: 5px;
	width: 130px;
	height: 130px;
	background: #f0f0f0;
}

div.gallery ul li img:hover {
	width: 200px;
	height: 200px;
	margin-top: -130px;
	margin-left: -130px;
	top: 65%;
	left: 65%;
}

.tooltip {
    position: relative;
}
.tooltip > div {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    
}
.tooltipContent {
    background-color: #bee;
    border: 1px solid #555;
    border-radius: 5px;
    padding: 5px;
}

img.email {
    max-width:10%;
    max-height:10%;
}

details > summary {
  padding: 4px;
#  background-color: #eeeeee;
  border: none;
  box-shadow: 1px 1px 1px 2px #bbbbbb;
  text-decoration: underline;
  font-size: 14pt;
  cursor: pointer;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
#  -webkit-border-radius: 4px;  -moz-border-radius: 4px;  
}

details > ul {
#  background-color: #eeeeee;
  padding: 2px;
  margin: 0;
  margin-left: 15px;
#  box-shadow: 1px 1px 3px 3px #bbbbbb;
  list-style-type:circle;
}

details > ul > li {
  margin: 1px;
}

details > ul > li::before {
   counter-increment: section;
   
}

