/* Global */

#logo img {margin-top:5px;
    max-height: 50px; /* Höhe anpassen */
    width: auto;
}

body {
  color: #192952;
}

section.container.pt-0.pb-0 p{color: #eee;
}

p {
  color: #222;
}

/* Bilder in .wrapper.portals */
.wrapper.portals a img,
.wrapper.portals .image img,
.wrapper.portals div img {
  border: 10px solid #192952 !important;
  border-radius: 50%;
  max-width: 160%;
  margin: auto; /* Zentriert das Bild */
}

/* Wrapper Callout */
.wrapper.callout {
  background-color: #192952;
}

.wrapper.callout p {
  color: #eee;
}

.wrapper.callout h2,
.wrapper.callout h3 {
  color: #fff;
  text-align: center;
}

/* Wrapper Portals */
.wrapper.portals {
  background-color: #192952;
}

.wrapper.portals p {
  color: #eee;
}

.wrapper.portals h2,
.wrapper.portals h3 {
  color: #fff;
  text-align: center;
}

.wrapper.portals h3 {
  font-size: 1.7em;
}

/* Wrapper Plain & Style4 */
.wrapper.plain a img {
  border: 10px solid #192952 !important;
  border-radius: 50%;
  max-width: 160%;
  display: block;
}

.wrapper.hooks {
  background-color:#fdf9f4;
}

.wrapper.plain,
.wrapper.style4 {
  background-color: #fdf9f4;
}

.wrapper.style4 h2 {
  color: #192952;
}

/* Footer */
.footer a {
  color: #fff;
}

.socials {
  background-color: #192952;
}

/* Haupt-Links & Header */
a {
  color: rgb(38, 98, 108);
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #192952;
}

a:visited {
  color: #eee;
}

#header {
  background-color: #192952;
  color: #fff;
}

header.major h1 {
  text-align: center;
}

header.major h2 {
  color: #eee;
}

/* FontAwesome Icons */
.fa {
  color: rgb(38, 98, 108);
}

/* Navigation */
#nav a.nav-active,
.dropotron a.nav-active {
  color: #ffa501;
}

#nav > ul > li > a:hover {
  color: #ffa501;
}

#nav > ul > li > a {
  color: #eee;
}

.dropotron > li:last-child,
.dropotron > li:first-child {
  background-color: #192952;
}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
  color: #192952;
}

h3 a,
ul.special-icons h3 a:visited {
  color: #192952;
}

/* Buttons */
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid #192952;
}
img {
    border: none !important; /* Falls es eine generische Regel gibt */
}

body {color: #192952
}

.wrapper.portals a img, 
.wrapper.portals .image img,
.wrapper.portals div img, 
.wrapper.plain a img {
    border: 10px solid #192952 !important;
    border-radius: 50%;
    max-width: 160%;
    display: block;
    
}

.footer a 
{
    color: #fff;}
    a:visited {
    color: #eee;

/* Header und Callout-Container */
#header {
    background-color: #192952;
}

.wrapper.callout, 
.wrapper.portals {
    background-color: #192952;
}
#nav a.nav-active, #nav>ul>li a:hover, .dropotron a.nav-active {
    color: #ffa501;}
a {
    color: #3366ff;}
    a:visited {
    color: #000066;
}

h1, h2, h3, h4, h5, h6 {
    color: #192952;}
    
.button, input[type=button], input[type=reset], input[type=submit] {
   
    border: 2px solid #192952;
    color: #192952;}

    .color-primary {
    color: #192952;
    color-secondary: color: #ffa501;
}