/* Template for Home © admotion*/

h1 {color: var(--rot);}
h2 {color: var(--rot);}
a {color: var(--rot);}
a:hover {color: var(--grau);}

ul.lines li::marker { color: var(--rot);}
ul.lines li {border-bottom: 1px solid var(--rot);}

.box {background: var(--rot); color: white;}
.box a.button { background: url(/images/_icons/arrow-r.svg) no-repeat center left; border-bottom: 1px solid white; color: white;}
.box a.button:hover { background: url(/images/_icons/arrow-r.svg) no-repeat center left 5px;}
.box ul.lines li::marker { color: white;}
.box ul.lines li {border-bottom: 1px solid white;}
.box a {color: white;}
.box h2, .box h1, .box h3 {color: white;}


a.button { background: url(/images/_icons/arrow-r-rot.svg) no-repeat center left; border-bottom: 1px solid var(--rot); color: var(--rot);}
a.button:hover { background: url(/images/_icons/arrow-r-rot.svg) no-repeat center left 5px; }
    

#interesse a {padding:10px 0 10px 40px; background: url(/images/_icons/arrow-r-rot.svg) no-repeat center left; display: block; border-bottom: 1px solid var(--rot); transition: 0.2s ease-out;}
#interesse a:hover { background: url(/images/_icons/arrow-r-rot.svg) no-repeat center left 5px; color: var(--rot);}

.uk-scope .uk-accordion-title {background: var(--rot);}
.uk-scope .uk-open .uk-accordion-title {background: var(--grau);}

ul.checkmark li { border-bottom: 1px solid var(--rot); }
ul.checkmark li::before {background:  url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'>\
  <polyline points='2,8 6,12 14,4'\
    fill='none'\
    stroke='%23e92f3d'\
    stroke-width='2'\
    stroke-linecap='butt'\
    stroke-linejoin='miter'/>\
</svg>") no-repeat center/contain;}

@media(min-width:768px){

    
}
@media(min-width:960px){
    .spaltenlinien {border-bottom: 0; border-right: 1px solid white;}

}
@media(min-width:1250px){

    
}

