/*
	 
*/

@charset "utf-8";


@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

       
		
		@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(../fonts/quicksand_latin_ex.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(../fonts/quicksand_latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: local('Quicksand Bold'), local('Quicksand-Bold'), url(../fonts/quicksand_latin_bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cantarell-regular - latin */
@font-face {
  font-family: 'Cantarell';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cantarell-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cantarell-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cantarell-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cantarell-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cantarell-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cantarell-v15-latin-regular.svg#Cantarell') format('svg'); /* Legacy iOS */
}





 body {
                margin: 1.25em 0 75em;
                padding: 0;
                font-size: 100%;
                font-family: 'Cantarell', sans-serif;
				 /* - test fuer IPhone */
height:100%;
overflow: scroll;
-webkit-overflow-scrolling: touch;
				
				
            }
			


body:after{
      content:"";
      position:fixed; /* stretch a fixed position to the whole screen */
      top:0;
      height:100vh; /* fix for mobile browser address bar appearing disappearing */
      left:0;
      right:0;
      z-index:-1; /* needed to keep in the background */
      background: url(../img/bg.jpg) center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
	  background-repeat: no-repeat;
}


html { 
  /* ALTE VERSION IPAD PROBLEM
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: 2400px 1590px; /* Test f�r mac sonst -webkit-background-size: cover; */
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  
}
*/

img.bg {
   
  min-height: 100%;
  min-width: 100%; /* test f�r aaaaiPad sonst min-width: 1024px; */
	
   
  width: 100%;
  height: 100vh;
	
  
  position: fixed;
  top: 0;
  left: 0;
}

#bg {/* test f�r iPad sonst min-width: #bg komplett weg und im html letzte zeile unter body< ... img: src="img/bg.jpg" id="bg" alt=""; raus */
  position: fixed; 
  top: 0; 
  left: 0; 

  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}









@media screen and (max-width: 1024px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

 @media (max-width: @iphone-screen) { /* - test fuer IPhone */
        body {
                    font-size: 90%;
					background-image: transparent ;
                }
				
 
    
		
    }


 .headline {
	float: left;
	text-align: left;
	font-family: 'Cantarell', sans-serif;
	color: #FF6600;
	font-size: 1.5em;
    font-weight: 700;
	margin-right: 10px;
   margin-left: 10px;
            }
 .link {
	float: left;
	text-align: left;
	font-family: 'Cantarell', sans-serif;
	color: #999999;
	font-size: 1.em;
    font-weight: 700;
	
            }	
.link:hover {
	float: left;
	text-align: left;
	font-family: 'Cantarell', sans-serif;
	color: #FE019A;
	text-decoration:underline;
	font-size: 1.em;
    font-weight: 700;
	
            }	
 .link2 {
	
	font-family: 'Cantarell', sans-serif;
	color: #999999;
	text-decoration:underline;
	font-weight: 700;
	 
	
            }
.link2:hover {
	
	font-family: 'Cantarell', sans-serif;
	color: #FE019A;
	text-decoration:underline;
	font-weight: 700;
	 
	
            }	
	
			.link3 {
	float: left;
	text-align: left;
	font-family: 'Cantarell', sans-serif;
	color: #ffffff;
	font-size: 1.em;
    font-weight: 700;
	
            }			
 .absatz, section1 {
	float: left;
	text-align: left;
	font-family: 'Cantarell', sans-serif;
	color: #000000;
	margin-right: 10px;
   margin-left: 10px;
            }
            
            a {
                outline: 0;
            }

            
            .single-page-nav {
                background: #ffffff;
				border-bottom: 2px solid #999999;
                padding: 1.0em 0;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
				z-index: 999;
            }
            
            .single-page-nav ul {
                list-style: none;
                padding: 0;
                margin: 0 auto;
                width: 80%;
                overflow: hidden;
            }
            
            .single-page-nav li {
                float: left;
                width: 20%; /* bei 4 Buttons z.B. 24.75% */
                text-align: center;
				font-family: 'Cantarell', sans-serif;
            }
            
            .single-page-nav a {
                display: block;
                color: #333333;
                text-decoration: none;                
                font-size: 1.3em;
                font-weight: 700;
            }
            
            .single-page-nav a:hover {
				color: #FE019A;
			}
            .single-page-nav .current,h1 {
			color: #FE019A;
                
            }
			
			
			
    
	
	/* animated hover 

a {
  position: relative;
}

a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: #FE019A;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
  }

a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

	 ENDE animated hover */
	
	
	        
            .section {
	width: 80%;
	padding: 1.25em 0;
	margin: 0 auto;

            }
			
			
			
		 .section2 {
	width: 80%;
	padding: 0 0;
	margin: 0 auto;
/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255,255,255);
/* RGBa with 0.5 opacity */
	background: rgba(255,255,255, 0.75);
	border-top: 20px solid #fff;
	border-bottom: 2px solid #FE019A;
	font-family: 'Cantarell', sans-serif;
	max-width:1000px;
	
            }
			.section2 a {
	color: #FE019A;
	background-color:#fff;
	text-decoration: none;
	line-height: 25px
			}
			.section2 a:hover {
				color:#fff;
				background-color:#FE019A;
				text-decoration:underline
			}
			/* Animated underline */
			.section2 a::before {
				
				background-color:#ffffff;
			/* ENDE Animated underline */	
				
			}
			.section2 deko {
				color:#FE019A;
				
			}
			
			.section2 deko a {
				color:#FE019A;
				background-color:inherit;
				
			}
			.section2 deko a:hover {
				color:#FE019A;
				background-color:inherit;
				
			}
			
			.section2 h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*font-size: medium;*/
	color:#FE019A;
	/*background-color:#FFF;*/
	/*text-shadow: 2px 2px 2px white, 2px 2px 2px black;
	text-shadow: 0 -1px 1px #666666, 0 1px 1px #999;*/	
	
			}
			
			.section2 stuff {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*font-size: medium;*/
	color:#333;
	/*background-color:#CCC;*/
	/*text-shadow: 2px 2px 2px white, 2px 2px 2px black;*/
	font-size:14px;
	line-height:16px;
	font-style:bold;
	float: left;
	letter-spacing: 0.1em;
   word-spacing: 0.4em;
   text-transform: uppercase;
   padding: 0 0;
   margin-left:0px;
	
			}
			
			
			
 .section3 {
	width: 100%;
	padding: 1.25em 0;
	margin: 0 auto;
	
	border-top: 1px solid #bbb;
	
            }
			
			.sectionSP {
	width: 80%;
	float:inherit;
	height:700px;
	padding: 0 0;
	margin: 0 auto;
/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255,255,255);
/* RGBa with 0.5 opacity */
	background: rgba(255,255,255, 0.6);
	background-image:url(../img/SPENDEN-DUMMY_breit.png);
	-moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 2px solid #FE019A;
	
	font-family: 'Cantarell', sans-serif;
	
            }

			
			/* UPDATES */

	.modalDialog {
 position: Fixed;
 
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(0, 0, 0, 0.6);
 z-index: 99999;
 opacity: 0;
 transition: opacity 400ms ease-in;
 pointer-events: None;
}

.modalDialog:target {
 opacity: 1;
 pointer-events: Auto;
}

.modalDialog > div {
 width: 350px;
 
 position: relative;
 margin: 10% Auto;
 padding: 5px 20px 13px 20px;
 border-radius: 10px;
 background-color: #333333;
 background: linear-gradient(#333333, #999999);
 cursor: Default;
}

.close {
 background-color: #606061;
 color: #FFFFFF;
 line-height: 25px;
 position: Absolute;
 right: -12px;
 text-align: Center;
 top: -10px;
 width: 24px;
 text-decoration: None;
 font-weight: Bold;
 border-radius: 12px;
 box-shadow: 1px 1px 3px #000000;
}

.close:hover {
 background-color: #FE019A;
} 		
			


			
			
			/* TOOLTIP */

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:auto;
  color: #FE019A;
  background: #ffffff;
  height: auto;
  line-height: 18px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 50px;
  left: 50%;
  margin-left: -50px;
  z-index: 999;
}


			
			
			/* ENDE TOOLTIP */
			
			
			
			
	.boxcontent
{
        width:88%;
        margin:10;
		
	
        
		text-align:justify;
	display: block;
}

	

.boxcontent article
{
        float:left;
        width:100%;
        margin-right:5px;
        font-size:14px;
		color: #000000;
}
.boxcontent article p
{
        line-height:25px;
        font-family: 'Cantarell', sans-serif;
        margin-left:75px;
}
.boxcontent article h3
{
        font-family: 'Cantarell', sans-serif;
        font-size:20px;
        margin-bottom:10px;
        margin-left:75px;
}
.boxcontent article img
{
        float:left;
		 margin-right:20px
}

.boxcontent article2
{
        float:left;
        width:100%;
		 margin-left:50px;
        margin-right:5px;
        font-size:16px;
		color: #333333;
}
.boxcontent article2 p
{
        line-height:25px;
        font-family: 'Cantarell', sans-serif;
        
}
.boxcontent article2 img
{
        float:left;
		clear:left;
		 margin-right:20px;
		 margin-bottom:20px;
		
}




.boxcontent article2 h3
{
        font-family: 'Cantarell', sans-serif;
        font-size:20px;
		text-align: left;
       
		color: #333333;
}
.boxcontent article2 h4
{
        
        
		text-align: left;
       
		color: #333333;
}

.boxcontent  article2 liste
{
       line-height:25px;
        font-family: 'Cantarell', sans-serif;
		text-align:left;
		margin-left:25px;
	
}


/* " Spalten Layout */






.columnsContainer{ position: relative; margin: .5em; }

.leftColumn, .rightColumn {
	border: 1px solid rgba(190, 190, 190, .0); padding: 1.em; }

.leftColumn { margin-bottom: 20em; }

.rightColumn {   text-align:left; margin-bottom: .5em; }

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 19.5em;  margin-bottom: .5em;}

	.rightColumn { position: absolute; top: 0; right: 0; width: 17em; }   
}


/* ENDE 2 Spalten */


/* NGO Box Style */

.flotte {
	background-color:#000000;
	display: flex;		/*inline-flex container nur so breit wie childs*/
	justify-content: center;
	
	}
.orga {
	background: #ffffff;
	border-bottom: 2px solid #CCCCCC;
	box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
	display: inline-block;
	width: 200px;
	height:450;
	margin: 20px;	
	
	
	}
	/* Zoom effect */
	.photo {
  width: 240px;
  height: 120px;
  overflow: hidden;
}

img {
  transition: transform 0.25s;
  
}

.photo:hover img {
  transform: scale(1.1);
}
	/* ENDE Zoom effect */
	
	.orga img {
		padding: 0px;
		border-bottom: 2px solid #FE019A;
				
		}
		
		
	
	.orga p {
		padding: 5px ;
		
		}


/* animated hover CANCHE */
	
	.imgF_01{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_01.jpg');
}
.imgF_01:hover img{
	display:none;
	
}


.imgF_02{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_02.jpg');
}
.imgF_02:hover img{
	display:none;
}

.imgF_03{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_03.jpg');
}
.imgF_03:hover img{
	display:none;
}

.imgF_04{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_04.jpg');
}
.imgF_04:hover img{
	display:none;
}

.imgF_05{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_05.jpg');
}
.imgF_05:hover img{
	display:none;
}

.imgF_06{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_06.jpg');
}
.imgF_06:hover img{
	display:none;
}

.imgF_07{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_07.jpg');
}
.imgF_07:hover img{
	display:none;
}

.imgF_08{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_08.jpg');
}
.imgF_08:hover img{
	display:none;
}

.imgF_09{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_09.jpg');
}
.imgF_09:hover img{
	display:none;
}

.imgF_10{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_10.jpg');
}
.imgF_10:hover img{
	display:none;
}

.imgF_11{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_11.jpg');
}
.imgF_11:hover img{
	display:none;
}

.imgF_12{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_12.jpg');
}
.imgF_12:hover img{
	display:none;
}

.imgF_13{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_13.jpg');
}
.imgF_13:hover img{
	display:none;
}

.imgF_14{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_14.jpg');
}
.imgF_14:hover img{
	display:none;
}

.imgF_15{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_15.jpg');
}
.imgF_15:hover img{
	display:none;
}

.imgF_16{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_16.jpg');
}
.imgF_16:hover img{
	display:none;
}

.imgF_17{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_17.jpg');
}
.imgF_17:hover img{
	display:none;
}

.imgF_18{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_18.jpg');
}
.imgF_18:hover img{
	display:none;
}

.imgF_19{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_19.jpg');
}
.imgF_19:hover img{
	display:none;
}

.imgF_20{
	display:inline-block;
	width:200px;
	height:100px;
	background-image:url('../ngo/f_20.jpg');
}
.imgF_20:hover img{
	display:none;
}
	
	/* ENDE animated hover CANCHE */


/* ENDE NGO Box Style */

/* TABELLE */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: left;
  vertical-align:top;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
	
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}



/* ENDE TABELLE */




.boxcontent article3
{
        float:left;
        width:48%;
        margin-right:15px;
        font-size:14px;
		color: #333333;
}

.boxcontent article3 img
{
        
		 margin-right:5px;
		 margin-left: 5px;
}

/*

.boxcontent article3 p
{
        line-height:25px;
        font-family: 'Cantarell', sans-serif;
        margin-left:75px;
		color:#CCC;
		
		margin-bottom:2px;
        border-bottom: 1px solid #444444;
}

.boxcontent article3 a
{
        float: left;
	text-align: left;
		line-height:25px;
        font-family: 'Cantarell', sans-serif;
		font-style:none;
		text-decoration:none;
        
		color:#CCC;
		
		margin-bottom:2px;
        border-bottom: 1px solid #444444;
}

.boxcontent article3 a:hover
{
        line-height:25px;
        font-family: 'Cantarell', sans-serif;
		font-style:bold;
		text-decoration:none;
        
		color:#666666;
		
		margin-bottom:2px;
        border-bottom: 1px solid #666666;
}

*/

.boxcontent article4 img
{
        
		 margin-right:20px
}
.boxcontent article4 p
{
        line-height:25px;
        font-family: 'Cantarell', sans-serif;
        margin-left:25px;
		float:left;
		
		
}




			
/*--------------ACCORDEON ---------------- */
.ud_active {
	background:#F09;
	padding:4% 0 4% 4%;
}
dt {transition:all 300ms; -webkit-transition:all 300ms;}
dt,dd {
	width:96%;
	float:left;
	 text-align: left; 
	padding:2%;
	margin:0;
}
dt {
	
	background:#666;
	color:#CCC;
	
	border-top:1px solid #fff;
	cursor:pointer;
}
dt img { float:right;

position:relative;

}
dd img { float:left;
		margin-right:20px;
		
}
dt:first-child {border-top:none;}
dt:hover {background:#F09;}

dd {
	background:none;
	line-height:25px;
	font-size:16px;
	word-spacing:3px;
	color:#333;
	display:none;
}


dd liste {
	text-align:left;
}
	
	

u1 {
	width: 100%;
	height: 50px;
	background: black;
	margin: 0;
	padding: 0;
	text-align:center;
}

u1 l1 {
	display:inline-block;
	margin: 0;
	padding: 0;
}

u1 l1 a {
	position:relative;
	display:block;
	padding: 20px 20px 20px 20px;
	color:#333;
	text-decoration:none;
}
	
/*--------------ENDE ACCORDEON ---------------- */

/*ENDE-ACCORDION*/
			
			
	.trenner
{
	width: 100%;
	height:auto;
	max-width: 1024px;
	margin: 0 auto;
	
	background: #ababab;
	
	display: block;
}
	.trenner a {
		position:relative;
		display: inline-block;
		
                width: 19%; /* bei 4 Buttons z.B. 24.75% */
                text-align: center;
				font-family: 'Cantarell', sans-serif;
			
		
		
		color: white;
		text-decoration:none;
	}
	.trenner a:hover {
		color:#333;
	}
	

		

.footer{
	font-family: Arial, sans-serif;
	line-height: 14px;
	font-size: 13px;
	width: 100%;
	

	
	opacity: 0.9;
	/*text-transform: uppercase; */
	z-index: 9996;
	position: fixed;
  bottom: 0;
	-moz-box-shadow: 1px 0px 2px #666;
	-webkit-box-shadow: 1px 0px 2px #666;
	box-shadow: 1px 0px 2px #666;
}
.footer img{
	padding: 0px 2px;
	
}
.footer a{
	padding: 0px 5px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.footer a:hover{
	color: #F09;
}
.footer span.right{
	float: right;
}
.footer span.right a{
	float: none;
	display: inline;
}


	.boximg
{
        width:auto;
        
        margin:0 auto;
        padding-top: 4em;
}
.boximg article
{
        float:left;
        width:250px;
        margin-right:15px;
        font-size:14px;
}

.boximg article h3
{
       font-family: 'Cantarell', sans-serif;
        font-size:20px;
        margin-bottom:10px;
        margin-left:15px;
}

.boximg article img
{
        float:center;
		
}

.boximg article p
{
        line-height:15px;
        font-family: 'Cantarell', sans-serif;
        margin-left:15px;
		margin-left:15px;
}


.boximg article2
{
        float:left;
        width:350px;
        margin-right:15px;
        font-size:14px;
}
.boximg article2 p
{
        line-height:20px;
        font-family: 'Cantarell', sans-serif;
        margin-left:15px;
		margin-left:15px;
}

.boximg article2 h3
{
       font-family: 'Cantarell', sans-serif;
        font-size:18px;
        margin-bottom:10px;
        margin-left:15px;
}

.boximg article2 img
{
        float:center;
		
}



.boximg article3
{
        float:left;
        width:350px;
        margin-right:15px;
        font-size:14px;
}

.boximg article3 h3
{
       font-family: 'Cantarell', sans-serif;
        font-size:20px;
        margin-bottom:10px;
        margin-left:15px;
}

.boximg article3 img
{
        float:center;
		
}

.boximg article3 p
{
        line-height:15px;
        font-family: 'Cantarell', sans-serif;
        margin-left:15px;
		margin-left:15px;
}
			
		.img-item
{
        float:left;
        margin-right:25px;
}

.img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0px;
        width:117%;
        height:110px;
        background: #000 url(../img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}

		.clear
{
        clear:both;
}
            
            #section1 {
                padding-top: 5em;
            }
			
			
			/* DONATE BUTTON ################ */
			
			.wrap {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}




.donate {
  
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

donate::before {
content: '';
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all .6s ease-in-out 1s;
}

.donate:hover, .donate:focus {
  
  transform: translateY(-6px);
}

donate:hover::before, donate:focus::before {
  opacity: 0;
}

donate::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 12px solid #F09;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 2.6s infinite;
}

donate:hover::after, donate:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 0.4;
  }
  100% {
    width: 100px;
    height: 100px;
    opacity: 0.0;
  }
}

			
			/* ENDE DONATE BUTTON ################ */
			
			/*GO TO TOP BUTTON STEYLES*/

.cd-top {
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 255, 255, 0.8) url(../gfx/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #d51a8c;
  opacity: 1;
}

/* ENDE */




/* Kontakt Form */

/* Centre the form within the page */

form {
	width:459px;
	margin:0 auto;
}



label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

label h1{
	font-family: 'Cantarell', sans-serif;
	font-style:oblique;
	color:#F00;
}

input, textarea {
	width:320px;
	height:18px;
	background:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
		
	font-size:0.9em;
	color:#3a3a3a;
}
subtxt {
	color:#3a3a3a;
}
	

	input:focus, textarea:focus {
		border:2px solid #560183;
	}

textarea {
	height:150px;
	font-family:Arial, Helvetica, sans-serif;
	background: #efefef;
}
#submit {
    width:127px;
    height:38px;
    background-color: #999999;
    
    border:none;
    margin-top:20px;
    cursor:pointer;
}

	#submit:hover {
	    opacity:.6;
	}

/* IMG Center + Overlay */



            
            @media all and (max-width : 64em) { /* 1024px */
               body {
                    font-size: 90%;
					background-image: transparent ;
                }
				
 
   		
 
   

                .single-page-nav a {
                    font-size: 1.375em;
                }
                
                .section {
                    width: 90%;
                }
				
				.sectionSP {
					background-image:url(../img/SPENDEN-DUMMY.jpg);
				}
            }
            
			
			/* Test i pad prtrait */
			
			@media screen and (min-device-width : 768px) 
			and (max-device-width : 1024px) 
			and (orientation : landscapet) { 
               body {
                    font-size: 90%;
					background-image: transparent ;
                }
				
 
 
   

                .single-page-nav a {
                    font-size: 1.375em;
                }
                
                .section {
                    width: 90%;
                }
                nav.menu{
                  display: none;
                }
				
				.boxcontent {
       
        max-width:400px;
        
				}
            }
			
			@media screen and (min-device-width : 768px) 
			and (max-device-width : 1024px) 
			and (orientation : portrait) { 
               body {
                    font-size: 90%;
					background-image: transparent ;
                }
				
                
   
 
   

                .single-page-nav a {
                    font-size: 90%;
                }
                
                .section {
                    width: 90%;
                }
            }
			
            @media all and (max-width : 50em) { /* 600px */
			
			 
				
 
     		
			   
			    
                .single-page-nav a {
                    font-size: 90%;
                }

                .single-page-nav ul {
                    width: 95%;
                }

                .single-page-nav li {
                    width: 33%;
                    padding: 0.5em 0;
                }
                
                .section {
                    width: 95%;
                }
				
				.boxcontent article p
{
        line-height:25px;
        margin-left:15px;
}
.boxcontent article2 p
{
        line-height:25px;
        margin-left:15px;
}
.boxcontent article2
{
        margin-left:15px;
        width:98%;
        
}

                #section1 {
                    padding-top: 3.5em;
					font-family:'Cantarell', sans-serif;
				
                }
				
				.section2 stuff {
	
	font-size:14px;
	line-height:16px;
	
	letter-spacing: 0.05em;
   word-spacing: 0.1em;
   
	
			}
				
			
			 
		
		.boxcontent article3
{
       
        width:98%;
        
}

 @media all and (max-width : 25em) { /* 400px */
         
		 
	
        single-page-nav
        {
                 font-size: 90%;
				
        }
          
		.single-page-nav ul {
			width: 80%;
		}
		
		.single-page-nav li {
                float: left;
                width: 30%; 
                text-align: center;
				
            }
                .section2 {
                    width: 90%;
					
                }
				.boxcontent article p
{
        line-height:25px;
        margin-left:5px;
		margin-right:10px;
}
.boxcontent article2 p
{
        line-height:25px;
        margin-left:0px;
		margin-right:10px;
}
.modalDialog > div {
 width: 250px;
}
.sectionSP {
					background-image:url(../img/SPENDEN-DUMMY_kl.jpg);
					width:90%;
				}



                #section1 {
				width: 100%;
                    padding-top: 3.5em;
                }
				#section2 {
				width: 100%;
                    padding-top: 3.5em;
                }
				#section3 {
				width: 100%;
                    padding-top: 3.5em;
                }
				/*.section2 h1 {
				font-size: medium;	*/
	
			}
            }
			
			
			/* FORMULAR */
			
			

	    </style>
	



