/**
 * Copyright (C): Violution GbR
 * Kaiserstraße 64
 * 44135 Dortmund
 * Tel +49 231 5495839
 *
 * @package    AO-PQ
 * @author     Tim Daumann
 *
 * Violution.net Basis-CSS 2020
 */

/* Basics */

/*Test */
:root{
    --primary-color-blue: #17488f;
    --primary-color-middleblue: #96aecc;
    --primary-color-lightblue: #f1f3f5;
    --primary-color-grey: #9fadb2;
    --secondary-color-green: #6aa64c;
    --secondary-color-yellow: #dab31c;
    --secondary-color-red: #c1004f;
    --secondary-color-text: #18273d;
    font-family: "Inter", serif; /* Font-Faces werden über ein gesondertes CSS geladen (/files/inter-v12-latin/stylesheet.css) */
}

body {
    hyphens: auto;
}

.error,
form .error label,
form .error label > *{
    color: #F10909FF !important;
    font-weight: 600;
}

.error{
    color: #F10909FF;
    font-weight: 600;
}

#main .inside{
    padding-bottom: 120px;
}

body.no-picstart #main .inside{
    padding-top: 120px;
}

/* Hintergrundfarben */
.mod_article.grey{
    background-color: #fcfcfc;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* Binding */
.mod_article{
    width: 100%;
    display: block;
}

.mod_article .inner,
#footer .inside,
#header .inside .mod_navigation .level_1{
    width: 100%;
    display: block;
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid #d04;*/
}

/* Flexbox ---------------------------------------------------------------------------------------------------------*/
.mod_article.row .inner, .row, #footer .inside.row{
    display: flex;
    flex-wrap: wrap;
}

.mod_article.row .inner{
    max-width: calc(1240px + 2rem);
}

.row > [class*="col-"],
.mod_article.row .inner > [class*="col-"]{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

#footer .row > [class*="col-"]{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.col-1 {
    flex: 0 0 calc(8.333% - 2rem);
    max-width: calc(8.333% - 2rem);
}
.col-2 {
    flex: 0 0 calc(16.666% - 2rem);
    max-width: calc(16.666% - 2rem);
}
.col-3 {
    flex: 0 0 calc(25% - 2rem);
    max-width: calc(25% - 2rem);
}
.col-4 {
    flex: 0 0 calc(33.333% - 2rem);
    max-width: calc(33.333% - 2rem);
}

.col-5 {
    flex: 0 0 calc(41.666% - 2rem);
    max-width: calc(41.666% - 2rem);
}
.col-6 {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
}
.col-7 {
    flex: 0 0 calc(58.333% - 2rem);
    max-width: calc(58.333% - 2rem);
}
.col-8 {
    flex: 0 0 calc(66.666% - 2rem);
    max-width: calc(66.666% - 2rem);
}
.col-9 {
    flex: 0 0 calc(75% - 2rem);
    max-width: calc(75% - 2rem);
}
.col-10 {
    flex: 0 0 calc(83.333% - 2rem);
    max-width: calc(83.333% - 2rem);
}
.col-11 {
    flex: 0 0 calc(91.666% - 2rem);
    max-width: calc(91.666% - 2rem);
}
.col-12 {
    flex: 0 0 calc(100% - 2rem);
    max-width: calc(100% - 2rem);
}
/* Flexbox Ende ------------------------------------------------------------------------------------------------*/


/* Überschriften */
h1, h2, h3, h4 {
    color: var(--primary-color-blue);
    text-transform: uppercase;
}

h1, .h1, .h1 p {
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 3.5rem 0;
    letter-spacing: 1px;
    line-height: 3.6rem;
    hyphens: none;
}

.start h1{
    text-align: center;
}

h2, .h2, .h2 p{
    color: var(--primary-color-grey);
    font-weight: 600;
    font-size: 2rem;
    margin: 0 0 2.5rem 0;
    line-height: 2.4rem;
}

h2 strong, .h2 strong, .h2 p strong{
    color: var(--primary-color-blue);
    font-weight: 600;
}

h3, .h3, .h3 p{
    color: var(--primary-color-blue);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.8rem;
    margin: 0 0 1.6rem 0;
}

h4, .h4, .h4 p{
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin: 0 0 1.2rem 0;
    color: var(--primary-color-grey);
}

/* Absätze und Listen */
p, ul, ol{
    color: var(--secondary-color-text);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 2.4rem;
    margin-top: 0;
    max-width: 900px;
}

p.small-txt{
    opacity: 0.6;
    font-size: 1rem;
    line-height: 1.6rem;
}

strong{
    font-weight: 700;
}

.ce_text{
    margin-bottom: 80px;
}

.ce_text p:last-child,
.ce_text ul:last-child,
.ce_text ol:last-child{
    margin-bottom: 0;
}

/* Listen im Inhalt */
.ce_text ul li{
    list-style-type: square;
    margin-bottom: 0.8rem;
}

/* Checklisten */

.checklist ul{
    margin-top: 2.6rem;
}

.checklist ul li{
    display: block;
    position: relative;
    font-size: 1.4rem;
    height: 35px;
    color: var(--primary-color-blue);
    margin-bottom: 1.6rem;
}

.checklist ul li:before{
    content: "\f00c";
    font-family: FontAwesome, serif;
    position: absolute;
    left: -37px;
    top: 5px;
    font-size: 23px;
    line-height: 1;
    color: var(--primary-color-blue);
}

/* Abstand Resets */
.no-margin-bottom{
    margin-bottom: 0 !important;
}

.no-margin-top{
    margin-top: 0 !important;
}

.no-padding-bottom{
    padding-bottom: 0 !important;
}

.no-padding-top{
    padding-top: 0 !important;
}

/* Links */
a, a:visited, a:link{
    text-decoration: none;
    color: var(--primary-color-blue);
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
}

a:hover,
a:focus{
    color: var(--primary-color-grey);
}

a.referenzlink{
    line-height: 1.8rem;
}

.ce_text.referenzlink p:before,
a.referenzlink:before{
    font-family: FontAwesome, serif;
    content: "\f08e";
    color: var(--primary-color-blue);
    font-size: 1.2rem;
    font-weight: 400;
    margin-right: 10px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    height: 40px;
    display: block;
    float: left;
    clear: left;
}

/* Header Image */
.picstart{
    overflow: visible;
}

.picstart .ce_bgimage{
    height: 420px;
    width: 100%;
    background-position: top center;
    background-size: cover;
    margin-bottom: 80px;
    box-shadow: 0 7px 6px -2px rgba(0, 0, 0, 0.25);
}

.folge .picstart{
    margin-top: 80px;
}


/* Downloads */
.ce_downloads ul{
    padding-left: 0;
    max-width: 100%;
}

.ce_downloads ul li{
    display: block;
    max-width: 100%;
}

.ce_downloads ul li a{
    padding: 15px 22px 13px 70px;
    max-width: 100%;
    font-weight: 500;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    display: block;
    margin-bottom: 20px;
    position: relative;
    background-color: var(--primary-color-lightblue);
    color: var(--primary-color-blue) !important;
    font-size: 1.3rem;
}

.ce_downloads ul li a:after {
    font-family: FontAwesome, serif;
    content: "\f1c1";
    position: absolute;
    left: 25px;
    top: 0;
    font-size: 25px;
    line-height: 70px;
    color: var(--primary-color-blue);
    background-color: transparent !important;
}

.ce_downloads ul li a:hover,
.ce_downloads ul li a:focus,
.ce_downloads ul li a:hover:after,
.ce_downloads ul li a:focus:after{
    background-color: var(--primary-color-blue);
    color: #ffffff !important;
}

.ce_downloads ul li a .size{
    display: block;
    color: var(--primary-color-grey);
    font-size: 0.95rem;
}

/* Formulare */
form{
    display: block;
    width: 100%;
}

form .formbody{
    background-color: #f4f9ff;
    padding: 60px 30px 50px 30px;
    width: calc(100% - 60px);
    position: relative;
    display: block;
}

#kontaktformular form .formbody{
    width: calc(100% - 30px - 2rem);
}

form label {
    color: #475e80 !important;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5rem;
}

form label.mandatory,
form p.mandatory {
    color: var(--primary-color-blue) !important;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5rem;
}

form .widget {
    margin-bottom: 40px;
    width: 100%;

}
form .widget .text {
    background: #dde4ff;
}

input, select, textarea {
    background-color: #fff;
    padding: 15px 20px;
    font-size: 1rem;
    transition: all 0.3s ease-in 0s;
    border: 1px solid rgba(0,0,0,.2);
    width: calc(100% - 40px);
    font-family: "Inter", serif;
}

input:focus, select:focus, textarea:focus {
    background-color: #ffffff;
    outline: none !important;
    border: 1px solid var(--primary-color-blue);
}

input.submit,
button.submit[type="submit"] {
    font-weight: 500;
    min-width: 300px;
    font-size: 1.1rem !important;
    width: auto !important;
    padding: 15px 60px;
    border: 0;
    line-height: 1.6;
    transition: all .15s linear 0s;
    color: #ffffff;
    background: var(--secondary-color-text);
    cursor: pointer;
    letter-spacing: 1px;
}

input.submit:hover,
button.submit[type="submit"]:hover {
    background: var(--primary-color-blue);
    color: #ffffff;
}

fieldset{
    border: 0;
    padding: 0;
}

input.radio,
input.checkbox{
    width: 15px;
    margin: 0 !important;
}

form .radio_container label,
form .checkbox_container label{
    display: inline-block;
}

/* Backlink */
.back a, a.back{
    transition: none;
}

.back a:before, a.back:before{
    font-family: FontAwesome, serif;
    content: "\f060";
    font-weight: 400;
    margin-right: 12px;
    color: var(--primary-color-blue);
    background-color: transparent !important;
}

.back a:hover:before, a.back:hover:before{
    color: var(--primary-color-grey);
}

/* Daten-Tabellen */
.ce_text table,
.ce_table table{
    width: 100%;
    min-width: 100%;
    margin-bottom: 80px;
    border-spacing: 0;
    border-collapse: collapse;
}

.ce_text table td,
.ce_table table td{
    color: var(--secondary-color-text);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8rem;
    padding: 0.8rem 3rem 0.8rem 0;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    vertical-align: top;
}

.ce_text table td:first-child,
.ce_table table td:first-child{
    padding-left: 1rem;
}

.ce_text table tr:first-child td,
.ce_table table tr:first-child td,
.ce_text table tr:first-child th,
.ce_table table tr:first-child th{
    border-top: 1px solid rgb(0, 0, 0, 0.1);
}

.ce_text table td strong,
.ce_table table td strong,
.ce_text table td h2,
.ce_table table td h2,
.ce_text table td h3,
.ce_table table td h3{
    color: var(--primary-color-blue);
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: 1.2rem;
}

/* Footer */
#footer{
    background-color: var(--primary-color-blue);
}

#footer p,
#footer ul,
#footer ol{
    color: white;
}

#footer .col-4{
    margin-bottom: 0;
}

#footer .col-4 p{
    max-width: 100%;
    font-weight: 200;
    padding: 60px 0 25px 0;
    font-size: 1.1rem;
    line-height: 1.9rem;
}

#footer .col-4 strong{
    font-weight: 500;
}

#footer .col-12{
    margin-bottom: 0;
}

#footer .col-12 p{
    max-width: 100%;
    font-size: 0.9rem;
    padding: 25px 0 50px 0;
    border-top: 1px solid rgb(255, 255, 255, 0.2);
    font-weight: 300;
}

#footer a{
    color: var(--primary-color-grey);
}

#footer a:hover{
    color: white;
}

/* To-Top-Link */
#top_link {
    position: fixed;
    opacity: 0;
    transition: All .3s ease;
    -webkit-transition: All .2s ease;
    width: 42px;
    height: 42px;
    line-height: 38px;
    right: 30px;
    z-index: 80;
    bottom: 20px;
}

#top_link.visible {
    opacity: 0.5;
}

#top_link:hover{
    opacity: 1;
}

#top_link a {
    position: relative;
    display: block;
    transition: All .6s ease;
    -webkit-transition: All .6s ease;
    float: left;
    width: 100%;
    height: 100%;
    background: var(--primary-color-blue);
    text-align: center;
    border: 2px solid #ffffff;
    font-size: 14px;
    line-height: 41px;
    cursor: pointer;
    color: #ffffff;
}

/* Logo */
#start_logo {
    margin: 3.5rem auto 3.5rem auto;
    display: block;
}

#header .inside .mod_navigation #navi-logo{
    position: absolute;
    left: 2.6%;
    top: 24%;
}

#header .inside .mod_navigation #navi-logo img{
    width: 13rem;
    height: auto;
}

#header .inside .mod_navigation #navi-logo-sticky{
    position: absolute;
    left: 80px;
    top: 24.5%;
    display: none;
}
#header .inside .mod_navigation #navi-logo-sticky img{
    width: 2rem;
    height: auto;
}

.start #header .inside .mod_navigation #navi-logo img{
   display: none;
}

/* Sticky Navigation (Main-Navigation) */
#header .inside .mod_navigation{
    box-shadow: 0 0 14px 0 rgba(0,0,0,.25);
    overflow: visible;
    position: relative;
    z-index: 1;
    top: 0;
    width: 100%;
    background: white;
    display: block;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

#header .inside .mod_navigation .level_1 a,
#header .inside .mod_navigation .level_1 strong{
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: 500;
    color: var(--primary-color-middleblue);
}

#header .inside .mod_navigation .level_1 a:hover,
#header .inside .mod_navigation .level_1 .active strong,
#header .inside .mod_navigation .level_1 strong.trail{
    color: var(--primary-color-blue);
}

#header .inside .mod_navigation .level_1 strong.trail{
    cursor: pointer;
}

#header .inside .mod_navigation .level_1{
    display: block;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
}

#header .inside .mod_navigation .level_1 li{
    display: inline-block;
    list-style: none;
    margin-left: 40px !important;
    margin-right: 40px !important;
    padding: 33px 0 35px 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: relative;
}

/* Sticky-Modus */
#header .inside .mod_navigation.sticky{
    position: fixed;
    opacity: 0.95;
}

#header .inside .mod_navigation.sticky:hover{
    opacity: 1;
}

#header .inside .mod_navigation.sticky .level_1 li{
    padding: 20px 0 20px 0;
}

#header .inside .mod_navigation.sticky .level_1 .level_2 li{
    padding: 0.6rem 2rem;
}

#header .inside .mod_navigation.sticky #navi-logo{
    display: none;
}

#header .inside .mod_navigation.sticky #navi-logo-sticky{
    display: block;
}

#header .inside .mod_navigation.sticky .level_1 a,
#header .inside .mod_navigation.sticky .level_1 strong{
    font-size: 19px;
}

/* Untermenü Level_2*/
#header .inside .mod_navigation .level_2{
    display: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#header .inside .mod_navigation .level_1 li:hover > .level_2{
    display: block;
}

#header .inside .mod_navigation .level_2{
    position: absolute;
    top: 100%;
    left: -18%;
    min-width: 26.25rem;
    padding: 0.625rem 0 1.5rem 0;
    background: white;
    box-shadow: 0 0.4rem 0.313rem rgba( 0, 0, 0,0.3);
}

#header .inside .mod_navigation .level_2 li {
    display: block;
    padding: 0.6rem 2rem;
    width: 82%;
    text-align: left;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#header .inside .mod_navigation .level_2 li a,
#header .inside .mod_navigation .level_2 li strong{
    font-size: 19px;
}

/* Akkordeons */
#content-dse > details summary,
details summary {
    background: var(--primary-color-blue) !important;
    color: #ffffff  !important;
    border-radius: 0 !important;
    padding: 0.8em 0.8em 0.8em 0.8em  !important;
    font-weight: 300 !important;
    font-size: 1.4rem  !important;
}

#content-dse > details summary:hover,
details summary:hover,
#content-dse > details[open=""] summary,
details[open=""] summary{
    background: var(--primary-color-middleblue) !important;
}

#content-dse > details > summary:before,
details > summary:before {
    margin-right: 16px  !important;
}

#content-dse > details,
details {
    margin-bottom: 20px !important;
}

/* Infoboxen (Cards)*/
.mod_article.cards{
    overflow: visible;
    padding-top: 100px;
    padding-bottom: 100px;
}

.mod_article.cards h1{
    margin-top: -100px;
}

.card, .ce_text.card {
    background-color: var(--primary-color-lightblue);
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    margin-bottom: 2rem;
    text-align: center;
}

.mod_article.row .card.dark, .card.dark, .ce_text.card.dark {
    background-color: var(--primary-color-blue);
    margin-left: 1rem !important;
    margin-right: auto !important;
}

.diamonds .card, .diamonds .ce_text.card {
    text-align: left;
}

.card[class*="icon-"] {
    padding-top: calc(4rem + 100px);
}

.diamonds .card[class*="icon-"] {
    padding-top: calc(4rem);
    overflow: visible;
}

.card[class*="icon-"]:before {
    content: "";
    display: block;
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: 50px;
    left: calc(50% - 2.5rem);
    background-size: cover;
}

.diamonds .card[class*="icon-"]:before {
    top: -160px;
    width: 7rem;
    height: 7rem;
    left: calc(50% - 3.5rem);
}

.card.icon-first:before {
    background-image: url(../../Layout/Grafiken/icon_first.svg);
}

.card.icon-chasingArrows:before {
    background-image: url(../../Layout/Grafiken/icon_chasingArrows.svg);
}

.card.icon-next:before {
    background-image: url(../../Layout/Grafiken/icon_next.svg);
}

.card.icon-alarm:before {
    background-image: url(../../Layout/Grafiken/icon_alarm.svg);
}

.card.icon-eye:before {
    background-image: url(../../Layout/Grafiken/icon_eye.svg);
}

.card.icon-transfer:before {
    background-image: url(../../Layout/Grafiken/icon_transfer.svg);
}

.card.icon-check:before {
    background-image: url(../../Layout/Grafiken/icon_check.svg);
}

.diamonds .card.icon-diamond-rot:before {
    background-image: url(../../Layout/Grafiken/Bildmarke_rot.svg);
}

.diamonds .card.icon-diamond-grau:before {
    background-image: url(../../Layout/Grafiken/Bildmarke_grau.svg);
}

.diamonds .card.icon-diamond-gelb:before {
    background-image: url(../../Layout/Grafiken/Bildmarke_gelb.svg);
}

.diamonds .card.icon-diamond-gruen:before {
    background-image: url(../../Layout/Grafiken/Bildmarke_gruen.svg);
}

.card h2,
.card h3,
.card h4
{
    color: var(--primary-color-blue);
    padding-right: 49px;
    padding-left: 39px;
    font-size: 1.5rem;
    line-height: 2.1rem;
}

.card p,
.card ul,
.card ol
{
    font-size: 1.2rem;
    line-height: 2rem;
    color: var(--primary-color-blue);
    padding-right: 50px;
    padding-left: 40px;
    max-width: 100%;

}

.card ul li,
.card ol li
{
    margin-bottom: 1.2rem;
    margin-left: 15px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    list-style: square;
    max-width: 600px;
}

.card a
{
    color: var(--secondary-color-text);
    transition: all .15s linear 0s;
    font-weight: 500;
}

.card a:hover
{
    color: var(--primary-color-grey);
}

.card.dark h2,
.card.dark h3,
.card.dark h4,
.card.dark p,
.card.dark ul,
.card.dark ol,
.card.dark a,
.card.dark ul li,
.card.dark ol li
{
    color: #ffffff;
}

.card.dark a{
    color: var(--primary-color-lightblue);
}

.center{
    text-align: center !important;
}

.left{
    text-align: left !important;
}

/* Mehr-Lesen-Link in einer Karte */
.card a.more{
    font-size: 1.1rem;
    text-align: center;
    background-color: var(--primary-color-blue);
    width: 50%;
    white-space: nowrap;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: white;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px 40px;
    border: 0;
    transition: all .15s linear 0s;
}

.diamonds .card a.more{
    margin-left: 0;
}

.card a.more:hover{
    background-color: var(--primary-color-grey);
}

.mod_article.bm .ce_image .image_container{
    height: 37.5rem;
    margin-left: 6rem;
    margin-right: 6rem;
}

.inside .bm{
    height: 7rem;
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

/* CTA (Call to Action)*/
.cta a, a.cta{
    text-align: center;
    background-color: var(--primary-color-blue);
    width: 40%;
    white-space: nowrap;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: white;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 15px 60px;
    border: 0;
    line-height: 1.6;
    transition: all .15s linear 0s;
}

.cta a:hover, a.cta:hover{
    background-color: var(--primary-color-grey);
}

.cta p{
    max-width: 100%;
}

#allgemeine-informationen-zur-datenverarbeitung-auf-der-website{
    margin-top: 100px;
}
.center p {
    margin-left: auto;
    margin-right: auto;
}
/* GRID-Entwurf für "Ablauf der Präqualifizierung" ------------------------------------------------------------*/

.grid-container p{
    font-size: 18px;
}

.grid-container{
    background: aliceblue;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    /*gap: 20px;*/
    /*justify-content: center;*/
    grid-template-areas:
  "eins eins eins"
  "zwei zwei drei "
}

.item-1{
    grid-area: eins;
    padding-left: 50px;
    padding-top: 10px;
}
.item-2{
    grid-area: zwei;

}
.item-3{
    grid-area: drei;
    padding-left: 50px;
}
.item-4{
    grid-area: vier;

}
.item-5{
    grid-area: fünf;
    padding-left: 50px;

}
.item-6{
    grid-area: sechs;

}
.item-7{
    grid-area: sieben;
    padding-left: 50px;

}
.item-8{
    grid-area: acht;

}
.item-9{
    grid-area: neun;
    padding-left: 50px;

}
.item-10{
    grid-area: zehn;
    text-align: center;
    padding-top: 40px;

}
.item-11{
    grid-area: elf;

}
.item-12{
    grid-area: zwöfl;

}
.item-13{
    grid-area: dreizehn;

}
.item-14{
    grid-area: vierzehn;

}
.item-15{
    grid-area: fünfzehn;

}
.item-16{
    grid-area: sechzehn;

}
.item-17{
    grid-area: siebzehn;

}
.item-18{
    grid-area: achtzehn;

}
.item-19{
    grid-area: neunzehn;

}

.kosten h3{
    margin-bottom: 2.2rem !important;
}

.kosten td{
    border-right: 8px solid white;
    padding: 40px 30px !important;
    border-bottom: 22px solid white !important;
}

.ce_text table.kosten td {
    vertical-align: middle;
}

.ce_text table.kosten ul li {
    list-style-type: square;

}
.ce_text table.kosten ul li::marker{
    color: var(--primary-color-blue);
}

tr:nth-child(odd){
    background-color: #ebf0f7
;
}
tr:nth-child(even){
    background-color: #f9f9ff;
}

th, td {
    padding: 15px;
}

table {
    border-spacing: 30px;
}

/* Weiterführende Links */
.linkkacheln p{
    width: calc(50% - 42px);
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
}


.linkkacheln p a{
    padding: 20px 22px 22px 50px;
    font-weight: 500;
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
    display: block;
    background-color: var(--primary-color-lightblue);
}

.linkkacheln p a:hover, .linkkacheln p a:hover:after{
    color: #ffffff !important;
    background-color: var(--primary-color-blue);
}

/* Cookie-Popup */
.contao-cookiebar .cc-btn {
    padding: 15px 26px;
    font-size: 1.15rem;
    outline: 0 none;
    border: 0;
    border-radius: 0;
    color: var(--secondary-color-text);
    background: #d9d8d8;
}

.contao-cookiebar .highlight .cc-btn.success {
    background: var(--primary-color-blue);
    color: #fff;
}

.contao-cookiebar .highlight .cc-btn.success:hover {
    background: var(--primary-color-middleblue);
    color: #fff;
}

.contao-cookiebar .cc-inner {
    padding: 35px;
    border-radius: 0;
}

.contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: left;
    padding-top: 30px;
}

.contao-cookiebar .cc-head p {
    font-size: 1rem;
    color: var(--secondary-color-text);
    line-height: 1.8rem;
}

/* Präqualifizierungsantrag */
form#pq-antrag .formbody{
    padding: 60px 30px 50px 30px;
}

#pq-antrag .form-paragraph{
    border-bottom: 2px solid #ffffff;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

#pq-antrag h2{
    width: 100%;
    display: block;
    margin: 2rem 0 3rem 0;
    color: var(--primary-color-blue);
    font-weight: 300;
    font-size: 1.8rem;
    text-transform: none;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

#pq-antrag h3{
    width: 100%;
    display: block;
    margin: 1rem 0 2rem 0;
    color: var(--primary-color-grey);
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: none;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

#pq-antrag .widget-explanation{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

#pq-antrag .form-paragraph > [class*="col-"]{
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

#pq-antrag .form-paragraph .col-6 {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
}

#pq-antrag .form-paragraph .col-8 {
    flex: 0 0 calc(66.666% - 1rem);
    max-width: calc(66.666% - 1rem);
}

#pq-antrag .form-paragraph .col-2 {
    flex: 0 0 calc(16.666% - 1rem);
    max-width: calc(16.666% - 1rem);
}

#pq-antrag .form-paragraph .col-4 {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
}

#pq-antrag .widget{
    position: relative;
}

#pq-antrag .widget > [class*="col-"]{
    flex: 0 0 100%;
    max-width: 100%;
}

#pq-antrag .widget input[name="institutionskennzeichen"]{
    max-width: 50%;
}

form#pq-antrag fieldset{
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
}

form#pq-antrag .radio_container span,
form#pq-antrag .checkbox_container span{
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

form#pq-antrag .versorgungsteilbereiche {
    flex: 0 0 calc(100% - 1rem);
    max-width: calc(100% - 1rem);
}

form#pq-antrag .versorgungsteilbereiche fieldset {
    display: block;
    flex-wrap: nowrap;
    padding-top: 0;
}

form#pq-antrag .checkbox_container.versorgungsteilbereiche span{
    display: block;
    flex: none;
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
    padding: 22px 25px 13px 25px;
    background-color: #ffffff;
}

form#pq-antrag .checkbox_container.versorgungsteilbereiche span input.checkbox {
    width: 15px;
    margin: 2px 20px 0 0 !important;
    float: left;
    display: block;
}

form#pq-antrag .checkbox_container.versorgungsteilbereiche span:nth-child(2n+1) {
    background-color: #ebf0f7;
}

form#pq-antrag .checkbox_container.versorgungsteilbereiche span > label{
    display: flex;
    flex-wrap: wrap;
}

form#pq-antrag .checkbox_container.versorgungsteilbereiche span > label strong,
form#pq-antrag .checkbox_container.versorgungsteilbereiche span > label span{
    background-color: transparent !important;
    margin-bottom: 0;
    padding: 0;
    text-transform: none;
    color: var(--secondary-color-text);
}

form#pq-antrag .checkbox_container.versorgungsteilbereiche span > label strong{
    flex: 0 0 calc(16.666% - 20px);
    max-width: calc(16.666% - 20px);
    padding-right: 20px;
}

form#pq-antrag .checkbox_container.versorgungsteilbereiche span > label span.number{
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    padding-right: 20px;
}

form#pq-antrag .checkbox_container.versorgungsteilbereiche span > label span.name{
    flex: 0 0 58.333%;
    max-width: 58.333%;
}

form#pq-antrag .checkbox_container.vertriebswege span > label span.name{
    flex: 0 0 58.333%;
    max-width: 58.333%;
}

.ce_accordionSingle.ce_text
{
	margin-bottom: 5px !important;
	overflow: visible;
}

.toggler 
{
	width: calc(100% - 35px);
	margin-bottom: 15px;
	padding: 20px 0 20px 35px;
	background-color:var(--primary-color-lightblue);
	color: var(--primary-color-blue);
	font-size: 1.5rem;
	line-height: 2.1rem;
	font-weight: 600;
	cursor: pointer;
	border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    box-shadow: 2px 2px 3px 1px rgba(0,0,0,0.1);
    position: relative;
    transition: all 0.3s;
}

.toggler:after
{
  content: "";
  background-image: url(../../Layout/Grafiken/arrow.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 28%;
  right: 35px;
  background-size: 100%;
  display: block;
  transform: rotate(0);
  transition: all 0.3s;
}

.toggler:hover:after, .toggler.active:after
{
   transform: rotate(90deg);
}

.toggler:hover, .toggler.active
{
   background-color: #ebf0f7;
}

.ui-accordion-content{
   padding: 20px 50px 80px 50px;
}

.ui-accordion-content table tr td {
  border: 1px solid rgb(0, 0, 0, 0.1) !important;
  padding-left: 25px;
  padding-right: 25px;
}

.ui-accordion-content table tr td:first-child {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}

.ui-accordion-content table tr td:first-child img{
  width: 35px;
  height: 35px;
}


.ce_accordionSingle table{
	margin-bottom: 40px;
}
