/**
*

* to change width of images for slides, adapt
* #floatviewport, .floatee 
*
**/


	::selection {
		color: #FFF;
		background: #3B4870;
	}
  
  
	::-moz-selection {
		color: #FFF;
		background: #3B4870;
	}
	
	.hint450 { display: none; margin: 0px auto; padding: 10px; font-weight: bold; font-size: 14px; }

	

/* color:#404157; */
body, input, textarea { font-family: "urwdinw05-regularregular", "Lato", "Trebuchet MS", Helvetica, sans-serif;  font-size: 115%; color: #111; }
table {	/*table-layout: fixed;*/ border-color: #777; width: 99%; }
table td {	border-color: #777; padding: 2px 4px; font-size: 90%; }


input[type="text"], input[type="email"], input[type="tel"], textarea, select {
		
		
    border: 1px solid #9CBDCF;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #FFFFFF;
    background:              -webkit-gradient(linear, left top, left bottom, color-stop(0,#EFF2F6), color-stop(0.4,#FFFFFF)); 
    background-image: -webkit-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:    -moz-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:      -o-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:         linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    color: #262626;
    font-size: 1.0em;
    margin-left: 0;
    margin-bottom: 5px;
    outline: none;
    padding: 6px;
}

/*
input[type="text"], input[type="email"], input[type="tel"] {
    line-height: 20px;
    height: 20px;
}
*/

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
    -moz-box-shadow: 0 0 4px rgba(95, 169, 212, 0.8);
         box-shadow: 0 0 4px rgba(95, 169, 212, 0.8);
    background: #FFFFFF;
    background-image: none;
    border-color: #5FA9D4;
    color: #262626;
    font-style: normal;
}

.contactfield2 {
	display: none;
}

h1.ptitle {display: inline; }
h1.ptitle img {padding-left: 8px; }
h1,h2, h3 { font-family: "urwdinw05-boldregular", sans-serif; font-weight: normal; color: var(--main-fg-color); }
/*
strong, b { font-family: 'pt_sansbold', sans-serif; font-weight: normal; }
em { font-family: 'pt_sansitalic', sans-serif; font-style: normal; }
*/
h1,h2 { margin: 6px 0px 10px 0px; }
h3 { margin: 3px 0px 5px 0px; text-transform: uppercase; }
p { margin: 2px 0px 14px; }



hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc); 
}

a {
	color: #000;
  text-shadow: 1px 1px 0 #DDD;
	text-decoration: none;
}

a:hover {
	color: #444;
  text-shadow: 1px 1px 0 #BBB;
	text-decoration: underline;
}

#main a[target="_blank"]::after {
	content: "\00a0\f08e";
	font-family: FontAwesome;
	display: inline-block;
	font-size: 80%;
}


#main td a.img img {	width: 100%; }
#main td img.smallthumb { width: 80%; }

/*******************/
/* globales Layout */
/*******************/
  body {
    margin:0; padding:0; 
		overflow-x: hidden;
  }
	
	/*
	body:not(.mceContentBody){
		overflow-y:hidden;
	}
	*/  
	
  
  /** OBERES MENÜ **/
	#fixedtop {
		position: fixed;
		z-index: 5;
		top: 0px;
		right: 0px;
		width: 100vw;
		
		padding-bottom: 25px;
		background: linear-gradient(to right, #FFF 25%, #DDD 50%);
		border-bottom: 1px solid #DDD;
		/*background-color: rgba(255,255,255,0.9);*/
		/*background-color: var(--light-bg-color);*/
		height: 86px;
		text-align: right;
	}
	
	
	
	#parallaxingcontainer {
		height: 100vh;
		overflow-x: hidden;
		overflow-y: scroll;
		perspective: 20px;
		perspective-origin: center center;
		text-align: center;
	}
	
	.parallaxlayer {
		position: absolute;
		transform-origin: 50% 50%;
		width: 100%;
		height: 100%;
	}

	
	/* parallax-scale-factor
	scale = perspective / (perspective - z-distance) 
	*/
	
	#bgbg {
		/* height: 840px;*/
		transform-origin: 50% 60%;
		transform: translateZ(-50px) scale(7); 
		/* transform: translateZ(0px) scale(1); */
		
		background: #549efc url(/files/Titelbilder/default.jpg);
		background-size: cover;
	}
	
	#bgfg {
		/*transform-origin: 50% 20%;*/
		transform: translateZ(-15px) scale(3.75);
		text-align: center;
		color: #fff;
	}
	
	
	#fg {
		transform-origin: 100% 20%;
		transform: translateZ(-3px);
		/* transform: translateZ(-4px) scale(0.6); */
		min-height: 250vh;
		padding-top: 10vh;
		width: 109vw;
		margin-left: -5vw;
		margin-bottom: 3vh;
		text-align: center;
		border-radius: 10px;
		background: rgba(255,255,255,0.7);
	}
			
	
  #titlestrip {
    position: relative; 
    margin-bottom: 0px;
		z-index: 15;
		
		/* topmenu
    background: #F2F2F2; 
    height: 80px; 
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
		*/
	}
	
	
	#titlestrip, #fixedtop {
		-webkit-user-select: none; /* Chrome/Safari */        
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* IE10+ */
		-o-user-select: none;
		user-select: none;
  }  
  
  .logodiv {
		display: inline-block;
		/*
		margin-bottom: 10px;
		border-radius: 0px 0px 10px 10px; 
		box-shadow: 0px 0px 15px rgba(0,0,0,0.5); 
		*/ 
		background: #FFF url(/img/logo.jpg) no-repeat;
		background-position: 50% 100%; 
		background-size: contain;  
		
		text-align: center;
		text-decoration: none;
		font-family: "urwdinw05-boldregular", sans-serif; 
		text-shadow: none;
		user-select: none; 
		/*
		width: 200px;
		height: 240px;
		*/
  }
	
	
	.logodiv.logotop {
		
		width: 310px;
		height: 95px;
		position: absolute;
		left: 30px;
		top: 0px;
		padding: 8px 6px;
		background-origin: content-box;
		
	}
	

	.logodiv.smartphone {
		padding: 5px 7px;
		width: 130px;
		background-origin: content-box; 
	}
	

  
  /** SMARTMENU **/
	#smenu input {
    display: none; 
  }
  
  #smenu label { 
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    width: 90px;
    height: 43px;
    overflow: hidden;
    padding: 2.5% 3.5% 2.5% 3.5%;  
    text-align: right;

    -webkit-animation-timing-function: ease-in-out
    animation-timing-function: ease-in-out
    
    -webkit-animation: shrink 0.6s 1;
    animation: shrink 0.6s 1;
  }
  
  
  #menuon .iconlinks {
    float: left; margin-top: 7px; margin-left: 60px;
  }
  #menuon .iconlinks a {
    display: inline-block;
    width: 35px;
    height: 38px;
  }
  #menuon .iconlinks a:first-child { margin-bottom: 0px; margin-right: 10px;}
  
  
	
	
  
  #stopmenu {
    float: none; 
    margin-top: 20px; 
    margin-left: 30px; 
    margin-right: 0px;
  }
  
  #menuon .nav {
    list-style-type: none;
    height: 100%;
    overflow: hidden;
  }


  #menuon .nav li a:first-child {
    border-top: 1px solid #FFF;
  }
  
  #menuon .nav li a {
    float: none;
    display: block;
    padding: 7px 3px 16px 3px;
    height: 32px; 
    margin: 0px;
    
    border-bottom: 1px solid #FFF;
    font-size: 2.2em;
    letter-spacing: 2px;
  }
	


  #menuon .nav li a:hover, .nav li a.active {
    border-bottom: 1px solid #FFF;
  }

  
  
  #menuon .iconlinks, #stopmenu { display: none; }
  #menuon i { }
	
	.navicon-button-label {
		display: inline-block; 
		vertical-align: middle;
		font-size: 2.2em; 
		margin-right: 20px; 
		font-weight: bold;
		user-select: none;
    cursor: pointer;
	}
  
  .navicon-button {
    display: inline-block;
    position: relative;
    padding: 1.2rem 1.0rem;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    opacity: .8;
    cursor: pointer;
  }
  .navicon-button .navicon:before, .navicon-button .navicon:after {
    transition: 0.25s;
  }
  .navicon-button:hover {
    transition: 0.5s;
    opacity: 1;
  }
  .navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
    transition: 0.25s;
  }
  .navicon-button:hover .navicon:before {
    top: .825rem;
  }
  .navicon-button:hover .navicon:after {
    top: -.825rem;
  }



  .navicon {
    position: relative;
    width: 2.6em;
    height: 0.3rem;
    background: #404157;
    transition: 0.5s;
    border-radius: 2.5rem;
  }
  .navicon:before, .navicon:after {
    display: block;
    content: "";
    height: .3125rem;
    width: 2.5rem;
    background: #404157;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.25s;
    border-radius: 1rem;
  }
  .navicon:before {
    top: .69rem;
  }
  .navicon:after {
    top: -.69rem;
  }


  
  
  
  
  #smenu input:checked + label { 
    display: block;
    background: rgba(0,0,0, 0.8); 
		color: #F2F2F2;

    height: 400px;
    width: 100%;

    animation: expand 0.6s 1;
    -webkit-animation: expand 0.6s 1;
		
		overflow: auto;
  }
  #smenu input:checked + label #menuon .iconlinks, #smenu input:checked + label #stopmenu { 
    display: block;
  }

	
  /* × and + */
  #smenu input:checked + label  .navicon {
    background: transparent;
  }
  #smenu input:checked + label  .navicon:before {
    transform: rotate(-45deg);
  }
  #smenu input:checked + label .navicon:after {
    transform: rotate(45deg);
  }
  
  #smenu input:checked + label  .navicon:before,
  #smenu input:checked + label  .navicon:after {
    top: 0 !important;
		background: #FFF;
    transition: 0.5s;
  }

	
  
     
  @keyframes expand2 {
    0%   { 
      max-height: 20px; 
    }
    100% { 
			max-height: 1400px;
		}
  }
	
	
	@keyframes expand {
    0%   { 
      height: 43px;   
      width: 80px;   
      background: transparent;
    }
    50% { 
      height: 43px;
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
  }
  @keyframes shrink {
    0%   { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    50% {
      height: 43px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 43px;   
      width: 80px;   
      background: transparent;
    }
  }
  
 @-webkit-keyframes expand {
    0%   { 
      height: 43px;   
      width: 80px;   
      background: transparent;
    }
    50% { 
      height: 43px;
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
  }
  @-webkit-keyframes shrink {
    0%   { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    50% {
      height: 43px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 43px;   
      width: 43px;   
      background: transparent;
    }
  }
  /** SMARTMENU - END **/

  



	

	
  #contentblock {
		position: relative;
    margin: 15px auto;
    width: 93%;

		/*
    width: 90%;
    padding: 0.5%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8); 
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5); 
		*/
		
		text-align: center;
		margin-bottom: 40px;
  }
	
	.page {
		display: flex;
		justify-content: space-evenly;
		padding-bottom: 12px;
		text-align: left;
	}
	
	#main, #left, #right {
		display: inline-block;
		vertical-align: top;
	}
	#main {
		flex-basis: 70%;
		flex-grow: 7;
		margin: 0px 15px;
		min-height: 700px;
		overflow: hidden;
		padding-top: 4px;
	}
	
	.verticaldivider { height: 130px; }
	
	
	#left, #right {
		flex-basis: 15%;
		flex-grow: 1.5;
		padding: 5px 8px;
		border: 1px solid #999;
		overflow: hidden;
		background: #edf0fc;
		/* background: #B7FF63; */
		max-height: 20px;
	}
	
	#main.start {
		flex-basis: 85%;
		margin-left: 7px;
	}
	
	#left.start {
		display: none;
	}
	
	
	
	#left{
		border-width: 0px 1px 0px 0px;
		border-radius: 7px 0px 0px 7px;
		animation: expand2 0.7s ease-in-out 0.7s;
		animation-fill-mode: forwards;
	}
	#right {
		border-width: 0px 0px 0px 1px;
		border-radius: 0px 7px 7px 0px;
		animation: expand2 0.7s ease-in-out 1s;
		animation-fill-mode: forwards;
	}
	
	
	#main img.mainimg, .mceContentBody img.mainimg, 
	#main img.leftbound, .mceContentBody img.leftbound,
	#main img.rightbound, .mceContentBody img.rightbound {
		max-width: 100%;
		width: 350px;
		margin: 4px 8px;
	}
	#main td img.mainimg, .mceContentBody td img.mainimg {
		width: 100%;
	}
	
	#main .flexcontainer div  img {
		margin-bottom: 10px;
	}
	
	#main img.leftbound, .mceContentBody img.leftbound {
		margin-left: 0px;
		float: left;
	}
	#main img.rightbound, .mceContentBody img.rightbound {
		margin-left: 0px;
		float: right;
	}
	
	
	
	#left img, #right img {
		width: 93%;
		max-width: 98%;
		padding: 4px;
		border: 1px solid #999;
		border-radius: 3px;
	}
	
	
	
	#left .section a {
		display: block;
		position: relative;
		text-decoration: none;
		padding: 2px 0px 6px 11px;
		border-bottom: 1px dashed #CCC;
		margin: 4px 0px;
		color: #404157;
		font-size: 80%;
		text-shadow: 0px 0px 1px rgba(120,120,120, 0.6);
	}
	
	#left .section a::before {
		content: '\a0\a0\a0';
		position: absolute;
		left: -2px;
		top: 0px;
	}
	
	#left .section a:hover::before {
		content: '\bb\a0';
		position: absolute;
		left: -2px;
		top: 0px;
	}
		
		
	#left .section a.active::before  {
		content: '\bb\a0';
		position: absolute;
		left: -2px;
		top: 0px;
	}
	
	#left .section a:hover, #left .section a.active  {
		text-shadow: 0px 0px 1px rgba(60,60,60, 0.6);
	}
	
	
	#left .section a.bottom  {
		border-bottom: none;
	}
	
	#left .section .section  {
		margin-left: 15px;
	}
	
	#left .section .section a {
		margin: 2px 0px;
		font-size: 70%;
	}

	
	#errbox, #succbox, #bckbox { margin: 20px 20px 20px 0px; padding: 15px 19px; border: 1px solid #000; font-size: 110%; font-weight: bold; color: #000;  }
	#errbox { border-color: #F00; background-color: #FAA; }
	#succbox { border-color: #cdd0dc; background-color: #edf0fc; }

	
	#breadcrumb {
		font-size: 80%;
		margin: 3px 0px 10px;
    overflow: hidden;
	}
	
	#boxcontainer {
		margin: 0 auto;
		width: 80%;
		border-bottom: 1px solid #EEE;
	}
	
	
	.contentbox {
		display: inline-block;
		width: 31%;
		vertical-align: top;
		margin-right: 2%;
		margin-bottom: 3%;
		height: 594px;
		overflow: auto;
	}
	.mceContentBody .contentbox {
		border: 1px solid #AAA;
	}
	
	.contentbox:nth-of-type(3n) {
		margin-right: 0;
	}
	
	#boxcontainer .contentbox img {
		width: 100%;
		margin: 0px;
		object-fit: cover;
		height: 200px;
		/* filter: saturate(0.4) sepia(0.36) contrast(1.1) grayscale(0.2);  */
		filter: saturate(1.0) sepia(0.36) contrast(1.0) grayscale(0.4); 
		transition-property: filter;
    transition-duration: .3s;
    transition-timing-function: ease-out;
	}
	
	#boxcontainer .contentbox img:hover {
		filter: saturate(1.1) sepia(0.0) contrast(1.0) grayscale(0.0) drop-shadow(0 0 5px #686060); 
	}
	
	.memberdets {
    padding-bottom: 5px;
    /* border-bottom: 1px solid #AAA; */
    margin-bottom: 4px;
	}
	
	.teamtable img {
		width: 100px;
	}
	
	
	
  
  #footer {
		position: fixed;
		bottom: 0px;
    background: linear-gradient(to right, #FFF 25%, #DDD 50%);
		border-top: 1px solid #DDD;
    text-align: center;
    padding: 10px 0px 8px 0px;
		width: 100%;
		text-transform: uppercase;
  }
  
  #fcontent{
    width: 90%;
    margin: 0px auto;
    font-size: 85%;
  }
  
  #fcontent a {
    display: inline-block;
    font-family: "urwdinw05-boldregular", sans-serif;
		text-decoration: none;
		margin-right: 2vw;
  }

  #fcontent a:hover {
    
  }
	
	.memberlogo {
		/* 
		display: inline-block;
		width: 31%;
		margin-right: 1%; 
		height: 123px;
		*/
		margin-bottom: 25px;
		text-align: center;
	}
	
	#main .memberlogo a:hover img {
		border: 2px dashed #555;
	}
	
	#main .memberlogo a[target="_blank"]:after {
		content: "";
	}
	
	.memberlogo a img {
		border: 2px dashed #FFF;
		vertical-align: middle;
	}
  
  
  #up {
    bottom: 28px;
    font-size: 30px;
    position: fixed;
    right: 50%;
  }
  #up a {
    text-decoration: none;
    color: #777;
    text-shadow: 1px 1px 0 #DDD;
  }

  
  #rightcontent { width: 305px; }

#rightcontenttop, #fbbox { padding: 5px 8px; }
#rightcontenttop { 
  margin-top: 40px;
	margin-bottom: 15px;
	border: 1px solid #999;
	overflow: hidden;
	font-size: 13px;
}

#fbbox { 
	height: 240px; 
	font-size: 14px;
	background: #DDD;
	color: #295a9a;
}

/**************************/
/* globales Layout - ENDE */
/**************************/






/** NAVIGATION TOP MENU **/
#topmenu, #topmenutop {
  display: inline-block; 
	vertical-align: top;
  padding-right: 10px;
  margin-top: 21px; 
	margin-right: 4vw;
	
	/*
	background-color: var(--light-bg-color);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .5);
	*/
}
#topmenutop {
	/*
	margin-top: 0px;
	*/
}

#chfont {
	display: inline-block;
	padding: 7px 10px 0px 10px;
	height: 63px;
	/* background-color: var(--light-bg-color);*/
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	text-align: left;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 15px;
}
#chfont a {
	text-shadow: none;
	text-decoration: none;
}

ul.nav, ul.nav li {margin:0;padding:0}

.nav {
	list-style-type: none;
	height: 70px;
	overflow: hidden;
}

.nav li {
	display: inline-block;
}

#stopmenu .nav li {
	display: block;
}


.nav li a {
	float: left;
	position: relative; 
	display: block;
	padding: 14px 3px 16px 3px;
  margin: 0px 15px;
	
	height: 17px; 
	font-size: 1.2em;
  letter-spacing: 0px;
	margin-right: 5px;
	
	text-transform: uppercase;
	/* color: #404157; */
  text-shadow: 1px 1px 0 #DDD;
	
	
	/*text-transform: uppercase;*/
	/* font-family: "urwdinw05-boldregular", sans-serif; font-weight: normal;  */
  
  text-align: center;
	text-decoration: none;
}


.nav li a:hover, .nav li a.active {
	/*+++
	color: #D2D2D2;
  text-shadow: 0px 0px 25px rgba(255,255,255,.6);
	+++*/
	/*
	color: #606177;
  text-shadow: 0px 0px 25px rgba(0,0,0,.3);
	background-color: var(--main-bg-color); 
	*/ 
	color: #006;
  border-bottom: none;
}
.nav li a.active {
	/*+++
	color: #DDD;
	+++*/
	color: #333;
}

.nav li a:before, .nav li a.active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -1px;
    background: var(--main-border-color);
    height: 3px;
    transition-property: left, right;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}

.nav li a:hover:before, .nav li a.active:before { left:0; right:0; }




   .nav .hassub > a:after {
      font-family: FontAwesome;
      content: "\f0dd";
      padding-left: 0px;
      font-size: 14px;
      margin-left: -2px;
    }
    
				/** fix mobile submenu **/
        .nav .hassub ul {
					padding: 0px;
				}
				
        #topmenutop .nav .hassub ul {
						position: absolute;
						top: 90%;
						height: 0px;
						overflow: hidden;
						
            background-color: var(--light-bg-color); 
						z-index: 13;
            white-space: nowrap;
						transition: height 0.3s ease-out;
        }

        #topmenutop .nav .hassub:hover > ul {
            box-shadow: 0 3px 5px 0 gray;
            border: 1px solid #777;
            border-width: 0px 1px 1px 1px;
						border-radius: 0px 0px 5px 5px;
						height: 190px;
				}
				
				#topmenutop .nav .hassub ul li {
					display: block;
          border-top: 1px solid #CCC;
          width: 100%;
				}
				
        #topmenutop .nav .hassub ul a{
          display: block;
					float: none;
					margin: 0px;
					text-align: left;
					
          padding: 10px;

          min-width: 170px;
          max-width: 190px;

          font-size: 14px; 
					letter-spacing: 0px;
				}
				
        #menuon .nav .hassub ul a {
					padding: 3px 3px 15px 3px;
					height: 20px;
					font-size: 1.5em;
				}
				 
				 
        #topmenutop .nav .hassub ul a:hover {
          background-color: var(--main-bg-color); 
        }
				/** end - fix mobile submenu **/
        
        /** subsubmenus **/
				/*
        .nav .hassub ul .ulsubsub {
          border-width: 1px;
          display: none;
          position: absolute;
          top: -1px;
          left: -139px;
        }
        .nav .hassub ul .ulsubsub a{
          font-size: 13px;
        }
        */
        


/** NAVIGATION TOP MENU - ENDE **/





/** ICON-LINKS **/
.iconlinks {
	display: inline-block; 
	float: right;
	vertical-align: top;
  margin-top: 27px; 
	margin-right: 40px;
}
.iconlinks a {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.iconlinks a:first-child {
  margin-bottom: 20px;
}

.linkedinlink             { background-image: url('/img/icon_linkedin.png');} 
.linkedinlink:hover { background-image: url('/img/icon_linkedin_hov.png');} 



#mainimg {
	position: relative; 
	height: 53vh; 
	width: 100%; 
	overflow: hidden; 
	margin-bottom: 20px; 
	background-position: 50% 30%; 
  background-size: cover;  
	background-repeat: no-repeat;
	text-align: center; 
}



#maintitlebg, #maintitle, #mainsubtitle, #mainsubtitlebg {
	position: absolute;
	bottom: 30px;
	font-family: "bulo rounded";
	font-size: 380%;
	background-color: #565656;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(90,90,90,0.2);
  /* text-shadow: 2px 2px 3px rgba(255,255,255,0.3); */
  -webkit-background-clip: text;
     -moz-background-clip: text;
          background-clip: text;
					
	/* font-variant: small-caps;  */
	/*font-weight: bold;*/
	color: #777;
	left: 0px;
	right: 0px;
}
#maintitle, #mainsubtitle {
	font-size: 378%;
	bottom: 33px;
	/* opacity: 0.9; */

	/* -webkit-text-fill-color: white;  */
	/*
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #777;
	*/
	
	background: radial-gradient(ellipse at bottom, #80C1FD 0%, #333647 100%);
	/* background: radial-gradient(ellipse at bottom, #5091DD 0%, #030617 100%); */
	
	/* background: radial-gradient( circle at top right, yellow, #30AD36 ); */
	/* background: radial-gradient( circle at top right, yellow, #50CD56 ); */
	
	
	background-size: 150%;
	color: #fff;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

#maintitlebg {
	text-shadow: 0px 0px 5px rgba(255,255,255, 0.9), 0px 0px 4px rgba(255,255,255, 0.9), 0px 0px 3px rgba(255,255,255, 0.9);
}
	
#mainsubtitle {
	bottom: 5px;
	font-size: 220%;
}

#mainsubtitlebg {
	text-shadow: 0px 0px 3px rgba(255,255,255, 0.9), 0px 0px 2px rgba(255,255,255, 0.9), 0px 0px 1px rgba(255,255,255, 0.9);
	bottom: 4px;
	font-size: 221%;
}


	
/*
<div class="titlebox">
<h2></h2>
<div class="titleboxtext"></div>
<div class="titleboximg"></div>
</div>
*/
	
.titlebox {
	display: inline-block; 
	vertical-align: top; 
	width: 31.5%;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 4px; 
	/* border: 2px solid #D8EAD2; */
	/* border: 2px solid #9CD81A; */
	/* border: 2px solid #77c923; */
	/* border: 2px solid #cdd0fc; */
	/* border-radius: 5px; */
	text-align: center;
}

#startnewsbox {
	width: 97%;
	padding: 5px;
}

.titlebox h2 {
	height: 26px; 
	margin-top: 0px; 
	margin-bottom: 0px;
	padding: 2px 6px 8px; 
	/* background-color: #D8EAD2;  */
	/* background-color: #9CD81A;  */
	/* background-color: #77c923;  */
	/* background-color: #cdd0fc;  */
	
	/* border-radius: 4px 4px 0px 0px;  */
	
}
	
.titlebox .titleboxtext {
	line-height: 1.3;
	font-size: 85%;
	padding: 5px 6px; 
	border-bottom: 1px dotted #01942a; 
	/* font-weight: bold; */
}

#startnewsbox .titleboxtext {
	margin-top: 20px;
	border-bottom: none;
	text-align: left;
}
	
.titlebox .titleboximg {padding: 4px 0px;}
#main .titlebox .titleboximg img {width: 18%;}
	
	
			/* BEGIN IMAGE CAROUSEL */
      #wrapper {
				position: relative;
				margin-top: 86px; 
				left: 0;
				width: 100vw; 
				height: 88vh;
				overflow: hidden;
			}
			
			#imgfront, #imgback {
				position: absolute;
				top: -10vh;
				left: -300px;
				width: 125%;
				height: 110vh;

				/* background-size: cover; */
				background-size: 100%; 
				background-position: 50% 12%;
				opacity: 1;
				transition: opacity 4s;
				animation: moveX 40.0s linear 0s infinite alternate;
			}
			
			#imgnav, #imgnavleft, #imgnavright {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 100%;
				height: 100vh;
				z-index: 4;
				user-select: none;
			}
			
			#imgnavleft, #imgnavright, #imgnavinfo { 
				display: none;
			}
			
			#imgnavleft, #imgnavright { 
				width: 7vw; 
				padding-top: 30vh;
				cursor: pointer; 
				color: transparent;
				font-size: 12rem;
				text-align: center;
				
			}
			#imgnavleft { left: 0px; } #imgnavright { left: 93%; }
			#imgnavleft:hover, #imgnavright:hover { background: rgba(255,255,255,0.5); color: #F2F2F2; text-shadow: 2px 4px 6px rgba(0,60,0,0.5);} 
			
			#frontcontent, #frontmenu {
				position: absolute; 
				top: 52vh;
				border-radius: 5px;
				user-select: none;
				text-shadow: 1px 2px 3px rgba(0,0,0,0.2);
			}
				
			#frontcontent {
				left: 2vw;
				max-width: 40vw;
				border: 2px solid rgba(255,255,255,0.5); 
				/*
				color: #F2F2F2;
				text-align: center;
				*/
				padding: 10px 15px;
				background: rgba(255,255,255,0.9);
			}
			#frontcontent h1 {
				font-size: 1.5rem;
				text-shadow: none;
				color: var(--main-fg-color);
			}
			#frontcontent img {
				float: right;
				margin-left: 4px;
				box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
			}
			
			#frontmenu {
				right: 10vw;
				top: 35vh;
			}
			#frontmenu img {
				width: 50px;
				float: left;
			}
			#frontmenu a {
				overflow: hidden;
				display: inline-block;
				margin-right: 30px;
				width: 150px;
				border-radius: 10px;
				background: rgba(240,240,240,0.9);
				padding: 8px 12px 8px 9px;
				text-decoration: none;
				font-size: 1.3rem;
				text-align: right;
				
			}
			#frontmenu a div {
				margin-top: 11px;
			}
			
			#frontmenu a:hover {
				background: rgba(220,220,220,0.9);
			}
			
			
			#imgnavinfo { 
				position: absolute; 
				bottom: 5vh; 
				right: 5vw; 
				width: 44px; 
				height: 20px;
				padding: 5px 0px;
				text-align: center; 
				background: rgba(255,255,255,0.5);
			}
			
			
			
			#imgfront {
				z-index: 3;
			}
			#imgfront.fadeOut {opacity: 0; }
			
			#imgback {
				z-index: 2;
			}

			@keyframes moveX {
				from { left: -300px; } to { left: 0px; }
			}
			
			/* END IMAGE CAROUSEL */
	
	
	
			/* BEGIN POST-IT NOTE */
	
			.postit {
				position: absolute; 
				top: 33vh;
				left: 10vw;
				
				width:  212px;
				height: 177px;
				padding: 30px 15px 25px 15px;
				background: #fefabc linear-gradient(150deg, #efec88 0%, #fefabc 100%);
				border: 1px solid #cccccc;
				box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
				transition: all 0.3s ease;
				transform:rotate(-7deg);
				user-select: none;
			}
			.postit h1, .postit h2, .postit div {
				font-family: 'reenie_beanieregular';
				font-size: 2.2rem;
				text-align:center;
				margin: 0.5em 0 0;
				line-height:1em;
				font-weight:bold;
			}
			.postit div {
				font-size: 1.7rem;
				margin: 0.5em 0;
			}
			.postit::before {
				content: "";
				background-color: rgba(0,0,0,0.025);
				position: absolute;
				width: 100%;
				left: 0px;
				top: 0;
				height: 40px;
				z-index: -1;
			}
			.postit:hover { transform: rotate(-2deg) scale(1.2); }
			/* END POST-IT NOTE */
	
	
	
			/* BEGIN FLEX NAV */
			#flexnav {
				position: absolute; 
				top: 74vh;
				left: 0;
				right: 0;
				width:  54vw;
				margin: 0px auto;
				background: rgba(255,255,255,0.9);
				box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
			}
			
			#flexnav .flexbox{
				text-align: center;
				margin: 10px 5px;
				background: rgba(255,255,255,0.3);
			}
			
			#flexnav a {
				text-shadow: none;
				display: block;
			}
			
			#flexnav h3 {
				background-color: var(--light-bg-color);
				margin: 0;
				padding: 3px 0px 5px;
			}
			/* END FLEX NAV */
	
	
#news {
	width: 98%;
	margin: 0 auto;
}

#news > div {
	margin-bottom: 15px;
}

.gbcontenttitle, .gbcontentblock  {
	border: 1px solid #777;
	padding: 3px 5px;
}
.gbcontenttitle {
	border-radius: 5px 5px 0px 0px;
	border-bottom-width: 0px;
	background-color: #CCC;
}
.gbcontentblock {
	border-radius: 0px 0px 5px 5px;
	background-color: #EEE;
}
	
	
	
	
	
/* einzelne Seiten */

.flexcontainer {
	display: flex;
	justify-content: space-evenly;
	
}
.flexcontainer div {
	padding: 8px 10px;
	margin: 0px 5px 20px 5px;
	border: 1px solid #C0C0C0;
	font-size: 75%;
	flex-basis: 20%;
}



#home p { margin-bottom: 15px; }
#home p.quote { text-align: center;  color: #000; text-shadow: 1px 1px 0 #DDD; margin-bottom: 0px;}
#home .quoteauthor { text-align: center;  font-size: 10px; margin-bottom: 40px;}


	/* NATURMUSEUM LEGACY */
	#sponsoren {
    padding-left: 5px;
    text-align: center;
  }
	#sponsoren p {
    text-align: left;
  }
  
	#sponsoren a {
    border: none;
    display: inline-block;
  }
	#main #sponsoren a[target="_blank"]::after {
		content: "";
	}
  
	#sponsoren img{
    width: 200px;
    margin-bottom: 10px;
    /* vertical-align: middle; */
    margin-right: 15px;
  }
	#sponsoren #sp2 img{ width: 270px; }
	#sponsoren #sp3 img{ width: 155px; }

	img.imgdefault {
			width: 300px;
	}
	/* NATURMUSEUM LEGACY END */

  /*
	#sponsoren #sp2 img{ width: 180px; }
	#sponsoren #sp3 img{ width: 105px; }
  
  
	#sponsoren a:nth-child(odd){
    margin-right: 40px;
  
  }
  */
  

#productscontainer {
	position: relative;
	text-align: center;
}

#products {
	display: inline-block;
	margin: 0 auto;
}

.productblock {
	box-sizing: border-box;
	display: inline-block;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	width: 30%;
	margin-right: 3.5%;
	margin-bottom: 4%;
	vertical-align: top;
	border-radius: 4px;
}

.productblock:nth-child(3n) { margin-right: 0px; }

.producttitle { margin: 0; padding: 8px 0px; background: #EEE;}

.productdesc { padding: 4px 12px 24px 12px; height: 160px; display: table-cell; vertical-align: middle; }

.productdesccont { text-align: justify; }



			/** NEWS **/
      .newsentry {
				display: inline-block;
				vertical-align: top;
				width: 48%;
				margin-right: 2%;
				min-height: 150px;
				
				margin-bottom: 7px;
				background-color: #F2F2F2;
				/*background-color: var(--light-bg-color);*/
				
				border: solid 5px transparent;
				border-radius: 7px;
				/* border-image: linear-gradient(to bottom, rgba(137, 155, 131, 0.2) 0%, rgba(0,0,0,0) 90%);  */
				border-image: linear-gradient(to bottom, #cdd0dc 0%, rgba(0,0,0,0) 90%); 
				border-image-slice: 1;

			}
			
      .newsentry:nth-child(even) {
				margin-right: 0px;
			}
			
			
			.newsfold {
				text-align: left;
				padding: 10px 12px 10px 12px;
				border: none;
				border-radius: 7px;
				
			}
			
			.newsimg, .newstitle {
				display: inline-block;
				vertical-align: top;
			}
			
			.newsimg {
				width: 16%;
				margin-left: 10px;
			}
			
			.newstitle {
				width: 82%;
			}
			.newstitle h2 {
				margin-top: 0px;
				margin-bottom: 2px;
				background-color: #EEE; 
				/* background-color: var(--main-bg-color); */
				height: 26px;
				padding: 2px 6px 8px;
			}
			
			.permalink:hover {
				text-decoration: none;
				
			}
			
			.foldcontent {
				display: none;
			}
			
			.small {
				font-size: 10px;
			}
			
			
			
			
			
			.newscontent {
				padding: 0 12px;
				overflow: hidden;
				transition: max-height 0.4s ease-out;
			}
			
			.newstext {
				padding: 15px 0px;
				text-align: justify;
			}
			
			.newsaddimg {
				float: right;
				width: 45%;
				margin-left: 3%;
			}
			
			.newsimg img {
				width: 100%;
			}
			
			.newsaddimg img {
				width: 100%;
				border-radius: 7px;
			}




			
			
			.aquarellist {
				border: 1px solid #006633;
			}
			
			.aquarellist img { width: 100%;	}
			
			.toplink img { width: 15px; }
			
			
			table.overview { 
				background: #efefdd; 
			}
			
			table.listlong, table.list, table.overview { 
				width: 100%;
				border: 1px solid #006633;
				margin-bottom: 10px; 
			}
			
			table tr.trtitle, table.listlong tr:first-child, table.overview tr:first-child {
				background: #e4fdb4;
				font-weight: bold;
			}
			
			
			table.listlong td, table.list td, table.overview td, table.aquarellist td {
				border: 1px solid #006633;
				padding: 2px 4px;
			}
			
			
			
	table.gbentry {
		width: 97%;
		border: none; 
	}

	table.gbentry td {
		padding: 3px;
	}
	
	table.gbentry tr td:nth-child(1) {
		width: 15%;
	}

	table.gbentry td input, table.gbentry td textarea {
		min-width: 80%;
	}
			
.rightanswer, .wronganswer {
		display: none;
		width: 300px;
		padding: 20px 3px;
		color: #070;
		background: #9F9;
		border: 1px solid #050;
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
	
	.wronganswer {
		color: #700;
		background: #F99;
		border: 1px solid #500;
	}
	
	.rightradio {
		padding: 4px 2px;
		margin: 3px 0px;
		color: #070;
		background: #9F9;
		border: 1px solid #050;
		font-size: 14px;
		font-weight: bold;
	}
	
	.nextlink {
		margin-right: 20px;
		font-size: 16px;
		font-weight: bold;
	}
			
			
			
	#programmtable {
		table-layout: fixed;
		width: 100%;
		font-size: 90%;
		border: 1px solid #888;
		border-width: 1px 0px 0px 1px;
		margin-bottom: 0px;
	}
	
	#progtitle {
		overflow: hidden; 
		margin-bottom: 3px; 
		font-size: 80%;
	}
	
	#programmtable th {
		text-decoration: underline;
		cursor: pointer;
	}
	
	#programmtable td, #programmtable th {
		border: 1px solid #888;
		border-width: 0px 1px 1px 0px;
		padding: 4px 5px;
	}
	
	#programmtable th {
		font-size: 90%;
	}
	
	#programmtable td {
		line-height: 1.7;
		vertical-align: top;
		       word-break: break-word;

  -webkit-hyphens: auto; /* Saf 5.1+ */
     -moz-hyphens: auto; /* Fx 6.0+ */
      -ms-hyphens: auto; /* IE 10+ */
          hyphens: auto; /* None yet */

	}
	
	#progbuttons  {
		margin-bottom: 20px;
	}
	
	#progbuttons .progbutton  {
		display: inline-block; 
		
		width: 180px; 
		text-align: center; 
		padding: 10px 0px; 
		margin-right: 10px; 
		margin-bottom: 10px; 
		border: 1px solid #888;
		border-radius: 5px;
	}
	
	
	#memberlistdiv {
		display: inline-block; 
		vertical-align: top; 
		width: 43%; 
		height: 480px; 
		overflow: auto; 
		margin-right: 2%;
		text-align: left;
	}
	
	
	#memberlogodiv {
		display: inline-block; 
		vertical-align: top; 
		width: 46%;
		text-align: right;
	}
	#memberlogowrapper {
		margin-left: auto;
		margin-right: auto;
		width: 328px; 
		height: 480px;
		overflow: hidden;
		
		padding: 4px 6px;
		
	}
	
	
	
	/* gsc-search */
	
	#___gcse_0 {margin-bottom: 8px; }
	table.gsc-search-box td {padding: 0px; }
	table.gsc-search-box td.gsc-input {width: 70%; }
	table.gsc-search-box td.gsc-search-button { width: 25% }
	table.gsc-search-box td.gsib_a { width: 88% }
	table.gsc-search-box button.gsc-search-button-v2 { padding: 4px 15px; }
	/* table.gsc-search-box input[type="text"] { line-height: 1; } */
	
	
	.cse .gsc-control-cse, .gsc-control-cse { padding: 0px; }
	.gsc-search-box-tools .gsc-search-box .gsc-input { padding: 0px; }
	.gsc-search-box-tools .gsc-search-box .gsc-input, .gsst_b, .gsc-search-box .gsc-input .gscb_a { font-size: 12px; }
	.gsc-input-box { height: 20px; }
	
	
	input.gsc-search-button-v2 { padding: 4px; }		


	
	