html, body { margin: 0; padding: 0; overflow-x: hidden; }
*, *::before, *::after { box-sizing: border-box; }



html {
 font-family: Tahoma, Arial, sans-serif;
font-size: 12pt;
  max-width: 1400px;
  margin: auto;
  height: 100%;
  background:white;
  min-height: 100vh;  /* Fallback */
  min-height: 100dvh; /* moderne Browser: dynamische Höhe */
   overflow: auto;
}

body {
  height: 100%;
  margin-left: 20px;
    margin-right: 20px;
   -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* Webkit-Browser (Chrome, Safari, Edge Chromium) */
::-webkit-scrollbar {
  width: 0;            /* vertikal */
  height: 0;           /* horizontal */
}

/* Firefox */
* {
  scrollbar-width: none;  /* kein Balken, aber scrollen möglich */
}

/* IE/Edge Legacy */
* {
  -ms-overflow-style: none;
}



a {
  text-decoration: auto;
   color: var(--color-5);
}


a:visited {
  color: var(--color-5);
} 

button {
  border-radius: 50%;
  background: var(--color-3);
  height: auto;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border: 1px solid var(--color-2);

}

body#page-44 .image img:not(#c169 .image img) {
 border-radius: 50%;
}

/*li {
    display: flex;
    align-items: center;
    margin: 10px 0;

    line-height: 30px;

    list-style: none;
}

li:before {
    display: block;
    flex-shrink: 0;
    width: 33px;
    height: 33px;
    margin-right: 10px;

    vertical-align: middle;

    background: url('/fileadmin/images/Notenschluessel_Grau.png') no-repeat left center;
    background-size: contain;

    content: '';
} */



.buttonRound {
  background: var(--color-3);
  border: none;
  color: white;
    height: 65px;
  width: 65px;
  font-size: small;
}

.buttonLogin {
  background: var(--color-6);
  border: none;
  color: white;
    height: 55px;
  width: 55px;

}

.navigationHead li .buttonLoginLink {
  background: var(--color-6);
  color: var(--color-3) important!;
  font-size: 12px;
  text-transform: none;
}


 h1, h2 {
  color: var(--color-8);
   text-transform: uppercase;
}



img {
    width: 100%;
  height: auto;
  display: flex;
}



.footer {  
/* position: fixed; */
  bottom: 0;
  color: black;
  background: white;
  padding-bottom: 15px;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  font-size: smaller;
}




.footer a {

 color: var(--color-2);
}

.footer a:hover {
 color: var(--color-8);
}


.logo {
  width: 200px;
  margin-bottom: 10px;
}


/*

nav.topmenu { 
    height: auto; 
    max-height:0; 
    overflow: hidden; 
    transition: all 0.5s;
}

#hamburg:checked + .hamburg  + nav.topmenu { 
    max-height: 600px; 
}

label.hamburg { 
   display: block;
   background: #333; width: 75px; height: 50px; 
   position: relative; 
   /* margin-left: auto; */
 /*  margin-right: auto;
   border-radius: 4px; 
}

input#hamburg {display:none}


.line { 
   position: absolute; 
   left:10px;
   height: 4px; width: 55px; 
   background: #fff; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}




/* .topmenu li {
  display: inline;
  margin-right: 15px;
}


.topmenu li a {
  color: #8c8c8c;
}

*/


/* MENU normal */

/*Strip the ul of padding and list styling*/
.navigationHead ul {
   list-style-type:none;
    margin:0;
    padding:0;
    position: absolute; 
  z-index: 10;
 /* opacity: 0.95; */
}
/*Create a horizontal list with spacing*/
.navigationHead li {
    display:inline-block;
    float: left;
    margin-right: 1px;
}
/*Style for menu links*/
.navigationHead li a {
    display:block;
  /*  height: 50px; */
    line-height: 25px;
  	color: var(--color-2);
    background: white;
    text-decoration: none;
    font-size: 18px;
    margin-right: 40px;

   
}

.level2 li a  {
  text-transform: none;
}


/*Hover state for top level links*/
.navigationHead li:hover a {
  color: var(--color-8);
}
/*Style for dropdown links*/
.navigationHead li:hover ul a {
    background:  var(--color-2);
    color:white;
  /*  height: 40px; */
    line-height: 40px;
}
/*Hover state for dropdown links*/
.navigationHead li:hover ul a:hover {
    background: var(--color-8);
    color: #fff;
}
/*Hide dropdown links until they are needed*/
.navigationHead li ul {
    display: none;
}
/*Make dropdown links vertical*/
.navigationHead li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
.navigationHead li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
.navigationHead ul li a:hover + .hidden, .hidden:hover
{
    display: block;
}

ul.level3 {
    position: inherit;
}

ul.level3 li {
    margin: 0;
}

ul.level3 li a {
    font-size: revert;
}

.level3 li a:hover + .hidden
{
    display: inline-block;
}

.navigationHead ul.level3 {
  display: block;
}



/*Style 'show menu' label button and hide it by default*/
.show-menu {
    display: none;
    border: 1px solid black;
    padding-left: 4px;
    padding-bottom: 2px;
    height: 30px;
    width: 40px;
    border-radius: 5px;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*
.menuSub {
  width: max-content;
    padding: 10px;
    color: var(--color-8);
    line-height: 1.5;
    padding-right: 30px;
  padding-left: 0px;
  font-size: large;
      padding-top: 0px;
   
}
*/

.menuSub ul {
    display: inline-flex;
   flex-wrap: wrap;
}




.menuSub li {
    list-style: none;
    padding: 20px;
    float: left;
    margin: 10px;

  display: grid;
  width: 300px;
  margin-left: -40px;
  margin-top: -20px;
}



.menuSub li span {
      padding: 10px;
   color: var(--color-5);
    border-radius: 5px;
  height: auto;
  display: block;
text-align: center;
  border: 3px solid var(--color-5);
  font-size: large;
}


.menuSub li:hover a {
  color: var(--color-2);
}

/*Responsive Styles*/
@media screen and (max-width : 860px){
  
  html, body{
    overflow-y: auto !important;
    height: auto !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }



  
  
  /* Level-2-Menüs komplett ausblenden 
  #navigation-top-level ul.level2 {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }*/
  
  .navigation-trail, #page-header hr {display: none !important};

  /* Hover darf nichts mehr öffnen */
  #navigation-top-level ul.level1 li:hover > ul.level2 {
    display: none !important;
  }

  #navigation-top-level #menu {
    width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box;

    /* falls Menü positioniert ist: */
    left: 0;
    right: 0;

    /* Scrollbarkeit */
    max-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
  }


  
  
  
  
    /*Make dropdown links appear inline*/
 .navigationHead  ul {
        position: static;
        /*margin-top: 12px; */
       display: none;
    
    }
    /*Create vertical spacing*/
 .navigationHead  li {
        margin-bottom: 1px;
    }
  
.navigationHead  li .level2 {
    display: block;
  }
/* Mobile: Menü innerhalb des Viewports scrollen */

  
.navigationHead li a {
    margin-top:0px;
    margin-bottom: 1px; 
    text-align: start;
    background: #f0f0f0;
    color: f8f8f8;
    padding-left: 5px;
    font-weight: normal;
    font-size: inherit;
    margin-right:-5px;
  }  
  
    /*Make all menu links full width*/
 .navigationHead  ul li, .navigationHead li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
    .show-menu {
        display:block;
    }
 /* 
.navigationHead li ul li a {
    padding: 0 50px;
} */
  
    ul.hidden.level2 li a {
    padding: 0 50px;
  }
  
    ul.level3 li a {
    padding: 0 70px;
    font-size: small;
}
  
  

  


  
  
.navigationHead li:hover a {
    border-bottom: none;
    color: #f0f0f0;
  
   
  }
  
.navigationHead li:hover a {
  color: var(--color-8);
}
/*Style for dropdown links*/
.navigationHead li:hover ul a {
    background:  #f0f0f0;
    color:#000;
    height: 25x;
    line-height: 25px;

   
}
/*Hover state for dropdown links*/
.navigationHead li:hover ul a:hover {
    background: #f0f0f0;
    color: var(--color-8);
}
  
  
  .line { 
  height: 2px;
  width: 30px;
  background: var(--color-8);
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
  margin-top: 6px;
 /* margin-left: 4px; */
}


input[type=checkbox]:checked ~ #menu  + .show-menu .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

input[type=checkbox]:checked ~ #menu + .show-menu .line:nth-child(2){
   opacity:0;
}

input[type=checkbox]:checked ~ #menu + .show-menu .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}
  
  .menuSub {
float: none;
    padding-right: 10px;
}
  
}

  




@media screen and (max-width : 860px){
  #navigation-trail {
     display: none;
    }
  
  .footer {  
position: unset; 
}
  
  .hideonmobile {
    display: none;
  }
}


span.form-control {
	display: none;
}

.form-control {
	display: block;
	width: 95%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow
		ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out
		0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
		rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
	{
	background-color: #eeeeee;
	opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

.input {
  margin-bottom: 20px;
}

.headElement {
  display: flex; 
}

@media screen and (max-width : 860px){
 .headElement {
     display: flow-root;
    }
  
  
}

.logoHead {
 padding-right: 20px;
  float: right;
 margin-top: 10px;
}

.navigationHead {
 margin-top: 35px; 
}

.logoSmall img {
  width: 30px;
  height: auto;
}

.navigation-trail {
  display: flex; 
}

.navigation-trail a { 
  text-decoration: none;
  color: inherit;
}

.breadcrumbTrail {
    margin-top: 40px;
    margin-left: 10px;
}



.bankDetails,
.legalInformation {
    line-height: 1em;
    color: grey;
    padding: 10px;
}

.legalInformation {
  width: 70%;
}

.footerInformation {
  display: flex;
}

.titleContainer {
/* display: inline-flex; */
  font-size: large;
  display:none;
} 

/*
.titleContainer:before { 
  Content: url('/fileadmin/images/Notenschluessel_Grau.png');
} 

*/

.titleContainer { 
  color: var(--color-2);
} 

.loginContainer {
position: absolute;
  right:10px;
  
}

input[name="user"],
input[name="pass"]{
  padding: 5px;
  display: grid;
  margin-top: 10px;
  margin-bottom: 10px;
    border-radius: 5px;
}

input[name="submit"] {
  padding: 5px;
  color: white;
  background: var(--color-2);
  border-radius: 5px;
}

.textbannerbox {
 color: white;
    text-align: center;
}


.textbannerbox h2 {
 color: white;
    text-align: center;
  font-weight: 500;
  font-size: clamp(1.3rem, 2.5vw, 2rem);
}



.bannerbox2 h2 {
   font-size: clamp(1.3rem, 2.5vw, 2rem);
    color.: black;
    color: black;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    width: 90%;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bannerboxsmall {
text-align: right;
}

.bannerboxafter {
padding-left: 20px;
  padding-right: 20px;
  font-size: large;
}

.bannerboxUl {
 font-size: large;
  padding-right: 20px;
}

/*.bannerboxafter li {
list-style: url('/fileadmin/images/Notenschluessel_Grau.png');

} */

.bannerboxContainer {
 /* width: 90%; 
  border-bottom: 4px solid var(--color-8);*/
  margin: auto;
     border-radius: 40px 5px 0px 0px;
  background: #F1F2F5;
      padding-bottom: 10px;

}
.bannerbox {
  /*  background-color: var(--color-8); */
    padding: 15px;
    margin: 0 10px;
    opacity: 0.9;
    top: 20px;
    margin: auto;
  border-radius: 40px 5px 0px 0px;
      background-image: linear-gradient(var(--color-8), black);
  
}

.bannerboxGrey {
    background-color: var(--color-2);
    padding: 15px;
    margin: 0 10px;
    opacity: 0.9;
    top: 20px;
    margin: auto;
  border-radius: 40px 5px 0px 0px;
  
}

.bannerboxEventContainer {
    padding-left: 20px;
  padding-right: 20px;
    border-bottom: 3px solid white;
}

.bannerboxEvent {
  font-weight: bold;
  font-size: larger;
  float: right;
}

.bannerboxEventLocation {
font-size: small;
}

.bannerboxEventDate {
font-weight: bold;
}


.tableEvents {border-collapse: collapse;}

.tableEvents tr {
 border-bottom: 3px solid white;
}

.eventName {
  color: var(--color-8);
}

.eventLocation {
  
}

.eventLocation::before {
  content: url('/fileadmin/images/location.png');
  padding-right: 10px;
  vertical-align: inherit;
}
/*
body#page-3 .titleContainer:before { 
  Content: url('/fileadmin/images/Notenschluessel_Grau.png');
} 
*/

body#page-4 .titleContainer,
body#page-6 .titleContainer,
body#page-11 .titleContainer,
body#page-12 .titleContainer,
body#page-13 .titleContainer,
body#page-14 .titleContainer,
body#page-15 .titleContainer,
body#page-16 .titleContainer,
body#page-17 .titleContainer,
body#page-4 h2,
body#page-6 h2,
body#page-11 h2,
body#page-12 h2,
body#page-13 h2,
body#page-14 h2,
body#page-15 h2,
body#page-16 h2,
body#page-17 h2
{ 
  color: var(--color-2);
} 

/*
body#page-4 .titleContainer:before,
body#page-11 .titleContainer:before,
body#page-12 .titleContainer:before,
body#page-13 .titleContainer:before,
body#page-14 .titleContainer:before,
body#page-15 .titleContainer:before,
body#page-16 .titleContainer:before,
body#page-17 .titleContainer:before { 
  Content: url('/fileadmin/images/Notenschluessel_Grau.png');
} */

body#page-3 .titleContainer { 
  color: var(--color-2);
} 


body#page-58 .menuSub li span {
    border: 3px solid var(--color-3);
  color: var(--color-3);
}


/*
body#page-5 .titleContainer:before { 
  Content: url('/fileadmin/images/Notenschluessel_Grau.png');
} 
*/
body#page-5 .titleContainer,
body#page-5 h2 { 
  color: var(--color2);
} 

body#page-4 .bannerbox h2 {
  color: white;
}

iframe {
	width:100%;
	min-width: 300px;
  min-height: 500px;
  height: 1500px; 
	margin: auto;
	border:none; 
}





.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }


@media (min-width: 992px) {
  main .content-margin {
    margin-top: 5em;
    margin-bottom: 5em;
    border-left: 1px solid #ddd;
    font-size: 90%; }
    main .content-margin h1, main .content-margin h2, main .content-margin h3, main .content-margin h4, main .content-margin h5, main .content-margin h6 {
      font-size: 150%; } }

@media (max-width: 991px) {
  main .content-margin {
    margin-top: 3em;
    padding: 2em 5em;
    border-top: 1px solid #ddd;
    font-size: 90%; }
    main .content-margin h1, main .content-margin h2, main .content-margin h3, main .content-margin h4, main .content-margin h5, main .content-margin h6 {
      font-size: 150%; } }

/* Header immer opak + über dem Content */
#page-header {
  position: sticky;  
  top: 0;
  z-index: 1000;
  background-color: #ffffff;    /* <-- solide, nicht transparent */
  box-shadow: 0 1px 0 #e5e7eb;  /* dezente Trennlinie unten */
}



