@charset "utf-8";

body{ background-color: #3c362d; }

/* Image Bottom */
#content { 
  box-shadow: 0px 0px 8px 0px rgb(21, 15, 7);
  padding-bottom: 0px; 
}

/* Image Bottom */
#main .header-bild-links-text:last-of-type,
#main .header-bild-links-inside-text:last-of-type,
#main .header-bild-rechts-text:last-of-type,
#main .header-bild-center-text:last-of-type,
#main .header-bild-full-text:last-of-type,
#main .bild-center-header-text:last-of-type,
#main .bild-full-header-text:last-of-type,
#main .text-im-bild:last-of-type {
    margin-bottom: 0px; 
}
/* Image Bottom */
#content .header-bild-full-text figure:last-of-type { margin: 0; }

#right .content img { border-bottom: solid 4px rgb(255, 130, 0);}
#right figcaption { color: #cec1ad;}

h2 { color: #ff8200; }

#right h1, #right h2, #right h3 { color:var(--color-text-inverse); }
#right .content h2 { color: #fe8100; }
#right .content p { color: #b1a594; }
#right { background-color: #3c362d; box-shadow: 0 0 8px 0 #1f1f1f; }

#container .btn-red, #container .download {
    box-shadow: 0px 2px 1px 0px #470000;
    background: linear-gradient(to bottom,#ff8100 5%,#ce6900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8100',endColorstr='#ce6900',GradientType=0);
    background-color: #ff8200;
    border: 0px solid #de7100;
    float: none; /* fix */
}

#container .btn-red:hover, #container .download:hover {
    background: linear-gradient(to bottom, #ff8200 5%, #ff8300 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8200', endColorstr='#ff8300 ',GradientType=0);
    background-color: #ff8200;
}

#container .btn-red:active, #container .btn-red.active, #container .download:active {
    box-shadow: none;
    background: linear-gradient(to bottom,#ff8300 5%,#ff8200 100%);
}

#bottom-news > h1 { color: white; }
#bottom-news a h1 { color: white; }
#bottom-news h2 { color: #ff8200; }
#bottom-news a { border-top: #3c362d solid 1px; }
#bottom-news a:hover { background-color: #4a4338; }
#bottom-news a:hover { box-shadow: 0 0 4px 0 #2d271e; }

#footer {
    background: #2f2b25;
    box-shadow: 0 0 30px 0 rgba(255, 130, 0, 0.16);
}
#footer h1 { color: #ff8200; }
#footer p, #footer a { color: #b1a594; }
#footer a:hover { color: #ff8200; }
#footer label { color: #c3b6a4; }


/* --- Formular --*/
legend.powermail_type_check_legend,
legend.powermail_type_radio_legend {
    margin: -10px 0 10px 0;
    font-weight: bold;
}

.powermail_fieldwrap_type_text {
    margin-top: 0px;
    font-size: 11px;
    line-height: 15px;
    margin-bottom: 20px;
}

.social { margin-top: 30px; }


@media (min-width: 550px){

div#top-banner { box-shadow: 0px 0px 8px 0px rgb(0, 0, 0); }

}


@media (min-width: 720px){

 
 }

 @media (min-width: 960px){

#bottom-news > h1 { color: white; }
#bottom-news a h1 { color: var(--color-text-primary); }   

}
