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

html {
  height: 101%;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Calibri ,sans-serif;
	line-height: 1.4em;
	margin: 0px 0px 0px 0px;
	font-size: 17px;
	color: #666;
	margin-bottom: 0px;
    height: 101%;
    background-color: #D6E4FF;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

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

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #999;
    transition: all .3s ease;
}

input.button { cursor: pointer; }

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

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

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

.search label {
    display: none;
}

.protectedby,
.accordion-toggle,
.mod-articles-category-group,
.muted,
.navbar-toggler {
   display: none;
}

h1 {
    font-size: 27px;
    line-height: 22px;
    color: #375BA4;
    margin: 0 0 25px 0;
    font-weight: 300;
    text-transform: uppercase;
}

#visformcontainer {
    width: 600px;
}


/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.head {
    position: relative;
    margin: 0px auto;
    background-color: #fff;
    width: 1070px;
    min-height: 100px;
    height: auto;
    padding: 15px 15px 0 15px;
} 

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

.oben_left {
    position: relative;
    float:left; 
    width: 25%; 
    padding: 0px;
}

.logo {
    width: 257px;
    height: auto;
}

.oben_right {
    position: relative;
    float: right; 
    width: 70%; 
    padding: 0;
}  

/* Menu Oben */

#menu1 {
   position: relative; 
   float: right;
   margin: 0px;
   padding: 0;
   text-align: right;
}

#menu1 li {
   display: inline;
   list-style-type: none;
   padding: 5px;
   font-size: 18px;
}

#menu1 li a {
   color: #505050;
   font-weight: normal;
   padding: 0;
}

#menu1 li a:hover {
   color: #999;
   font-weight: normal;
}  

#menu1 ul li.active a {
   color: #000;
} 

#mob_menu {
    position: relative;
    margin: 0;
    float: right;
    height: auto;
    margin: 55px 30px 0 0;
}


.inhalt {
    position: relative;
    margin: -6px auto;
    background-color: #fff;
    width: 1020px;
    min-height: 500px;
    height: auto;
    overflow: hidden;
    padding: 40px;
    z-index: 1;
} 

.left {
    position: relative;
    width: 47%;
    float: left;
    height: auto;
    overflow: hidden;
}

.right {
    position: relative;
    width: 47%;
    float: right;
    height: auto;
    overflow: hidden;
}  

.footer {
    width: 100%;
    height: auto;
    margin: 50px auto 0 auto;
    border-top: 1px solid #485A7E;
    text-align: center;
    padding: 35px 0 0 0;
    font-size: 16px;
    line-height: 19px;
} 


/**** Farbe Cookie ***/

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

