/*************************************************
                               standard elements
**************************************************/

::marker {
  color: #f3b838;
}

html, body {
  height: 100%;
  min-height: 100%;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  min-height: 100vh;
}

body{
  background: #ffffff url(../img/bg.jpg) center;
}

* {
  margin: 0;
  padding: 0;
}

.clearer {
  clear: both;
  font-size: 1px;
  height: 1px;
}


/*************************************************
                                         Wrapper
**************************************************/

#Wrapper {
  width: 976px;
  min-height: calc(100% - 300px);
  margin: 0 auto 0 auto;
  background: white;
  display: grid;
}

#Wrapper a {
  margin: 0 0 15px 0px;
  color: #f3b838;
  font-weight: bold;
  font-size: 14px;
}

#Wrapper a:hover {
  margin: 0 0 15px 0px;
  color: #bfd043;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

/*************************************************
                                          Header
**************************************************/
#pageHeaderWrapper {
background: #f3b838;
z-index: 0;
height: 270px;
}
#pageHeader {
position: relative;
  width: 976px;
  height: 270px;
  background: url(../img/headerbild.jpg);
  z-index: 5;
  margin: 0 auto 0 auto;
}

#Schriftzug {
  position: absolute;
  background: url(../img/schriftzug.png);
  height: 24px;
  width: 444px;
  top: 35px;
  right: 45px;
  z-index: 10;
}


/*************************************************
                       mainNav (Haupt-Navigation)
**************************************************/

#mainNav {
  position: absolute;
  width: 200px;
  z-index: 10;
  right: 45px;
  top: 115px;
  text-align: right;
  font-size: 13px;
  line-height: 1;
}

#mainNav li {
  list-style: none;
  margin-bottom: 10px;
}

#mainNav li a {
  color: #ffffff;
  text-decoration: none;
}

.mainNavItem {
  margin: 10px 0 0 10px;
}

a.mainNavItemAct {
  text-decoration: none;
  font-weight: bold;
}

/*************************************************
                        addNav (Neben-Navigation)
**************************************************/
#addMenu {
  float: right;
  width: 200px;
  height: 350px;
  background: green;
}

.addMenuItem {
  margin: 10px 10x 0 0;
  text-align: right;
}

/*************************************************
                       pageContent (Hauptinhalt)
**************************************************/
#pageContent {
  margin-left: 45px;
  margin-right: 45px;
  padding-top: 55px;
  color: #333333;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}



#pageContent h1 {
  margin: 0 0 15px 0px;
  font-size: 32px;
  color: #bfd043;
}

#pageContent p {
  margin: 0 0 15px 0px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

#pageContent ul {
  margin: 0 0 15px 15px;
}

#pageContent .contentElement {
margin-bottom: 55px;
}

#pageContentContact {
  grid-column: 1 / -1;
  display: flex;
  gap: 20px;
  line-height: 1.2;
  justify-content: center;
  align-content: center;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-top: auto;
}

#pageContentContact .contentElement {
  margin-bottom: 0;
}

/*************************************************
                                      pageFooter
**************************************************/
#pageFooter {
  content: '';
  height: 30px;
  background: #bfd043;
  text-align: center;
  color: #fff;
  font-size: 21px;
}


/*************************************************
                                      googleMap
**************************************************/
.tx-rgsimplegooglemaps-pi1 .mapdiv {
    border:1px solid #ccc;
    background:#eee;
    width:410px;
    height:350px;
    overflow: hidden;
}

.tx-rgsimplegooglemaps-pi1 fieldset {
    border:1px solid #ccc;
    border-top:0;
    margin:0;
    padding:10px;
    display: none;
}

.tx-rgsimplegooglemaps-pi1 legend {
    display:none;
}

.tx-rgsimplegooglemaps-pi1 .el {
    float:left;
    margin-right:20px;
}

.tx-rgsimplegooglemaps-pi1 label {
    display:block;
}

#simplemap h2 {
  margin: 0 0 0px 0px;
  font-size: 17px;
  color: #bfd043;
}

#simplemap {
  color: #4d4d4d;

}.tx-rgsimplegooglemaps-pi1 .clr {
  clear:both;
}

.iframe-container {
  position: relative;
  cursor: pointer;
}

.iframe-container--overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 300px;
}



.tx-chgallery-pi1 {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  width: 100%;
  flex-wrap: wrap;
}

.tx-chgallery-pi1 img {
  border: 5px solid #ededed;
}


#kontakt > * {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

#tx-powermail-pi1_fieldset_1 {
  display: grid;
  gap: 20px;
  border: none;
}

#tx-powermail-pi1_fieldset_1 > div:not(#powermaildiv_uid5,#privacyAck) {
  display: grid;
  grid-template-columns: 150px 1fr;
}

#powermaildiv_uid5 fieldset {
  border: none;
  padding-top: 10px;
}

input,
select,
textarea {
  padding: 2px;
  border-color: rgb(243, 184, 56);
  border-style: solid;
  border-width: 1px;
}

#powermaildiv_uid1 input {
  width: 40px;
}

#powermaildiv_uid3 input,
#powermaildiv_uid4 input,
#powermaildiv_uid7 select {
  width: 110px;
}

textarea {
  resize: vertical;
  height: 150px;
}

input[type=submit] {
  grid-column: 2;
  background-color: #f3b838;
  text-transform: uppercase;
  padding: 5px;
  font-weight: 600;
}

#privacyAck {
  display: flex;
  align-items: center;
}

input[type=checkbox] {
  margin-right: 10px;
}


.offer {
  border: 1px solid #f3b838;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}

#pageContent .offer + * {
  margin-top: 30px;
}
