/* latin */

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Raleway'), local('Raleway'), url("/static/fonts/Raleway.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*  Style Gesamt  */

body {
font-family:'Raleway', sans-serif;
font size = "3px";
font-weight:normal;
text-decoration:none;
color: #000000;
background-color:#A9D0F5;
}


/* Tabelle insgesamt */
table
                {
                        border-spacing:0;
                        background-color:rgb(255,255,255);
                }

nav.imtextstart {
  box-sizing: border-box;
  float: left;
  width: 400px;
  background: rgb(179,181,186);
  font-family:Arial;  
  font-size: 16px;
  text-align: center;
  color: rgb(255,255,255);
}

nav.imtextstart ul li {
  position: relative;
  width: 400px;
  float: center;
  list-style: none;
}

nav.imtext {
  box-sizing: border-box;
  float: left;
  width: 300px;
  background: rgb(179,181,186);
  font-family:Arial;  
  font-size: 16px;
  text-align: center;
  color: rgb(255,255,255);
}

nav.imtext ul li {
  position: relative;
  width: 300px;
  float: center;
  list-style: none;
}

nav {
  box-sizing: border-box;
  float: left;
  width: 100%;
  background: rgb(37,64,143);
  font-family:Arial;  
  font-size: 16px;
}

nav ul {
  margin: 0;
  padding: 0;
}
 
nav a {  
  display: block;
  color: rgb(255,255,255);
  text-decoration: none;
}

nav ul li {
  position: relative;
  float: left;
  list-style: none;
}
 
nav ul li:hover {
  background: rgb(56,143,207);
}
 
nav ul li a {
    padding: 20px;
}

nav ul ul {
  position: absolute;
  top: -9999px;
  left: -9999px;
  background: rgb(37,64,143);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}
 
nav ul ul li {
  float: none;
  width: 200px;
  border-bottom: 1px solid rgb(255,255,255);
}
 
nav ul ul li a {
  padding: 10px 20px;
}

nav ul li:hover > ul {
  top: 100%;
  left: 0;
}

nav ul ul li:hover > ul {
  top: 0;
  left: 200px;
}

nav ul li.submenu > a:after {
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-top: 5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
}

nav ul ul li.submenu a:after {
  margin-left: auto;
  margin-right: -10px;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

nav ul ul li:last-child {
  border-bottom: none;
}






/*  Links Men  links und Men  unten  */
a.unten          { font-family:Arial; font-size:14px; font-weight:normal; text-decoration:none; color:#293231; }
a.unten:visited  { font-family:Arial; font-size:14px; font-weight:normal; text-decoration:none; color:#293231; }
a.unten:hover    { font-family:Arial; font-size:14px; font-weight:bold; text-decoration:none; color:#293231; }


/*  Links im Text */
a.imtext          { font-family:'Raleway', sans-serif; font-size:16px; font-weight:normal; text-decoration:none; color:#25408f; }
a.imtext:visited  { font-family:'Raleway', sans-serif; font-size:16px; font-weight:normal; text-decoration:none; color:#25408f; }
a.imtext:hover    { font-family:'Raleway', sans-serif; font-size:16px; font-weight:bold; text-decoration:none; color:#25408f; }

a.box  { font-family:Arial; font-size:16px; font-weight:normal; text-decoration:none; color: rgb(255,255,255); }
a.box:hover    { font-family:Arial; font-size:16px; font-weight:bold; text-decoration:none; color:rgb255,255,255);}

/* Seiten- berschrift */

h1
                {
                        font-family:'Raleway';
                        font-weight: bold;
                        color:#25408f;
                        font-size: 2em;
                        text-align: center;
                        background-color:#FFFFFF;

                }

/* Zwischen- berschrift */


h2
                {
                        font-family:'Raleway';
                        font-weight: bold;
                        color:#25408f;
                        font-size: 1.05em;
                        text-align: left;
                        background-color:#FFFFFF;
                        display:inline;
                }


h3
                {
                        font-family:'Raleway';
						font-size = "3px";
						color: #FFFFFF;
						font-weight:bold;
						text-decoration:none;
						
						
						
                   
                }




p {margin-bottom: 0px ; margin-top: 0px;}
p.ex {margin-bottom: 10px ; margin-top: 10px;}



main {
  background: transparent;
  border-color: transparent;
}

