/* Anpassungen Design
   PJ, 12.10.2020
*/

/* Farbe */
.cd-faq__category::before
{
    background-color: #0071be;
}
.cd-faq__trigger {
    color: #0071be;
}
.cd-faq__trigger::before, .cd-faq__trigger::after {
    background: #0071be;
}
body{
    background-color: #0071be;
}
.content
{
    background-color: #efefef;
}

/* Header */
.cd-header {
   background-color: #0071be;
   padding: 40px 0 40px;
   height: auto;
}
.cd-header h1{
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
}
.cd-header h2{
    color: #fff;
}
header a
{
    text-decoration: none;
}

/* Top Menue */
.link-menue
{
    text-align: center;
    padding: 20px 0;
}
.link-menue a{
    margin: 0 5px;
    background: #fff;
    padding: 10px 10px;
    width: 200px;
    display: inline-block;
    color: #0071be;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
.link-menue a:hover
{
    background: #0071be;
    color: #fff;
}
@media (max-width: 679px)
{
    .link-menue {padding: 5px 0 0 0; }
    .link-menue a{ width: 100%; margin: 0 0 5px; }
}
/* FAQ */
.cd-faq__title h2 {
    font-size: 2em;
}
.cd-faq__category {
    font-size: 1em;
}
/* vorübergehnede Ändrungen, da nur ein Thema */
@media (min-width: 1024px)
{
    .cd-faq__title h2,
    .cd-faq__categories
    {
        display: none;
    }
}

/* footer */
.footer
{
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background-color: #0071be;
}
.footer .link-footer a
{
    color: #fff;
    text-decoration: none;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #fff;
}
.footer .link-footer a:last-child
{
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0px solid #fff;
}
.footer .link-footer a:hover
{
    text-decoration: underline;
}

@media (max-width: 679px)
{

    .footer .link-footer a{
        margin: 0 0 5px;
        background: #fff;
        padding: 10px 10px;
        width: 100%;
        display: inline-block;
        color: #0071be;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
    }
    .footer .link-footer a:hover
    {
        background: #0071be;
        color: #fff;
        text-decoration: none;
    }

}
/* maincontent */
.maincontent
{
    text-align: center;
}
.maincontent h2,
.maincontent h3,
.maincontent h4,
.maincontent p,
.maincontent address,
.maincontent ul
{
    padding-bottom: 20px;
}
.maincontent li
{
    padding-bottom: 10px;
}
.maincontent h2,
.maincontent h3,
.maincontent h4
{
    padding-top: 10px;
}


/* cookie Banner */

.cookieoverlay
{
    background: rgba(33,33,33,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;

}
#cookieinfo
{
    background: #fff;
    padding: 30px;
    width: 400px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: normal;
    position: absolute;
    top: 120px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    z-index: 120;
    margin-bottom: 40px;
}
#cookieinfo h1{
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px;
}
#cookieinfo .container
{
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}
#cookieinfo #cookieinfo_content
{
    padding-bottom: 20px;
}
#cookieinfo .cookie-container
{
    margin-bottom: 20px;
    border-top: 1px solid #0071be;
    padding-top: 20px;
}
#cookieinfo  .cookieinfo_button
{
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px;
    background-color: #0071be;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}
#cookieinfo  .cookieinfo_button.cookieinfo_refuse
{
    background-color: #d0d0d0;
    margin: 10px 0;
}
#cookieinfo  .cookieinfo_button.cookieinfo_refuse:hover
{
    background-color: #0071be;
}

@media (max-width: 500px)
{
    #cookieinfo
    {
        width: 90%;
        box-sizing: border-box;
        margin: 0 5% 40px;
        left: 0;
        top: 40px;
    
    }
}

/* FAQ Form */
.faq-form 
{
    margin: 40px 0;
}
.faq-form  .container-faq-form
{
    margin: 0 auto;
    box-sizing: border-box;
    width: 1024px;
}
.faq-form  .container-faq-form h4
{
    margin-bottom: 20px;
}
.faq-form  .container-faq-form .form-group
{
    margin: 20px 0;
}
.faq-form  .container-faq-form label {
    display: inline-block;
    margin-bottom: .5rem;
}
.faq-form  .container-faq-form .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 5px 10px;
    font-size: 16px;
    line-height: normal;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    box-sizing: border-box;
}
.faq-form  .container-faq-form .btn
{
    background: #0071be;
    color: #fff;
}
.faq-form  .container-faq-form .help-block.text-danger ul {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 5px 10px;
    border-radius: 4px;
    margin-top: 5px;
}
.alert
{
    padding: 10px;
    border-radius: 5px;
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    border: 1px solid;  
}
.alert .close
{
display: none;
}
.alert.alert-success
{
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
@media (max-width: 1050px)
{
    .faq-form .container-faq-form {width: 100%; padding: 0 20px; }
}

/* Formular */ 
h4,
p
{
    padding: 0 5px; 
}
.form-group
{
    box-sizing: border-box;   
    padding: 0 5px;
}
.row
{
    clear: both;
}
.span6
{
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.faq-form .container-faq-form .form-group {
    margin: 20px 0 0;
}
.form-abstand
{
    margin: 0 0 40px;
    clear: both;
    padding-top: 1px;
}