/*********************************************************************************

	Project		    :	kilimahewa.org
	Programmierung	:	Fritz Ritzinger
	Copyright       :   kilimahewa.org

**********************************************************************************/



/* ### undo #################################################################### */

:link,:visited { text-decoration: none; color: #844E22; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div, p, li, a {background-repeat:no-repeat; }

/* ### reset some basic style ################################################### */

dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }


.shadow {
    -webkit-box-shadow: 0px 0px 5px 1px #999999;                            
    -moz-box-shadow: 0px 0px 5px 1px rgba(59,59,59,1);
    box-shadow: 0px 0px 5px 1px #999999;
}

.round {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex: 1;
    display: -webkit-flex-box;
    -webkit-align-items: stretch;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-around;
    display: -moz-flex;
    -moz-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-align: strech;
    -ms-flex-direction: row;
    -ms-flex-flow: wrap;
    -ms-flex-wrap: row-wrap;
    -ms-flex-pack: justify;
    -ms-flex-pack: distribute;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around;
}


.scrollup {
  width: 0px;
  height: 0px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 50px solid #FEA154;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  background-color: #fff;
  z-index: 999;

}

::selection {
  color: #fff;
  background: #844E22; }

p {
    margin-bottom: 20px;
}

h1 {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 3px;
    margin: 50px 0 35px 0;
    line-height: 1.5em;
    text-align: center;
}

h2 {
    margin: 20px 0 25px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
}

h3 {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin: 20px 0 20px 0;
}

ul {
    margin: 20px 0 20px 30px;
}

li {
    list-style: disc;
    margin-left: 30px;
}

.pleft {
    float: left;
    margin-right: 25px;
}

.pright {
    float: right;
    margin: 0 30px 20px 20px;
    margin-right: 30px;
    margin-left: 20px;
}

.pcenter {
    display: block;
    margin: 0 auto;
}



html {
    background: #FEA154;
    overflow-y: scroll;
}


body {

	font-family: 'Droid Sans', sans-serif;
	font-size:15px;
	color: #844E22;
	margin: 0;
	padding: 0;
	width: 100%;
}

main {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1100px;
    
    background: #fff;
}

main a:hover {
    background: #844E22;
    color: white;
}

header {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 2vh;
    /* margin-bottom: 5vh; */
}

header #headerpic {
    width: 58.1818%;
    position: relative;
}

header #headerpic img {
    width: 100%;
}

#headerpic{
    width: 100%;
}

#headerpic #hinweis {
    position: absolute;
    bottom: 30px;
    left: 40%;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    transform: rotate(-5deg);
    transition: all 0.5s;
}

#headerpic #hinweis p {
    margin: 0;
}

#headerpic a:hover #hinweis {
    background-color: #844E22;
}

#headertext {
    display: block;
    position: absolute;
    width: 41.8181%;
    top: 0;
    right: 0px;
    text-align: center;
}

#headertext h1 {
    margin-top: 20px;
}

#headernav {
    display: block;
    position: absolute;
    width: 41.8181%;
    right: 0;
    bottom: 0;
    text-align: center;
}

#headernav ul {
    text-align: center;
}

#headernav li {
    float: left;
    list-style: none;
    font-size: 12px;
    /* padding: 5px; */
    transition: all 0.7s;
}

#headernav li a {
    padding: 5px;
    transition: all 0.7s;
}


#headernav li:hover a {
    background: #844E22;
    color: #fff;
}


nav {
    display: block;
    height: 50px;
    width: 100%;
}
 
 
article {
    width: 90%;
    padding: 0 50px;
}

footer {
    display: block;
    width: 100%;
    margin: 30px 0 20px 0;
    padding: 20px 0;
    text-align: center;
    border-top : solid #99a599 1px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 2px;
}


footer nav ul li {
    display: inline-block;
    padding: 5px;
    
}

footer ul li a:hover {
    color: #fff;
    background: #844E22;
}


/**********************  doForm Start******************/

.formgen {
    width: 80%;
    margin: 50px auto;
}

.formgen label,
#rex-xform label {
    display: block;
    float: left;
    width: 28%;
    font-size: 18px;
}

.formgen input[type='text'],
.formgen input[type='tel'],
.formgen textarea,
.formgen input[type='submit'],
.formgen input[type='email'],

#rex-xform input[type='text'],
#rex-xform input[type='password']
 {
    /* display: inline-block; */
    width: 68%;
    height: 35px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1em;
    /* font-family: 'Maven Pro', sans-serif; */
    border: none;
    color: #fff;
    /* font-weight: bold; */
    padding: .2em 10px .2em 10px;
    margin: 0 0 10px 0;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    color: #fff;
    font-weight: 700;
    background-color: rgba(254, 161, 84, 0.7);
}

.formgen input[type='submit'] {
    float: right;
    margin-right: 8px;
    color: #fff;
    width: calc(68% + 23px);

}

.formgen textarea {
    height: 150px;
}

/**********************  doForm Ende ******************/



.pikto {
    display: inline-block;
    border: solid 1px #999;
    text-align: center;
    width: 30%;
    min-width: 200px;
    margin: 0 15px 30px 15px;
    transition: all 0.5s
}

.pikto p {
    line-height: 1em;
    padding-top: 5px;
    transition: all 0.7s;
    margin-bottom: 5px;
}

.pikto:hover {
    background: rgba(254, 161, 84, 0.7);
}

.pikto img {
    width: 100%;
    opacity: 1;
    transition: all 0.7s;
}

.pikto:hover img {
    opacity: 0.5;
}

#piktotext {
    width: 200px;
}

.pikto ul {
    text-align: left;
}



/*********************   Galerie   ****************************/

.galerie {
    display: block;
    width: 40%;
    min-width: 300px;
    border: solid 1px #844E22;
    background: #FEA154;
    margin: 0 2% 5vh 2%;
}

.galerieh1 {
    text-align: center;
}

.galerieh1 h1 {
    margin: 15px 0 15px 0;
}

a.galeriestartpic {
    display: block;
    width: 100%;
    height: 200px;
    margin: 0px 0 10px 0;
}

a.galeriestartpic div {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    
}

.galeriepics {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}


.galerie:hover img,
.galerie:hover .galeriestartpic,
.galerie .galeriepics a:hover {
    transition: all 0.5s;
}

.galerie:hover img,
.galerie:hover .galeriestartpic,
.galerie .galeriepics a:hover {
    opacity: 0.7;
}

.galerietext {
    padding: 8px;
    margin-top: 10px;
}



/*********************   Galerie Ende   ****************************/

.download {
    background: #99a599;
    color: #fff;
    padding: 10px;
    width: 40%;
    min-width: 450px ;
    margin-bottom: 10px;
    transition: all 0.7s;
}

.download:hover {
    background: #588A67;
}

.download a {
    color: #fff;
    font-weight: 700;
    margin-top: -5px;
}

.download input[type="image"],
.download img {
    padding: 5px;
    margin-right: 10px;
    border: solid 1px #555;
    background: #fff;
}

.download input[type="image"] {
    position: relative;
    top: 10px;
}



.textfeldfrage,
.radio,
.checkbox,
.select {
    border: solid 1px #999;
}

#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:right; 
   border-top:1px solid #fff;
   background: #844E22; 
   color: #fff;
   /* background: -moz-linear-gradient(top, #844E22 0%, #f2f6f9 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#844E22), color-stop(100%,#f2f6f9));
   background: -webkit-linear-gradient(top, #844E22 0%,#f2f6f9 100%);
   background: -o-linear-gradient(top, #844E22 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #844E22 0%,#f2f6f9 100%);
   background: linear-gradient(to bottom, #844E22 0%,#f2f6f9 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#844E22', endColorstr='#f2f6f9',GradientType=0 ); */ 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}




@media all and (max-width: 1050px) {
    .pikto {
        width: 40%;
    }
}

@media all and (max-width: 800px) {

    .pright {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }

    .download {
        width: 100%;
        min-width: 200px;
    }
    
    .pikto {
        width: 40%;
    }
    
    .galerie {
        width:90%;
    }
    
    
    
    #headertext {
        position: relative;
        width: 100%;
    }    
    
    #headertext h1 {
        margin-bottom: 0px;
    }
    
    #headertext h2 {
        margin: 0 0 0 0;
    }
    
    header #headerpic {
        width: 100%;
    }
    
    .formgen input[type='text'],
.formgen input[type='tel'],
.formgen textarea,
.formgen input[type='submit'],
.formgen input[type='email'],

#rex-xform input[type='text'],
#rex-xform input[type='password']
 {
     width: 100%;
 }
    
    
}

@media all and (max-width: 600px) {
    
    article {
        padding: 0 10px;
    }
    
    .pikto {
        width: 100%;
    }
    
    
    
}

@media all and (max-width: 400px) {
     main {
         width: 100%;
     }
     
     article {
         width: 100%;
     }
}