@charset "utf-8";

/*
* Claudia Przetak
* responsiver OnePager für www.klickliesel.de
*/

/* merriweather-regular - latin */
@font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/merriweather-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/merriweather-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/merriweather-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/merriweather-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/merriweather-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/merriweather-v30-latin-regular.svg#Merriweather') format('svg'); /* Legacy iOS */
  }
  /* merriweather-700 - latin */
  @font-face {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/merriweather-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/merriweather-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/merriweather-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/merriweather-v30-latin-700.woff') format('woff'), /* Modern Browsers */
         url('../fonts/merriweather-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/merriweather-v30-latin-700.svg#Merriweather') format('svg'); /* Legacy iOS */
  }

  /* roboto-slab-regular - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v24-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/roboto-slab-v24-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }

/* Reset Setzen Standard */
/* Abstände auf Null */ 
*{    
    margin: 0;    
    padding: 0;       
    /*alternatives Box-Modell für ältere Browser */ 
    -mozbox-sizing: border-box;    
    -webkit-box-sizing: border-box;    
    box-sizing: border-box; 
    }

/* Layout - Anfang*/
html{        
        font-size: 100%; /* Browserstandard: 16px */
}
 
img{ /*Bilder passen sich dem flexiblen Layout an*/
        max-width: 100%;
        margin-left: 1%;
    }

.alignright{
    float: right;
    margin: 5px 0 15px 15px;
    }

.alignleft{
    float: left;
    margin: 5px 15px 15px 0;
    }

body{
        font-family: 'Roboto Slab', Helvetica, Arial, sans-serif;
        color:  #343534;
        margin-top: 10px;
        line-height: 1.8; /*Zeilenabstand*/
    }
      
.wrapper{
        max-width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    
header{
        float: left; 
        text-align: center;
        width: 100%;
        padding: 1%;
        margin-bottom: 25px;
    }

nav{
    float: right; 
    text-align: center;
    width: 80%;
    padding: 1%;
    }

.seiterechts{
    text-align: left;
    width: 40%;
	float: right;
    padding: 1% 1% 5% 1%;
    margin-top: 10px;
    margin-bottom: 15px;
}

#main_schmal{
    width: 58%;
    float: left;
    padding: 1% 1% 5% 1%;
    margin-top: 15px;
    background: rgba(135, 240, 129, 0.287);
    margin-bottom: 15px;
}

#main_voll{
    width: 100%;
    float: left;
    padding: 1% 1% 5% 1%;
    margin-top: 15px;
    margin-bottom: 25px;
}

#main_voll_farbe{
    width: 100%;
    float: left;
    padding: 1% 1% 5% 1%;
    margin-top: 15px;
    background: rgba(74,175,69,0.2);
    margin-bottom: 25px;
}

#main {
    padding: 1% 1% 5% 1%;
    margin-top: 10px;
    padding-top: 2px;
    background: rgba(74,175,69,0.2);
    margin-bottom: 25px;
}

footer{
    float: left; 
    width: 100%;
    padding: 1%;
    margin-top: 15px;
    background: #eeeeee;
}
/* Layout - Ende*/


/* Raster * * * * * * * * */ 
.column {
    float: left; /*sorgt dafür das die Spalten columns nebeneinander sind und nicht untereinander*/
    
    padding: 1% 1% 10% 1%;
    margin: 0 0 25px 20px;
    }

.column:first-child {
    margin-left: 0;
    }

.full { width: 100%; } 
         
.half {width: 49%; } 
         
.third { width: 32%; } 
         
.two_third { width: 66%; } 
         
.fourth { width: 23.5%; } 
         
.three_fourth {width:74.5%;}

.row_eigen{ /*jede Reihen beginnt in einer neuen Zeile */
    width: 100%; 
    float: left; 
    }
/*Raster - Ende */


/* Navigation - Anfang*/
#klein_menu{ 
    display: none; 
    }

#navigation{
    margin: 2% 10px 0 0;	
    }
    
#navigation ul li{
        display: inline;
    }

#navigation li{
    display: inline;
    margin: 0 10px 0 25px;
    list-style: none;
    position: relative;
    }
    
#navigation li a{
    color: #000000;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    }
    
#navigation li a:hover{
        color: #4aaf45;
    }
/* Navigation - Ende*/


/* Typografie - Anfang*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather', serif;
    font-style: italic;
    font-weight: 400;
    margin: 8px 0;
}

h1{
    color: #000000;
    font-size: 36px;
    font-family: 2.25rem;
    font-style: italic;
    font-weight: 700;
}

h2{
    font-size: 28px;
    font-size: 1.75rem;
    color: #3f883b;
}

a{
    color: #af142f;
    text-decoration: none;
}

a:hover{
    text-decoration:underline;
}

.a_dunkel {
    color: #000000;
}


p{
    font-size: 16px;
    font-size: 1rem;
    margin-top: 13px;
    margin-bottom: 13px;
}

.button{
    background: #cf2d48;
    padding: 4px 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 3px;
}

/* Typografie - Ende*/


/* Formular - Anfang*/
label { 
    display: block;
    cursor: pointer;
    margin-bottom: 6px;
    font-weight: 700;
}
  
input[type='text'],input[type='checkbox'], input[type='radio'], textarea, select {
    margin-bottom: 14px;
}

input[type='text'], textarea, select {
    width: 75%;
    border: 1px solid #999;
    padding: 5px;
    font: 400 16px/28px'Roboto Slab', Helvetica, Arial, sans-serif;
  }

textarea {
    height: 150px;
  }
/*nur HTML5 fähige Browser erkennen das Feld an*/
input[required] {
    border-color: #af142f;
}
/* Formular - Ende*/


/* Media Queries * * * * * * * * */ 
/*980 px bis 1279 px*/
@media only screen and (min-width: 980px) and (max-width: 1279px) {
    
} 

/*760 px bis 979 px*/
@media only screen and (min-width: 760px) and (max-width: 979px) {
    
    .wrapper{
        width: 760px;
        }

    #navigation li{
        display: inline;
        margin: 0 10px 0 5px;
        list-style: none;
        position: relative;
        }
    
    .full, .two_third, .half, .third, .fourth, .three_fourth, #main_schmal, #main_voll, #main_voll_farbe, .seiterechts{
        width: 96%;
    }
}

/*bis 760 px */
@media only screen and (max-width: 759px) {
    #navigation{
        display: none;
        margin: 0px 0 0;        
    }

    #navigation ul li{
        display: block;
        float: none;
    }

    #navigation li{
        display: block;
        margin: 0 10px 0 10px;
        list-style: none;
        position: relative;
        }
    
    #navigation li a{
        color: #000000;
        font-family: 'Merriweather', serif;
        font-size: 20px;
        font-size: 1.25rem;
        font-style: italic;
        font-weight: 700;
        text-decoration: none;
        padding: 10px 10px 10px 10px;
        }
    
    #navigation li a:hover{
        color: #4aaf45;
     }   

    a#klein_menu{    
        display: block;   
        font-family: 'Merriweather', serif; 
        font-size: 20px;
        font-size: 1.25rem;
        font-style: italic;
        background: rgba(74,175,69,0.2);;    
        color: #343534;   
        text-decoration: none;    
        text-transform: uppercase;    
        padding: 10px 0;    
        margin: 25px 0 0; 
        border-color: #000000;
        border-style: solid;
        border-width: 1px;
        }

    .wrapper, nav, header{
        width: 98%;
        float: left;
            }

    .full, .two_third, .half, .third, .fourth, .three_fourth, #main_schmal, #main_voll, #main_voll_farbe, .seiterechts{
        width: 96%;
        margin: 25px 2% !important;
        /* ohne !important hätten die ersten columns alle einen linken Abstand von Null */
        }
}