/*======================= Breite Newsletter =======================*/

.acym_module_form input {
  cursor: pointer;
  max-width: 100%;
}

/*======================= Arbeitsgruppen =======================*/

.arbeitsgruppen .col-12 {
  margin-bottom: 30px;
  border: solid 1px #cb0a1d;
  margin: 8px;
  width: 32% !important;
}

/*======================= Social Icons in Artikel =======================*/

.article-details .article-ratings-social-share {
  display:none !important;
}

.article-details .article-header h1, .article-details .article-header h2 {
  margin-bottom: 1.5rem;
}

/*======================= Button Mitglied werden =======================*/

.mybutton .sppb-btn-primary-white {
  background: #cb0a1d;
  color: #FFFFFF;
  border: 1px solid #cb0a1d;
  padding-top: 0px;
  padding-bottom:0px;
  padding-left: 10px;
  padding-right:10px;
}

.mybutton .sppb-btn-primary-white:hover {
  background: #fff;
  color: #cb0a1d;
  border: 1px solid #cb0a1d;
}
  
.mybutton.sppb-btn-round {
  border-radius: 8px !important;
}

/*======================= Bottom =======================*/

#sp-bottom, #sp-bottom a, #sp-bottom a:hover {
  color: #222222 !important;
}


/*======================= Alle Primary Button SP Page Builder=======================*/

body .sppb-btn-primary {
  color: #fff;
  background: #cb0a1d;
  border: 1px solid #cb0a1d;
  padding-top: 0px !important;
  padding-bottom:0px!important;
  padding-left: 10px!important;
  padding-right:10px!important;
}

body .sppb-btn-primary:hover {
  color: #cb0a1d;
  background: #fff;
  border: 1px solid #cb0a1d;
}

/*======================= Alle Secondary Button SP Page Builder =======================*/

body .sppb-btn-secondary {
  color: #fff !important;
  background: #cb0a1d !important;
  border: 1px solid #cb0a1d !important;
  border-radius: 8px !important;
}

body .sppb-btn-secondary:hover {
  color: #cb0a1d !important;
  background: #fff !important;
  border: 1px solid #cb0a1d !important;
}

/*== Up to 480px ==================================================
====================================================================*/
/* Landscape phones and down */
@media (max-width: 479px) {
.mod-finder-overlay {
    display:none;
  }
.mod-ut-login {
    display:none;
  }
.burger-icon {
  width: 20px;
  cursor: pointer;
  }
#sp-header .sp-module {
    margin-left: 0px;
  }
}

/*======================= Breadcrumbs =======================*/
.breadcrumb {
  margin-top: 20px;
}
/*======================= Headers =======================*/
.article-details .article-header h1 {
position: relative;
}
.article-details .article-header h1::after {
content: "";
display: inline-block;
width: 80px;
height: 0.5px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -45px;
background-color: #cb0a1d;
}
.article-details .article-header h1 {
  text-align:center;
  color: #333;
  font-weight: 700;
  background: #fff;
  border: 0px;
  padding:0 0 15px 0;
}
/*======================= Images =======================*/
img {
  display: inline;
  max-width: 100%;
  height: auto;
}
/*======================= EN/DE im Header =======================*/
.mod-languages ul.lang-inline li {
  margin: 0 5px 0 0 !important;
}


/*======================= header h1 =======================*/
h1 {
position: relative;
}
h1::after {
content: "";
display: inline-block;
width: 80px;
height: 0.5px;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -45px;
background-color: #cb0a1d;
}
h1 {
  text-align:center;
  color: #333;
  font-weight: 700;
  background: #fff;
  border: 0px;
  padding:0 0 15px 0;
}
/*======================= Registrierung und Anmeldung =======================*/
legend {
  font-size: 0;
}
/*======================= EU Cookie bar =======================*/
#redim-cookiehint {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -webkit-box-shadow: none;
  max-width: 380px;
  background: #343a40;
  padding: 15px 30px;
  border-radius: 3px;
}
#redim-cookiehint-bottom {
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  text-align: center;
  background-color: #343a40;
}
#redim-cookiehint .cookiecontent {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
#redim-cookiehint .cookiehead .headline {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  position: relative;
  padding: 3px 0px 3px 0px;
  display: inline-block;
}
#cookiehintsubmit:hover, #cookiehintsubmitno:hover {
  background: #fff !important;
    background-image: none;
  color: #cb0a1d !important;
  border: 1px solid #cb0a1d;
}
#cookiehintsubmit, #cookiehintsubmitno {
  background: #cb0a1d !important;
  background-image: none;
  border: 1px solid #cb0a1d;
  color: #fff !important;
}
#redim-cookiehint .cookiebuttons .btn, #redim-cookiehint .cookiebuttons button {
  font-size: 14px;
}
#cookiehintsubmit, #cookiehintsubmitno {
  border-radius: 8px !important;
}
#redim-cookiehint .cookiehead .headline::before {
  content: none;
}
#cookiehintinfo {
  color: #fff;
}

/*======================= textbox mit Radius =======================*/
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control)
{
  border-radius: 8px;
}
input.form-control {
  border-radius: 8px;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select
{
  border-radius: 8px;
}
/*======================= Formulare =======================*/
.convertforms .cf-btn.cf-btn-style-flat:hover {
  background: #fff !important;
  color: #cb0a1d !important;
  border: 1px solid #cb0a1d !important;
}
.convertforms .cf-btn.cf-btn-style-flat {
  background: #cb0a1d !important;
  color: #fff !important;
  border: 1px solid #cb0a1d !important;
text-transform: uppercase;
}
