header {
    background-color: lightblue;
    padding-bottom: 20px;
    box-shadow: -2px 2px 20px 2px #00000085;
    margin-bottom: 25px;
}

h1, h2, h3, h4 {
    color: #00B050
}

h1 {
    text-align: center;
}

#Vertrauensleute {
    padding-bottom: 20px
}

#Ort {
    color: #00B050;
    padding-bottom: 0px;
    text-decoration: underline;
}

#left {
    width: 50%;
    max-width: 500px;
}

#right {
    width: 50%;
}

#split {
    text-align: left;
}

th {
    vertical-align: top;
    padding: 10px
}

table {
    margin: auto;
}

body {
    margin: 0px;
}

td {
    vertical-align: top;
    padding: 30px;
}

#disclaimer {
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 14px;
}

#disclaimer > h4 {
    margin-bottom: 0px
}

#disclaimer > p {
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
}

@media only screen and (max-width: 600px) {
    #disclaimer {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 10px;
    }
}

#bottom {
    background-color: rgb(43, 43, 43);
    padding-top: 10px;
    padding-bottom: 40px;
}

#footer {
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.63);
	background-color: rgb(87, 87, 87);
    padding-top: 20px;
    padding-bottom: 10px;
}

#footer > table {
    color: white;
}

#footer > table > tbody > tr > td > a {
    color: lightblue;
}

#footer > table > tbody > tr > td > a:hover {
    color: rgb(201, 137, 137)
}

a:hover {
    color: rgb(109, 53, 53)
}

#services {
    background-image: url("services.jpg");
    background-color: lightgray;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#services > table {
    padding-left: 0%;
    padding-right: 0%;
	width: 100%;
    max-width: 1200px;
	padding-top: 50px;
    padding-bottom: 50px;
}

#services > table > tbody {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.63);
    color: white
}

#services > table > tbody > tr > th {
    vertical-align: middle;
}

#services > table > tbody > tr > th:nth-child(1) {
    background-color: rgba(70, 70, 70, 0.541);
}

#services > table > tbody > tr > th:nth-child(2) {
    width: 10%;
}

#services > table > tbody > tr > th:nth-child(3) {
    background-color: rgba(70, 70, 70, 0.541);
}

#services > table > tbody > tr > th > h2 {
    margin-top: 0px;
}

div.main-logo > img {
    display: block;
    margin: auto;
    transform: scale(0.6,0.6);
}

@media only screen and (max-width: 600px) {
    #split {
      display: none;
    }
  }

@media only screen and (min-width: 600px) {
    #RespTbl {
      display: none;
    }
  }

#RespTbl {
    padding: 5%;
    text-align: center;
}

#RespTbl > ul > li {
    list-style-type:none;
}

#RespTbl > ul {
    padding: 0;
}

@media only screen and (max-width: 600px) {
    body {
      font-size: 14px !important;
    }
}

@media only screen and (min-width: 600px) {
    #footerMobile {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #footer {
        display: none;
    }
}

#footerMobile {
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.63);
    background-color: rgb(87, 87, 87);
    padding-top: 20px;
    padding-bottom: 10px;
    color: white;
}

#footerMobile > div > a {
    color: lightblue;
}

#footerMobile > div > a:hover {
    color: rgb(201, 137, 137);
}

#ServiceRowMobile {
    background-color: rgba(70, 70, 70, 0.541);
    padding: 5%;
    text-align: center;
}

#servicesMobile {
    background-image: url(services.jpg);
    background-color: lightgray;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 5%;
    color: white;
}

#abstandMobile {
    height: 10%
}

@media only screen and (min-width: 600px) {
    #servMob {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    #serv {
        display: none;
    }
}

#disclaimer > a {
    color: lightblue;
}

#disclaimer > a:hover {
    color: rgb(201, 137, 137);
}


#counter {
    text-align: center;
    margin-left: 30%;
    margin-right: 30%;
    font-size: 14px;
}

.Banner {
	text-align: center;
	max-width: 700px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px solid green;
	border-radius: 16px;
	background: #96c985
}

#img_seite {
    width: 500px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding: 10px;
}

#main {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1020px) {
    #main {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #img_seite {
        width: 100% !important;
    }
}