/***************************************************************
*  Copyright notice
*
*  (c) 2023 Praxis Tim Jaspers Gabi Pusch Physiotherapeut und Ergotherapeutin Partnerschaft (info@ergo-physio-praxis.de)
*  All rights reserved
*
*  This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/


/* roboto-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/bitter-v33-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/bitter-v33-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 600;
  src: url('../Fonts/bitter-v33-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/bitter-v33-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* Allgemein */

body, input, textarea {
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
}

strong {
    font-weight: 700;
}

p.bodytext, 
ul.bodytext {
    font-size: 15px;
    line-height: 24px;
}

ul.bodytext li {
    padding-bottom: 5px;
}

a {
    color: #009ee0;
    text-decoration: none;
}

a:hover {
    color: #009ee0;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-size: 30px;
    line-height: 36px;
    font-family: 'Bitter';
    font-weight: 600;
    color: #112E43;
    margin-bottom: 30px;
}

h1.light_blue {
    color: #009ee0;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 20px;
}


/* Header und Navigation */

header {
    display: block;
    background-color: #112E43;
    color: #ffffff;
}

header .container .navbar {
    padding-bottom: 16px;
}

header .navbar-brand {
    margin-right: 40px;
}

header .navbar-toggler {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    position: absolute;
    right: 0px;
    top: 46px;
}

header .slogan {
    font-family: 'Bitter';
    font-size: 14px;
    font-weight: 500;
    
}

header .slogan span {
    margin: 0 20px 0 0;
    font-size: 13px;
    font-weight: 400;
    
}

header .container #mainNav {
    border-top: 1px solid #ffffff;
    padding: 8px 0 10px 0;
}

header .container #mainNav .navbar-nav {
    display: inline;
}

header .container #mainNav .navbar-nav .nav-item {
    padding: 4px 4px;
    display: inline-flex;
}

header .container #mainNav .navbar-nav .nav-item .nav-link span,
header .container #mainNav .navbar-nav .nav-item .nav-link span.active {
    padding: 8px 12px;
    background-color: #7FCEEF; 
    border-radius: 20px;
    font-family: 'Bitter';
    font-size: 14px;
    font-weight: 500;
}

header .container #mainNav .navbar-nav .nav-item .nav-link span.active,
header .container #mainNav .navbar-nav .nav-item .nav-link span:hover  {
    background-color: #009ee0; 
    color: #ffffff;
}


/* Aktuelles */

#aktuelles {
    padding-top: 25px; 
    padding-bottom: 25px;
}

#aktuelles .container .row {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

#aktuelles .container .row h2  {  
    display: inline-flex;
    width: auto;
    align-self: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0px;
    padding: 0px;
}

#aktuelles .container .row span.blue  {  
    display: block;
    width: 100%;
    font-family: 'Bitter';
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background-color: #112E43; 
    border-radius: 4px;
    padding: 8px 12px;
    margin: 15px 0 20px 0;
}

#aktuelles .container .row a.yellow,
#aktuelles .container .row a.red  {  
    display: inline-flex;
    width: auto;
    font-family: 'Bitter';
    font-size: 15px;
    font-weight: 500;
    color: #112E43;
    background-color: #F7F000; 
    border-radius: 4px;
    padding: 8px 12px;
    margin: 0 20px;
}

#aktuelles .container .row a.red  {  
    color: #ffffff;
    background-color: #EA2339; 
    margin: 0px 20px 0 0;
}


/* Content */

#main-content {
    padding-top: 30px; 
    padding-bottom: 100px;
}

#main-content .container .row {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

#main-content .container .row a.light-blue  {  
    display: inline-flex;
    width: auto;
    font-family: 'Bitter';
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background-color: #009ee0; 
    border-radius: 4px;
    padding: 8px 12px 8px 58px;
    margin: 1rem 0px 2rem 0;
    background-image: url('../Images/Logo_mini.svg');
    background-size: 38px 38px;
    background-repeat: no-repeat;
    background-position: 12px 0px;
}

#main-content .container .row .col-ab {
    display: block;
    margin-bottom: 2rem;
}

#main-content .container .row .col-ab-double {
    display: block;
    margin-bottom: 3rem;
}

#main-content .container .row .col-md-2 {
    margin-bottom: 20px;
}

.form-group,
.form-check {
    margin-bottom: 15px;
}

.btn-success,
.btn-success:hover {
    background-color: #009ee0;
    border-color: #009ee0;
}


/* Footernavi */

#footer-nav {
    border-bottom: 1px solid #ffffff;
    background-color: #EA2339;
}

#footer-nav .row,
#footer-nav .row .col-md-4 {
    padding: 0px;
    margin: 0px;
}

#footer-nav .row .col-md-4 {
    text-align: right;
}

#footer-nav .row .col-md-4 a {
    display: block;
}

#footer-nav .row .col-md-4 a span {
    vertical-align: top;
    margin-right: 20px;
    margin-top: 10px;
    font-family: 'Bitter';
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
    color: #ffffff;
}

#footer-nav .row .col-md-4 a img {
    width: 40%;
}


/* Footer */

footer {
    background-color: #112E43;
    color: #ffffff;
}

footer .container {
    padding-top: 20px;
    padding-bottom: 20px;
}

footer .container .row {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

footer .container .row .ab-top {
    margin-top: 42px;
}

footer .container .row .col-md-4 a {
    color: #ffffff;
}

footer .container .row .col-md-4 p.hd {
    margin-bottom: 20px;
    font-family: 'Bitter';
    font-size: 18px;
    font-weight: 500;
}

footer .container .row .col-md-4 table {
    background-color: #112E43;
    border-color: #112E43;
    margin-bottom: 0px;
}

footer .container .row .col-md-4 table td {
    background-color: #112E43;
    color: #ffffff;
}

footer .container .row .col-md-4 span {
    margin: 0 20px 0 0;
    
}

footer .container .row .col-md-4 .navbar-nav .nav-item .nav-link {
    margin-bottom: 10px;
}

footer .container .row .col-md-4 .navbar-nav .nav-item .nav-link {
    font-family: 'Bitter';
    font-size: 14px;
    font-weight: 400;
    padding: 0 0 0 28px;
    background-image: url('../Images/Logo_mini.svg');
    background-size: 21px 21px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}


/* Mobile */

@media (max-width: 990px) {
    header .navbar-brand {
        width: 100%;
        margin-right: 0px;
    }
    
    header .navbar-brand .navbar-logo {
        width: 60%;
    }

    header .slogan {
        margin-right: 0px;
    }

    #blender .container {
        width: 100%;
        max-width: 100%;
        margin: 0px;
        padding: 0px;
    }
    
    #footer-nav .row .col-md-4 a span {
        font-size: 16px;
    }
    
    #main-content {
        padding-top: 20px; 
        padding-bottom: 30px;
    }

    #main-content .container .row .col-md-7,
    #main-content .container .row .col-md-3 {
        width: 100%;
        margin-bottom: 25px;
    }

    #main-content .container .row .col-ab {
        margin-bottom: 1rem;
    }

    #main-content .container .row .col-ab-double {
        margin-bottom: 1rem;
    }

    footer .container .row .ab-top {
        margin-top: 0;
    }

    footer .container .row .col-md-4 {
        width: 100%;
        margin-bottom: 25px;
    }

    footer .container .row .col-md-4 p.hd {
        font-size: 15px;
        margin-bottom: 10px;
    }

    footer .container .row .col-md-4, 
    footer .container .row .col-md-4 table td {
        font-size: 13px;
    }

    #aktuelles .container .row a.yellow,
    #aktuelles .container .row a.red {  
        display: block;
        margin-top: 10px;
    }
    
    #aktuelles .container .row h2 {
        display: block;
        width: 100%;
    }

    #aktuelles .container .row a.yellow,
    #aktuelles .container .row a.red {  
        margin-top: 15px;
        margin-left: 0px;
    }
    
    #aktuelles .container .row span.blue  {  
        margin: 15px 0 0 0;
    }
}

@media (max-width: 767px) {
    #footer-nav {
        border-bottom: 0px solid #ffffff;
    }
    
    #footer-nav .row .col-md-4 {
        border-bottom: 1px solid #ffffff;
    }
}

@media (max-width: 650px) {
    p.bodytext,
    ul.bodytext {
        font-size: 13px;
        line-height: 20px;
    }
    
    h1 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    
    h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    
    header .navbar-toggler {
        top: 24px;
    }

    header .slogan {
        font-size: 12px;
        margin-right: 0px;
    }

    header .slogan img {
        height: 24px;
    }

    header .slogan span {
        font-size: 12px;
    }
    
    #aktuelles {
        padding-top: 15px; 
        padding-bottom: 15px;
    }
    
    #aktuelles .container .row h2  {
        font-size: 16px;
        line-height: 18px;
    }
    
    #aktuelles .container .row span.blue  {  
        font-size: 12px;
    }

    #aktuelles .container .row a.yellow,
    #aktuelles .container .row a.red {  
        font-size: 12px;
    }
    
    #main-content .container .row a.light-blue {  
        font-size: 12px;
        background-size: 34px 34px;
    }
    
    #aktuelles .container .row a.red {  
        margin-top: 10px;
    }
    
    #main-content .container .row .col-md-4,
    #main-content .container .row .col-md-6,
    #main-content .container .row .col-md-2 {
        margin-bottom: 20px;
    }

    footer .container .row .col-md-4 img {
        height: 24px;
    }
}
