/* ALLGEMEIN */

body {
    font-size: 1.05em;
    font-family: "Open Sans", sans-serif;
    background: #f9f9f9;
    color: #555;
}



.sd{color:black; background:#9ac5f2; padding-left:3px; padding-right:3px; margin-left:5px; margin-right:5px;}
.wl{line-height:25px; width:450px;}

.texto {
	text-align:justify;
	background:#CEE3F6;
	padding-left:15px; padding-right:15px; 
	} 

.question {
	background-color: #E6E6E6;
}

.fusion-reading-box-container {
  z-index: 1;
  position: relative;
  margin-bottom: 84px;
}
.fusion-reading-box-container .reading-box {
  padding: 28px 28px 27px 31px;
  background-color: #F2EFEF;
  border-left: 3px solid #a0ce4e;
}
.fusion-reading-box-container .reading-box.reading-box-center,
.fusion-reading-box-container .reading-box.reading-box-right {
  text-align: left;
}
.fusion-reading-box-container .reading-box h2 {
  margin: 0 0 7px;
  line-height: 20px;
  font-size: 18px;
}
.fusion-reading-box-container .continue {
  display: none;
}
.fusion-reading-box-container .continue-center {
  float: none;
  margin: 15px auto 0 auto;
}
.fusion-reading-box-container .continue-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.fusion-reading-box-container .continue-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
.fusion-reading-box-container .mobile-button {
  display: block;
  float: none;
  margin: 20px 0 0;
}
@media (min-width: 800px) {
  .fusion-reading-box-container .reading-box.reading-box-center {
    text-align: center;
  }
  .fusion-reading-box-container .reading-box.reading-box-right {
    text-align: right;
  }
  .fusion-reading-box-container .continue {
    display: block;
  }
  .fusion-reading-box-container .continue-center {
    display: inline-block;
  }
  .fusion-reading-box-container .mobile-button {
    display: none;
  }
}
.element-bottomshadow {
  position: relative;
}
.element-bottomshadow:before,
.element-bottomshadow:after {
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: -1;
  height: 20%;
  max-height: 100px;
  max-width: 460px;
  width: 60%;
  content: "";
  opacity: 0.7;
  -webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.element-bottomshadow:after {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.feedback{
	position:absolute;
	left:350px; 
	top:754px; 
	width:300px; 
	border-style:outset; 
	border-width:2px; 
	border-color:#f5f5f5; 
	background-color:#4c9cf1; 
	-moz-box-shadow:3px 3px 3px #aaaaaa; 
	-webkit-box-shadow: 3px 3px 3px #aaaaaa; 
	box-shadow:3px 3px 3px #aaaaaa; 
		padding:10px; 
	padding-top:20px; 
	display:none; 
	z-index:5;}

a {
    text-decoration: none;
    color: inherit;
}

hr {
    margin: 10px 0;
    border: 1px dashed #4C9CF1;
}

h1, h2, h3 {
    font-family: 'Averia Serif Libre', cursive;
    text-align: center;
    color: #2262AD;
}

h4 {
    color: #2262AD;  
}


/* HEADER */

header {
    width: 100%;
    height: 1.5em;
    padding: 1em 0;
    border-bottom: 4px solid #4C9CF1;
    z-index: 100;
    text-align: center;
    margin-bottom: 10px;
}

#logo {
    font-family: 'Averia Serif Libre', cursive;
    font-weight: bold;
    font-size: 1.5em;
    letter-spacing: 1.6px;
    color: #2262AD;
    
    margin-top: -6px;
    padding: 2px;
    width: 25%;
    float: left;   
}

#logo span {
    color: #f9f9f9;
    background: #2262AD;
    font-size: 110%;
    padding: 3px 6px;
}

.n-audio {
    width: 100%;
    float: right;
    margin-right: 10px;

}

nav {
    width: 60%;
    float: right;
    margin-right: 30px;
}

nav ul {
    list-style: none;
    width: 100%;
    margin: 0 auto;
}

.menulinks {
    width: 15%;
    font-size: 110%;
    margin: 0 10px;
    
    float: left;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    
    color: #4C9CF1;
    font-weight: bold; 
    border: 1px dotted #4C9CF1;
    border-radius: 20px;    
}
.menulinks:hover, :focus {
      color: #f9f9f9;
      background: #4C9CF1;
      border-top: 1px solid powderblue;
      border-bottom: 1px solid #2262AD;
}

.menulink {
    width: 25%;
    font-size: 110%;
    margin: 0 10px;
    
    float: left;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    
    color: #4C9CF1;
    font-weight: bold; 
    border: 1px dotted #4C9CF1;
    border-radius: 20px;    
}
    
.menulink:hover, :focus {
      color: #f9f9f9;
      background: #4C9CF1;
      border-top: 1px solid powderblue;
      border-bottom: 1px solid #2262AD;
}
  
#menu-icon {
    display: hidden;
    width: 40px;
    height: 40px;
    background: #4C9CF1 url(../img/menu-icon.png) center;
}

@media only screen and (max-width: 600px) {
    
    #menu-icon {
        display: inline-block;
        float: right;
        margin-right: 20px;
        margin-top: -5px;
    }
    
    #menu-icon:hover {
        background-color: #4C9CF1; 
    }
    
    nav ul, nav:active ul {
        display: none;
        position: absolute;
        padding: 20px;
        right: 20px;
        top: 60px;
        width: 50%;
        background: #f9f9f9;
        border: 2px solid #4C9CF1;
    }
    
    .menulink {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        margin: 5px;
    }
    
    nav:hover ul {
        display: block;
    }
}

/* MAIN */

.container {
  width: 90%;
  height: auto;
  overflow: auto;
    
  margin: 20px auto;
  padding: 20px 30px;
    
  border: 2px double #4C9CF1;
  border-radius: 4px;
}

/* about */

.about-pic {
  width: 100px;
  margin: 20px;
  float: right;
  border: 1px solid grey;
  border-radius: 50%;
}

.about-text {
  margin: 20px;
  padding: 20px;
}

/* portfolio */

.portfolio {
       overflow: auto;
       border: 1px dashed #4C9CF1;
       padding: 10px 5px;
       width: 100%;
       margin: 0 auto;
       border-radius: 4px;
       background: #A2CDF9;
}
 
   div.gallery {
    margin: 5px;
    margin-left: 5px;
    padding: 8px;
    border: 1px solid #4C9DF1;
    float: left;
    width: 30%;
    max-width: 300px;
    border-radius: 4px;
    background: #f1f1f1;
   }

   div.gallery:hover {
     border: 1px solid #2262AD;
     box-shadow: 4px 4px 4px #aaa;
   }

   div.gallery img {
    width: 100%;
    height: 150px;
   }

   div.desc {
    padding: 15px;
    text-align: center;
    height: 80px;
    overflow: auto;
   }

/*contact*/ 

form {
  width: auto;
}

.form-style {
    margin: 0 auto;
    max-width: 500px;
    padding: 10px 20px 10px 20px;
}

.form-style li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}

.form-style label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}

.form-style .field-long{
    width: 100%;
}

.form-style textarea {
  height: 100px;
}

.form-style input[type=text],
.form-style input[type=email],
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border:1px solid #BEBEBE;
  padding: 7px;
  margin:0px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;  
}

.form-style input[type=text]:focus,
.form-style input[type=email]:focus,
.form-style textarea:focus {
  border: 1px solid #4C9CF1;
}

.form-style input[type=submit], .form-style input[type=button]{
    background: #4C9CF1;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style input[type=submit]:hover, .form-style input[type=button]:hover{
    background: #2262AD;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style .required{
    color:red;
}

fieldset {
  border: 1px dashed #2262AD;
  border-radius: 4px; 
  padding: 0 20px;
  width: 100%;
}

.small {
  font-size: 80%;
}


/* FOOTER */

footer {
    width: 100%;
    height: 8em;
    clear: both;
    margin-bottom: 0;
    margin-top: 10px;
}

.foot {
   width: 100%;
   margin: 0 auto;
   padding-left: 1.5em;
   clear: both;
   
   border-top: 4px solid #4C9CF1;
}

.end {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    height: 2em;
    border-top: 2px solid #4C9CF1;
}

.footer{
    float: left;
    width: 25%;
    height: auto;
    margin-left: 1em;
    text-align: left;
    padding: 30px 20px;  
}

.footer ul {
    list-style-type: none;
}

.footer a {
    color: black;
    margin: 14px;
    padding: 2px;
    font-size: 14px;
}

.footer a:hover {
    background: #4C9CF1;
    color: #f9f9f9;
    font-weight: bold;
}


@media only screen and (max-width: 600px) {
    .footer{
        width: 80%;
        margin: 0 auto;
        padding: 10px;
    }
}