/* fonts */
@font-face {
    font-family: Lato black;
    src: url("../fonts/Lato-Black.ttf");
}
@font-face {
    font-family: Roboto regular;
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: Roboto light;
    src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
    font-family: Roboto medium;
    src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
    font-family: Roboto bold;
    src: url("../fonts/Roboto-Bold.ttf");
}
@font-face {
    font-family: Prosto One regular;
    src: url("../fonts/ProstoOne-Regular.ttf");
}

@media all and (min-width: 1440px) {
    html {
        font-size: 11px;
    }
    .float-right-border {
        float:right;
        position:relative;
        /*left:25%;*/
    }
    /*.product-images-small {
        width:70%;
        margin-left:15%;
    }*/
}
@media all and (max-width: 991) and (min-width: 768px) {
    html {
        font-size: 11px;
    }
    .float-right-border {
        float:right;
        position:relative;
        left:25%;
    }
    .product-images-small {
        width:70%;
        margin-left:15%;
    }
}
@media all and (max-width: 991px) and (min-width: 769px) {
    html {
        font-size: 10px;
    }
    .float-right-border {
        float:right;
        position:relative;
        /*left:25%;*/
    }
    .product-images-small {
        width:100%;
        margin-left:0%;
    }
    #fixed-topbar .mobile-sidemenu ul {
        font-size: 2rem;
    }
}
@media all and (max-width: 768px) and (min-width: 480px) {
    /*html {
        font-size: 8px;
    }*/
    .float-right-border {
        float:none;
        position:static;
        left:0;
    }
    #fixed-topbar .mobile-sidemenu ul {
        font-size: 3rem;
    }
}
@media all and (max-width: 479px) {
    /*html {
        font-size: 4px;
    }*/
    .float-right-border {
        float:none;
        position:static;
        left:0;
    }
}
@media all and (min-width: 768px) {
    .product-images-small {
        display: block;
    }
}
@media all and (max-width: 767px) {
    .product-images-small {
        display: none;
    }
}

body {
    font-family: 'Roboto regular','Verdana',sans-serif;
}

img {
    margin-left:auto;
    margin-right:auto;
}

a {
    color: #000070;
}
a:hover {
    color: #000070;
}

.profit-navbar {
    position:fixed;
    z-index:1;
    border:0;
    /*background-color:white;*/
    border-radius:0;
    margin:0;
    padding:0;
    background:transparent;
}
.profit-navbar .container-fluid {
    background-color:white;
}

@media all and (min-width: 768px) {
    #nav-content {
        display: block;
    }
    #nav-content-small {
        display: none;
    }
}
@media all and (max-width: 767px) {
    #nav-content {
        display: none;
    }
    #nav-content-small {
        display: block;
    }
    .navbar-brand {
        padding: 0;
    }
}
.navbar-header {
    display: inline-block;
}
#nav-content-small {
    padding-top: 6px;
    padding-bottom: 3px;
}
.mobile-sidemenu {
    transform: translateX(-100%);
    animation-fill-mode: forwards;
    display: none;
    width: 100%;
}
.mobile-sidemenu li:not(.parent) {
    cursor: pointer;
}
.mobile-sidemenu li:not(.parent):active,
.mobile-sidemenu li:not(.parent):hover {
    background-color: #000070;
}
#fixed-topbar .mobile-sidemenu li:not(.parent):active a,
#fixed-topbar .mobile-sidemenu li:not(.parent):hover a {
    color: white;
    text-decoration: none;
}
#nav-content > .navbar-header > a {
    padding-top:0.5em;
}
/* hr in navbar */
.profit-navbar .hr-container {
    margin:0;
    padding:0;
}
.profit-navbar .hr-container > hr {
    /*border:solid #000070 3px;*/
    border:solid #030035 3px;
}
.profit-navbar .hamburger > div {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
}
.profit-navbar .hamburger #bar1,
.profit-navbar .hamburger #bar2,
.profit-navbar .hamburger #bar3 {
    transition: 0.4s;
}
.change #bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change #bar2 {
    opacity: 0;
}
.change #bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.row.grey,
.col-xs-12.grey {
    background-color: #f5f5f5;
    margin-top:0;
    margin-bottom:0;
}
.row > p{
    padding-left: 6rem;
    padding-right: 6rem;
    word-wrap: break-word;
}
@media all and (max-width: 480px) {
    .row > p{
        padding-left: 0;
        padding-right: 0;
    }
}

#fixed-topbar {
    clear:both;
    font-family: 'Roboto regular','Verdana',sans-serif;
    font-size: 1.5em;
    color: #333;
    position:fixed;
    z-index:1;
    border:0;
    border-radius:0;
    margin:0;
    padding:0;
}
#fixed-topbar .navbar-brand {
    margin: 0;
    height: auto;
    padding: 0;
}

#fixed-topbar .mobile-sidemenu a {
    color: #333;
}
#fixed-topbar .mobile-sidemenu ul {
    list-style:none;
    padding:0;
}
#fixed-topbar .mobile-sidemenu > ul > li {
    border-bottom: solid black 1px;
    padding-top:1rem;
    padding-bottom:1rem;
    /*padding-left:5rem;*/
}
#fixed-topbar .mobile-sidemenu > ul > li > span,
#fixed-topbar .mobile-sidemenu > ul > li > div {
    padding-left:5rem;
}
#fixed-topbar .mobile-sidemenu > ul > li:first-child {
    border-top: solid black 1px;
}
#fixed-topbar .mobile-sidemenu > ul > li ul span {
    padding-left: 10rem;
}

.home-title {
    color:white;
    font-family:'Lato black','Verdana',sans-serif;
    width:100%;
    height:100%;
    top:0;
    bottom:0;
    padding-top:10rem;
    font-size: 4rem;
}
@media all and (max-width: 578px) {
    .home-title {
        padding-top:2rem;
        font-size: 2em;
    }
}

@media all and (max-width: 480px) {
    .no-padding-xs {
        padding: 0 !important;
    }
}
.profit-purple {
    color: #000070;
}

button.purple,
button.purple:focus,
button.purple:active,
.btn.purple,
.btn.purple:focus,
.btn.purple:active
{
    background-color:#000070;
    color:white;
    font-family: 'Roboto regular','Verdana',sans-serif;
    border:0;
    border-radius: 11px;
    margin-top:2.5rem;
    font-size:1.5rem;
    padding-left:1.5rem;
    padding-right:1.5rem;
}

.btn.purple:hover,
button.purple:hover 
{
    background-color:#030d35 !important;
    color:white !important;
}

.purple-text {
    font-size: 1.25rem;
    color:#000070;
}

.titleImage {
    padding: 0;
    display: block;
    width: 100%;
    overflow: hidden;
}
p + img,
p + * > img,
p + * > div > img {
    margin-top: 2.75rem;
}

.product-page-headline img {
    margin-top:2.75rem;
}
.product-page-headline p {
    font-size:1.5rem;
    word-wrap: break-word;
}
.product-page-headline .col-xs-6 {
    padding: 0;
}

.news-header-image {
    height:6em;
    width:auto;
    background-image:url(../images/news_date_01.png);
    background-repeat:no-repeat;
    background-size:contain;
}
.news-header-image > .col-xs-2 {
    height:100%;
    width:5em;
    font-size:2em;
    color:white;
}
.news-header-image > .news-header-title {
    color:#000070;
    text-align:left;
    font-size:2em;
    padding-top:1.5em;
    padding-right: 0;
    padding-left: 6em;
}
.news-content {
    text-align:left;
    font-size:1.75rem;
    padding-left:0;
    padding-top:1.5em;
}
.news-content > span {
    font-family:'Roboto bold',Verdana,sans-serif;
}

.section-header {
    color:#333;
    /*margin-top:2.75rem;*/
    margin-bottom:2.375rem;
    font-family: 'Prosto One regular','Verdana',sans-serif;
    font-size:1.875rem;
}
.grey .section-header {
    margin-top: 0;
}

.section-header-2 {
    font-family:'Roboto light','Verdana',sans-serif;
    font-size:3.625rem;
}
.section-header-3 {
    font-family:'Roboto medium','Verdana',sans-serif;
    font-size:3.625rem;
    color:#000070;
}
.section-header-3.light-blue {
    color:#00a1af;
}

.product-images > div {
    margin-bottom:1rem;
}
.product-images button,
.product-images-small button {
    border: 2px solid white;
}
.product-images .tile-container {
    height: 100%;
    width: 100%;
}
.product-images .col-sm-6,
.product-images .col-md-4,
.product-images-small .col-md-4 {
    padding-left:0;
    padding-right:0;
    text-align:center;
}
.product-images img {
    position:absolute;
    transform:translate(-50%,0);
    z-index:0;
    pointer-events: none;
}
.product-images img.pattern {
    transform: none;
    left: 1.77vw;
}
.product-images-small img {
    position:absolute;
    width:18rem;
    height:18rem;
    left:50%;
    transform:translate(-50%,0);
    z-index:0;
}
.product-images .product-caption-container,
.product-images-small .product-caption-container {
    z-index: 2;
}
.product-images .product-overlay {
    position:absolute;
    width: 100%;
    height: 100%;
    background: none;
    transition: background 500ms;
}
.product-images-small .product-overlay {
    position:absolute;
    width:18rem;
    height:18rem;
    left:50%;
    transform:translate(-50%,0);
    background: none;
    transition: background 500ms;
}
.product-images.mobile .product-overlay,
.product-images-small.mobile .product-overlay {
    background: rgba(23,25,49,0.6);
    transition: none;
}
@media all and (max-width: 991px) {
    .product-images div:first-child {
        margin-bottom: 1rem;
    }
}
#berartungstools-floatimage-wide {
    padding:0;
}
#berartungstools-floatimage-narrow {
    padding:0;
    margin-bottom:2rem;
    float:none;
}
#beratungstools-images-narrow img {
    box-shadow: 3px 3px 7px grey;
    margin-top:2rem
}
#beratungstools-images-narrow img:first-child {
    margin-top: 0;
}
@media all and (min-width: 768px) {
    #beratungstools-images-wide {
        display: block;
    }
    #beratungstools-images-narrow {
        display: none;
    }
    #berartungstools-floatimage-wide {
        display: block;
    }
    #berartungstools-floatimage-narrow {
        display: none;
    }
}
@media all and (max-width: 767px) {
    #beratungstools-images-wide {
        display: none;
    }
    #beratungstools-images-narrow {
        display: block;
    }
    #berartungstools-floatimage-wide {
        display: none;
    }
    #berartungstools-floatimage-narrow {
        display: block;
    }
}
@media all and (min-width:1220px) {
    #product-list {
        display:none;
    }
    #product-mosaic {
        display:block;
    }
}
@media all and (min-width:578px) and (max-width:1219px) {
    #product-list {
        display:block;
        width: 578px;
    }
    #product-mosaic {
        display:none;
    }
    #product-list .product-rect {
        display: initial;
    }
    #product-list .product-square {
        display: none;
    }
}
@media all and (max-width: 577px) {
    #product-list {
        display:block;
        width: 288px;
    }
    #product-mosaic {
        display:none;
    }
    #product-list .product-rect {
        display: none;
    }
    #product-list .product-square {
        display: initial;
    }
    #product-list .col-xs-12 {
        padding: 0;
        margin: 0;
    }
}
#product-list-late {
    display: none;
}
@media all and (min-width:578px) and (max-width:767px) {
    #product-list-late {
        display:block;
        width: 578px;
    }
    #product-list-late ~ .product-images-small {
        display:none;
    }
    #product-list-late .product-rect {
        display: initial;
    }
    #product-list-late .product-square {
        display: none;
    }
}
@media all and (max-width: 577px) {
    #product-list-late {
        display:block;
        width: 288px;
    }
    #product-list-late .product-rect {
        display: none;
    }
    #product-list-late .product-square {
        display: initial;
    }
    #product-list-late .col-xs-12 {
        padding: 0;
        margin: 0;
    }
}

.product-caption,
.product-caption-2,
.product-caption-3 {
    position:relative;
    top:50%;
    transform:translate(0,-50%);
    font-size:2.6rem;
    font-family:'Roboto bold',Verdana,sans-serif;
    transition:top 500ms;
}
.mobile .product-caption {
    top: 20%;
    transition: none;
}
.mobile .product-caption-2 {
    top: 30%;
    transition: none;
}
.mobile .product-caption-3 {
    top: 35%;
    transition: none;
}
.product-content,
.product-content-2,
.product-content-3 {
    position: relative;
    top: 100%;
    font-size: 1.875rem;
    font-family:'Roboto regular',Verdana,sans-serif;
    transition:top 500ms;
    padding-left:2rem;
    padding-right:2rem;
}

.product-content > a,
.product-content-2 > a,
.product-content-3 > a {
    display:block;
}
.product-content button,
.product-content-2 button,
.product-content-3 button {
    margin-top: 1.5rem;
}
.product-images .product-caption-container {
    color:#fff;
    text-align:center;
    margin: 0 auto;
    overflow: hidden;
}
.product-images-small .product-caption-container {
    width:18rem;
    height:18rem;
    color:#fff;
    text-align:center;
    margin: 0 auto;
    overflow: hidden;
}
.product-content button.purple,
.product-content button.purple:active,
.product-content button.purple:focus,
.product-content-2 button.purple,
.product-content-2 button.purple:active,
.product-content-2 button.purple:focus,
.product-content-3 button.purple,
.product-content-3 button.purple:active,
.product-content-3 button.purple:focus, {
    border: 2px solid #fff;
    border-radius: 11px;
}
.product-caption-container:hover > .product-caption {
    top: 20%;
    transition:top 500ms;
}
.product-caption-container:hover > .product-caption-2 {
    top: 30%;
    transition:top 500ms;
}
.product-caption-container:hover > .product-caption-3 {
    top: 35%;
    transition:top 500ms;
}
.product-caption-container:hover > .product-overlay {
    background: rgba(23,25,49,0.6);
    transition: background 500ms;
}
.product-caption-container:hover > .product-content {
    top: 15%;
    transition:top 500ms;
}
.product-caption-container:hover > .product-content-2 {
    top: 5%;
    transition: top 500ms;
}
.product-caption-container:hover > .product-content-3 {
    top: 25%;
    transition: top 500ms;
}
.mobile .product-content {
    top: 15%;
    transition: none;
}
.mobile .product-content-2 {
    top: 5%;
    transition: none;
}
.mobile .product-content-3 {
    top: 25%;
    transition: none;
}

.item > .col-md-4 {
    height: 100%;
    padding: 0;
}
.item .item-content {
    padding: 0.5em;
    height: 100%;
}
.item .item-content .top {
    background-color: #cfe9f4;
    height: 80%;
    padding: 1.5em;
}
.item .item-content .bottom {
    background-color: #cfe9f4;
    height: 20%;
    padding: 1.5em;
}
.item .item-content .item-header {
    display:block;
    margin-top:1em;
}
.carousel-profit .item-content > div {
    height: 100%;
}
.carousel-profit .item-content > div:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}

hr {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    color: #000070;
}
hr.item-line {
    width:50%;
    border:solid #000070 1px;
    margin-top:0.4em;
    margin-bottom:0.4em;
}
p {
    padding-top: 0.5rem;
}

.carousel-profit {
    height:100%;
    width:calc(100% - 72px + 1em);
    margin-left:calc(36px - 0.5em);
    font-family: 'Roboto regular','Verdana',sans-serif;
    font-size: 1.2rem;
}
.carousel-profit > .item {
    height:100%;
}

.help-section input[type='text'] {
    width:100%;
    font-size:1.5rem;
    border: #aaa solid 2px;
    border-radius:11px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}
.help-section input[type='text']:focus {
    border-color: #000070;
}
*::-webkit-input-placeholder {
    color: #000 !important
    opacity: 0.5;
    left: 1.5rem;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #000 !important;
    opacity: 0.5;
    left: 1.5rem;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #000 !important;
    opacity: 0.5;
    left: 1.5rem;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #000 !important;
    opacity: 0.5;
    left: 1.5rem;
}

label.btn span {
    font-size: 1.5em ;
    margin-left: 1rem;
}
label input[type="radio"] ~ i.fa.fa-circle-o {
    color: #aaa;
    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o {
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o {
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
    color: #000070;
    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
    color: #000070;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;
    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #000070;
    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
    color: #000070;
}

div[data-toggle="buttons"] label.active{
    color: #000070;
}
div[data-toggle="buttons"] label {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size:1.25rem;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    vertical-align: top;
    cursor: pointer;
    background-color: none;
    border: 0px solid #c8c8c8;
    border-radius: 3px;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

div[data-toggle="buttons"] label:hover {
    color: #000070;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#websupport-1 span:hover {
    text-decoration: underline;
    cursor: pointer;
}

#websupport-3 textarea {
    font-size:1.5rem;
    border: #aaa solid 2px;
    border-radius:11px;
}
#websupport-3 textarea:focus {
    border-color: #000070;
}

div.two-button-layout {
    padding-left: 4rem;
    padding-right: 4rem;
}

.container.news .row {
    margin-bottom: 0;
}
.container .row {
    padding-bottom: 4.25rem;
    padding-top: 2.75rem;
}

ul.profit {
    list-style: none;
    float:left;
    text-align:left;
    /*font-size:1.75rem;*/
}
ul.profit > li {
    margin-top:0.5em;
    padding-left:4rem;
    background: url(../images/Haken.png) left center no-repeat;
}
ul.profit.li-padding > li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.news-content ~ ul.profit {
    font-size: 1.75rem;
}

.container .row.footer {
    background-color: #030035;
    min-height: 5.75em;
    padding-top: 0;
    padding-bottom: 0;
}
.footer #widescreen span {
    margin-left: 1em;
}
.footer > .col-xs-12 {
    padding: 0;
    color: white;
}
.footer > .col-xs-12 > .col-xs-2 {
    text-align:left;
}
.footer a,
.footer a:focus {
    text-decoration: none;
    color: white;
}
.footer a:hover,
.footer a:active {
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
    background-color: #030d35;
    color: #fff;
}

#narrowscreen div {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
@media all and (min-width:992px) {
    .footer #right {
        margin-top:1.5rem;
    }
    .footer #widescreen {
        display: inital;
    }
    .footer #narrowscreen {
        display: none;
    }
}
@media all and (max-width:991px) {
    .footer #right {
        margin-top: 0;
    }
    .footer #widescreen {
        display: none;
    }
    .footer #narrowscreen {
        display: initial;
    }
}
#widescreen, #narrowscreen {
    padding: 0;
    margin: 0;
}
@media all and (max-width:480px) {
    .news-header-image {
        height:20vw;
    }
    .news-header-image > .col-xs-2 {
        width:28vw;
        font-size:6vw;
    }
    .news-header-image > .news-header-title {
        font-size:6vw;
        padding-top:8vw;
        padding-left: 30vw;
    }
    .news-content {
        padding-right: 5vw;
        padding-left: 5vw;
    }
    .news-content p {
        text-align: justify;
    }
    ul.profit {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media all and (min-width: 1200px) {
    .margin-left-top {
        margin-left:5%;
        margin-top:5%;
    }
}
@media all and (max-width: 1199px) and (min-width: 970px) {
    .margin-left-top {
        margin-left:5%;
        margin-top:1.5%;
    }
}
@media all and (max-width: 969px) and (min-width: 768px) {
    .margin-left-top {
        margin-left:2%;
        margin-top:2%;
    }
}
@media all and (max-width: 767px) and (min-width: 561px) {
    .margin-left-top {
        margin-left:0;
        margin-top:2%;
    }
}
@media all and (max-width: 560px) {
    .margin-left-top {
        margin-left:0;
        margin-top:0;
    }
}

img.widescreen ~ img.narrowscreen {
    display: none;
}
img.widescreen {
    width: 100%;
    /*min-height: 71.66667%;*/
    height: auto;
}
@media all and (min-width: 561px) {
    .variable-background.dark-blue {
        background-color:rgba(3,13,53,0.5);
    }
}
@media all and (max-width: 560px) {
    img.widescreen {
        display: none;
    }
    img.widescreen ~ img.narrowscreen {
        display: block;
        width: 100%;
        min-height: 71.66667vw;
    }
    .variable-background {
        background: none;
    }
}

.row.widescreen {
    display: block;
}
.row.narrowscreen {
    display: none;
}
@media all and (max-width: 767px) {
    .row.widescreen {
        display: none;
    }
    .row.narrowscreen {
        display: block;
    }
}

.sidemenu-slide-in {
    animation-name: hor-slide-in;
    animation-duration: 0.5s;
}
.sidemenu-slide-out {
    animation-name: hor-slide-out;
    animation-duration: 0.5s;
}
@keyframes hor-slide-in {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}
@keyframes hor-slide-out {
    from {
        transform: translateX(0%);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

.padding-bottom-sm {
    padding: 0;
}
@media all and (max-width: 768px) {
    .padding-bottom-sm {
        padding-bottom: 4rem;
    }
}
.padding-left-sm {
    padding: 0;
}
@media all and (max-width: 768px) {
    .padding-left-sm {
        padding-bottom: 4rem;
    }
}

/* https://stackoverflow.com/questions/10387740/five-equal-columns-in-twitter-bootstrap/22799354#22799354 */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
