/************************************
Autor: edm-service Marco Pracht www.webdesign24.biz
Bearbeiter: M. Pracht
Datum: 24.10.2025
Bemerkungen: 

*******************/




/*************************************************************************** --> Variablen ****************************************/
:root{
    --schriftfarbe-grau: #555;
    --schriftfarbe-flipbox-buttons: #8e8e8e;
}

/***************************************************************** Variablen --> ****************************************/
/*************************************************************************** --> Allgemein ****************************************/
html{
    overflow-y: scroll;
}

/****************************************************************** Allgemein --> ****************************************/

/*************************************************************************** --> Formulare ****************************************/
form.style5 input, button.submit, form fieldset legend{
    border-radius: unset;
}

form fieldset span.mandatory {
  display: inline;
  padding-left: 2px;
}

/***************************************************************** Formulare --> ****************************************/

/*************************************************************************** --> Bilder ****************************************/
.round,
.ce_image.round .image_container img,
.ce_image.round .image_container picture img{
    border-radius: 100px;
}

/******************************************************************** Bilder --> ****************************************/

/*************************************************************************** --> Nachrichten ****************************************/
.newsteaser .date{
    border-radius: unset;
    left: 0;
}

/******************************************************************** Nachrichten --> ****************************************/

/*************************************************************************** --> Nachrichten hier müsste noch mal nachgebessert werden ****************************************/
.newsteaser .image_container img{
    width: 700px;
}

/******************************************************************** Nachrichten --> ****************************************/

/*************************************************************************** --> Events ****************************************/
.mod_eventlist_v3 .h4 a{
    color: var(--schriftfarbe-grau);
}

/******************************************************************** Events --> ****************************************/

/*************************************************************************** --> FlipBox ****************************************/
.flipbox-buttons div.ce_flipbox_backside a:hover{
    color: var(--schriftfarbe-flipbox-buttons) !important;
}

/******************************************************************* FlipBox --> ****************************************/

/*************************************************************************** --> Links und Buttons ****************************************/
.ce_hyperlink.btn-size-medium a, .ce_revolutionslider_hyperlink.btn-size-medium {
  font-size: 1.2rem;
}

.ce_hyperlink.btn-white a{
    color: white;
}

/********************************************************* Links und Buttons --> ****************************************/
