/*  [data-whatinput='mouse'] */


/*
	small: 0px,
	medium: 640px,
	large: 1025px,
	xlarge: 1200px,
	xlarge: 1440px,
*/

/*

Alle hover für mobil ausblenden
html.no-touch .button-open-navigation:hover

*/

/*

outline: none 
nur auf folgende Art verbauen:

[data-whatinput="mouse"] .button-open-navigation:focus,
[data-whatinput="touch"] .button-open-navigation:focus
 { outline: none; }
 
 */



/* pt-sans-narrow-regular - latin */
@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/pt-sans-narrow/pt-sans-narrow-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Narrow'), local('PTSans-Narrow'),
       url('../webfonts/pt-sans-narrow/pt-sans-narrow-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/pt-sans-narrow/pt-sans-narrow-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/pt-sans-narrow/pt-sans-narrow-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/pt-sans-narrow/pt-sans-narrow-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/pt-sans-narrow/pt-sans-narrow-v8-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
}


/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/pt-sans/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../webfonts/pt-sans/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../webfonts/pt-sans/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../webfonts/pt-sans/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../webfonts/pt-sans/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../webfonts/pt-sans/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}


html{
 	height:100%;
	min-height:100%;
}
 
 
body{
 	min-height:100%;
}

html, body {
  overflow-x: hidden;
}
 
body{
	background-color: #bfbfbf;
	background-color: #fff;
	color: #000;
	
	/*font-family: 'PT Sans', sans-serif;*/
    font-family: 'PT Sans Narrow', sans-serif;
    
    font-size:20px;
	
	
	
}

.sectioncontainer {background-color:#b36471;background-color:#a33441;z-index:10;position:relative;border:0px solid blue; }
.sectioncontainer.gray {background-color:#ddd;}

.backtotop { text-align:center;background-color:white !important;z-index:10;position:relative;}
.backtotop a { font-size:60px;color:#b36471 !important;}
.button,
.button:link,
.button:visited,
.button:active,
.button:focus{
	background-color: #000;
    font-size:24px !important;
    color:#fff;
}
html.no-touch .button:hover, .button.selected{
	background-color: #222;
	/*-moz-box-shadow:  0px 0px 10px -1px  #fff;
		-webkit-box-shadow:  0px 0px 10px -1px  #fff;
		box-shadow: 0px 0px 10px -1px  #fff;*/
}

.button.buttonshow{
	margin-top: 2px;
	width: 200px;
	border-bottom: 2px solid transparent;
	border-top: 2px solid transparent;
	margin-right: 2px;
	margin-bottom: 2px;
	
}
html.no-touch .button.buttonshow:hover, .button.buttonshow.selected{
	background-color: #424141;
	/*-moz-box-shadow:  0px 0px 10px -1px  #fff;
		-webkit-box-shadow:  0px 0px 10px -1px  #fff;
		box-shadow: 0px 0px 10px -1px  #fff;*/
		border-bottom: 2px solid #e7bd59;
		border-top: 2px solid #e7bd59;
}


/*
@media screen and (min-width: 1025px) {*/
	.defining-row{
		max-width: 1000px !important;
		/*min-width: 1025px !important;*/
		/*border: 3px solid red;*/
		/*overflow: hidden;*/
	}
/*}*/


.button-open-navigation
{

	z-index: 500;
	font-size: 24px;
	color: #a33441;
	height: 40px;
	width:40px;
	border: 0px solid black;
	
	position: fixed;
	top: 10px;
	left: 10px;
	
	/*background-image: url(../images/design/menu-icon.png);
	background-size: 70px 70px;*/
	
	display: block;
	cursor: pointer;
	
	-moz-border-radius: 200px;
			-webkit-border-radius: 200px;
			border-radius: 200px;
			
	border: 0px solid #333;		
	background-color: white;
	background-color: rgba(255,255,255,0.8);
	
	-moz-box-shadow:  0px 0px 4px -1px  #333;
		-webkit-box-shadow:  0px 0px 4px -1px  #333;
		box-shadow: 0px 0px 4px -1px  #333;
		
	transition:all 0.5s ;
	  -webkit-transition:all 0.5s ;
	  -o-transition:all 0.5s ;
	  -moz-transition:all 0.5s ;	
}


html.no-touch .button-open-navigation:hover{
	-moz-box-shadow: 0px 0px 10px 0px  #fff;
		-webkit-box-shadow: 0px 0px 10px 0px  #fff;
		box-shadow: 0px 0px 14px 0px  #333;
}

[data-whatinput="mouse"] .button-open-navigation:focus,
[data-whatinput="touch"] .button-open-navigation:focus
 { outline: none; }


@media screen and (min-width: 40em) {
	.button-open-navigation
	{
		/*height: 70px;
		width:70px;
		font-size: 40px;*/
	}
}


.button-open-navigation
{
	display: block;
}
@media screen and (min-width: 64em) {
	.button-open-navigation
	{
		display: none;
	}
}



.logo{
	margin-top: 30px;
    margin-bottom:20px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	display:block;
    margin-left:auto;
    margin-right:auto;
    max-width:500px;
}
.logo img {}


@media screen and (min-width: 64em) {
	.logo{
		margin-top: 0px;
		width: 690px;
        width:580px;
        max-width:580px;
		 margin-left:auto;
    margin-right:auto;
	}
    
    /*.logo img {max-width:300px; }*/
}



.outercolumns{
	/*background-color: rgba(255,255,255,0.85);*/
	/*border: 1px solid #333;*/
	/*padding-right: 0px;
	padding-left: 0px;*/
}

.innerrow{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

@media screen and (min-width: 1025px) {
	.innerrow{
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}
}

.leftcolumn.columns{
	width: 100%;
	display: none;
	
}
.rightcolumn.columns{
	width: 100%; 
	/*position: relative;*/
}

@media screen and (min-width: 1000px) {
	.leftcolumn.columns{
		width: 16.66667%;
		width: 18.5%;
		display: block;	
	}
	.rightcolumn.columns{
		width: 83.33333%; 
		width: 81.5%; 
	}
	
}


.headerrow{
	/*background-color: #4c4b4b;*/
	position: relative;
	/*overflow: hidden;*/
}
@media screen and (min-width: 64em) {
    .headerrow{
	    height: 150px;
    }

}
.headerrow .leftcolumn, .headerrow .rightcolumn{
	
}
.headerrow .leftcolumn {
	
}
.headerrow .rightcolumn{
	/*background-color: #424141;*/
}


.contentrow{
	/*background-color: #7f7e7e;*/
}
.contentrow .leftcolumn {
	
}
.contentrow .rightcolumn{
	/*background-color: #595959;*/
	min-height: 400px;
}

.footercontainer{
	/*background-color: #7f7e7e;*/
	position: relative;
}
.footercontainer .leftcolumn {
	
}
.footercontainer .rightcolumn{
	/*background-color: #595959;*/
	/*min-height: 400px;*/
    padding-left:20px;
}
.footercontainer{
	padding-top: 25px;	
	padding-left: 15px;
	padding-right: 15px;	
	padding-bottom: 25px;

    background-color:#eee;
}
.footercontainer, .footercontainer p {color:black; }

.contentblock { z-index:10;position:relative;border:0px solid blue;}
.specialnavigation { position: relative;height: 26px;margin-top:50px;margin-bottom:30px;}
.scrollbanner {background-repeat:no-repeat;height:auto; background-position:center center;top:0px;position:relative;z-index:3 }
.scrollbannerfooter { background-color:#fff;}
.footerbuffer { height:120px;width:100%;z-index:1;position:relative;border:2px solid orange;}
.footerbuffer { display:none;}

@media screen and (min-width: 64em) {
    .scrollbannerfooter { background-repeat:no-repeat;height:120px; background-position:center center;width:100%;z-index:2;bottom:0px;left:0px;background-color:#fff;position:fixed;}
    .footerbuffer { display:block;}
}

.contentbereich
{
	padding-top: 40px;	
	padding-left: 15px;
	padding-right: 15px;	
	padding-bottom: 35px;
	z-index: 50;
	/*position: relative;*/
}

.divider {
  /* also subtract section padding (1.5rem) */
  margin: 0 -601.5rem;

  /* add back section padding (1.5rem) */
  padding: 0.25rem 1.5rem;
  background: #eee;
  /* border has to be solid, not RGBa */
  /* 9600px or equiv (600rem = 9600/16) */
  /*border-left: 600rem solid maroon;
  border-right: 600rem solid maroon;*/ 
  height:50px;
  margin-top:60px;
  margin-bottom:60px;

}


.partnerrow {margin-top:30px; }
.partnerrow a { margin-bottom:30px;display:block;}

.partnerouter {/*height:350px;*/ border:0px solid blue;text-align:center;margin-bottom:20px;
               -moz-box-shadow:  0px 0px 10px 6px  #eee;
		-webkit-box-shadow:  0px 0px 10px 1px  #eee;
		box-shadow: 0px 0px 10px 6px  #eee;
       
}
html.no-touch .partnerouter:hover {
               -moz-box-shadow:  0px 0px 10px 6px  #eee;
		-webkit-box-shadow:  0px 0px 10px 6px  #eee;
		box-shadow: 0px 0px 10px 6px  rgba(26,58,131,0.4);
}
.partnerouter img {width:200px;display:inline-block;margin-left:auto;margin-right:auto;}

.alignverticalcenter { 
                     padding-top:10px;
                     padding-bottom:10px;
}

@media screen and (min-width: 40em) {
    .partnerouter {margin-bottom:0px;}

   .alignverticalbottom { height:100%;border:0px solid red;padding-left:20px;
                     display: flex;
                    justify-content:flex-end;
                    flex-direction: column;
                     /*vertical-align:middle;*/
                      padding-top:20px;
    }
    .alignverticalcenter { border:0px solid red;padding-left:0px;
                         display: flex;
                        justify-content:center;
                        flex-direction: column;
                         padding-top:10px;
                         padding-bottom:10px;
                         border: 0px solid #333;
                         text-align:center;
    }


}

.dropdown-pane {
  width: 250px;
  padding: 1rem;
  border: 0px solid #cacaca;
  border-radius: 0;
  color:#fff;
  background-color: rgba(26,58,131,0.9);
  font-size: 16px; line-height:1.3;
  }

/* Fonts etc */

p,li{
	
	/*font-family: 'AllerRegular', Verdana,  sans-serif;*/
	/*font-family: Verdana;*/
	/*font-weight: 300 !important;*/
	font-size: 18px;
	line-height: 1.3;
    font-family: 'PT Sans Narrow', sans-serif;
    color:white;
	/*text-align: justify;*/}

.sectioncontainer.gray p,.sectioncontainer.gray li{
    color:black;}

p{
	margin-bottom: 15px;
	
	
}
.footercontainer,.footercontainer a {text-decoration:none !important;}
.panel{
	clear:both;
	/* für die floating elemente */
}

img.floatright{
	/*float: right;*/
	padding-left: 0px;
	padding-bottom: 20px;
	display: block;
}
@media screen and (min-width: 700px) {
	img.floatright{
		float: right;
		padding-left: 10px;
		padding-bottom: 10px;
	}
}










/*h1, h2, h3
{
	line-height: 1.2;
	font-weight: 400;
	margin-top: 0px;
	
	
}*/
h1{	
	
	font-size: 38px;	
	margin-bottom: 15px;
	
	/*font-family: 'PT Sans', sans-serif;*/
   
    font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	line-height: 1.1;
}
/*@media screen and (min-width: 64em) {
	h1{	
	
	    font-size: 38px;	
	
    }
}*/
h2{
	font-size: 34px;	
	margin-bottom: 16px;
	/*font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	font-family: 'PT Sans', sans-serif;*/
   font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	line-height: 1.1;
    margin-top:0px;
}
h3{
	font-size: 26px;	
	margin-bottom: 10px;
	/*font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	font-family: 'PT Sans', sans-serif;*/
    font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	line-height: 1.3;
    margin-top:24px;
}

h1, h2, h3 {color:white; }
.sectioncontainer.gray h1, .sectioncontainer.gray h2, .sectioncontainer.gray h3{
    color:black;}


hr{
	/*border-color: rgba(255,255,255,0.3);	*/
}

.contentcolumn li {
	margin-bottom: 0px;
	
}

a:not(.button), 
a:not(.button):link,
a:not(.button):visited,
a:not(.button):active,
a:not(.button):focus{
	color: #000;
    text-decoration:underline;
	}
.sectioncontainer:not(.gray) a:not(.button), 
.sectioncontainer:not(.gray) a:not(.button):link,
.sectioncontainer:not(.gray) a:not(.button):visited,
.sectioncontainer:not(.gray) a:not(.button):active,
.sectioncontainer:not(.gray) a:not(.button):focus{
	color: #fff;
	}	
html.no-touch a:not(.button):hover{
}



 /* nur offcanvas navi */
.nav:not(nav) { 
    padding-left: 25px; 
    padding-top:65px;


}

.nav { padding-top:30px;}
 


 /* foundation 6, Akkordeonanpassungen */
 
 /*.nav .is-accordion-submenu-parent > a::after {
      content: none; 
  }
  nav .is-accordion-submenu-parent > a::after {
       content: none; 
   }
    
  .nav .is-accordion-submenu-parent  a{
    
      background-size: 12px 9px;
      background-repeat: no-repeat;
      background-position: 220px;
   
   }
  
  .nav .is-accordion-submenu-parent[aria-expanded='true'] a{
  
  }
   
  .nav .is-accordion-submenu-parent[aria-expanded='true'] ul li a{
  		background-image: none;
  }*/

.nav ul li { margin:0px;list-style-type:none;} 
  
 .nav ul li a
 {

 	background-color: transparent;
 	display: block;
 	position: relative;
 	right: 0px;
 	width: 210px;
 	
 	line-height: 28px;
 	padding-top:10px;
     padding-bottom:0px;
 	z-index: 100;
 	
 	
     font-family: 'PT Sans', sans-serif;
 	color: #000;
 	font-weight: normal;
 	font-size: 18px !important;
 	text-align:left;
     text-decoration:none !important;
 	/*font-weight:300;*/
 } 
 
 
[data-whatinput="mouse"]  .nav ul li a,
[data-whatinput="touch"]  .nav ul li a
 { outline: none; }


/*.nav ul li[aria-expanded='true'] a, .nav ul li[aria-expanded='true'] a:hover,*/ 
.nav ul li.active a, html.no-touch .nav ul li.active a:hover, 
html.no-touch .nav ul li a:hover
 
 {
	color:#000 ;
 	z-index: 1000;
 } 

 .nav ul li ul li a
 {
 	background-color: transparent;
 	display: block;
 	position: relative;
 	right: 0px;
 	width: 210px;
 	padding-left:15px;
 	line-height: 20px;
    padding-top:7px;
 	
 	z-index: 100;
 	
 	/*font-family: 'Roboto Condensed', sans-serif;*/
 	color: #0f0f0f;
 	font-weight: normal;
 	font-size: 16px !important;


 }

.nav ul li ul li:not(.active) a {color: #0f0f0f;}



/*.nav ul li[aria-expanded='true'] ul li a, .nav ul li[aria-expanded='true'] ul li a:hover,*/ 
/*.nav ul li ul li.active a, .nav ul li ul li.active a:hover, 
.nav ul li ul li a:hover
 {
	color:#00a653;
 	z-index: 1000;
 }*/



 .nav ul li ul li ul li a
 {
 	background-color: transparent;
 	display: block;
 	position: relative;
 	right: 0px;
 	width: 210px;
 	padding-left:30px;
 	line-height: 19px;
    padding-top:9px;
 	padding-bottom:0px;
 	z-index: 100;
 	
 	/*font-family: 'Roboto Condensed', sans-serif;*/
 	color: #0f0f0f;
 	font-weight: normal;
 	font-size: 14px !important;
     border:0px solid black;

     

 } 
 .nav ul li ul li ul li:not(.active) a {color: #0f0f0f;} 
  
  
  












/* Off-Canvas-Navigation */


/*.offcanvasnavi.vertical.menu{
	margin-top: 95px;
	padding-left: 10px;
}
.offcanvasnavi.vertical.menu li{
	list-style-type: none;
}
.offcanvasnavi.vertical.menu li a{
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	
}
.offcanvasnavi.vertical.menu li li a{
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	
}
.offcanvasnavi.vertical.menu li li li a{
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;

}

.offcanvasnavi.vertical.menu li a:focus { outline: none; }

.offcanvasnavi.vertical.menu li a.active{
	color: #ffc600;
	background-color: transparent;
}
.offcanvasnavi.vertical.menu li li a.active{
	
	color: #ffc600;
	background-color: transparent;
}*/

 
 /* Off-Canvas-Overwrite */
 
 .js-off-canvas-overlay {
   position: absolute;
   z-index: 110;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   transition: opacity 0.5s ease, visibility 0.5s ease;
   background: rgba(0, 0, 0, 0.7);
    /*background: #fff;*/
   opacity: 0;
   visibility: hidden;
   overflow: hidden; }
   .js-off-canvas-overlay.is-visible {
     opacity: 1;
     visibility: visible; }
   .js-off-canvas-overlay.is-closable {
     cursor: pointer; }
   .js-off-canvas-overlay.is-overlay-absolute {
     position: absolute; }
   .js-off-canvas-overlay.is-overlay-fixed {
     position: fixed; }
 
 .off-canvas-wrapper {
   position: relative;
   overflow: hidden; }
 
 .off-canvas {
   position: fixed;
   z-index: 150 !important;
   transition: transform 0.5s ease;
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   background: #e6e6e6; 
background: rgba(0,0,0,0.8);
background-color: #595959;
   background-color: #fff;
   }
   [data-whatinput='mouse'] .off-canvas {
     outline: 0; }
   .off-canvas.is-transition-overlap {
     z-index: 10; }
     .off-canvas.is-transition-overlap.is-open {
       box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
   .off-canvas.is-open {
     -ms-transform: translate(0, 0);
         transform: translate(0, 0); }
 
 .off-canvas-absolute {
   position: absolute;
   z-index: 150 !important;
   transition: transform 0.5s ease;
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden;
   background: #e6e6e6; }
   [data-whatinput='mouse'] .off-canvas-absolute {
     outline: 0; }
   .off-canvas-absolute.is-transition-overlap {
     z-index: 10; }
     .off-canvas-absolute.is-transition-overlap.is-open {
       box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
   .off-canvas-absolute.is-open {
     -ms-transform: translate(0, 0);
         transform: translate(0, 0); }
 
 
 .position-right {
   top: 0;
   right: 0;
   width: 250px;   height: 100%;
   -ms-transform: translateX(250px);
       transform: translateX(250px);
   overflow-y: auto; }
   .position-right.is-open ~ .off-canvas-content {
     -ms-transform: translateX(-250px);
         transform: translateX(-250px);  
          }
   .position-right.is-transition-push::after {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 1px;
     /*box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);*/
     /*content: " "; */
     }
   .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
     -ms-transform: none;
         transform: none; }
 
 
 
/*.position-right {

	width: 250px;
	-ms-transform: translateX(484px);
	transform: translateX(484px); }

position-right.is-open ~ .off-canvas-content {
	-ms-transform: translateX(-484px);
	transform: translateX(-484px);         
}*/
 
@media screen and (min-width: 1025px) {

 .position-right {
   
	width: 484px;
	-ms-transform: translateX(484px);
	transform: translateX(484px); }

	position-right.is-open ~ .off-canvas-content {
	-ms-transform: translateX(-484px);
    transform: translateX(-484px);         
	          }
	

} 
 
  
 .off-canvas-content {
   transition: transform 0.5s ease;
   -webkit-backface-visibility: hidden;
           backface-visibility: hidden; 

           }
 
 
 @media print, screen and (min-width: 40em) {
      .position-right.reveal-for-medium {
     -ms-transform: none;
         transform: none;
     z-index: 1; }
     .position-right.reveal-for-medium ~ .off-canvas-content {
       margin-right: 250px; 
margin-right: 484px; 
		}
   }
 
 @media print, screen and (min-width: 1025px) {
   
   .position-right.reveal-for-large {
     -ms-transform: none;
         transform: none;
     z-index: 1; }
     .position-right.reveal-for-large ~ .off-canvas-content {
       margin-right: 250px;
margin-right: 484px;         
       }
   }
  
 
 
 .is-accordion-submenu-parent > a {
   position: relative; }
   .is-accordion-submenu-parent > a::after {
     display: block;
     width: 0;
     height: 0;
     border: inset 6px;
     content: '';
     border-bottom-width: 0;
     border-top-style: solid;
     border-color: #fff transparent transparent;
     position: absolute;
     top: 50%;
     margin-top: -3px;
     right: 1rem; }
 
 .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
   -ms-transform: rotate(180deg);
       transform: rotate(180deg);
   -ms-transform-origin: 50% 50%;
       transform-origin: 50% 50%; }
 

 ul li ul li.is-accordion-submenu-parent > a:after{
 	border-color: transparent;
 }
     
   
          



/* medium */
/*@media screen and (min-width: 768px) { 

}*/
/* medium */
@media screen and (min-width: 40em) {

}

/* large */
/*@media screen and (min-width: 1025px) {
  
}*/
/* large */
@media screen and (min-width: 1025px) {

}

/*

990
1090

*/


/* Print visibility */
@media print {



      .off-canvas, .button-open-navigation, .backtotop, .scrollbanner, .specialnavigation { display:none;}
    
}

