@import 'fonts.css';

/*
 Theme Name:     Child Theme SQ MEDIA
 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

rot #ff2001
------------------------------------------------------- */
@media only screen and (max-width: 600px) {
  h1 {font-size: 1.6em;}
  h1 strong {
    padding: 3px 5px;
}
  
}

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


h1 {
    color: #fff;
    font-size: 3em;
    line-height: 1.2em;
    text-align: left;
    font-weight: 500;

}

h1 strong {
    font-weight: 800;
    background: #ff2001;
    color: #fff;
    padding: 5px 10px;
}




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


h3 {
    color: #333;
    font-size: 1.6em;
    line-height: 1.2em;
    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 p {font-size: 1em;}

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

ul.checkliste li {
    padding-left: 15px;
    list-style-type: none;
}
ul.checkliste li::before {
    content: "\52";
    position: absolute;
    left: 0;
    font-family: 'EtModules';
    font-size: 18px;
    color: #163d40;
}

#footer p a {
    color: #333
}

.et_pb_toggle_open .et_pb_toggle_title:before {
    display: block !important;
    position: absolute;
    right: 0;
    font-family: 'EtModules';
    font-size: 25px;
    color: #76a621;
	content: "\4f";
}

/* Hauptmenue ------------------------------------------------------- */

/* 
#top-menu li li a {text-transform: none !important;}
*/

.nav li ul, #top-menu li li a {width: 350px !important}

#top-menu li.current-menu-item > a,
#top-menu li.current-menu-ancestor > a,
.nav li ul .current-menu-item a {
color: #008b56 !important; 
font-weight: 700 !importnt;
}

/* Aktiver Hauptmenupunkt anpassen */
#top-menu li.current-menu-item > a {
color: #008b56 !important; 
font-weight: 700 !importnt;
}
/* Aktiver Hauptmenupunkt anpassen wenn ein Untermenupunkt aktiv ist */
#top-menu li.current-menu-ancestor > a {
color: #008b56 !important;
font-weight: 700 !importnt;
}
/* Aktiver Untermenupunkt anpassen */
.nav li ul .current-menu-item a {
color: #008b56 !important;
font-weight: 700 !importnt;
}

.et_mobile_menu {
overflow: scroll !important;
max-height: 84vh; /*edit this to match your view height*/
box-shadow: 0px 0px 30px rgba(0,0,0,0.3) /*just some box shadow for nicer menu, you can skip this*/
}


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

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

/* Smart Slider ------------------------------------------------------- */

.n2-ss-slide-limiter {
  width: 80% !important;
}


/* 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;

}

/*.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:#1d1d1b;
    width: 100% !important;
    border: 1px solid #ccc !important;
    min-height: 50px;
    font-size: 1.3em;
    background: #e8e8e8;
}

input[type=file] {
    font-size: 1em;
}

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

}

select {
    font-size: 1em !important;
}


#wpcf7-f153-p140-o1 label {
    font-size: 1em !important;
}

.wpcf7-list-item-label {
    color: #776f7f !important;
    font-size: 0.65em !important;
}

.wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 0.5em !important;
}


.wpcf7-not-valid-tip {
    font-size: 1em !important;
}

p .wpcf7-not-valid-tip {
    font-size: 1em !important;
}

input.wpcf7-not-valid {
    border: 1px solid red !important;
}

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

.wpcf7 fieldset { 
    border: 1px dotted #cccccc; 
    margin: 1em 0;
    padding: 1em;
} 

.wpcf7 fieldset legend { 
    font-size: 1.3em;
    padding: 0 0.2em;
    color: #999;
} 

.wpcf7 fieldset p small { 
    font-size: 0.75em !important;
    color: #776f7f;
} 

.wpcf7 fieldset small { 
    color: #776f7f !important;
} 

.wpcf7 fieldset hr {
    border: 1px solid #ccc;
}


