/* ------ Add your CSS below this line (or @import your other CSS files). ------- */
.section ul li {
	margin-left: 35px;
}
li::before {
    content: "";
    background: url('../img/checkmark_circle2.svg');
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
	left:  -35px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin-bottom: 5px;
}

/*li::before {
  	content: "";
    background: url('../img/checkmark_circle2.svg');
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
  }*/
.nav-items, .mnav-items {
	color: #78716C;
}
.nav-items button.active, .mnav-items button.active {
	color: #292524;
}
.nav-items button:hover, .mnav-items button:hover {
	color: #292524 !important;
}
.content {
	margin-top: 2000px;
}
#close {
	visibility:hidden;
}
#icon_10 {
	visibility: hidden;
}
body {
	background: #E6E4E3;
}
/*h1.quote::before {
	content: "";
    background: url('../img/quote_left.svg');
    background-size: 20px;
	background-repeat: no-repeat !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
	margin-bottom: -10px;
	margin-left: -30px;
}*/
h1.quote::after {
	content: "";
    background: url('../img/quote_right.svg');
    background-size: 20px;
	background-repeat: no-repeat !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
	margin-right: -30px;
	margin-bottom: 5px;
}
@media (max-width: 640px) {
h1.quote::after, h1.quote::before {
	background-size: 15px;
	background-repeat: no-repeat !important;
    width: 15px;
    height: 15px;
}
}


/*Kontaktformular*/
.datenschutz input + label {
  cursor: pointer;
}
.datenschutz input {
  position: relative;
  z-index: 0;
  -webkit-appearance: none;
}
.datenschutz input + label::before {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border: 1px solid #d6d2d0;
  display: inline-block;
  content: "";
  margin-right: 5px;
  margin-bottom: -2px;
  z-index: 5;
  position: relative;
  cursor: pointer;
}

.datenschutz input:checked + label::before {
  background-color: #57534e;
  box-shadow: inset 0px 0px 0px 3px #fff;
}

#kontaktformular .error input, #kontaktformular .error textarea {
	border: 1px solid red;
}
#kontaktformular .error input#datenschutz {
	border: none;
}
#kontaktformular .error input#datenschutz + label::before {
	border: 1px solid red;
}
#kontaktformular .error input#datenschutz + label {
	color: red;
}
input:focus, textarea:focus, select:focus{
        outline: none;
    }
    
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red !important;
  opacity: 0 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: red !important;
  opacity: 0 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: red !important;
  opacity: 0 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: red !important;
  opacity: 0 !important;
}
.error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red !important;
  opacity: 1 !important;
}
.error ::-moz-placeholder { /* Firefox 19+ */
  color: red !important;
  opacity: 1 !important;
}
.error :-ms-input-placeholder { /* IE 10+ */
  color: red !important;
  opacity: 1 !important;
}
.error :-moz-placeholder { /* Firefox 18- */
  color: red !important;
  opacity: 1 !important;
}
.successmessage {
	opacity:  1;
	display: none;
	height: 42px;
}

.andacom_logo {
	cursor: pointer;
}

.nav-wrapper {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

@media (min-width: 640px) {
	.nav-wrapper {
	padding-left: 5rem;
	padding-right: 5rem;
}
}

@media (min-width: 1100px) {
	.nav-wrapper {
	padding-left: 12rem;
	padding-right: 12rem;
}
}	

.nav-items {
	display: none;
}

@media (min-width: 900px) {
	.nav-items {
	display: flex;
	margin-left: 1.5rem;
}
}

.nav-items-mobile {
	display: flex;
}

@media (min-width: 900px) {
	.nav-items-mobile {
	display: none;
}
}


/*404*/
#page_27 li, #page_27 p {
	opacity: 1;
}

/*Rechtliches*/

#page_1027 li, #page_1027 p {
	opacity: 1;
	margin-bottom: .5rem;
}

#page_1027 .text-xl {
	font-size: 1.5rem;
}
#page_1027 .section {
	margin-bottom: 1.5rem;
	padding-top: 1.5rem;
}

#page_1027 ul {
	list-style: disc;
	list-style-type: disc ;
	list-style-position: inside;
}
#page_1027 li:before {
	display: none !important;
}

#page_1027 #datenschutz {
	padding-bottom: 50px;
}



#kontaktformular .datenschutz > div > label > a {
	text-decoration: underline;
}

#page_1 h2 {
	margin-bottom: 1.5rem;
        font-size: 1.875rem;
        line-height: 2.25rem;
	color: #78716C;
}

@media (max-width: 640px) {
	#page_1 h2 {
	margin-bottom: 1.5rem;
        font-size: 1.875rem;
        line-height: 2.25rem;
	color: #78716C;
}
}

#page_1 p strong {
	font-weight: 500;
}



@media (min-width:768px) {
    #section1.section {
        margin-bottom: 7rem;
    }
}

.section img {
	max-width: 300px;
}