/*
###########################
PATRICK SIEGFRIED ZIMMER CSS
###########################
*/
body {
  background-color: black;
}


a:link {
  outline: none;
}
.rowmargin {
  margin: 30px 0;
}
.vertical-align {
  margin-right: -26px;
  margin-top: 45px;
}
#logo {
  width: 63%;
}
#logodiv {
  height: 190px;
  transform: translate(53.2%, 0%);
  margin-top: -0.5em;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 1.5em;
}

.logoimg {
  width: 225px;
  margin-top: 2px;
}
@media (max-width:420px) {
  .logoimg {
    width: 220px;
  }
}

@media (max-width:360px) {
  .logoimg {
    width: 180px;
  }
}

@media (max-width:330px) {
  .logoimg {
    width: 170px;
  }
}
@media (max-width:320px) {
  .logoimg {
    width: 170px;
  }
}
#menu {
  width: 94px;
  margin-top: -14px;
  margin-right: 0px;
}


@media (max-width: 420px) {
#menu {
  width: 88px;
  margin-top: -14px;
  margin-right: 0px;
}
}

@media (max-width: 360px) {
#menu {
  width: 88px;
  margin-top: -32px;
  margin-right: -1px;
}
}


@media (max-width: 350px) {
#menu {
  width: 80px;
  margin-top: -27px;
  margin-right: -1px;
}
}

@media (max-width: 340px) {
#menu {
  width: 80px;
  margin-top: -26px;
  margin-right: -3px;
}
}


@media (max-width: 330px) {
#menu {
  width: 80px;
  margin-top: -30px;
  margin-right: -2px;
}
}
@media (max-width: 320px) {
#menu {
  width: 80px;
  margin-top: -30px;
  margin-right: -6px;
}
}
#menudiv {
  margin-top: 6px;
}
/*text*/
#bodytext h1 {
  font-size: 4.5em;
  text-align: center;
  margin: 0.8em 0;
}
#bodytext p {
  font-size: 1.45em;
  line-height: 1.58em;
  margin-bottom: 1.5em;
  text-align: justify;
}
/*footer*/
#footerdiv {
  text-align: center;
  margin-bottom: 1em;
}

/*
###########################
DROPDOWN
###########################
*/
/* dropdown button */
.dropbtn {
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
/* the container <div> */
.dropdown {
  position: relative;
  display: inline-block;
}
/* dropdown content */
.dropdown-content {
  display: none;
  position: absolute;
  color: #ffffff;
  background-color: #000000;
  min-width: 128px;
  z-index: 1;
  font-size: 1.2em;
  margin-left: -160px;
  margin-top: -90px;
  padding: 3px 0;
  height: 100px;
}
.dropdown-content2 {
	width: 173px;
	height: 440px;
}
/* links inside the dropdown */
.dropdown-content a {
  color: #000000;
  /* [disabled]padding-top: 3px; */
  /* [disabled]padding-right: 16px; */
  /* [disabled]padding-left: 5px; */
  /* [disabled]padding-bottom: 3px; */
  text-decoration: none;
  display: block;
}
/* change color of dropdown links on hover */

/* show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/*
###########################
NAV LINKS / CLASS ACTIVE
###########################
*/
.active {
  color: #ffffff;
 text-decoration: underline;
	text-underline-offset: 0.14em;
	text-decoration-thickness: 2.2px;
}
/*
###########################
CAROUSEL
###########################
*/
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, .0001)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .0001) 0, rgba(255, 255, 255, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, .0001) 0, rgba(255, 255, 255, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .0001)), to(rgba(255, 255, 255, .5)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, .0001) 0, rgba(255, 255, 255, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.left {
  background-image: none;
  background-repeat: none;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: none;
  background-repeat: none;
}
.space1 {
  letter-spacing: 0px;
  left: -2px;
  top: -15px;
}
.space2 {
  letter-spacing: 0px;
  left: -2px;
  top: -27px;
}
.space3 {
  letter-spacing: 0px;
  left: -2px;
  top: -39px;
}
.space4 {
  letter-spacing: 0px;
  left: -2px;
  top: -51px;
}
.space6 {
  letter-spacing: 0px;
  margin-top: -27px;
  margin-left: -2px;
}
.space7 {
  letter-spacing: 0px;
  margin-top: 21px;
  margin-left: 1px;
}
.space8 {
  letter-spacing: 0px;
  margin-top: 24px;
  margin-left: -2px;
}

.test {
  width: 200px;
  margin-top: 141px;
}

.div-impressum {
  text-align: right;
}
.div-impressum2 {
  text-align: left;
}
.div-impressum3 {
  text-align: center;
}
.div-impressum4 {
  text-transform: uppercase;
}

.input {
  background-color: #FFFFFF;
  color: #000000;
  border: thin solid #000000;
}
.name {
  border: thin solid #000000;
}
.center {
  text-align: center;
}
.menu:hover {
  color: #F1D885;
}
.footer:hover {
  color: #F1D885;
}
.menufs {
  font-size: 16px;
}
.responsive_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56%;
  position: relative;
}
.responsive_map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.underline {
  text-decoration-line: underline;
  text-decoration-thickness: 0.6px;
  text-decoration-style: solid;
  text-underline-offset: 14px;
}

.center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 70%;
	height: auto;
}
.border {
	border: 3px double #D7BE69;
	padding: 4px;
	border-image-source: url(border-nine.png);
	border-image-slice: 100%;
}

.margin-text {
  margin-top: 0px;
}

@media (max-width: 768px) {
.margin-text {
  margin-top: -10px;
}
}
@media (max-width: 360px) {
.margin-text {
  margin-top: -50px;
}
}






