/*
Theme Name: Psychotherapie Thurnau – Custom Theme
Theme URI: https://wordpress.org/themes/twentytwenty/
Author: Elias Nunner
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: psychotherapie-thurnau-custom
*/


/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-regular - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-500 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin */
  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }



  /* work-sans-regular - latin */
@font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/work-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/work-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/work-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/work-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/work-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/work-sans-v18-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
  }
  /* work-sans-500 - latin */
  @font-face {
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/work-sans-v18-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/work-sans-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/work-sans-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/work-sans-v18-latin-500.woff') format('woff'), /* Modern Browsers */
         url('../fonts/work-sans-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/work-sans-v18-latin-500.svg#WorkSans') format('svg'); /* Legacy iOS */
  }


h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
}

p, a  {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.logo-top {
    width: 300px;
    heigth: auto;
}
@media (max-width: 768px) {
    .logo-top {
        width: 200px;
        heigth: auto;
    }
    p {
        text-align: justify;
    }

}


.nav-link {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}
.nav-link:hover {
    color: black;
}

.contact{
    display:flex;
    color: white;
}
.contact i {
    margin-right: 5px;
}

.content {
    background-image: url(img/figures.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}

footer {
    background-color: #115b2b;

}

@media (max-width: 768px) {
    .content {
        background-image: none;
    }
}

.contact h2 {
    color: #95c11e;
}

footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: white;
}



.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #115b2b;
}

.widget {
    list-style-type: none;
}
.accordion-button {
    text-transform: uppercase;
    font-size: 20px !important;
    padding-right: 0px;
    padding-left: 0px;
}


.accordion-body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: justify;
    padding-right: 0px;
    padding-left: 0px;
}
.accordion-body strong {
    font-weight: 400;
    text-transform: uppercase;
}

.impressum button {
    background-color: transparent;
    border-color: transparent;
    font-family: 'Work Sans', sans-serif;
}

.impressum button:hover {
    background-color: transparent;
    border-color: transparent;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.modal-content {
    border-radius: 0;
}

.modal-footer .btn-secondary {
    border-radius: 0;
    text-transform: uppercase;
    background-color: #115b2b ;
}