
/*
* custom.css file from Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Navigation
- Typography
- Links
- Buttons
- Images/elements
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing / Styles überschreiben
- Media Queries
*/



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Farben:
grau-weiß: #ebebeb
hellgrau-weiß: #f0f0f0 */

body{
     /*background-color:rgba(76, 175, 80, 0.5);  /* #fff */
     background-color: #99CC99; /*#99CC99; #66CC99; */
   /*  background-image: url('images/2014-07_Bienenseuche_DSCF1027_1500x469_klein.jpg');
     background-attachment: fixed; 
     background-repeat:repeat-y;
     background-position: 47% 50%;
     height: 100%; 
     width: 100%;
     z-index: 3000 */
    }
  
 	 
  	   
.value-props {     /* Passe auch die Schrift in docs-section an */
  margin: 2rem .5rem;     /* Abstand Überschrift */
 background-color: #f0f0f0;  /* NEU  auch docs-section anpassen */
  font-size: 1.8rem;
  letter-spacing: .1rem;
}
   
 
/* Portfolio boxes / Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */  
/* -> giddy.css */

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* -> giddy.css */



/*  Repariere bildgröße in sehr
alten Browsern. Stylesheet funktioniert nicht in CSS-Datei */
.img-fix-width {
    max-height: 350px;  
    margin: auto;
    width: 100%;
    border: 3px solid #73AD21;
    border-radius: 20px;
    padding-left: .1rem;
    display: inline-block;
}
 #text {
  position: relative;
  color: red;
  font-size: 24px;
  font-weight: bold;
  left: 0rem;
  top: 0rem;
  border: transparent;
  width: 550px;
  height: auto;
}   
      
  /* Portfolio-Rahmen */
  .rahmen-rund {
    border: solid 2.5px #00CCCC; 
    border-radius: 5px;  
    margin: 2rem 0;   
    padding: .5rem;  /* Abstand Bild+Text Innen Portfolio-Box */ 
    margin-left: 0rem;   /* IMPORTANT!! Bug fix */
    height: auto;    /* IMPORTANT!! Passe Box an Text an */
  }
  .rahmen-rund-transparent {
    border: transparent;
  }
  /* Portfolio-Überschrift */
  .rahmen-header {
     margin-bottom: 2rem;  /* Rand zu groß */   
  }
  .rahmen-fluid-bild {
    width: 100%;
  /*  background-image: url('images/2014-07_Bienenseuche_DSCF1027_720x540.JPG'); */
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed;  /* fix the image and scroll the others */
     background-position: 47% 50%;
  } 
  

  /* Portfolio margins */
/* Images with small text on main page */
		 .portfolio-margins {
           border-radius: 10px;
           padding-bottom: .5em; 
           padding-top: 0em; 
           margin-bottom: 0em;
           margin: 2rem;
           padding: 0 .5em; 
           text-align: left;
           border: solid 2px #00CCCC;   /* #00CCCC */
        }  
      .portfolio-headings {
          margin-bottom: .5rem; 
          margin-top: 1rem;
          text-align: center;
          text-transform:uppercase; 
          color: #666;
          font-size: 1.6rem; 
          line-height: 1.6;  
          letter-spacing: 0;
         }  	
       .portfolio-wrap {     
          word-wrap: break-word;  /* Umbruch im Wort für lange Wörter */
        }
      @media (max-width: 749px) {
			.portfolio-headings { 
			 font-size: 1.8rem;
			}
		 }

    	
       .portfolio-images {
         width: auto;
		   *height: 650px; /* actual img height - IE7 */
          border-radius: 10px;
          margin: 2rem 0;
         } 
		 .fluid-ratio-portfolio-image { 
		    max-width: 100%; /* Don't use size. The images will overlap. */
		    *height: 150px; /* actual img height - IE7 */
		    background-repeat: no-repeat;
		    /*background-image: url(images/Urlaub_france_2005_06.10.2005_15-57-24-4.jpg);*/
		    background-size: cover;
		    background-position: 5% 5%;
	   	}
	    .fluid-ratio-portfolio-image:after {
		    content: " ";
		    display: block; 
		    width: 100%; 
		    padding-top: 0; /* slope 4.918%*/
		    height: 202.786px; /* start height */
		    max-height: 150px 250px
		  }
		  
 
		
		  @media (min-width: 750px) {
			.fluid-ratio-portfolio-image { 
			 *height: 650px; /* actual img height - IE7 */
			 background-position: 50% 50%;
			}
			.fluid-ratio-portfolio-image:after {
			 padding-top: 4.918%; /* slope */
			 min-height: 600px; /* start height 202.786px*/
			 max-height: 750px;
			}
		  }  
  /* Portfolio margins ENDE */
  
  
  
/* Image in video or audio tag */
  .videoInsert {
    position: relative; 
    z-index: 20;    /* Put the veideo box below the ribbon */
    background-color: transparent;   /* background behind the video window */
    border-radius: 5px;
    text-align: center;   /* NEU */
    vertical-align: middle;
    right: 0; 
    bottom: 0;
    max-width: 100%; 
    width: auto; 
    height: auto; /* 40px is klein genug */
    background-size: cover;
    overflow: hidden;
}
				
/* Audio tag */
audio {
    background-color: #00CCCC;
    width: 100%;
}
#player {
	 width: 60%;
	 margin-top: 1px;
	 float: left;
	}​
	
/* Audio tag */
video {
    background-color: #00CCCC;
    width: 100%;
}
#player {
	 width: 60%;
	 margin-top: 1px;
	 float: left;
	}​

    
/* Larger than tablets */

.navbar {    /* don't show navbar on small devices */
 display: none;
  } 
  
  
/* Scrolling nav button which is always above the others */
/* [LINK]www[dot]w3schools[dot]com/howto/howto_css_fixed_menu.asp -->
<!-- Die Navigation besteht nur aus einem Element, das unten
rechts in der Ecke platziert ist. Ein Klick darauf und der Nutzer
kommt nach oben an den Anfang der Seite. --> */
.navbar-bottom {
  visibility: visible;
  z-index: 500;   /* Put the to-the-top-button over the others but below the header (z-index 30) */
  position:static;
  border: solid 1px #333; 
  background-color: #333; ;   /* #333 dark anthrazit */
  position: fixed;
  margin-bottom: 2em;
  bottom: 0;
  right: 0;
  /* margin-left: -70px; */
  width: 2.4em;
  height: 2.4em;
  border-radius: 2px;
}

.navbar-bottom a {
  
  display: block;
  color: #f2f2f2;
  text-align: center;
  font-weight: 800;
  padding: 14px 5px;
  text-decoration: none;
  font-size: 17px;
}

/*### Smartphones (portrait and landscape)(small)### */
@media screen and (min-width : 0px) and (max-width : 767px){
/*Style*/
}

/*.main{   /* macht Probleme mit der CSS-only Navigationsbar 
  padding: 1px;
  margin-bottom: 30px;
  height: 1500px;} /* Used in this example to enable scrolling */
/* END scrolling nav bar */

     


.header {
  margin-top: 0;  /* .5rem */
  margin-bottom: 0;  /* Distance to the image below */
  padding-top: 0;}
.value-prop {
  margin: 1rem .5rem;
  }
.value-props {
  background-color: #f0f0f0;   /* NEU Auch docs-section anpassen */
  margin: 2rem .5rem; }
.docs-header {
  margin-top: 1rem;   /* Hinzugefügt */
  margin-bottom: 1rem;  /* Hinzugefügt */
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.6rem;   /* default 1.4 */
  letter-spacing: .2rem;
  font-weight: 400; }
.docs-text {
  /* Increase top margin text -> foto */
  margin-top: 1.5rem;
  margin-bottom: .5rem;
}  
.docs-section {    /* Passe auch die Schrift in .value-props (oben) an */
   width: 100%;     /* Passe Container an Display an */
   background-color: #f0f0f0;   /* NEU - auch value-props anpassen */
  font-size: 1.8rem;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: .1rem;
  /* border-top: 1px solid #eee; */
  border-bottom: 1px solid #E1E1E1;
  padding: .5rem;
  margin-bottom: .5rem;
  margin-top: 1rem;}
.docs-section-border-transparent {   /* NEU */
  border-color: transparent;
}
.docs-section-background-transparent {   /* NEU */
  background-color: transparent;
}
.value-img {
	width: 95%;   /* Bild läuft sonst aus dem Rahmen */
   height: auto;
  display: block;
  text-align: center;
  margin: 1rem auto ; }
  
  /*value-img
    border-radius: 10px;   
  padding-right: 2px;  
  */
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example 
.row,.docs-example.row,
.docs-example form {
  margin-bottom: 0;
  margin-right: 0; 
  }  /* NEU */
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
	width: 100%;  /* Added */
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word; 
 /* Verhindert, dass der Text aus der Box rausfließt */
  overflow: auto;  /* NEU */
  table-layout: fixed;   /* NEU */
  width: 100%    /* NEU */
  }

.example {
  position: relative; 
  margin-top: 4rem; 
  margin-left: .5rem;}
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
	border-radius: 5px;
  display: block;
  position: relative;
  overflow: hidden;
 /* border: 1px solid #eee; */
  height: auto; }  /* 450px Passe Größe an linke Box an*/
.example-screenshot {
  border-radius: 5px;
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }

@media (min-width: 400px) {   */ NEU */
	.docs-section {   /* Portfolio sections */
	 width: 85%;
	 margin: .5rem; }
	}
/* Larger than phone */
@media (min-width: 550px) {
  .header {
    margin-top: 0; } /* 18rem */ 
  .value-props {
    margin: 4rem .5rem;
    background-color: #f0f0f0;   /*hellgrau #ebebeb  NEU  auch docs-section anpassen */ }
  .value-img {
    width: 100%;    /* Bild läuft sonst aus dem Rahmen */
    max-width: 400px;
    height: auto;
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
  	 background-color: #f0f0f0;   /* NEU Auch value-props anpassen */
    padding: .5rem .5rem; 
    margin: .5rem .5rem;
    border-radius: 5px;
    width: 95%;}
   
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
  	border-radius: 5px;
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }
}

/* Larger than tablet */
@media (min-width: 750px) {
  /* Navbar */
  .navbar + .docs-section {
  	 background-color: #f0f0f0;  /* NEU Auch value-props anpassen */
    border-top-width: 0; 
    
    }
  .navbar,
  .navbar-spacer {
    display: block;
    width: 100%;
    height: 6.0rem;
    background: #f0f0f0;    /* #fff */
    border-radius: 5px;
    z-index: 99;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }
  .navbar-spacer {
    display: none; }
  .navbar > .container {
    width: 100%; }
  .navbar-list {
    list-style: none;
    margin-bottom: 0; }
  .navbar-item {
    position: relative;
    float: left;
    margin-bottom: 0; }
  .navbar-link {    /* navbar elements */
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: .2rem;
    margin-right: 35px;
    text-decoration: none;
    line-height: 6.5rem;
    color: #666; }
  .navbar-link.active {
    color: #33C3F0; }
  .has-docked-nav .navbar {
    position: fixed;
    top: 0;
    left: 0; }
  .has-docked-nav .navbar-spacer {
    display: block; }
  /* Re-overiding the width 100% declaration to match size of % based container */
  .has-docked-nav .navbar > .container {
    width: 80%; }

  /* Popover */
  .popover.open {
    display: block;
  }
  .popover {
    display: none;   /* Do not show at the beginning */
    position: absolute;
    top: 0;
    left: 0;
    background: #f0f0f0;
    border: 1px solid #eee;
    border-radius: 5px;
    top: 92%;
    left: -50%;
    -webkit-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
       -moz-filter: drop-shadow(0 0 6px rgba(0,0,0,.1));
            filter: drop-shadow(0 0 6px rgba(0,0,0,.1)); }
  .popover-item:first-child .popover-link:after, 
  .popover-item:first-child .popover-link:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .popover-item:first-child .popover-link:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #f0f0f0;
    border-width: 10px;
    margin-left: -10px; }
  .popover-item:first-child .popover-link:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #eee;
    border-width: 11px;
    margin-left: -11px; }
  .popover-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .popover-item {
    padding: 0;
    margin: 0; }
  .popover-link {
    position: relative;
    color: #222;
    display: block;
    padding: 8px 20px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.0rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: .1rem; }
  .popover-item:first-child .popover-link {
    border-radius: 5px 5px 0 0; }
  .popover-item:last-child .popover-link {
    border-radius: 0 0 5px 5px;
    border-bottom-width: 0; }
  .popover-link:hover {
    color: #f0f0f0;
    background: #33C3F0; }
  .popover-link:hover,
  .popover-item:first-child .popover-link:hover:after {
    border-bottom-color: #33C3F0; }
}




/* Spacing, positions */
.center-60 {
    margin: auto;
    width: 60%;
    padding: 10px;
    }
.center-100 {
    margin: auto;
    width: 100%;
    padding: 10px;
    }
.four-margin.columns { 
    margin-left: 0; 
    margin: 1.3%;     /* NEU - Schiebe alles weiter nach rechts 3x30%=90, Rest 10/2=5 */
   }    
   
      
/* Container */ 
/* siehe skeleton.css */
.container-outer {
  margin: auto;  
    max-width: 960px;
  width: 100%;
  height: 100%;
  padding: 0Rem;
  margin: 0rem;
}
.container {
    margin: auto;
    width: 100%;
    padding: .5rem;}

/* For devices larger than 400px */
@media screen and (max-width: 400px) { 
  .container {
    margin: auto;
    width: 98%;
    padding: .5rem; 
  }
}

/* For devices larger than 550px */
@media screen and (min-width: 550px) { 
  .container {
    margin: auto;
    width: 95%;
    padding: 1rem;  
  }
   }
/* Larger than tablet */
@media screen and (min-width: 750px) { 
 .container {
    margin: auto;
    width: 95%;
    padding: 1rem;   }
}
    

/* Clearing / Styles überschreiben */
  
/* Transparenter Hintergrund */
.background-transparent {
  background-color: transparent; }
.background-white {
  background-color: #f0f0f0;
}
/* Transparenter Rahmen */
.border-transparent {
  border-color: transparent;
}
.border-transform {
  border-radius: 10px;
}
