/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme
 Author:       Ackermann Netsolution
 Author URI:   https://www.ackermann-netsolution.de
 Template:     generatepress
 Version:      0.1
*/


/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/wp-content/themes/generatepress_child/fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

body, button, input, select, textarea {
        font-family: Lato, sans-serif;
}


h1,h2,h3,h4,h5 {
    font-family: Lato, sans-serif !important;
    line-height: inherit;
}

h2, .uk-h2 {
    font-size: 40px!important;
    font-weight: 900 !important;
}

h3, .uk-h3 {
    font-size: 34px!important;
    font-weight: 700 !important;
}

@media (max-width: 767px) {
    h3, .uk-h3, {
        font-size: 22px!important;
    }
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge {
    font-family: inherit !important;
    line-height: inherit !important;
}

*+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+.uk-heading-2xlarge, *+.uk-heading-large, *+.uk-heading-medium, *+.uk-heading-small, *+.uk-heading-xlarge, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: inherit !important;
}


a:hover {
    text-decoration: none !important;
}


.hidden {
	display: none !important;
}

.m-0 {
    margin: 0 !important;
}

#menu-hauptmenue >li:not(.menu-item-35):not(.menu-item-36):not(.menu-item-37):not(.menu-item-38):not(.menu-item-39):not(.menu-item-721)>a {
    color: var(--accent);
}


#mobile-header .is-logo-image {
    height:  60px;
}

.sticky-navigation-logo .is-logo-image {
    height:  80px;
}

.uk-scope .uk-accordion > li {
   border-bottom: 3px solid rgba(0, 111, 130, 0.7);
   padding-bottom: 30px;
}

.uk-scope .uk-accordion-title {
    font-size: 18px;
    font-weight: 900;
    color: #313131;
}

.uk-scope .uk-accordion>:nth-child(n+2) {
    margin-top: 40px;
}

.uk-scope .uk-accordion-title:hover,
.uk-scope .uk-accordion-title:focus {
    color: #313131;
}

/* toggle */

[id^="toggle-"]{
    transition: border-radius ease 0.6s;
}

#services {
    transition: all 0.6s linear;
}


#toggle, [id^="content-toggle-"] {
    top: 40px !important;
}
/*
[id^="toggle-"]:hover  {
    cursor: pointer;
    background: rgba(63, 92, 103, 0.05);
    border-radius: 15px;
}
*/
[id^="switcher-container-"], [id^="switcher-container2-"] {
    max-width: 760px;
}

.icon-hover .gb-icon:hover svg path,
.icon-hover .gb-icon:hover svg circle {
    opacity: 0.5 !important;
}

.toggle {
    opacity: 0;
}
.toggle.tm-visible {
    opacity: 1
}

.hidden-desktop {
    display: none !important;
}


.position-relative > div {
    position: relative;
}

.uk-position-top-left {
    position: absolute;
    top:0;
    left:0;
}

svg {
    max-width: inherit !important;
}


figure {
    margin: 0;
}

.wpcf7-form p {
    display: none;
}

.wpcf7-form {
    position: relative;
}

.wpcf7-form .wpcf7-response-output {
    position: absolute;
    margin-top: -10px !important;
    left: -20px;
    border-color: transparent !important;
    font-size: 16px;
    font-weight: bold;
}

.wpcf7-form .uk-margin {
    margin-bottom: 15px;
}

.wpcf7-form *+.uk-margin {
    margin-top: 15px!important;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-submit {
    background-color: rgba(0, 111, 130, 0.7) !important;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 7px 50px !important;
    font-weight: 900;
}

.wpcf7-form-control.wpcf7-text, 
.wpcf7-form-control.wpcf7-textarea {
    border-radius: 5px;
    border:0;
}

.uk-form-label {
    color: #313131 !important;
    font-size: 1rem !important;
}

@media (min-width: 960px) {
.uk-form-horizontal .uk-form-label {
    width: auto !important;
}
}

@media (min-width: 960px) {
.uk-form-horizontal .uk-form-controls {
    margin-left: 80px !important;
}
}

.uk-tile-small {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

@media (min-width: 960px) {
.uk-width-medium\@m {
    width: 200px !important;
}
}

@media (min-width: 1200px) {
.uk-grid>* {
    padding-left: 30px !important;
}
}

.tnp-subscription {
margin:0;
}

.tnp-subscription div.tnp-field {
    display: flex;
    align-items: center;
}

.tnp-subscription label {
width: 100px;
}

.tnp-subscription input[type=text], .tnp-subscription input[type=email] {
    height: 40px;
    border-radius: 5px;
    background: #F3F3F3;
}

.tnp-subscription input.tnp-submit {
    background-color: rgba(0, 111, 130, 1);
    border-radius: 5px;
    padding: 15px 50px;
    font-weight: 900;
    margin-left: auto;
}

.site-footer .tnp-subscription input.tnp-submit {
    background-color: rgba(0, 111, 130, 0.2)
    
}

.tnp-subscription input.tnp-submit:before {
content: "reere";
    position: absolute;
    top:0
}

.banner .absolute {
    position: relative;
}

.banner .absolute a {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
   .banner .absolute a {
    bottom: -100px;
    left: 0;
    transform: translate(0, 0);
}
}

#services .gb-button {
    cursor: pointer;
}

#services figure {
    margin: 0;
}

#toggle-1-container button:hover,
#toggle-2-container button:hover,
#toggle-3-container button:hover,
#toggle-4-container button:hover{
    background-color: #CB7077 !important;
    border-radius: 5px;
    color: #fff !important;
    padding: 5px;
}

.uk-close {
    color: #000 !important;
    padding: 5px !important;
}

.uk-close > svg {
    width: 15px;
    height: 15px;
}

.slideout-exit.has-svg-icon .gp-icon.pro-close{
    color: #CB7077;
}

.team-slider-container {
    margin-top: 30px !important;
    max-width: 1070px !important;
    margin-left: auto !important;
}

.team-slidenav-container {
    position: absolute;
    top: 0;
    right: 0;
}

.team-slidenav-container .uk-slidenav,
.team-slidenav-container .uk-slidenav:hover {
    color: #fff;
}

@media (min-width: 960px) {
    .team-slider-container {
    margin-top: 185px !important;
    }
    .team-slidenav-container {
        position: absolute;
        top: 50%;
        right: 100%;
    }
    .team-slider-prev {
        position: absolute;
        left: -120px;
        background: #fff !important;
        color: #016f82 !important;
    }
    .team-slider-next {
        position: absolute;
        right: -1000px;
        background: #fff !important;
        color: #016f82 !important;
    }
}