@import 'googleFontsMontserrat.css';
/* --------------BODY UND ALLGEMEINES--------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 1.5) { /* WebKit */
}

@media (min--moz-device-pixel-ratio: 1.5) { /* Mozilla */
}

@media (-o-min-device-pixel-ratio: 3/2) { /* Opera */
}

@media (min-resolution: 1.5dppx) { /* CSS3 */
}
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap');*/

body {
    font-size: 14px;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
		margin:0;
	padding:0;
	height:100%;
	background-color: #eff3f6;
	overflow-x:hidden;
display:none;
  scroll-behavior: smooth;
}
p{    font-family: 'Montserrat', sans-serif;
	text-align:left;
}

p span {
	text-align: left!important;
}
a, a:link, a:visited, a:active {
 outline: none;
 text-decoration:none;
}
a{outline: none;}
html {
    min-height: 100%;
    scroll-behavior: smooth;
}
.container {
    width: 100%;

    position: absolute;
	
}




/* --------------SCHRIFTTYPEN ALLGEMEIN--------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */


@media only screen and (min-width:1px) and (max-width:416px){
  h1{text-align: center;
    color:#073870;
    text-transform:uppercase;
    font-size:1.5rem;
    font-weight:normal;
    
  }
}
@media only screen and (min-width:417px) {
  

h1{text-align: center;
	color:#073870;
	text-transform:uppercase;
	font-size:22pt;
	font-weight:normal;
	
}
}


	/* --------------Paddingklassen --------------------------------------------------------------------------------------------- */


.padding-0 {
    padding: 0px !important;
}
.paddingleft45{
  padding-left:45px!important;
}
.padding15{
padding-left:15px;
padding-right:15px;
}
.padding20{
  padding-left:20px;
  padding-right:20px;
}
.padding25{
  padding-left:25px;
  padding-right:25px;
}


/* --------------CONTENT ARTEN--------------*/

/* --------------FOOTER--------------*/



div#footer
{background-color:#252C34;
min-height:200px;


}

.footer2{
	
	padding:10px 0 0;
	margin:10px;
}
.footer_font
{
	color:white;
	font-weight:lighter;
	text-transform: uppercase;
	line-height: 1.7rem;
  font-size:1.0rem;

}
.hintergrundtext2{
  text-align: center;
  padding-top:20px;
  color:white;
  font-size: 1.3rem;
  font-weight: 100;
  text-transform: none;

}
.hintergrundtextfett{
  font-weight:bold!important;
}
  @media only screen and (min-width: 1px) and (max-width:416px) {
   
.hintergrundtext{
  text-align: left;
  padding-top:20px;
  color:#475464;
  font-size: 1.0rem;
  font-weight: 100;
  text-transform: none;
}
  }
  @media only screen and (min-width: 417px)  {
   
    .hintergrundtext{
      text-align: left;
      padding-top:20px;
      color:#475464;
      font-size: 1.3rem;
      font-weight: 100;
      text-transform: none;
    }
      }




/* --------------VERSCHIEDENE HEADER--------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
	
.topic1{
  
  background-position:center!important;
  background-size:cover!important;
  min-height:50vh!important;
  min-width:100vw!important;
  top:-47px!important;
}
.topic2{

  background-position:center!important;
  background-size:cover!important;
  min-height:50vh!important;
  min-width:100vw!important;

}	
.topic3{

  background-position:bottom!important;
  background-size:cover!important;
  min-height:50vh!important;
  min-width:100vw!important;

}	
.topic4{

  background-position:center!important;
  background-size:cover!important;
  min-height:50vh!important;
  min-width:100vw!important;

}	

.topic5{

  background-position: center -130px !important;
  background-size:cover!important;
  min-height:50vh!important;
  min-width:100vw!important;

}	
/* --------------LINKMENÜ--------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------- */
/*Das Linkmenü ist fixed, damit es immer mitscrollt. Dazu ist der unten liegende Teil in einem
extra Container etwas heruntergesetzt - daher die Klasse 'runter'*/
a.icon {
  color: #ACB0B1;
  background-color: white !important;
}
.linkmenu {
  background-color: white;
  position: fixed;
  padding-left: 0px;
  padding-right: 0px;
}
.linkmenu2 {
  background-color: white;
  height: 80px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}


/*für markierten link*/
.runter {
  top: 30px;
}
.runter2 {
  top: 80px;
}
.logo {
  width: 110px;
  max-width: 110px;
  top: 15px;
  padding-top: 15px;
  padding-left: 10px;
}
.topnav {
  overflow: hidden;
  background-color: white;
}
/*Für Fading Nav*/
.topnav.fading
{background-color:transparent;}

/*beschreibt die Farbe der Links */
.topnav a {
  float: left;
  display: block;
  color: #ACB0B1;
  text-align: center;
  font-weight: bold;
  font-size: 14pt;
  font-family: 'Montserrat', sans-serif;
}
#myTopnav {
  float: right;
}
/*beschreibt die Farbe der Links beim Hovern*/
.topnav a:hover {
  color: #1b0fb5;
  text-decoration: none;
}
.topnav a:active {
  color: white;
}

.topnav .icon {
  display: none;
}
a.icon {
  font-size: 14pt !important;
}
@media screen and (max-width: 850px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    width: 13vw;
  }
}
@media screen and (min-width: 330px) {
  div#myTopnav.topnav.responsive {
    height: auto;
    width: auto;
  }
  a.schliessen {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive .icon {
    color: #ACB0B1 !important;
    background-color: none !important;
    padding: 19px 5px;

  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    padding: 22px 55px 4px 34px;
    border-bottom: 1px solid white;
  }
  div#myTopnav.topnav.responsive {
    width: 100vw;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  #myTopnav {
    padding: none;
  }
}
/*----Mobile bis 1572px Navigation---*/
@media screen and (min-width: 1px) and (max-width: 1572px) {
  .breitenavigation {
    display: none;
  }
  .schmalenavigation {
    display: block;
  }
  a.unterelement {
  margin-left: -40px;
  padding-left: 65px !important;
}
}
/*----Dropdown ab 1573px Navigation---*/
@media screen and (min-width: 1573px) {
  .schmalenavigation {
    display: none;
  }
  .breitenavigation {
    display: inline;
  }
  #container {
    margin: 0 auto;
  }

  #navi {
    margin-top: 20px;
  }
  #navi, #navi ul {
    list-style: none;
    /*hier wird ein Minuswert gegeben, damit die UL nicht einrückt*/
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
  }
  #navi {
    float: left;
    text-align: left;
  }
  #navi > li {
    float: left;
  }
  #navi li a {
float: left;
display: block;
color: #ACB0B1;
font-weight: semibold;
font-size: 14pt;
display: block;
width: 200px;
    height: 2em;
    line-height: 1em;
    padding: 0 2em;
    transition: 1s;
font-family: 'Montserrat', sans-serif !important;
	  
  }
  #navi li a:hover {
    font-weight: bold;
    display: block;
    color: #1b0fb5;
  }
  #navi ul {
    position: absolute;
    display: none;
    z-index: 999;
    margin-top: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding-left: 0px;
    opacity: 1;
  }
  #navi ul:hover {
    color: #1b0fb5 !important;
  }
  #navi ul li a {
    background-color: white;
    text-align: left;
  
    padding-top: 10px;
    padding-bottom: 10px;
    width: 200px;
    height: auto;
  }
  /* Erstes Listenelement der zweiten Ebene soll Abstand zur ersten bekommen*/

  #navi ul li a:hover {
    display: block;
    background-color: #eee;
  }
  #navi li:hover ul {
    display: block;
  }
  /* Change this in order to change the Dropdown symbol */
  #navi li > a:after {
    content: ' »';
  }
  #navi li > a:only-child:after {
    content: '';
  }
}
/*------------nav side menu / MOBILE SIDE MENU-----------*/
.unterelement a {
  margin-left: -80px !important;
  padding-left: 65px !important;
  width: 250px !important;
}
.unterelement a:hover {
  color: #1b0fb5 !important;
  background-color: rgba(49, 185, 223, 0.4);
}
.mobilenavi {
  margin-left: -40px !important;
}
.home {
  margin-top: 20px;
  color: #ACB0B1;
  font-weight: bold;
  font-size: 14pt;
}
.mobilenavi, .mobilenavi ul {
  list-style: none;
}
/* Unterelemente der Navigation sind ausgeschaltet*/
/*Unterelemente der Navigation sind eingeschaltet*/
.mobilenavi .clickmich {
  display: none !important
}
.mobilenavi {
  display: block;
}
.oberelement + ul /* + steht für nächstes Element von Oberelement, hier nächstes ul*/ {
  display: none;
}
.oberelementallein{
  color:#ACB0B1 !important;
}
.oberelementallein:hover{
  color:#1b0fb5 !important;
  background-color: #eee !important;
}
/* The sidebar menu */
.sidebar {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 px Breite - wird durch Javascript geändert */
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  overflow-x: hidden; 
  padding-top: 60px; 
  transition: 0.5s; 
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
/*  sidebar */
.sidebar a {
  padding: 8px 8px 8px 32px;
  /*Wenn Sidebar rechts erscheinen soll, dann float right setzen.*/
  float: left;
  display: block;
  color: #ACB0B1;
}
.sidebar a:hover {
  color: #1b0fb5 !important;
  text-decoration: none;
}
/*Alle Mobilenavi Links Elemente die nicht oberelement sind*/
.mobilenavi a:not(.oberelement) {
  color: #1b0fb5;
  background-color: none;
}

/*Alle Mobilenavi Links Elemente hover die nicht oberelement sind*/
a.unterelement:hover {
  color: #1b0fb5;
  background-color: #abd1fc;
}
a.oberelement:hover {
  background-color: #eee !important;
}
.mobilenavi a {
  padding: 32px 32px 32px 32px;
  /* Wenn Sidebar rechts erscheinen soll, dann floar right setzen.*/
  float: left;
  display: block;
  color:#ACB0B1 ;
  font-weight: bold;
  font-size: 14pt;
  display: block;
  width: 250px;
  border-bottom: 1px solid #D7D7D7;
  line-height: 1em;
}
.mobilenavi a:hover {
  display: block;
  line-height: 1em;
  text-decoration: none;
  color: #1b0fb5 !important;
}
.sidebar .closebtn {
  border-bottom: 0px !important;
  /*Wenn X links sein soll, dann 200px*/
  width: 50px !important;
}
.sidebar .closebtn a:hover {
  background-color: none !important;
}
/* Position und style vom Close Button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 36px;
  background-color: none !important;
}
/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: white;
  color: #0c0c0c;
  padding: 25px 25px;
  border: none;
  outline: none !important;
}
.openbtn a {
  border: none;
  outline: none !important;
}
.openbtn:hover {
  color: #1b0fb5;
}



@media screen and (max-height: 450px) {}
/* Hier ein Dropdown Symbol bei Punkten mit mehreren Links */
.mobilenavi li > a:after {
  content: ' »';
}
.mobilenavi li > a:only-child:after {
  content: '';
}

        



/* --------------UNSERE ICONS AREA--------------*/


/*Hier klassen fÃ¼r Pfeilanimation*/
/*Panel1 Pfeil*/

#pfeil{
  transform: rotate(0deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color:none!important;
}
#pfeil.aktivpfeil{
  transform: rotate(180deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color:none!important;
}
/*Panel2 Pfeil*/

#pfeil2{
  transform: rotate(0deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color:none!important;
}
#pfeil2.aktivpfeil{
  transform: rotate(180deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color:none!important;
}
/*Panel3 Pfeil*/

#pfeil3{
  transform: rotate(0deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color:none!important;
}
#pfeil3.aktivpfeil{
  transform: rotate(180deg);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color:none!important;
}
div#partner
{
	background-color:white;
	/*background-color:#1b0fb5;*/
	/*background-color:#212529;*/
	min-height:200px;
	width:auto;
	text-align: center;
}
@media (min-width: 1px) and  (orientation:landscape){
  img.partner{
    max-width:50%!important;
  padding:20px;
  }
  }
@media (min-width: 1px) and  (max-width: 767px) and (orientation:portrait){
  img.partner{
    max-width:60%!important;
    padding:20px;
  }
  }
@media (min-width: 768px) and (max-width: 1023px) and (orientation:portrait){
img.partner{
	max-width:90%!important;
    padding:20px;
}
}
@media (min-width: 1024px) and (orientation:portrait){
  img.partner{
    max-width:90%!important;
    padding:20px;
  }
  }

/*-------- ACCORDION ---------*/


.accordion {
	background-color:white;
		/*background-color:#212529;*/
    /*background-color: #1b0fb5;*/
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: center;
    font-size: 15px;
outline:none;
	transition: opacity 2s ease-out;

}

.active, .accordion:hover, .accordion:active {
	outline:none;
		transition: opacity 2s ease-out;
}

.panel {
    padding: 18px 18px;
    display: none;
    /*background-color: #1b0fb5;*/
	background-color: white;
	color: #475464;
    overflow: hidden;
	text-align:left;
	font-size: 16px;
  font-family: 'Montserrat', sans-serif;
	transition: opacity 2s ease-out;
}

#accordion .ui-state-focus{
    outline: none;
}

/*--------------- Anderer Bereich Icons------------------ */



  
  /* --------------BODY UND ALLGEMEINES--------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------- */
  @media (-webkit-min-device-pixel-ratio: 1.5) { /* WebKit */
  }
  
  @media (min--moz-device-pixel-ratio: 1.5) { /* Mozilla */
  }
  
  @media (-o-min-device-pixel-ratio: 3/2) { /* Opera */
  }
  
  @media (min-resolution: 1.5dppx) { /* CSS3 */
  }
 /* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap'); */
  
  body {
      font-size: 14px;
      font-size: 1.6rem;
      font-family: 'Montserrat', sans-serif;
      margin:0;
    padding:0;
    height:100%;
    background-color: #eff3f6;
    overflow-x:hidden;
  display:none;
    scroll-behavior: smooth;
  }
  p{    font-family: 'Montserrat', sans-serif;
    text-align:left;
  }
  
  p span {
    text-align: left!important;
  }
  a, a:link, a:visited, a:active {
   outline: none;
   text-decoration:none;
  }
  a{outline: none;}
  html {
      min-height: 100%;
      scroll-behavior: smooth;
  }
  .container {
      width: 100%;
  
      position: absolute;
    
  }
  
  
  
  
  /* --------------SCHRIFTTYPEN ALLGEMEIN--------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------- */
  
  
  @media only screen and (min-width:1px) and (max-width:416px){
    h1{text-align: center;
      color:#073870;
      text-transform:uppercase;
      font-size:1.5rem;
      font-weight:normal;
      
    }
  }
  @media only screen and (min-width:417px) {
    
  
  h1{text-align: center;
    color:#073870;
    text-transform:uppercase;
    font-size:22pt;
    font-weight:normal;
    
  }
  }
  
  
    /* --------------Paddingklassen --------------------------------------------------------------------------------------------- */
  
  
  .padding-0 {
      padding: 0px !important;
  }
  .paddingleft45{
    padding-left:45px!important;
  }
  .padding15{
  padding-left:15px;
  padding-right:15px;
  }
  .padding20{
    padding-left:20px;
    padding-right:20px;
  }
  .padding25{
    padding-left:25px;
    padding-right:25px;
  }
  
  
  /* --------------CONTENT ARTEN--------------*/
  
  /* --------------FOOTER--------------*/
  
  
  
  div#footer
  {background-color:#252C34;
  min-height:200px;
  
  
  }
  
  .footer2{
    
    padding:10px 0 0;
    margin:10px;
  }
  .footer_font
  {
    color:white;
    font-weight:lighter;
    text-transform: uppercase;
    line-height: 1.7rem;
    font-size:1.0rem;
  
  }
  .hintergrundtext2{
    text-align: center;
    padding-top:20px;
    color:white;
    font-size: 1.3rem;
    font-weight: 100;
    text-transform: none;
  
  }
  .hintergrundtextfett{
    font-weight:bold!important;
  }
    @media only screen and (min-width: 1px) and (max-width:416px) {
     
  .hintergrundtext{
    text-align: left;
    padding-top:20px;
    color:#475464;
    font-size: 1.0rem;
    font-weight: 100;
    text-transform: none;
  }
    }
    @media only screen and (min-width: 417px)  {
     
      .hintergrundtext{
        text-align: left;
        padding-top:20px;
        color:#475464;
        font-size: 1.3rem;
        font-weight: 100;
        text-transform: none;
      }
        }
  
  
  
  
  /* --------------VERSCHIEDENE HEADER--------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------- */
    
  .topic1{
    
    background-position:center!important;
    background-size:cover!important;
    min-height:50vh!important;
    min-width:100vw!important;
    top:-47px!important;
  }
  .topic2{
  
    background-position:center!important;
    background-size:cover!important;
    min-height:50vh!important;
    min-width:100vw!important;
  
  }	
  .topic3{
  
    background-position:bottom!important;
    background-size:cover!important;
    min-height:50vh!important;
    min-width:100vw!important;
  
  }	
  .topic4{
  
    background-position:center!important;
    background-size:cover!important;
    min-height:50vh!important;
    min-width:100vw!important;
  
  }	
  /* --------------LINKMENÜ--------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------- */
  /* ------------------------------------------------------------------------------------------------------------------- */
  /*Das Linkmenü ist fixed, damit es immer mitscrollt. Dazu ist der unten liegende Teil in einem
  extra Container etwas heruntergesetzt - daher die Klasse 'runter'*/
  a.icon {
    color: #ACB0B1;
    background-color: white !important;
  }
  .linkmenu {
    background-color: white;
    position: fixed;
    padding-left: 0px;
    padding-right: 0px;
  }
  .linkmenu2 {
    background-color: white;
    height: 80px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  
  
  /*für markierten link*/
  .runter {
    top: 30px;
  }
  .runter2 {
    top: 80px;
  }
  .logo {
    width: 110px;
    max-width: 110px;
    top: 15px;
    padding-top: 15px;
    padding-left: 10px;
  }
  .topnav {
    overflow: hidden;
    background-color: white;
  }
  /*Für Fading Nav*/
  .topnav.fading
  {background-color:transparent;}
  
  /*beschreibt die Farbe der Links */
  .topnav a {
    float: left;
    display: block;
    color: #ACB0B1;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    font-family: 'Montserrat', sans-serif;
  }
  #myTopnav {
    float: right;
  }
  /*beschreibt die Farbe der Links beim Hovern*/
  .topnav a:hover {
    color: #1b0fb5;
    text-decoration: none;
  }
  .topnav a:active {
    color: white;
  }
  
  .topnav .icon {
    display: none;
  }
  a.icon {
    font-size: 14pt !important;
  }
  @media screen and (max-width: 850px) {
    .topnav a {
      display: none;
    }
    .topnav a.icon {
      float: right;
      display: block;
      width: 13vw;
    }
  }
  @media screen and (min-width: 330px) {
    div#myTopnav.topnav.responsive {
      height: auto;
      width: auto;
    }
    a.schliessen {
      display: none;
    }
  }
  @media screen and (max-width: 850px) {
    .topnav.responsive {
      position: relative;
    }
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive .icon {
      color: #ACB0B1 !important;
      background-color: none !important;
      padding: 19px 5px;
  
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      padding: 22px 55px 4px 34px;
      border-bottom: 1px solid white;
    }
    div#myTopnav.topnav.responsive {
      width: 100vw;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }
    #myTopnav {
      padding: none;
    }
  }
  /*----Mobile bis 1572px Navigation---*/
  @media screen and (min-width: 1px) and (max-width: 1572px) {
    .breitenavigation {
      display: none;
    }
    .schmalenavigation {
      display: block;
    }
    a.unterelement {
    margin-left: -40px;
    padding-left: 65px !important;
  }
  }
  /*----Dropdown ab 1573px Navigation---*/
  @media screen and (min-width: 1573px) {
    .schmalenavigation {
      display: none;
    }
    .breitenavigation {
      display: inline;
    }
    #container {
      margin: 0 auto;
    }
  
    #navi {
      margin-top: 20px;
    }
    #navi, #navi ul {
      list-style: none;
      /*hier wird ein Minuswert gegeben, damit die UL nicht einrückt*/
      transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
    }
    #navi {
      float: left;
      text-align: left;
    }
    #navi > li {
      float: left;
    }
    #navi li a {
  float: left;
  display: block;
  color: #ACB0B1;
  font-weight: semibold;
  font-size: 14pt;
  display: block;
  width: 200px;
      height: 2em;
      line-height: 1em;
      padding: 0 2em;
      transition: 1s;
  font-family: 'Montserrat', sans-serif !important;
      
    }
    #navi li a:hover {
      font-weight: bold;
      display: block;
      color: #1b0fb5;
    }
    #navi ul {
      position: absolute;
      display: none;
      z-index: 999;
      margin-top: 30px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
      padding-left: 0px;
      opacity: 1;
    }
    #navi ul:hover {
      color: #1b0fb5 !important;
    }
    #navi ul li a {
      background-color: white;
      text-align: left;
    
      padding-top: 10px;
      padding-bottom: 10px;
      width: 200px;
      height: auto;
    }
    /* Erstes Listenelement der zweiten Ebene soll Abstand zur ersten bekommen*/
  
    #navi ul li a:hover {
      display: block;
      background-color: #eee;
    }
    #navi li:hover ul {
      display: block;
    }
    /* Change this in order to change the Dropdown symbol */
    #navi li > a:after {
      content: ' »';
    }
    #navi li > a:only-child:after {
      content: '';
    }
  }
  /*------------nav side menu / MOBILE SIDE MENU-----------*/
  .unterelement a {
    margin-left: -80px !important;
    padding-left: 65px !important;
    width: 250px !important;
  }
  .unterelement a:hover {
    color: #1b0fb5 !important;
    background-color: rgba(49, 185, 223, 0.4);
  }
  .mobilenavi {
    margin-left: -40px !important;
  }
  .home {
    margin-top: 20px;
    color: #ACB0B1;
    font-weight: bold;
    font-size: 14pt;
  }
  .mobilenavi, .mobilenavi ul {
    list-style: none;
  }
  /* Unterelemente der Navigation sind ausgeschaltet*/
  /*Unterelemente der Navigation sind eingeschaltet*/
  .mobilenavi .clickmich {
    display: none !important
  }
  .mobilenavi {
    display: block;
  }
  .oberelement + ul /* + steht für nächstes Element von Oberelement, hier nächstes ul*/ {
    display: none;
  }
  .oberelementallein{
    color:#ACB0B1 !important;
  }
  .oberelementallein:hover{
    color:#1b0fb5 !important;
    background-color: #eee !important;
  }
  /* The sidebar menu */
  .sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 px Breite - wird durch Javascript geändert */
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  }
  /*  sidebar */
  .sidebar a {
    padding: 8px 8px 8px 32px;
    /*Wenn Sidebar rechts erscheinen soll, dann float right setzen.*/
    float: left;
    display: block;
    color: #ACB0B1;
  }
  .sidebar a:hover {
    color: #1b0fb5 !important;
    text-decoration: none;
  }
  /*Alle Mobilenavi Links Elemente die nicht oberelement sind*/
  .mobilenavi a:not(.oberelement) {
    color: #1b0fb5;
    background-color: none;
  }
  
  /*Alle Mobilenavi Links Elemente hover die nicht oberelement sind*/
  a.unterelement:hover {
    color: #1b0fb5;
    background-color: #abd1fc;
  }
  a.oberelement:hover {
    background-color: #eee !important;
  }
  .mobilenavi a {
    padding: 32px 32px 32px 32px;
    /* Wenn Sidebar rechts erscheinen soll, dann floar right setzen.*/
    float: left;
    display: block;
    color:#ACB0B1 ;
    font-weight: bold;
    font-size: 14pt;
    display: block;
    width: 250px;
    border-bottom: 1px solid #D7D7D7;
    line-height: 1em;
  }
  .mobilenavi a:hover {
    display: block;
    line-height: 1em;
    text-decoration: none;
    color: #1b0fb5 !important;
  }
  .sidebar .closebtn {
    border-bottom: 0px !important;
    /*Wenn X links sein soll, dann 200px*/
    width: 50px !important;
  }
  .sidebar .closebtn a:hover {
    background-color: none !important;
  }
  /* Position und style vom Close Button (top right corner) */
  .sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 36px;
    background-color: none !important;
  }
  /* The button used to open the sidebar */
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: white;
    color: #0c0c0c;
    padding: 25px 25px;
    border: none;
    outline: none !important;
  }
  .openbtn a {
    border: none;
    outline: none !important;
  }
  .openbtn:hover {
    color: #1b0fb5;
  }
  
  
  

  /* Hier ein Dropdown Symbol bei Punkten mit mehreren Links */
  .mobilenavi li > a:after {
    content: ' »';
  }
  .mobilenavi li > a:only-child:after {
    content: '';
  }
  
          
  
  
  
  /* --------------UNSERE ICONS AREA--------------*/
  

@media only screen and (min-width:1px) and (max-width: 1280px)  {
  .desktopversionkompetenzen{
    display:none;
  }
  .mobileversionkompetenzen{
    display:block;
  }
}

@media only screen and (min-width:1281px) {
  .desktopversionkompetenzen{
    display:block;
  }
  .mobileversionkompetenzen{
    display:none;
  }
}
 /* Landscape */
 @media screen and (min-width:1024px) and (max-width: 1389px) and (orientation:landscape) {
  .ueber{
    color:#1b0fb5;
    font-size: 1.0rem;
    font-weight: bold;
}
.greyscaleicon{
  max-height:30px;
}
}

  @media screen and (min-width:1390px) and (max-width: 1920px) and (orientation:landscape) {
    .ueber{
      color:#1b0fb5;
      font-size: 1.1rem;
      font-weight: bold;
  }
  .greyscaleicon{
    max-height:40px;
  }
  }
 /* Portrait */


 @media screen and (min-width:1px) and (max-width: 1389px) and (orientation:portrait) {
  .ueber{
    color:#1b0fb5;
    font-size: 1.0rem;
    font-weight: bold;
}
.greyscaleicon{
  max-height:30px;
}
}

  /*Hier klassen fÃ¼r Pfeilanimation*/
  /*Panel1 Pfeil*/
  
  #pfeil{
    transform: rotate(0deg);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color:none!important;
  }
  #pfeil.aktivpfeil{
    transform: rotate(180deg);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color:none!important;
  }
  /*Panel2 Pfeil*/
  
  #pfeil2{
    transform: rotate(0deg);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color:none!important;
  }
  #pfeil2.aktivpfeil{
    transform: rotate(180deg);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color:none!important;
  }
  /*Panel3 Pfeil*/
  
  #pfeil3{
    transform: rotate(0deg);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color:none!important;
  }
  #pfeil3.aktivpfeil{
    transform: rotate(180deg);
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-color:none!important;
  }
  div#partner
  {
    background-color:white;
    /*background-color:#1b0fb5;*/
    /*background-color:#212529;*/
    min-height:200px;
    width:auto;
    text-align: center;
  }
  @media (min-width: 1px) and  (orientation:landscape){
    img.partner{
      max-width:50%!important;
    padding:20px;
    }
    }
  @media (min-width: 1px) and  (max-width: 767px) and (orientation:portrait){
    img.partner{
      max-width:60%!important;
      padding:20px;
    }
    }
  @media (min-width: 768px) and (max-width: 1023px) and (orientation:portrait){
  img.partner{
    max-width:90%!important;
      padding:20px;
  }
  }
  @media (min-width: 1024px) and (orientation:portrait){
    img.partner{
      max-width:90%!important;
      padding:20px;
    }
    }
  
  /*-------- ACCORDION ---------*/
  
  
  .accordion {
    background-color:white;
      /*background-color:#212529;*/
      /*background-color: #1b0fb5;*/
      color: #fff;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: center;
      font-size: 15px;
  outline:none;
    transition: opacity 2s ease-out;
  
  }
  
  .active, .accordion:hover, .accordion:active {
    outline:none;
      transition: opacity 2s ease-out;
  }
  
  .panel {
      padding: 18px 18px;
      display: none;
      /*background-color: #1b0fb5;*/
    background-color: white;
    color: #475464;
      overflow: hidden;
    text-align:left;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    transition: opacity 2s ease-out;
  }
  
  #accordion .ui-state-focus{
      outline: none;
  }
  
  /*--------------- Anderer Bereich Icons------------------ */
  
  .whitebg{
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    padding:40px;
  }
.min375{
  min-height:375px!important;
}
@media only screen and (min-width:1920px) and (orientation:landscape){
  .min375{
max-width:1000px!important;
  }
}
  .iconbutton{
    border-bottom:1px solid #D7D7D7;
    padding-top:20px;
    padding-bottom:20px;
  }
  .iconbutton.an{
    border-bottom:2px solid #073870!important;
    padding-top:20px;
    padding-bottom:20px;
  }
 
  .iconbutton.an:last-child{
    border-bottom:2px solid #073870!important;
  }

  .iconsinhalte{
    font-size:1.0rem;
    padding-left:50px;
    padding-right:50px;
    padding-top:25px;
    padding-bottom:25px;
    color:#475464;
  }
  .blog{
    background-color:#D9DBDC;
    margin:0 auto;
    height:100%;
    width: 100%;
    display:block;
  
  }
  .blog2{
    background-color:#D9DBDC;
    margin:0 auto;
    height:100%;
    width: 100%;
    display:block;
    padding:0px!important;
  }
  .inner{
    background-color:#eff3f6;
      padding:5px;
    min-width: 100px;
    text-align: center;
    padding-bottom: 80px;
  }
  
  .inner2{
    padding:15px;
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    width:100%;
    min-width: 200px;
    min-height: 200px;
    margin: 1%;
    position: relative;
  
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  }
  
  .inner2:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}
  
  
  /* Hier kommen spezifische Blöcke für die Unterseiten*/
  
  .inner_kompetenzen{
      padding:5px;
    min-width: 100px;
    text-align: center;
  
  }
  .inner_kompetenzen2{
    margin:1%;
  }
  
  .inner_logos{
  
  
    border-color: #373D40;
    border-width: thin;
    border-style:solid;
    display: block;
    width:100%;
  height:100px;
  padding:10px;
    position: relative;
  margin: 0 auto;
    background-color:#eff3f6;
  padding:auto;
    
  }
  
  .logos{
    background-color:#eff3f6;
  }
  
  .platzhalter
  {
    height:30%;
    min-height: 50px;
  }
  .icon2 {
    height: 40%;
    max-height: 200px;
    min-height: 100px;
    top: -30px;
    position: relative;
  };



.inner{
	background-color:#eff3f6;
		padding:5px;
	min-width: 100px;
	text-align: center;
	padding-bottom: 80px;

}

.inner2{
	padding:15px;
  background: #fff;
  border-radius: 2px;
  display: inline-block;
	width:100%;
  min-width: 200px;
  min-height: 480px;
  margin: 1%;
  position: relative;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.inner2:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}

.inner3{
 
  background: #fff;
  border-radius: 2px;
  display: inline-block;
	width:100%;
  min-width: 200px;
  min-height: 480px;
  margin: 1%;
  position: relative;

  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
/* Hier kommen spezifische Blöcke für die Unterseiten*/

.inner_kompetenzen{
		padding:5px;
	min-width: 100px;
	text-align: center;

}
.inner_kompetenzen2{
	margin:1%;
}

.inner_logos{


	border-color: #373D40;
	border-width: thin;
	border-style:solid;
  display: block;
	width:100%;
height:100px;
padding:10px;
  position: relative;
margin: 0 auto;
	background-color:#eff3f6;
padding:auto;
	
}

.logos{
	background-color:#eff3f6;
}

.platzhalter
{
	height:30%;
	min-height: 50px;
}
.icon2 {
  height: 40%;
  max-height: 200px;
  min-height: 100px;
  top: -30px;
  position: relative;
}
p.icons{
  font-size:1.0rem;
  line-height: 2.0rem;
}

.ueber{
  color:#D7D7D7;
  font-size: 1.1rem;
  font-weight: bold;
  padding-left:20px;
}

.ueber.on{
  color:#073870;
  font-size: 1.1rem;
  font-weight: bold;
}
.centerme{
  text-align:center;
}
.greyscaleicon{
filter: grayscale(1) brightness(4.5);
}
.greyscaleicon.off{
  filter: grayscale(0%);
}
#management{
  border-bottom:0px;
}
.cursor{
  cursor: pointer;
}