/*****************************/
/*** Core html setup stuff ***/
/*****************************/

/* NICHT ANFASSEN */
/*! normalize.min.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}audio,canvas,progress,video{display:inline-block}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
/* NICHT ANFASSEN */


*,
*:before,
*:after {
   box-sizing: border-box;
}

html {
  height: 101%;
}

form {
  margin: 0;
  padding: 0;
}

body {
    font-family: Calibri, sans-serif;
    font-size: 15px;
    line-height: 1.3em;
    margin: 0px;
    color: #000;
    height: 101%;
    background-color: #ffffff;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #0A58AB;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #999;
}

input.button { cursor: pointer; }

p { 
  margin-top: 0; 
  margin-bottom: 10px;
  text-align: left; 
}

.img { border: 2px solid #999: }

.bild {
    width: 100%;
    height: auto;
}

.search label {
    display: none;
}

.protectedby,
.accordion-toggle,
.mod-articles-category-group,
.muted,
.pagination,
.visually-hidden {
   display: none;
}

#osmap-ul-uid-joomla-featured-101  {
   display: none;
}

#visform1 {
    width: 600px;
    margin: 0 0 60px 0;
}

.box_liste ul {
    list-style-type: none;
    margin: 0 0 0 -25px;
    font-weight: bold;
}

.box_liste ul li {
    list-style-type: none;
}

.box_liste2 ul {
    list-style-type: none;
    margin: -10px 0 0 -40px;
    font-weight: bold;
}

.box_liste2 ul li {
    list-style-type: none;
}

.mod-articles-category-date {
    display: block;
    font-weight: 300;
}

.mod-articles-category-introtext {
    margin: 0;
    font-weight: 300;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
    
.wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    min-height: 600px;
    overflow: hidden;
    z-index: 1;
} 

.main {
   position: relative;
   margin: 0 auto;
   padding: 0;
   max-width: 1100px;
   height: auto;
   background-color: #fff;
   overflow: hidden;
   z-index: 2;
}

.main2 {
   position: relative;
   margin: 0 auto;
   padding: 45px;
   max-width: 1100px;
   height: auto;
   background-color: #fff;
   overflow: hidden;
   z-index: 2;
}

h1 {
   font-size: 22px;
   line-height: 24px;
   color: #1B3D87;
   margin: 0;
   padding: 0 0 20px 0;
}

h2 {
   font-size: 24px;
   color: #1B3D87;
   margin: 0 0 20px 0;
}

.head {
    position: relative;
    margin: 0;
    padding: 15px 15px 0 15px;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.logo {
   width: 305px;
   height: auto;
   float: left;
   padding: 10px 0 15px 0;
}

/************ Menu Oben **********************/

.menu_oben {
   float: right;
   height: auto;
   margin: 15px 5px 0 0px;
}

.menu_oben li {
   display: inline;
   list-style-type: none;
   padding: 0 0 0 20px;
}

.menu_oben a:link {
   color: #959B96;
   font-size: 15px;
   text-decoration: none;
}

.menu_oben a:hover {
   color: #1B3D87;
   text-decoration: none;
}

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

.suche {
   float: right;
   margin: 0 15px 0 10px;
   position: relative;
   width: 120px;
}

.suche button {
   float: right;
   background-color: #959B96;
   color: #fff;
   border: 0;
   height: 22px;
   margin: 0 -50px 0 0;
}

#nav {
    position: relative;
    z-index: 2;
    margin: 0 410px 0px 0;
    padding: 0;
}

.flex {
   position: relative;
   width: 100%;
   height: 509px;
   margin: 0;
   z-index: 1;
}

.links {
    float: left;
    width: 48%;
    height: auto;
}

.rechts {
    float: right;
    width: 48%;
    height: auto;
}

.footer {
    position: relative;
    margin: 20px auto 0 auto;
    padding: 30px 0 0 20px;
    max-width: 1100px;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    color: #808080;
    border-top: 1px solid #1B3D87;
}

/**** Farbe Cookie ***/

.cc_container .cc_btn {
font-size: 11px;
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
font-size: 11px;
background: #6D83B2 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #1B3D87 !important; /* Textlink-Farbe "Mehr Infos" */
}

