/*
 Theme Name:     Hof Hinnebecke
 Theme URI:      http://www.elegantthemes.com
 Description:    Divi Child-Theme
 Author:         Divi.world
 Author URI:     https://divi.world
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen

braun #847259
hellgrün #93C11C
gelb #FFF381
dunkelgrün #00652A
------------------------------------------------------- */

.et_boxed_layout #page-container {
    /*box-shadow: none; */
}

/* Silbentrennung */

h1, h2, h3, h4, h5, h6, p, ul li {
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
  hyphens: auto;
}


h1 {
    color: #00652A;
    font-size: 2.5em;
    text-align: left;
    font-weight: 600;
}


h2 {
    color: #333;
    font-size: 2em;
    text-align: left;
}



h3 {
    color: #333;
    font-size: 1.6em;
    font-weight: 600;
}


p {
    font-size: 1.3em;
    line-height: 1.4em;
}

ul li,
ol li{
    font-size: 1.3em;
    line-height: 1.4em;
    color: #333;
    margin: 0.5em 0;
}

ul li li {
    font-size: 1em;
    line-height: 1.4em;
    color: #333;
    margin: 0.5em 0;
    list-style-type: disc !important;
}

/* Mobile Optimerung Typo */

@media only screen and (max-width: 981px) {

    
h1 {font-size: 2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
    
}

/* Ende Mobile Optimerung Headlines */


/* Vertikales Zentrieren von Elementen ------------------------------------------------------- */

.vertikal-zentrieren {
display: flex;
flex-direction: column;
justify-content: center;
}


/* Top Header Meta ------------------------------------------------------- */

#top-header {
color: #333;
}

#top-header #et-info {
    float: right !important;
    /*border-bottom: 1px solid #333; */
    color: #333 !important;
    padding-bottom: 0.25em !important;
}

.et-social-facebook a.icon:before {
    color: #333 !important;
    content: "\e093";
}

#et-info a, #et-secondary-menu>ul>li>a {
    color: #333 !important;
}

/* Hauptmenü ------------------------------------------------------- */

ul#top-menu li a span  {
    text-transform: uppercase;
    color: #00652A;
    font-weight: 600;
}

ul#top-menu li.current-menu-item a span,
ul#top-menu li.current-menu-parent a span
{
    color: #847259;
}

ul#top-menu li.current-menu-parent li a span {
    color: #847259;
}

ul#top-menu li.current-menu-parent li.current-menu-item a span {
    color: #847259;
}



ul#top-menu li li a span {
    text-transform: none !important;
 
}
.nav li ul,
#top-menu li li a {
    width: 350px;
}

.mobile_menu_bar:before {
    color: #afca0b !important;
}

#mobile_menu.et_mobile_menu li li {
    list-style-type: none !important;
}


/* Logo ------------------------------------------------------- */

@media only screen and (min-width: 981px) {

    
    #main-header .container.et_menu_container,
    #top-header .container {
        width: 90%;
    }
}

/* Kontaktformular ------------------------------------------------------- */

.wps-form {
    width: 100%;
    margin: 0 auto;
}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}

/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .wps-form-row {
        flex-direction: row;
    }

    .wps-form-column {
        padding: 0.5rem 1rem;
    }
}

div.wpcf7 {
    color:#1d1d1b;

}


div.wpcf7 {
    color:#666;

}

/*.wpcf7 select {
    color: black;
    width: 25% ;
    font-size:17px !important;
}

*/
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea
wpcf7 input[type=”text”],
.wpcf7 input[type=”email”],
.wpcf7 textarea {
    color:#000;
    width: 100% !important;
    border: 1px solid #ccc !important;
    min-height: 50px;
    font-size: 1.3em;
}

input.wpcf7-submit {
    background-color:#00652A !important;
    color:#fff;
    border: 2px solid #fff;
    width: 100%;
    padding: 0.5rem;
    font-size: 1.5rem;
   text-transform:uppercase;

}

.wpcf7 input[type=”submit”]:hover
{
background-color:#fff;
color:#4a6c7a;
font-size:18px;
}