first commit

This commit is contained in:
phil 2023-09-30 09:40:37 +02:00
commit 346d1cb29d
287 changed files with 43533 additions and 0 deletions

View file

@ -0,0 +1,251 @@
a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
outline: none;
outline: 0;
}
input::-moz-focus-inner {
border: 0;
}
.messages {
background: no-repeat 10px 17px;
border: 1px solid;
border-width: 1px 1px 1px 0;
border-radius: 2px;
padding: 15px 20px 15px 20px;
word-wrap: break-word;
overflow-wrap: break-word;
}
[dir="rtl"] .messages {
border-width: 1px 0 1px 1px;
background-position: right 10px top 17px;
padding-left: 20px;
padding-right: 35px;
text-align: right;
}
.messages + .messages {
margin-top: 1.538em;
}
.messages__list {
list-style: none;
padding: 0;
margin: 0;
}
.messages__item + .messages__item {
margin-top: 0.769em;
}
.messages--status {
color: #325e1c;
background-color: #f3faef;
border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
box-shadow: -8px 0 0 #77b259;
}
[dir="rtl"] .messages--status {
border-color: #c9e1bd transparent #c9e1bd #c9e1bd;
box-shadow: 8px 0 0 #77b259;
margin-left: 0;
}
.messages--warning {
background-color: #fdf8ed;
border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
color: #734c00;
box-shadow: -8px 0 0 #e09600;
}
[dir="rtl"] .messages--warning {
border-color: #f4daa6 transparent #f4daa6 #f4daa6;
box-shadow: 8px 0 0 #e09600;
}
.messages--error {
background-color: #fcf4f2;
color: #a51b00;
border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
box-shadow: -8px 0 0 #e62600;
}
[dir="rtl"] .messages--error {
border-color: #f9c9bf transparent #f9c9bf #f9c9bf;
box-shadow: 8px 0 0 #e62600;
}
.messages--error p.error {
color: #a51b00;
}
/*FORM*/
label {
font-weight: 600;
}
form .field-multiple-table {
margin: 0;
}
form .field-multiple-table .field-multiple-drag {
width: 30px;
padding-right: 0;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
padding-right: .5em;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
padding-right: 0;
padding-left: .5em;
}
form .field-add-more-submit {
margin: .5em 0 0;
}
.form-item,
.form-actions {
margin-top: 1em;
margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
margin-top: 0;
margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
font-size: 0.85em;
}
label.option {
display: inline;
font-weight: normal;
}
.form-composite > legend,
.label {
display: inline;
font-size: inherit;
font-weight: 600;
margin: 0;
padding: 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
margin-top: 0.4em;
margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
margin-left: 2.4em;
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
margin-left: 0;
margin-right: 2.4em;
}
.marker {
color: #e00;
}
.form-required:after {
content: '';
vertical-align: super;
display: inline-block;
background-image: url(../../../../core/misc/icons/ee0000/required.svg);
background-repeat: no-repeat;
background-size: 6px 6px;
width: 6px;
height: 6px;
margin: 0 0.3em;
}
abbr.tabledrag-changed,
abbr.ajax-changed {
border-bottom: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
border: 2px solid red;
}
.form-item--error-message:before {
content: '';
display: inline-block;
height: 14px;
width: 14px;
vertical-align: sub;
background: url(../../../../core/misc/icons/e32700/error.svg) no-repeat;
background-size: contain;
}
/*TABS*/
div.tabs {
margin: 1em 0;
}
ul.tabs {
list-style: none;
margin: 0 0 0.5em;
padding: 0;
}
.tabs > li {
display: inline-block;
margin-right: 0.3em;
}
[dir="rtl"] .tabs > li {
margin-left: 0.3em;
margin-right: 0;
}
.tabs a {
display: block;
padding: 0.2em 1em;
text-decoration: none;
}
.tabs a.is-active {
background-color: #eee;
}
.tabs a:focus,
.tabs a:hover {
background-color: #f5f5f5;
}
.layout--twocol-section.layout--twocol-section--25-75 > .layout__region--first, .layout--twocol-section.layout--twocol-section--75-25 > .layout__region--second {
padding-left: 10px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View file

@ -0,0 +1,38 @@
.maintenance-page {
background: url(../images/maintenance.png) #1abc9c center 45px no-repeat;
color: #fff;
text-align: center;
padding-top: 220px;
padding-bottom: 100px;
font-size: 18px;
color: #000;
}
.maintenance-msg {
margin: 150px 0 20px;
background: rgba(0, 0, 0, 0.5);
padding: 20px 30px;
display: inline-block;
color: #fff;
border: 1px solid #fff;
box-shadow: 5px 5px 10px #fff;
font-size: 14px;
}
.maintenance-msg h1 {
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-style: italic;
margin: 10px 0 2px;
}
.maintenance-page .brand,
.maintenance-page .name-and-slogan {
display: inline-block;
vertical-align: middle;
}
.maintenance-page .name-and-slogan {
display: none;
}

View file

@ -0,0 +1,411 @@
@media (min-width: 768px) {
.contact-message-feedback-form {
max-width: 650px;
margin: 0 auto;
border: 1px solid #e9e8ed;
padding: 10px 30px;
background: #fdfdfd;
}
.region-primary-menu {
display: inline-block;
float: right;
width: auto;
margin: 0;
}
.main-header nav {
margin: 0;
}
.main-header nav.topnav.navbar-default {
border-bottom: 2px solid #1abc9c;
}
.carousel-caption p,
.carousel-caption h3 {
display: block;
}
.carousel-caption {
background-color: #fff;
background: rgba(255, 255, 255, 0.89);
color: #333;
text-shadow: none;
padding: 15px;
}
.footer-widgets,
.footer-space {
text-align: left;
}
.comment-wrap .author-details {
width: 10%;
}
.comment-wrap .author-comments {
width: 90%;
}
.menu-base-theme li {
float: left;
}
.menu-base-theme.sm-rtl li {
float: right;
}
.menu-base-theme ul li,
.menu-base-theme.sm-rtl ul li,
.menu-base-theme.sm-vertical li {
float: none;
}
.menu-base-theme a {
white-space: nowrap;
}
.menu-base-theme ul a,
.menu-base-theme.sm-vertical a {
white-space: normal;
}
.menu-base-theme .sm-nowrap > li > a,
.menu-base-theme .sm-nowrap > li > :not(ul) a {
white-space: nowrap;
}
.menu-base-theme {
background: #3092c0;
}
.menu-base-theme a.current {
background: #006892;
color: white;
}
.menu-base-theme a.disabled {
background: #3092c0;
color: #a1d1e8;
}
.menu-base-theme a.highlighted span.sub-arrow:before {
display: none;
}
.menu-base-theme > li {
border-left: 1px solid #2b82ac;
}
.menu-base-theme > li:first-child {
border-left: 0;
}
.menu-base-theme ul {
border: 1px solid #a8a8a8;
padding: 0;
background: white;
}
.menu-base-theme ul ul {
background: white;
}
.menu-base-theme ul a,
.menu-base-theme ul a:hover,
.menu-base-theme ul a:focus,
.menu-base-theme ul a:active,
.menu-base-theme ul a.highlighted {
border: 0 !important;
padding: 9px 23px;
background: transparent;
color: #2b82ac;
}
.menu-base-theme ul a:hover,
.menu-base-theme ul a:focus,
.menu-base-theme ul a:active,
.menu-base-theme ul a.highlighted {
background: #3092c0;
color: white;
}
.menu-base-theme ul a.current {
background: #006892;
color: white;
}
.menu-base-theme ul a.disabled {
background: white;
color: #b3b3b3;
}
.menu-base-theme ul a span.sub-arrow {
top: 50%;
margin-top: -5px;
bottom: auto;
left: auto;
margin-left: 0;
right: 10px;
border-style: dashed dashed dashed solid;
border-color: transparent transparent transparent #a1d1e8;
}
.menu-base-theme ul li {
border: 0;
}
.menu-base-theme span.scroll-up,
.menu-base-theme span.scroll-down {
position: absolute;
display: none;
visibility: hidden;
overflow: hidden;
background: white;
height: 20px;
}
.menu-base-theme span.scroll-up-arrow,
.menu-base-theme span.scroll-down-arrow {
position: absolute;
top: -2px;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
overflow: hidden;
border-width: 8px;
border-style: dashed dashed solid dashed;
border-color: transparent transparent #2b82ac transparent;
}
.menu-base-theme span.scroll-down-arrow {
top: 6px;
border-style: solid dashed dashed dashed;
border-color: #2b82ac transparent transparent transparent;
}
.menu-base-theme.sm-rtl.sm-vertical a span.sub-arrow {
right: auto;
left: 10px;
border-style: dashed solid dashed dashed;
border-color: transparent #a1d1e8 transparent transparent;
}
.menu-base-theme.sm-rtl > li:first-child {
border-left: 1px solid #2b82ac;
}
.menu-base-theme.sm-rtl > li:last-child {
border-left: 0;
}
.menu-base-theme.sm-rtl ul a span.sub-arrow {
right: auto;
left: 10px;
border-style: dashed solid dashed dashed;
border-color: transparent #a1d1e8 transparent transparent;
}
.menu-base-theme.sm-vertical a {
padding: 9px 23px;
}
.menu-base-theme.sm-vertical a span.sub-arrow {
top: 50%;
margin-top: -5px;
bottom: auto;
left: auto;
margin-left: 0;
right: 10px;
border-style: dashed dashed dashed solid;
border-color: transparent transparent transparent #a1d1e8;
}
.menu-base-theme.sm-vertical > li {
border-left: 0 !important;
}
.menu-base-theme.sm-vertical ul a {
padding: 9px 23px;
}
.region-primary-menu,
.menu-base-theme li a {
background: #fff;
color: #1abc9c;
text-transform: uppercase;
font-size: 14px;
}
.menu-base-theme a {
border: 0;
}
.menu-base-theme > li {
border: 0;
}
.menu-base-theme a span.sub-arrow {
padding: 0;
top: 20px;
margin-top: 0;
bottom: 2px;
right: 10px;
margin-left: -5px;
left: auto;
width: 0;
height: 0;
border-width: 5px;
border-style: solid dashed dashed dashed;
border-color: #1abc9c transparent transparent transparent;
background: transparent;
}
.menu-base-theme a:hover span.sub-arrow,
.menu-base-theme a:focus span.sub-arrow,
.menu-base-theme a:active span.sub-arrow,
.menu-base-theme a.highlighted span.sub-arrow {
border-color: #00614e transparent transparent transparent;
}
.menu-base-theme ul {
position: absolute;
border: 1px solid #eee;
padding: 0;
background-color: #00614e;
}
.menu-base-theme ul.has-submenu li {
border-bottom: 1px solid #fff;
}
.menu-base-theme a,
.menu-base-theme a:hover,
.menu-base-theme a:focus,
.menu-base-theme a:active,
.menu-base-theme a.highlighted {
padding: 13px 24px;
background: #1abc9c;
color: #00614e;
font-weight: 500;
}
.menu-base-theme ul a:hover,
.menu-base-theme ul a:focus,
.menu-base-theme ul a:active,
.menu-base-theme ul a.is-active,
.menu-base-theme ul a.highlighted, .menu-item--active-trail > .has-submenu {
background: #1abc9c;
color: #fff;
}
.menu-base-theme > .menu-item--active-trail > .has-submenu {background: #1abc9c;}
.menu-base-theme li a.is-active {
background: #1abc9c;
color: #fff;
}
}
@media (max-width: 767px) {
.footer-ribbon ul.menu,
.footer-ribbon .social-media {
text-align: center;
}
.footer-ribbon .social-media a {
top: -5px;
}
.menu-base-theme {
border-bottom: 5px solid #1abc9c;
border-top: 2px solid #1abc9c;
margin: 3px 0 0;
}
.menu-base-theme li a {
background-color: #fbfbfb;
border-bottom: 1px solid #eef0f7;
}
.menu-base-theme a,
.menu-base-theme a:hover,
.menu-base-theme a:focus,
.menu-base-theme a:active,
.menu-base-theme a.highlighted {
color: #00614e;
font-weight: 500;
}
.slidewidget .toggle-switch {
height: 30px;
width: 30px;
}
.slidewidget .fa-gear.fa-spin {
font-size: 20px;
height: 20px;
left: 15%;
top: 15%;
width: 20px;
}
.menu-base-theme ul a,
.menu-base-theme ul a:hover,
.menu-base-theme ul a:focus,
.menu-base-theme ul a:active {
border-left: 8px solid transparent;
}
.menu-base-theme ul ul a,
.menu-base-theme ul ul a:hover,
.menu-base-theme ul ul a:focus,
.menu-base-theme ul ul a:active {
border-left: 16px solid transparent;
}
.menu-base-theme ul ul ul a,
.menu-base-theme ul ul ul a:hover,
.menu-base-theme ul ul ul a:focus,
.menu-base-theme ul ul ul a:active {
border-left: 24px solid transparent;
}
.menu-base-theme ul ul ul ul a,
.menu-base-theme ul ul ul ul a:hover,
.menu-base-theme ul ul ul ul a:focus,
.menu-base-theme ul ul ul ul a:active {
border-left: 32px solid transparent;
}
.menu-base-theme ul ul ul ul a,
.menu-base-theme ul ul ul ul a:hover,
.menu-base-theme ul ul ul ul a:focus,
.menu-base-theme ul ul ul ul a:active {
border-left: 40px solid transparent;
}
.menu-base-theme a.has-submenu.highlighted {
background: #fff;
}
.menu-base-theme a.is-active {
color: #1abc9c !important;
text-transform: uppercase;
}
.menu-base-theme a.has-submenu span.sub-arrow:before {
content: "+";
display: block;
}
.menu-base-theme a.has-submenu.highlighted span.sub-arrow:before {
content: "-";
}
}

View file

@ -0,0 +1,798 @@
body {
font-family: 'Exo 2', sans-serif;
font-size: 15px;
line-height: 160%;
color: #333;
overflow-x: hidden;
font-weight: 300;
background-image: url(hintergrund.png);
background-repeat: no-repeat;
background-position: right 10px top 80px;
}
.container {
max-width: 1100px;
}
p {
margin: 0 0 20px 0;
}
h1,
.h1 {
font-size: 18px;
color: #000;
}
h2,
.h2 {
font-size: 16px;
color: #000;
}
h3,
.h3 {
font-size: 15px;
color: #000;
}
h4,
.h4 {
font-size: 14px;
color: #000;
}
img {
max-width: 100%;
height: auto;
}
.nt {
color: #2f6f9f;
}
a {
/* color: #1abc9c;*/
color: #008080;
}
a:hover {
color: #00614e;
text-decoration: none;
}
ul.links.inline {
padding: 0;
}
ol,
ul {
padding-left: 20px;
}
ul.links.inline li {
list-style: none;
}
.block {
margin-bottom: 12px;
}
.region-content {
padding: 10px 2px;
}
.block h2.title {
text-transform: uppercase;
}
.main-header {
background-size: cover;
position: relative;
//background: url(../images/header_back.jpg) no-repeat;
}
.main-header nav {
background: #fff;
border: 0;
margin: 0;
position: relative;
z-index: 200;
min-height: auto;
}
.main-header .region {
position: relative;
z-index: 2;
}
.main-header .block {
margin: 0;
}
/*Region Header*/
.site-branding {
margin: 0;
}
.brand.logo {
margin-right: 5px;
}
.brand.logo img {
// width: 37px;
}
.region-header .brand {
display: inline-block;
vertical-align: middle;
line-height: 100%;
padding: 3px 0;
}
.site-name a {
font-size: 18px;
font-weight: 500;
color: #1abc9c;
}
.region-header .site-branding__slogan {
font-size: 10px;
color: #1abc9c;
}
/*Banner*/
.slideshow {
text-align: center;
line-height: 160%;
}
.slideshow h2 {
font-size: 30px;
font-weight: bold;
color: #fff;
}
/*Top Widget*/
.topwidget {
padding: 20px 0 0 0;
text-align: center;
}
.topwidget .fa {
font-size: 42px;
background: #1abc9c;
width: 80px;
height: 80px;
padding: 20px 0 0 0;
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
color: #fff;
margin-bottom: 10px;
}
.topwidget .block {
padding: 7px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background-color: #f6f6f6;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.19);
}
/*Promo*/
.region-promo {
border: 1px solid #e9e8ed;
padding: 15px;
font-size: 16px;
text-align: center;
margin: 20px 0;
background: #fdfdfd;
}
.region-promo h2 {
margin: 5px 0;
}
.region-promo p,
.region-promo .block {
margin: 0;
}
/*Sidebar Blocks*/
.sidebar .block {
background: #f6f6f6;
padding: 10px;
}
.sidebar .block h2.title {
text-transform: capitalize;
margin-top: 0;
}
/*Footer Widgets*/
.footer-widgets .block {
background: #f6f6f6;
padding: 10px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.footer-widgets .block h2.title {
margin: 5px 0 10px 0;
}
.footer-widgets {
padding: 20px 0;
}
.footer-widgets img {
max-width: 100%;
border: 5px solid #fff;
box-shadow: 0px 0px 2px #ddd;
}
/*Footer Ribbon*/
.footer-ribbon {
margin: 0;
border: 0;
background: #f6f6f6;
color: #fff;
}
.footer-ribbon ul {
margin: 10px 0;
padding: 0;
}
.footer-ribbon nav li {
display: inline-block;
}
.footer-ribbon nav li a {
display: block;
padding: 5px;
}
#footer-bottom {
text-align: center;
padding: 25px 0 5px;
}
/*Copyright & Credit*/
.copy_credit .copyright,
.copy_credit .credit {
margin: 10px;
}
/*Scroll Top*/
#toTop a.scrollUp {
background: #1abc9c;
width: 60px;
height: 60px;
display: inline-block;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
cursor: pointer;
}
#toTop a.scrollUp .fa {
color: #fff;
font-size: 30px;
height: 54px;
line-height: 54px;
width: 54px;
}
#toTop a.scrollUp:hover {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
background: #0f7864;
}
/*Social Media*/
.social-media {
text-align: right;
}
.social-media > a {
position: relative;
top: 10px;
width: 32px;
height: 32px;
background: #1abc9c;
display: inline-block;
border-radius: 32px;
-moz-border-radius: 32px 32px 32px 32px;
-webkit-border-radius: 32px 32px 32px 32px;
color: #fff;
margin: 1px;
}
.social-media > a > .fa {
position: absolute;
left: 32%;
top: 30%;
font-size: 14px;
}
.social-media .icon-twitter:hover {
background: #00aced;
color: #fff;
}
.social-media .icon-facebook:hover {
background: #3b5998;
color: #fff;
}
.social-media .icon-gplus:hover {
background: #dd4b39;
color: #fff;
}
.social-media .icon-linkedin:hover {
background: #0274b3;
color: #fff;
}
.social-media .icon-youtube:hover {
background: #e12b28;
color: #fff;
}
/*Designer Line - Horizontal*/
hr.style-mint {
border: 0;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
background-image: -moz-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
background-image: -ms-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
background-image: -o-linear-gradient(left, rgba(26,188,156,0), rgba(26,188,156,0.75), rgba(26,188,156,0));
margin: 0;
position: relative;
top: 30px;
}
/*Form*/
input,
button,
select,
textarea {
padding: 8px;
border: 1px solid #1abc9c;
}
.contact-message-form label {
display: block;
}
.btn,
input[type="submit"] {
background: #1abc9c;
color: #fff;
border: 0;
line-height: 100%;
padding: 10px;
}
.btn:hover,
input[type="submit"]:hover {
background: #00614e;
}
/*Front Page*/
.path-frontpage .feed-icon {
display: none;
}
/*Menu*/
.navbar-default .navbar-toggle {
margin-right: 0;
border: 0;
color: #fff;
background: none;
padding: 6px 6px;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #1abc9c;
}
.navbar-toggle .icon-bar {
display: block;
width: 35px;
height: 4px;
border-radius: 1px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
background: none;
}
nav h2 {
display: none;
}
.menu-base-theme a,
.menu-base-theme a:hover,
.menu-base-theme a:focus,
.menu-base-theme a:active {
padding: 10px 20px;
padding-right: 58px;
line-height: 23px;
text-decoration: none;
}
.menu-base-theme a.current {
background: #006892;
color: white;
}
.menu-base-theme a.disabled {
color: #a1d1e8;
}
.menu-base-theme a span.sub-arrow {
position: absolute;
top: 50%;
margin-top: -17px;
left: auto;
right: 4px;
width: 34px;
height: 34px;
overflow: hidden;
text-align: center;
color: #999;
font-size: 22px;
padding: 5px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border: 1px solid #dcdcdc;
background: #efefef;
}
.menu-base-theme a.highlighted span.sub-arrow:before {
display: block;
content: '-';
}
.menu-base-theme ul {
background: white;
}
.menu-base-theme ul ul {
background: rgba(102, 102, 102, 0.1);
}
.menu-base-theme ul li {
border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-base-theme ul li:first-child {
border-top: 0;
}
.region-primary-menu {
display: none;
background: #fff;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
width: 100%;
}
.navbar-toggle {
z-index: 999;
}
/*Breadcrumb*/
.breadcrumb {
background: none;
padding: 0;
margin: 0;
border-bottom: 1px solid #eee;
font-size: 11px;
}
.breadcrumb ul {
padding: 0;
margin: 0;
}
.breadcrumb ul li {
display: inline-block;
}
/*Search Form*/
.search-block-form {
max-width: 500px;
margin: 0 auto;
}
.region-search {
padding: 15px;
}
#search-block-form {
display: table;
width: 100%;
}
#search-block-form .form-item,
#search-block-form .form-actions {
display: table-cell;
vertical-align: top;
position: relative;
}
#search-block-form .form-search {
padding-right: 34px;
}
#search-block-form .form-actions {
left: -41px;
width: 41px;
}
#search-block-form input {
width: 100%;
height: 41px;
}
#search-block-form .fa-search {
color: #1abc9c;
font-size: 20px;
left: 32%;
position: absolute;
top: 27%;
}
#search-block-form input[type="submit"] {
background: transparent;
}
#search-block-form input[type="submit"]:hover {
background: transparent;
}
#search-block-form .form-actions:hover i {
color: #00614e;
cursor: pointer;
}
/*Demo Typography*/
.bd-example {
position: relative;
padding: 20px;
border: 2px solid #f7f7f9;
}
.highlight {
padding: 5px;
background-color: #f7f7f9;
margin: 15px 0;
}
.highlight pre {
border: 0;
background: none;
margin: 0;
}
.bd-example-type .table tr:first-child td {
border-top: 0;
}
.bd-example-type h1,
.bd-example-type h2,
.bd-example-type h3,
.bd-example-type h4,
.bd-example-type h5,
.bd-example-type h6 {
margin: 0;
}
.bd-example-type .table td {
padding: 15px 0;
border-color: #eee;
}
/*Contact Form*/
.contact-message-feedback-form .form-text,
.contact-message-feedback-form .form-email,
.contact-message-feedback-form .form-textarea {
width: 100%;
}
/*User Login Form*/
.user-login-form,
.user-form,
.user-pass {
max-width: 500px;
margin: 40px auto;
border: 1px solid #ddd;
padding: 10px 30px;
background: #fff;
}
.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text {
width: 100%;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
font-size: 13px;
color: #999;
/* font-style: italic;*/
}
/*Comment*/
.comment-wrap {
overflow: hidden;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #f5f5f5;
}
.comment-wrap .author-details {
float: left;
width: 20%;
}
.comment-wrap .author-comments {
padding-left: 5px;
float: left;
width: 80%;
}
.comment-submitted {
margin: 3px 0;
font-size: 12px;
display: inline-block;
line-height: 100%;
}
.comment-wrap .author-comments h3 {
margin-top: 10px;
}
.comment-wrap .author-comments p {
margin-bottom: 10px;
}
/*links Inline*/
ul.links.inline li {
display: inline-block;
padding-right: 10px;
}
/*Carousel*/
.carousel-caption p,
.carousel-caption h3 {
display: none;
}
.carousel-caption h3 {
margin-top: 0;
}
.carousel-indicators li {
border: 1px solid #1abc9c;
}
.carousel-indicators .active {
background-color: #1abc9c;
height: 10px;
width: 10px;
}
/*Profile Page*/
.path-user .profile >div {
display: inline-block;
}
.path-user .profile .label {
display: block;
color: #333;
}
/*Sliding header widget*/
.slidewidget {
background: transparent;
left: 0;
position: absolute;
top: 54px;
width: 100%;
height: 0;
}
.slidewidget #sliding-header-wrap {
display: none;
color: #333;
position: relative;
z-index: 13;
}
.slidewidget .wrapper {
position: relative;
z-index: 100;
background-color: #32ecc8;
border-bottom: 2px solid #1abc9c;
}
.slidewidget .toggle-switch {
background-color: #1abc9c;
position: relative;
top: 0;
left: 0;
width: 49px;
height: 49px;
z-index: 250;
}
.slidewidget .fa-gear.fa-spin {
color: #fff;
cursor: pointer;
font-size: 24px;
left: 25%;
position: absolute;
text-align: center;
top: 25%;
}
.slidewidget img.left {
float: left;
margin: 10px 10px 0 0;
width: 50%;
}
.slidewidget ul {
padding-left: 15px;
}
.slidewidget .block {
padding: 20px 10px 10px;
}
.slidewidget .block h2.title {
margin: 5px 0 10px 0;
}