@charset "UTF-8";
/*	################################################################

Author: Florian Kueker
URL: http://themes.kueker.net/thinkingv3

Project Name: Thinking v3
Version: 1.0.0
URL: http://themes.kueker.net/thinkingv3

Info: Commercially licensed and adapted for TELiAS by workingbits GmbH, Bonn
Version: 1.0.0
URL: http://www.workingbits.de/

################################################################# */

/*

## Table of Contents

* 01 - General
* 02 - Typography
* 03 - Navbar
* 04 - Content
* 05 - Sections
* 06 - Lity Lightbox
* 07 - Social Media Icons

*/

/** 01 - General *********************************************************************************/

body {
  font-weight: 400;
  font-size: 1em;
  color: #000000;
}

a {
  color: #F19615;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #C6780C;
}

main {
  min-height: calc(100vh - 10rem);
}

main {
  padding: 0.75rem 1rem 0; 
}
footer {
  padding: 0 1rem;
}

footer .footer {
  border-top: 1px solid #f1f1f1;
}

.footer.content figure:not(:last-child) {
  margin-bottom: .5rem;
}

.footer .copyright {
  margin-top: 1rem;
}

.footer {
  background: #fff;
  padding: 3rem 0;
}

/*
@media screen and (min-width: 1004px) {
  .container {
    max-width: 940px;
    width: 940px;
  }
}
*/


/**! 02. Typography *********************************************************************************/

.b-checkbox {
  margin: 0px;
}
.privacy-text {
  line-height: 1.2em !important;
  display: inline-block;
  font-size: 0.8em !important;
  letter-spacing: -0.5px;
}
.privacy-text a {
  color: #F19615;
}
/*
.b-checkbox label:before {
  top: 0px !important;
}

.b-checkbox label:after {
  left: 2px !important;
  top: 2px !important;
}
*/

form .pretty {
  white-space: normal;
}
form .pretty .state label {
  text-indent: unset;
}
form .pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
  border-width: 2px !important;
}
form .pretty .state label:before {
  border-color: #87BB42 !important;
}
form .pretty .state label:after, form .pretty .state label:before {
  width: calc(1.25em + 2px) !important;
  height: calc(1.25em + 2px) !important;
  top: 0;
}
form .pretty.p-default input:checked~.state label:after {
  background-color: #87BB42 !important;
}
form .pretty.p-default.p-thick .state label:after {
  transform: scale(.6) !important;
}


/**! 03. Navbar *************************************************************************************/

.navbar-item {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.125;
}

.navbar-brand figure {
  line-height: 0;
}

.navbar-item,
.navbar-link {
  color: rgba(34, 34, 34, 0.5);
  padding: .5rem 0;
  margin: 0 .75rem;
  -moz-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
}

.navbar-link.is-active,
.navbar-link:hover,
a.navbar-item.is-active,
a.navbar-item:hover {
  background-color: unset;
  color: #5FA000;
}

@media screen and (min-width: 1088px) {
  .navbar-link.is-active,
  a.navbar-item.is-active {
    color: #222;
  }
}

/**! 04. Content *********************************************************************************/

.content a {
  position: relative;
  white-space: nowrap;
  font-weight: 500;
  z-index: 1;
  display: inline-block;
}

.content h2 {
  padding-bottom: .5em;
}

.content figure {
  text-align: left;
}

/*
.content figure img {
  box-shadow: 0 16px 16px rgba(0,0,0,.05), 0 8px 8px rgba(0,0,0,.05), 0 4px 4px rgba(0,0,0,.05), 0 2px 2px rgba(0,0,0,.05);
}
*/

.title:not(.is-spaced)+.subtitle {
  margin-top: unset;
}

.block:not(:last-child),
.box:not(:last-child),
.breadcrumb:not(:last-child),
.content:not(:last-child),
.highlight:not(:last-child),
.level:not(:last-child),
.list:not(:last-child),
.message:not(:last-child),
.notification:not(:last-child),
.progress:not(:last-child),
.subtitle:not(:last-child),
.table-container:not(:last-child),
.table:not(:last-child),
.tabs:not(:last-child),
.title:not(:last-child) {
  margin-bottom: .75rem;
}

/**! 05. Sections *********************************************************************************/


main:not(.paddingfirst) .section:first-of-type {
  padding-top: 0;
  padding-bottom: 0;
}
main.paddingfirst .section:first-of-type {
  padding-top: 76px;
}

section.section:last-of-type {
  padding-bottom: 0;
}

/**! 06. Lity Lightbox ****************************************************************************/

.lity-content img {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/**! 07. Social Media Icons ***********************************************************************/

a:hover i.fa-facebook {
  color: #3B5998;
}

a:hover i.fa-twitter {
  color: #55ACEE;
}

a:hover i.fa-pinterest {
  color: #C92228;
}

a:hover i.fa-google {
  color: #DD4B39;
}

a:hover i.fa-instagram {
  color: #3F729B;
}

a:hover i.fa-dropbox {
  color: #1087DD;
}

a:hover i.fa-tumblr {
  color: #2c4762;
}

a:hover i.fa-yahoo {
  color: #720E9E;
}

a:hover i.fa-vimeo {
  color: #1AB7EA;
}

a:hover i.fa-github {
  color: #444444;
}

a:hover i.fa-linkedin {
  color: #007BB6;
}