homepage_esp/assets/css/main_2.css
2018-02-25 18:13:07 +01:00

1056 lines
18 KiB
CSS

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
body {
-webkit-text-size-adjust: none;
}
/* Box Model */
*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* Basic */
body, input, textarea, select {
font-family: 'Open Sans', sans-serif;
line-height: 1.85em;
color: #111;
font-weight: 300;
}
body.is-loading *, input.is-loading *, textarea.is-loading *, select.is-loading * {
-moz-transition: none !important;
-webkit-transition: none !important;
-ms-transition: none !important;
transition: none !important;
-moz-animation: none !important;
-webkit-animation: none !important;
-ms-animation: none !important;
animation: none !important;
}
a {
-moz-transition: color .2s ease-in-out;
-webkit-transition: color .2s ease-in-out;
-ms-transition: color .2s ease-in-out;
transition: color .2s ease-in-out;
color: #43B3E0;
text-decoration: underline;
}
a:hover {
color: #43bff0 !important;
}
a img {
border: 0;
}
b, strong {
font-weight: 600;
color: #3e3e3e;
}
i, em {
font-style: italic;
}
sub {
position: relative;
top: 0.5em;
font-size: 0.8em;
}
sup {
position: relative;
top: -0.5em;
font-size: 0.8em;
}
blockquote {
border-left: solid 0.75em #eee;
padding: 1em 0 1em 1.5em;
font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
color: #3e3e3e;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
text-decoration: none;
color: inherit;
}
h2, h3{
font-weight: 700;
}
h4, h5, h6 {
font-weight: 600;
}
h1 {
font-weight: 300;
}
h1 strong {
font-weight: 700;
}
em, i {
font-style: italic;
}
br.clear {
clear: both;
}
hr {
border: 0;
border-top: solid 1px #444;
border-top-color: rgba(0, 0, 0, 0.35);
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
height: 1px;
margin: 3em 0 4em 0;
}
p, ul, ol, dl, table {
margin-bottom: 2em;
}
/* Form */
form label {
color: #3e3e3e;
font-weight: 700;
display: block;
margin: 0 0 0.5em 0;
}
form input[type=date],
form input[type=number],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=time],
form input[type=url],
form input[type=range],
form select,
form textarea {
-moz-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
-webkit-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
-ms-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
-webkit-appearance: none;
/*display: block;*/
border: 0;
padding: 0.2em;
font-size: 1em;
border-radius: 8px;
border: solid 1px #ddd;
background: #fff;
color: #000;
box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.025);
width: auto;
}
form input[type=date]:focus,
form input[type=number]:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=time]:focus,
form input[type=url]:focus,
form input[type=range]:focus,
form select:focus,
form textarea:focus {
background: #fafafa;
}
form textarea {
height: 15em;
}
form .formerize-placeholder {
color: #555 !important;
}
form ::-webkit-input-placeholder {
color: #555 !important;
}
form :-moz-placeholder {
color: #555 !important;
}
form ::-moz-placeholder {
color: #555 !important;
}
form :-ms-input-placeholder {
color: #555 !important;
}
form ::-moz-focus-inner {
border: 0;
}
/* Tables */
table {
width: 100%;
}
table.default {
width: 100%;
}
table.default tr {
border-top: solid 1px #eee;
}
table.default tr:first-child {
border-top: 0;
}
table.default td {
padding: 0.5em 1em 0.5em 1em;
}
table.default th {
text-align: left;
padding: 0.5em 1em 0.5em 1em;
font-weight: 600;
margin: 0 0 1em 0;
}
table.default thead {
background: #4f4f4f;
color: #fff;
}
/* Section/Article */
section, article {
margin-bottom: 0em;
}
section > :last-child,
article > :last-child,
section:last-child,
article:last-child {
margin-bottom: 0;
}
/* Image */
.image {
display: inline-block;
position: relative;
}
.image img {
display: block;
width: 100%;
}
.image.fit {
display: block;
width: 100%;
}
.image.featured {
display: block;
width: 100%;
margin: 0 0 2em 0;
}
.image.left {
float: left;
margin: 0 2em 2em 0;
}
.image.centered {
display: block;
margin: 0 0 2em 0;
}
.image.centered img {
margin: 0 auto;
width: auto;
}
/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
-moz-appearance: none;
-webkit-appearance: none;
-o-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
background-color: #576072;
border-radius: 6px;
border: 0;
color: #ffffff !important;
cursor: pointer;
display: inline-block;
font-weight: 300;
text-transform: uppercase;
letter-spacing: 0.125em;
font-size: 0.9em;
height: 2em;
line-height: 0.2em;
padding: 0 1.75em;
text-align: center;
text-decoration: none;
white-space: nowrap;
text-indent: 0.25em;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
background-color: #232d33;
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
background-color: #0f1315;
}
input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
.button.icon {
padding-left: 1.35em;
}
input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
margin-right: 0.5em;
}
input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
display: block;
margin: 0 0 1em 0;
width: 100%;
}
input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
font-size: 0.7em;
}
input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
.button.big {
font-size: 1.2em;
height: 2.65em;
line-height: 2.65em;
}
input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
background-color: transparent;
box-shadow: inset 0 0 0 1px rgba(144, 144, 144, 0.25);
color: #666f77 !important;
}
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
background-color: rgba(144, 144, 144, 0.075);
}
input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
.button.alt:active {
background-color: rgba(144, 144, 144, 0.2);
}
input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
.button.alt.icon:before {
color: #bbb;
}
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
background-color: #629DD1;
color: #ffffff !important;
}
input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover {
background-color: #76a9d7;
}
input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
background-color: #4e91cb;
}
input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
background-color: #555f66 !important;
box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
color: #fff !important;
cursor: default;
opacity: 0.25;
}
/* Box */
.box {
background: #fff;
box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
text-align: center;
}
/* Icons */
.icon {
text-decoration: none;
}
.icon:before {
display: inline-block;
font-family: FontAwesome;
font-size: 1.25em;
text-decoration: none;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon > .label {
display: none;
}
.icon.featured {
color: #EA8A95;
display: block;
margin: 0 0 1.5em 0;
cursor: default;
}
.icon.featured:before {
font-size: 6em;
}
/* Wrappers */
.wrapper {
box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
}
.wrapper.first {
box-shadow: none;
}
.wrapper.style1 {
background-image: none;
background-color: #fff;
}
.wrapper.style2 {
background-color: #fafafa;
text-shadow: 1px 1px 0px #fff;
}
.wrapper.style3 {
background-color: #f4f4f4;
text-shadow: 1px 1px 0px #fff;
}
.wrapper.style4 {
background-color: #303030;
color: #999;
text-shadow: -1px -1px 0px #181818;
}
.wrapper.style4 h1, .wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style4 h5, .wrapper.style4 h6 {
color: #fff;
}
.wrapper.style4 form input[type=text],
.wrapper.style4 form input[type=password],
.wrapper.style4 form select,
.wrapper.style4 form textarea {
border: none;
background: #282828;
}
.wrapper.style4 form input[type=text]:focus,
.wrapper.style4 form input[type=password]:focus,
.wrapper.style4 form select:focus,
.wrapper.style4 form textarea:focus {
background: #252525;
}
/* Nav */
#nav {
background-color: #282828;
text-align: center;
position: fixed;
left: 0;
top: 0;
width: 100%;
z-index: 10000;
cursor: default;
}
#nav ul {
margin-bottom: 0;
}
#nav li {
display: inline-block;
}
#nav a {
position: relative;
display: block;
color: #fff;
text-decoration: none;
outline: 0;
}
#nav a:hover {
color: #fff !important;
}
#nav a.active:before {
content: '';
display: block;
position: absolute;
bottom: -0.6em;
left: 50%;
margin-left: -0.75em;
border-left: solid 0.75em transparent;
border-right: solid 0.75em transparent;
border-top: solid 0.6em #282828;
}
/* Articles */
#top .image {
border-radius: 50%;
}
#top .image img {
border-radius: 50%;
}
#top p a {
color: inherit;
}
/* Copyright */
#copyright {
color: #666;
}
#copyright a {
-moz-transition: color .2s ease-in-out;
-webkit-transition: color .2s ease-in-out;
-ms-transition: color .2s ease-in-out;
transition: color .2s ease-in-out;
color: inherit;
}
#copyright a:hover {
color: #777;
}
/* Desktop */
@media screen and (min-width: 737px) {
/* Basic */
body, input, textarea, select {
font-size: 13pt;
}
h1 {
font-size: 3.25em;
letter-spacing: -0.025em;
}
h2 {
font-size: 2em;
letter-spacing: -0.015em;
}
h3 {
font-size: 1.5em;
letter-spacing: -0.015em;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 0.75em 0;
}
header {
margin: 0 0 3em 0;
}
header > p {
font-size: 1.25em;
margin: 0;
}
footer {
margin: 3em 0 0 0;
}
footer > p {
font-size: 1.25em;
}
/* Form */
form input[type="button"],
form input[type="submit"],
form input[type="reset"],
form button,
form .button {
margin: 0 0.5em 0 0.5em;
}
/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
padding: 1em 2.35em 1em 2.35em;
font-size: 1.1em;
}
input[type="button"].big,
input[type="submit"].big,
input[type="reset"].big,
button.big,
.button.big {
font-size: 1.5em;
letter-spacing: -0.025em;
}
/* Box */
.box {
padding: 2em;
}
.box.style1 {
padding: 3em 2em 3.5em 2em;
}
.box.style1 h3 {
margin-bottom: 0.5em;
}
.box.style2 h3 {
margin-bottom: 0.25em;
}
.box.style2 .image {
position: relative;
left: 2em;
top: 2em;
margin: -4em 0 4em -4em;
width: auto;
}
/* Wrappers */
.wrapper {
padding: 4em 0 4em 0;
text-align: center;
}
.wrapper.first {
padding-top: 4em;
}
/* Nav */
#nav a {
-moz-transition: background-color .2s ease-in-out;
-webkit-transition: background-color .2s ease-in-out;
-ms-transition: background-color .2s ease-in-out;
transition: background-color .2s ease-in-out;
padding: 0.2em 1em 0.2em 1em;
margin: 0.6em 0.2em 0.6em 0.2em;
font-weight: 600;
border-radius: 8px;
color: #fff;
}
#nav a:hover {
background: #383838;
}
#nav a:active {
background: #484848;
}
/* Articles */
#top {
text-align: left;
}
#top .image {
width: 20em;
height: 20em;
margin: 0;
}
#top h1 {
margin-top: 0.35em;
}
#top p {
font-size: 1.5em;
line-height: 1.75em;
}
#contact footer {
font-size: 0.9em;
}
/* Copyright */
#copyright {
font-size: 1em;
line-height: 1em;
}
#copyright li {
display: inline-block;
border-left: solid 1px rgba(0, 0, 0, 0.5);
box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
padding: 0 0 0 1em;
margin: 0 0 0 1em;
}
#copyright li:first-child {
border: 0;
box-shadow: none;
padding-left: 0;
margin-left: 0;
}
}
/* Tablet */
@media screen and (min-width: 737px) and (max-width: 1200px) {
/* Basic */
body {
min-width: 960px;
font-size: 11pt;
}
input, textarea, select {
font-size: 11pt;
}
header {
margin: 0 0 4em 0;
}
/* Wrappers */
.wrapper {
padding: 4em 0 4em 0;
text-align: center;
}
.wrapper.first {
padding-top: 4em;
}
.wrapper.style4 .row-special {
margin: 2em 0 0 0;
padding: 2em 0 2em 0;
}
/* Articles */
#top .image {
width: 19.5em;
height: 19.5em;
margin: 0;
}
}
/* Mobile */
@media screen and (max-width: 736px) {
/* Basic */
body, input, textarea, select {
line-height: 1.75em;
font-size: 10pt;
letter-spacing: 0;
}
h1, h2, h3{
font-size: 1.5em;
margin: 0 0 0.4em 0;
}
h4, h5, h6{
font-size: 0.9em;
margin: 0 0 0.4em 0;
}
h1 {
font-size: 2.25em;
line-height: 1.25em;
}
header {
margin: 0 0 2em 0;
}
header > p {
font-size: 1.25em;
}
footer {
margin: 2.5em 0 0 0;
}
footer > p {
font-size: 1.25em;
}
hr {
margin: 1.5em 0 2em 0;
}
/* Section/Article */
section, article {
clear: both;
}
/* Form */
form input[type=date],
form input[type=number],
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=time],
form input[type=url],
form select,
form textarea {
width: auto
}
/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
text-align: center;
font-size: 1.2em;
width: 100%;
padding: 1em 0 1em 0;
}
/* List */
ul.social {
padding: 1em 0.5em 0 0.5em;
}
ul.social li {
margin: 0.5em 0.5em 0.5em 0.5em;
}
ul.social li a {
top: 0 !important;
}
ul.social li a:before {
background-color: transparent !important;
}
ul.actions {
margin: 0;
}
ul.actions li {
display: block;
margin: 10px 0 0 0;
}
ul.actions li:first-child {
margin-top: 0;
}
/* Box */
.box {
padding: 30px 20px 30px 20px;
margin: 0 0 20px 0 !important;
}
.box h3 {
margin-bottom: 0.25em;
}
.box .image.centered {
margin-bottom: 1em;
}
.box .image.featured {
position: relative;
left: 20px;
top: 20px;
margin: -50px 0 50px -40px;
width: auto;
}
/* Wrappers */
.wrapper {
padding: 3em 15px 3em 15px;
text-align: center;
}
.wrapper.first {
padding-top: 3em;
}
/* Nav */
#nav a {
padding: 0.5em;
}
/* Articles */
#top .image {
width: 70%;
height: auto;
margin: 0 auto 1.75em auto;
}
#contact footer {
margin: 0;
}
/* Copyright */
#copyright {
font-size: 1em;
margin: 0;
}
#copyright li {
display: block;
}
}