html,body{
  margin: 0;
  min-height: 100%;
  background-color: #fff;
}

body{
/*  font-family: Georgia, serif; */    
  font-family: 'Source Sans Pro', sans-serif;

  font-size: 0.95em;
  line-height: 1.4em;
  color: #2c5f97;
  color: #074785;

  font-family: 'Source Sans Pro', sans-serif;
  letter-spacing: 0.05rem;

}

img{
  border: none;
}

.slicknav_menu {
	display:none;
}

#left{
  position: fixed !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  position: absolute;
  padding: 40px 0px;
  text-align: center;
  background-image: url(../images/elements/bg-white.png);
  height: 100%;
}

#logo{
  margin-bottom: 80px;
  margin-top: 80px;
}

#links{
  position: absolute;
  bottom: 60px;
/*  width: 70px;
*/  left: 50%;
  margin-left: -35px;
  text-align: center;
}

.icon{
  margin: auto;
  display: block;
  float: left;
  margin-left: 10px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.icon:hover{
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}


#copyright{
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 0.8em;
}

#right{
  position: absolute;
  min-height: 100%;
  right: 0;
  background-color: #fff;
}

/* TEXT */

a{
  color: #2c5f97;
  color: #074785;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  font-family:"URW Legothic W01 Light";
}

a:hover,a.active{
  /*text-decoration: underline;*/
  font-family:"URW Legothic W01 Medium";
}

#menu a{
  display: block;
}

#menu a:hover,#menu a.active{
  -webkit-transform: translate(0px,-2px);
  -moz-transform: translate(0px,-2px);
  -o-transform: translate(0px,-2px);
  -ms-transform: translate(0px,-2px);
  transform: translate(0px,-2px);
}

h1,h2{
  text-transform: uppercase;
  font-family:"URW Legothic W01 Light";
  font-size: 1.8em;
  line-height: auto;
  font-weight: normal;
}

h2{
  line-height: 1.2em;
}

p{

}

ul, li{
  padding: 0;
  list-style-type: none;
  font-family:"URW Legothic W01 Light";
  font-size: 1.3em;
  font-weight: normal;
  margin-top: 25px;
}

li.blue{
  background-color: #2c5f97;
  background-color: #074785;
  display: block;
  width: 20%;
  height: 2px;
  margin: 45px auto;
}

/* GRID */

#grid{
  position: absolute;
  width: 100%;
}

.grid{
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 314px;
  height: 210px;
/*  background-image: url(../images/elements/bg-blue.png);
*/  
  background-color: #074785;
  color: #fff;
  overflow-y:auto;
}

.grid a{
  color: #fff;
  text-decoration: underline;
/*  font-family: Georgia, serif; */  
  font-family: 'Source Sans Pro', sans-serif;

}

.grid a:hover{
/*  font-family: Georgia, serif; */  
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(255,255,255, 0.8);
}

.grid-white{
  background-image: url(../images/elements/bg-white.png);
  color:#2c5f97;
    color: #074785;

}

.grid-white a{
  color: #2c5f97;
    color: #074785;

}

.grid-white a:hover{
  color: #999;

}

.full-row{
  width: 100%;
}

.grid img{
  display: block;
  width: 100%;
  height: 100%;
}

.grid .text{
  padding: 20px;
}

.grid-double{
  height: 420px;
}

.grid-triple{
  height: 630px;
}

.contact h2{
  font-size: 1.4em;
}

/* MAP */

#map_canvas{
  width: 100%;
  height: 400px;
  border-right: 8px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/content/kontakt.jpg);
  background-size: cover;
  background-position: center right;
}

#error{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
/*  background-image: url(../images/elements/bg-blue.png);
*/  background-color: #074785;
}

#error h1{
  color: #fff;
}

/*FORM*/

input[type=text],input[type=submit],textarea{
  width: 100%;
  padding: 10px;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
/*  font-family: Georgia, serif; */    
  font-family: 'Source Sans Pro', sans-serif;

  font-size: 1em;
  line-height: 1.4em;
  color: #2c5f97;
    color: #074785;

  margin-bottom: 5px;
}

.error{
  background-color: #dab2b2;
}

textarea{

}

input[type=submit],.btn{
  color: #fff !important;
  background-color: #06263c;
  color: #fff;
  display: block;
  padding: 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
/*  font-family: Georgia, serif; */
  font-family: 'Source Sans Pro', sans-serif;

  font-size: 1em;
  line-height: 1.4em;
  color: #2c5f97;
    color: #074785;

  margin-bottom: 5px;
  text-align: center;
  text-decoration: none;
}


/* Updates 2019 */

.grid-full-width {
    -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 50vh;
/*  background-image: url(../images/elements/bg-blue.png);
*/  background-color: #074785;
  color: #fff;
  overflow-y:auto;
  padding: 20px;
  border-right: 8px solid #fff;
}

.grid-full-width a {
  color: white;
  text-decoration: underline;
/*    font-family: Georgia, serif; */      
 font-family: 'Source Sans Pro', sans-serif;


}

.grid-full-width a:hover {
  color: rgba(255,255,255, 0.8);
}

.grid-full-width > .text {
  max-width: 80%;
}


#datenschutz-header{
  width: 100%;
  height: 400px;
  border-right: 8px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: red;
  background-image: url(../images/content/header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 4px solid #fff;
 
}






/* Cookie Consent  - - -  updates 2023*/


/*Position of the cookie banner*/
.termsfeed-com---palette-light.termsfeed-com---nb{
  position: fixed;
  bottom: 0;
  height: fit-content;
  font-family: inherit;
}

/*Button Color*/
.termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-nb-reject {
  background-color: #074785 !important;
}

.termsfeed-com---palette-light .cc-nb-changep {
  background-color: #dcdada !important;
}

/*Font Size*/

.termsfeed-com---palette-light .cc-nb-title, .termsfeed-com---palette-light .cc-cp-body-content-entry-title{
  line-height: 1.2;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.35rem;
}

.termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
  font-family: inherit;
  font-size: 14px !important;
}

@media screen and (max-width: 640px) {
  .termsfeed-com---palette-light .cc-nb-text{
    font-size: 14px !important;
  }
  .termsfeed-com---pc-dialog .cc-cp-body-content-entry-text {
    font-size: 0.8rem !important;
  }

}


#mti_wfs_colophon_anchor {
  display: none;
}


