/*null style*/
* {
        padding: 0;
        margin: 0;
        border: 0;
}
*,
*:before,
*:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
}
:focus,
:active {
        outline: none;
}
a:focus,
a:active {
        outline: none;
}
nav,
footer,
header,
aside {
        display: block;
}
input,
button,
textarea {
        font-family: inherit;
}
input::-ms-clear {
        display: none;
}
button {
        cursor: pointer;
}
button::-moz-focus-inner {
        padding: 0;
        border: 0;
}
a,
a:visited {
        text-decoration: none;
}
a:hover {
        text-decoration: none;
}
ul li {
      #  list-style: none;
}
img {
        vertical-align: top;
}


/*-----------------------------------------------*/

ul.right {
  padding-left: 20px;
}    
     
.auflistung_num  {  
  line-height: 24px;
}

ul.ul_style {
  padding-left: 15px;
 
} 

ol.ol_style {
  padding-left: 15px;
}


  .background_image_startseite {
   background-image: url("../img/startseite.jpg");

   background-repeat: no-repeat;
   height: 484px;
  
   background-position: center;
   background-position: 0 0;
   background-position: 50% 50%;                    

   background-size:cover;
}

.background_image_leistungen {   
   background-image: url("../img/leistungen.jpg");

   background-repeat: no-repeat;
   height: 484px;
   background-position: center;
   background-position: 0 0;
   background-position: 50% 50%;

   background-size:cover;
}

.background_image_trauung {     
    background-image: url("../img/trauung.jpg");

   background-repeat: no-repeat;
   height: 484px;
   background-position: center;
   background-position: 0 0;
   background-position: 50% 50%;

   background-size:cover;
}

.footer {
  background-color: #626262;
  width: 100%;
}

.social {
   margin-left: 50px;
}

.footer_links {
   margin-left: 250px;
}

.text {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #434343
}

.text_w {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #d76691;
}

.kontakttext   {
  text-align:center;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #d76691;
  margin-bottom: 20px;
  color: #434343
}

.infokontakttext   {
  text-align: left;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #d76691;
  margin-bottom: 10px;
  color: #434343
}

.footer_links {
        padding-right: 5px;
}

.copyright {
        text-align: center;
        background-color: #626262;
        color: #FFFFFF;

        font-weight: lighter;
        letter-spacing: 2px;
        border-top-width: 2px;
        font-family: Arial, Helvetica, sans-serif;
        width: 100%;
        padding-left: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        clear: left;
}

.tel_img {      
       float: left;           
       
}    

.tel {
        text-align: left;
        float: left;
        margin-top: 2px;
        margin-left:10px;     
}   

.mail_img {
       float: left;
}

.mail {  

        float: right;
        margin-top: 5px;
        margin-left: 8px;
}

.navtop {  

        text-align: right;
}

.navfooter {

  
}

.header_top .navfooter ul {
        list-style: none;
}

.navfooter ul li {
        float: left;
        margin-left: 40px;
        color: #fdfbfc;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        transition: all 0.3s linear;
        list-style: none;
}

.navfooter ul li a {
        color: #FFFFFF;
        text-decoration: none;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        list-style: none;
        letter-spacing: 1px;   
}

.navfooter ul li:hover a {
        color: #d36194;
}

.navfooter ul li:active a {
        color: #d36194;
}



/*-----------------------------------------------*/
html,
body {
        height: 100%;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        color: #fff;
        font-size: 14px;
        background-color: #FFFFFF;
}
body._lock {
        overflow: hidden;
}
.wrapper {
        min-height: 100%;
}
.page {
        padding: 10px 0 0px 0;
}
.page__section {
        padding: 20px;
        max-width: 1100px;
        margin: 0 auto;
}
.page__section_1 {
        background-color: #FFFFFF;

        padding:3.5rem 3rem;box-shadow:0 .5rem 2rem rgba(0,0,0,.3);
        border-radius:1rem;
        margin-top: 25px;
        margin-bottom: 35px;
}
.page__section_2 {
        background-color: #FFFFFF;

        padding:3.5rem 3rem;box-shadow:0 .5rem 2rem rgba(0,0,0,.3);
        border-radius:1rem;
        margin-top: 25px;
        margin-bottom: 35px;
}
.page__section_3 {
        background-color: #FFFFFF;

        padding:3.5rem 3rem;box-shadow:0 .5rem 2rem rgba(0,0,0,.3);
        border-radius:1rem;
        margin-top: 25px;
        margin-bottom: 35px;
}
.page__title {
        font-size: 24px;
        font-family: Arial, Helvetica, sans-serif;
        color: #d76691;
        margin-bottom: 40px;
}
.page__text {
         font-size: 15px;
         font-family: Arial, Helvetica, sans-serif;
         line-height: 24px;
         color: #434343
}
.page__text p {
        margin-bottom: 20px;
}
.page__sub-title {
        font-size: 30px;
        margin-bottom: 20px;
}

.kontakt__section {   
        padding: 20px;
        max-width: 800px;
        margin: 0 auto;
}

/*-------------------------*/

.header_top {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #626262;
}

.header_top__container {
        padding: 0 30px;
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 50px;
}

.header_footer {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #626262;
}

.header_footer__container {    
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 50px;
}

.header_kontakt {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #cdcdcd;
}

.header_kontakt__container {
        padding: 0 20px;
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 50px;
        padding: 20px;
        max-width: 1000px;
        margin: 0 auto;
}

.header {
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #FFFFFF;
        border-bottom: 2px solid #d8a2ba;
}

.header__container {
        padding: 0 30px;
        max-width: 1100px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 70px;
}

.header__logo {
        border-radius: 50%;
        background-color: #fff;
        position: relative;
        z-index: 5;
        width: 40px;
        height: 40px;
}
.header__menu {
}
.menu {
}
.menu__icon {
        display: none;
}
.menu__body {
}
.menu__list {
}
.menu__list > li {
        position: relative;
}
.menu__link {
        color: #434343;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 17px;
        transition: all 0.4s linear;
        padding-right: 40px;
        letter-spacing: 1.4px;
}
.menu__link:hover  {
        color: #d36194;
}
.menu__sub-list {
        position: absolute;
        top: 100%;
        right: 0;
        background-color: #000;
        padding: 15px;
        min-width: 200px;
}
.menu__sub-list li {
        margin-bottom: 10px;
}
.menu__sub-list li:last-child {
        margin-bottom: 0px;
}
.menu__sub-link {
        color: #fff;
}
.menu__sub-link:hover {
        text-decoration: underline;
}
.menu__arrow {
        display: none;
}
/*-------------------------*/
body._pc .menu__list > li:hover .menu__sub-list {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        pointer-events: all;
}
body._touch .menu__list > li {
        display: flex;
        align-items: center;
}
body._touch .menu__link {
        flex: 1 1 auto;
}
body._touch .menu__arrow {
        display: block;
        width: 0;
        height: 0;
        margin-left: 5px;
        transition: transform 0.3s ease 0s;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #fff;
}

body._touch .menu__list > li._active .menu__sub-list {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
        pointer-events: all;
}
body._touch .menu__list > li._active .menu__arrow {
        transform: rotate(180deg);
}
/*-------------------------*/
@media (min-width: 1050px) {
        .menu__list {
                display: flex;
                align-items: center;
        }
        .menu__list > li {
                /* padding from link to sub links area to avoid breaking hover on mouse move */
                padding: 10px 0;
        }
        .menu__sub-list {
                transform: translate(0, 10px);
                opacity: 0;
                visibility: hidden;
                /* to avoid mistaken hover */
                pointer-events: none;
                transition: all 0.3s ease 0s;
        }
}

@media (max-width: 1049px) {
        .menu__icon {
                z-index: 5;
                display: block;
                position: relative;
                width: 30px;
                height: 18px;
                cursor: pointer;
        }
        .menu__icon span,
        .menu__icon::before,
        .menu__icon::after {
                left: 0;
                position: absolute;
                height: 10%;
                width: 100%;
                transition: all 0.3s ease 0s;
                background-color: #434343;
        }

        .menu__icon::before,
        .menu__icon::after {
                content: '';
        }
        .menu__icon::before {
                top: 0;
        }
        .menu__icon::after {
                bottom: 0;
                color: #FFFFFF;
        }
        .menu__icon span {
                top: 50%;
               transform: scale(1) translate(0, -50%);
                color: #FFFFFF;
        }

        .menu__icon._active span {
                transform: scale(0) translate(0, -50%);
                color: #FFFFFF;
        }
        .menu__icon._active::before {
                top: 50%;
                transform: rotate(-45deg) translate(0, -50%);
                color: #FFFFFF;
        }
        .menu__icon._active::after {
                bottom: 50%;
                transform: rotate(45deg) translate(0, 50%);
                color: #FFFFFF;
        }

        .menu__body {
                position: fixed;
                top: 0;
                left: -100%;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.6);
                padding: 190px 30px 30px 30px;
                transition: left 0.3s ease 0s;
                /* for scroll on menu */
                overflow: auto;
        }
        .menu__body._active {
                /* use left and not transform/translate because it scroll the .menu__body::before when u scroll menu */
                left: 0;
        }
        .menu__body::before {
                content: '';
                position: fixed;
                width: 100%;
                top: 0;
                left: 0;
                height: 70px;
                z-index: 2;
        }
        .menu__list > li {
                flex-wrap: wrap;
                margin-bottom: 30px;
        }
        .menu__list > li:last-child {
                margin-bottom: 0;
        }
        .menu__list > li._active .menu__sub-list {
                display: block;
        }
        .menu__link {
                font-size: 20px;
                color: #e8e8e8;  
        }
        .menu__link:hover  {
        color: #d36194;
        }
        .menu__sub-list {
                position: relative;
                background-color: #fff;
                flex: 1 1 100%;
                margin-top: 20px;
                display: none;
        }
        .menu__sub-link {
                font-size: 20px;
                color: #000;
        }
}

.bild {
  float: left;
  margin-right: 30px;
}

.bildeffekt {
  -moz-border-radius: 10px;
   -webkit-border-radius: 10px;

    padding: 5 px 3rem;box-shadow:0 .5rem 2rem rgba(0,0,0,.1);
    border-radius:1rem;
}


.facebook_hover   {
  float: left;
  margin-top: 5px;
  transition: transform .2s; /* Animation */
  width: 25px;
  height: 25px;

}
.facebook_hover :hover{
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.insta_hover   {
  float: left;
  margin-top: 5px;
  margin-left: 20px;
  transition: transform .2s; /* Animation */
  width: 25px;
  height: 25px;
}
.insta_hover :hover{
 transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

<!-- Formular -->

textarea
{
    font-family: inherit;
}

form {
    #border: 1px solid black;
    width: 90%;
    margin: 0 auto;
    padding: 0 1em;
}

form label {
    display: block;
    font-size: 0.8em;
    color: darkslategrey;
    padding-left: 3px;
}

input,
textarea
{
    width: 100%;
    font-size: 1.1em;
    padding: 8px;
    font-family: inherit;
    font-weight: lighter;
    border:1px solid gray;
    outline: none;
    border-radius: 0.3em;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

input:focus,
textarea:focus {
    border:1px solid #d36194;
}


input:focus:required:invalid {background-color: #fff8f8;}
input:required:valid {background-color: #f4fff1; }

textarea:focus:required:invalid {background-color: #fff8f8;}
textarea:required:valid {background-color: #f4fff1; }


        /* border-color: green; */ 
/*
input:required:valid + label::before {
  content: "?";
  color: green;
}
*/

/*
input:required + label::before {
  position: absolute;
  left: 300%;
  content: "?";
  color: red;
}
*/

input[type=submit] {
    background-color: #626262;
    cursor: pointer;
    width: 10em;
    padding: .3em 0;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

input[type=submit]:hover {
    background-color: #d36194;
    box-shadow: 2px 2px 2px grey;
}   

#ft-form .placeholder {
  margin-bottom: 20px;
}

.placeholder_top {
  margin-top: 10px;
}

#ft-form .btns {
  text-align: left;
  margin-top: 10px;
}

#ft-form [type=checkbox]
{
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px
}

.formular {
 float: left;
 width: 320px;
 height: 40px;
 margin-bottom: 20px;
}

.area {
 width: 640px;
 height: 200px;
 margin-bottom: 15px;

}

.kontakt_container  {

}

.refresh-captcha {
  margin-top: 5px;
}      
  
#ft-form .rahmen {  
        background-color: #FFFFFF; 
        padding:1rem 1rem;box-shadow:0 .3rem 2rem rgba(0,0,0,.2);
        border-radius:1rem;
        margin-top: 5px;
        margin-bottom: 5px;
}

/* Formularfelder zweispaltig mit float */       

<!--
@media screen and (max-width: 599px) {
div.float1, div.float2 {width: 50%}
}
@media screen and (min-width: 599px) {
div.float1, div.float2 {width: 37.50%}
}

input.float1, input.float2 {
   width: 100%
}

div.float1 {
   padding-right: 10px;
}

div.float2 {
   padding-left: 10px;
}
 -->

 <!-- Top Butten -->

.back-to-top {
<!-- muss da sein warum auch immer-->
}

.back-to-top {
  z-index: 100;
  position: fixed;
  background-color: #d36194;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 80px;
  right: 30px;
}

.back-to-top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
.back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
.back-to-top:active {
  background-color: #555;
}

