font-family: 'Open Sans',serif;


body {
    font-family: 'Noto Sans', sans-serif;
    color: #ffffff;
    background: #ffffff;
    font-size: 1rem; /* 1rem = 16px */
    line-height: 1.5;
    padding: 0 !important;
}

@media (min-width: 768px) {
    body {
        font-size: 1.125rem;
    }
}

 /*Rechtsmenu*/
 
.Menue {
 float: left;
align-self: start;
}
.Menus {
color: #ffffff;
align-self: center;
  text-decoration: none;
}
.Menu {
top: 30%;
width: inherit;
z-index: 1030;
 width: 50px;
color: #ffffff;
background: #FB0759;
 transition: width 1s;
 position:  fixed;
 /*top:  05;*/
 right: 0%;
 transition-timing-function: ease-in;
}

/*//print "#div1 {transition-timing-function: linear;}";
//print "#div2 {transition-timing-function: ease;}";
//print "#div3 {transition-timing-function: ease-in;}";
//print "#div4 {transition-timing-function: ease-out;}";
//print "#div5 {transition-timing-function: ease-in-out;}";*/

.Menu:hover {
width: 300px;
}

/*Seitenmenu*/

.dropbtn {
  background-color: #FB0759;
  color: #ffffff;
  padding: 27px;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
 display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
 background-color: #FB0759;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px #FB0759;
  z-index: 1;
}

.dropdown-content a {
  color: #ffffff;
  padding: 5px 30px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #FB0759}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: ##FB0759;
}

/*Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {

  .bild {
    display: none;
  }
    .column {
       width: 100%;
       height: auto;
     }
 
 .dropbtn {
  background-color: #FB0759;
   color: #ffffff;
   padding: 5px;
   font-size: 18px;
   border: none;
   cursor: pointer;
 }
 
 .dropdown-content a {
   color: #ffffff;
   padding: 5px 20px;
   text-decoration: none;
   display: block;
 }


 }



/*Reinholdnichts*/
a {
    color: #FB0759;
}

a:hover {
    text-decoration: underline;
}

b, strong {
    font-weight: 600;
}

#content {
    color: #757b7d;
    font-size: 1.125rem;
    font-weight: 400;
}
/*Reinhold nichts*/
h1, #content .legacy_h1, .legacy_h1, h2, #content .legacy_h2, .legacy_h2, h3, #content .legacy_h3, .legacy_h3, h4, #content .legacy_h4, .legacy_h4, h5, #content .legacy_h5, .legacy_h5, h6, #content .legacy_h6, .legacy_h6 {
    font-weight: 700;
    color: #FB0759;
}

h1, #content .legacy_h1, .legacy_h1 {
    font-size: 1.875rem;
}

h2, #content .legacy_h2, .legacy_h2 {
    font-size: 1.75rem;
}

h3, #content .legacy_h3, .legacy_h3 {
    font-size: 1.625rem;
}

h4, #content .legacy_h4, .legacy_h4 {
    font-size: 1.5rem;
}

h5, #content .legacy_h5, .legacy_h5 {
    font-size: 1.375rem;
}

h6, #content .legacy_h6, .legacy_h6 {
    font-size: 1.25rem;
}


/* ------------------------------------------------ content ----------------------------------------------- */

/* Tab Slogan */
.tab-slogan {
    margin-top: 30px;
    margin-bottom: 10px;
}

.tab-slogan .tabHeadline {
    color:  #FB0759;            /*#294149; RB ng*/
    font-size: 1.75rem;
    text-align: center;
    font-weight: 700;
}

.tab-slogan .tabContent {
    color: #FB0759; /*Reinholdng*/
    font-size: 1.125rem;
    text-align: center;
    font-weight: 400;
}

/* Tabs */
.tabs-row {
    background: linear-gradient(180deg, #fff 5%, #f2fcff 6% 94%, #fff 95%);
    margin-top: 30px;
    margin-bottom: 30px;
}

.tabs-tab {
    background-color: #FB0759; /*Reinholdng*/
    transition: background-color 0.3s ease;
    min-height: 300px;
    position: relative;
    box-shadow: 2px 2px 10px #FB0759;
}

.tabs-tab a {
    color: #FB0759; /*Reinholdng*/
padding: 50px 104px 220px 93px;
position: relative;
left: -24px;
}

@media (max-width: 758px) {
    .row .col-lg-3+.col-lg-3 .tabs-tab {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .tabs-tab  {
        margin-bottom: 15px;
    }
}

.tabs-tab::before {
    content: '';
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    bottom: 30px;
    pointer-events: none;
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}



.tabs-tab:hover {
    background-color: #FB0759; /*Reinholdgebraucht*/
}

.tabs-tab .tiny_p:first-child, .tabs-tab .tiny_p:last-child {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tabs-tab:hover .tiny_p:first-child, .tabs-tab:hover .tiny_p:last-child {
    opacity: 1;
}

.tabs-tab .tabContent {
    text-align: center;
    padding: 25px;
    color: #FB0759; /*Reinhold nicht*/
    font-size: 1rem;
    font-weight: 400;
}

.tabs-tab .tabContent h1 {
    font-weight: 700;
    font-size: 1.375rem;
    color: #f6aea0;  /*Reinhold ng*/
}

/* Main */
main {
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

.content-row {
    padding-top: 20px;
}

body.index .content-row {
    border-top: 1px solid #bcbcbc;
}

.content-row .tabContent {
    font-size: 1rem;
}

/* Content */
#content {
    margin-bottom: 20px;
}

/* Termine Tab */
.tab-termine {
    background-color: #fbdede; /*Reinhold aktuelle Termine */
    padding: 20px;
}

.tab-termine .tabHeadline {
    color: #FB0759; /*Reinhold aktuelle Termine */
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 5px;
}

.tab-termine .tab_link_title a {
    font-weight: 700;
    color: #f89b9b; /*Reinhold Footer */
    font-size: 1rem;
}

.tab-termine .tab_link_mandat a, .tab-termine .tab_link_date {
    font-weight: 400;
    color: CC8B65; /*Reinhold Footer */
    font-size: 1rem;
}

/* Tab Facebook */
.tab-facebook {
    padding: 2px;
    border-radius: 2px;
    background-color: #FB0759; /*Facebook*/
    margin: 30px 0;
}

.tab-facebook .tabContent {
    color: #ffffff; /*Facebook*/
    font-weight: 700;
    font-size: 1.5rem;
}

.tab-facebook .tabContent p {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 59px;
    position: relative;
    padding-left: 25px;
}

.tab-facebook .tabContent a {
    border-radius: 2px;
    width: 110px;
    height: 60px;
    float: right;
    padding: 0 10px;
    background-color: #FB0759;
    position: absolute;
    right: 0;
    top: 0.7px;
}

.tab-facebook .tabContent .template-page .row .col-xs-12 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 992px) {
    .tab-facebook .tabContent p {
        height: unset !important;
        padding-bottom: 60px;
    }

    .tab-facebook .tabContent a {
        left: calc(50% - 60px);
        bottom: 0;
        top: unset;
    }
}

/* ----------------------------------------------- footer ----------------------------------------------- */

footer {
    background-color: #f7c4c4; /*Reinhold gebraucht*/
    color: #E3DCD2;
    border-top: 1px solid #E3DCD2;
}

/* Contact Section */
#contact-wrapper {
    background-color: #EED0F3;
    padding: 50px 0;
}

@media (max-width: 992px) {
    .tab-contact {
        margin-bottom: 30px;
    }

    #contact-wrapper .row .col-lg-6, #contact-wrapper .row .col-lg-3 {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

/* Contact tab */
.tab-contact .tabContent { /*Reinhold*/
    color: #E3DCD2;
    font-size: 1rem;
    text-align: left;
}

.tab-contact .tabContent a {
    color: #FB0759;
    font-size: 1rem;
}

.tab-contact .tabContent h1 {
    color: #CC8B65;
    font-size: 1.125rem;
    font-weight: 700;
}

/* Styler */
#styleLabel {
    font-weight: 700;
    color: #294149;
    font-size: 18px;
    margin-top: 115px;
}

#style button {
    color: #757b7d;
    font-size: 16px;
    background: none;
    border: none;
    padding: 0;
}

#style button:hover {
    color: #FB0759; /*Reinhold*/
}

#style button+button::after {
    content: '|';
    display: block;
    position: absolute;
    left: 0px;
    top: 0;
    color: #848b8d;
}

#style button+button {
    position: relative;
    padding-left: 10px;
}

/* Tab Logo */
.tab-logo .tabContent {
    color: #2c2c2c;
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* Innerfooter */

#innerfooter {
    padding: 10px 0;
}

#innerfooter a {
    color: #5f8997;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    font-size: 1rem;
}

#innerfooter a:hover {
    color: #294149;
}

#innerfooter a+a::before {
    content: "";
    margin: 0 15px;
    color: transparent;
}

@media (min-width: 1200px) {
    #innerfooter a+a::before {
        margin: 0 25px;
    }
}

/* --------------------------------------------- vernetzt -------------------------------------------- */

#vernetzt {
    text-align: right;
    font-size: 0.875rem;
    color: #6f95a2;
    line-height: 1.3;
    margin: 0 auto;
    font-weight: 400;
    padding: 10px 0;
}

#vernetzt:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    #vernetzt {
        float: right;
        margin: 0;
    }
}

#vernetzt b {
    color: #6f95a2;
    font-weight: 400;
}

#vernetzt span {
    color: #6f95a2;
}

#vernetzt span span {
    display: block;
}

#vernetzt img {
    max-width: 200px;
}

@media (max-width: 992px) {
    #vernetzt {
        margin-top: 30px;
    }

    #innerfooter {
        text-align: center;
    }

    footer .row .col-lg-4 {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a,button {
    transition: background-color .3s linear,color .3s linear
}

#content .h4link a,a,a:is(:hover,:active,:focus) {
    text-decoration: none
}

.use-hyphens {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}


@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box
}

main {
    display: block
}







/*Reinhold wichtig*/
iframe {
    border: 0
}

img {
    border: none;
    max-width: 100%;
    height: auto
}




/*Reinhold wichtig*/
table tr td {
    vertical-align: top
}

strong {
    font-weight: 700
}

em {
    font-style: italic
}



.submit-button {
            background-color: #FB0759; /* Rote Farbe */
            color: white; /* Weißer Text */
            border: none; /* Kein Rahmen */
            width: 200px; /* Breite */
            height: 60px; /* Höhe */
            font-size: 18px; /* Schriftgröße */
            border-radius: 8px; /* Abgerundete Ecken */
            cursor: pointer; /* Zeiger beim Hover */
        }

        .submit-button:hover {
            background-color: darkred; /* Dunkleres Rot beim Hover */
        }  

        @media (max-width: 900px) {
    .submit-button {
      background-color: #FB0759; /* Rote Farbe */
            color: white; /* Weißer Text */
            border: none; /* Kein Rahmen */
            width: 200px; /* Breite */
            height: 30px; /* Höhe */
            font-size: 12px; /* Schriftgröße */
            border-radius: 8px; /* Abgerundete Ecken */
            cursor: pointe
    } 
    .submit-button:hover {
            background-color: darkred; /* Dunkleres Rot beim Hover */
        }  
 
