/*
Theme Name: Conextra Bootstrap
Theme URI: http://www.conextra.at
Description: Custom bootstrap theme
Author URI: http://www.conextra.at/
Version: 1.0
Tags: responsive, bootstrap, conextra

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

For custom usage
*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('fonts/OpenSans/OpenSans_n_300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('fonts/OpenSans/OpenSans_n_500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('fonts/OpenSans/OpenSans_n_700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


main.stdLayout .panel-no-style {
	margin-left: 20px;
	margin-right: 20px;
}

main.stdLayout {
    background-repeat: round;
    background-size: inherit;
}

main.stdLayout > section {
	background-color: rgba(255,255,255,0.4);
	padding-bottom: 30px;
}

#loginWindow input {
	filter: none!important;
}

#stdContactFormWrap label,
#stdContactFormWrap input,
#stdContactFormWrap textarea {
	display:block;
	width: 100%;
}

#stdContactFormWrap label {
	font-size: 18px;
	font-weight: normal;
	margin-top: 15px;
}

#stdContactFormWrap input {
	font-size: 15px;
	line-height: 26px;
	padding: 4px 10px;
}

#stdContactFormWrap textarea {
	padding: 4px 10px;
	height: 80px;
}

#stdContactFormWrap input[type="submit"] {
    width: auto;
    margin: 0 auto;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.welcome>.container>.first {
    display: flex;
    flex-direction: row-reverse;
}

.my_account_panel {
    display: flex;
    flex-direction: column;
    background-color: white;
    color: black;
    justify-content: flex-end;
    align-items: stretch;
    position: absolute;
    top: 40px;
    right: 250px;
    z-index: 11;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.16);
}

.my_account_panel>div {
    margin: 20px 0px;
    padding-right: 50px;
    padding-left: 10px;
    position: relative;
    align-items: flex-start;
    display: flex;
}

.my_account_panel>div::after {
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: 2px;
    left: 10px;
    background-color: whitesmoke;
    bottom: -20px;
}

.my_account_panel>.welcome_msg::after, .my_account_panel>div:last-child::after {
    display: none;
}

.my_account_panel>.welcome_msg {
    font-size: 20px;
}


.my_account_trigger:hover {
    cursor: pointer;
}


footer .upperLinks .container > div {
	/*float: left;*/
	/*width: calc(33.33% - 20px);*/
	margin-right: 30px;
}

footer .upperLinks .container > div:last-child {
	margin-right: 0px;
}

footer #goUp {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
    display: none;
}

footer #goUp i {
	top: 0px;
	transition:all 0.2s;
	position:relative;
}

footer #goUp:hover i {
	top: -3px;
}

footer #goUp i {
	margin-right: 10px;
}

footer .upperLinks,
footer .lowerText {
    width: 100%;
    max-width: 1580px;
    margin: 0 auto;
}

footer .lowerText {
    padding: 20px;
    margin-top:0!important;
}

footer .footerhead {
    font-size: 14.4px;
    margin-bottom: 10px;
    color: rgb(244, 147, 11);
    text-transform: uppercase;
}



footer .upperLinks .left a,
footer .upperLinks .center a,
footer .upperLinks .right a {
    display:block;
    font-size: 12.8px;
	line-height: 22px;
    line-height: 35px;
}

footer .socialmedia a {
    background-color: #fff;
    color: #272727;
    font-size: 20px;
    display: inline-block;
    line-height: 30px;
    width: 30px;
    text-align: center;
    padding: 0;
}

footer .socialmedia a i {
    line-height: 30px;
}

footer .claim {
	border-top: 1px solid;

}

footer .claim .lowerText {
    display: flex;
    justify-content: space-between;
}

footer .claim .lowerText>div {
    display: flex;
    justify-content: space-between;
}

footer .claim .lowerText>div>a {
    margin-left: 20px;
}



footer .socialmedia a,
footer .socialmedia a:hover,
footer .socialmedia a:focus {
	color: #272727;
}

footer #seal {
	margin-top: 10px;
	margin-bottom: 10px;
}
footer #seal img {
    width: 131px;
    height: 31px;
}

footer .paymenttypes .type {
	float: left;
	width: calc(25% - 5px);
	padding-top: 20%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 5px;
}

#progressSpinner {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display:none;
}

#progressSpinner .innerWrap {
    width: 300px;
    background-color: #fff;
	padding: 20px;
	text-align: center;
	font-size: 16px;
	border: 1px solid #000;
    position: fixed;
    left: 50%;
    margin-left: -151px;
    top: 50%;
    margin-top: -95px;
}

.loadInd,
.loadInd:before,
.loadInd:after {
  border-radius: 50%;
}

.loadInd {
  color: #9f0022;
  font-size: 11px;
  text-indent: -99999em;
  margin: 40px auto;
  position: relative;
  width: 5em;
  height: 5em;
  box-shadow: inset 0 0 0 0.5em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.loadInd:before,
.loadInd:after {
  position: absolute;
  content: '';
}

.loadInd:before {
  width: 2.7em;
  height: 5.1em;
  background: #ffffff;
  border-radius: 5.1em 0 0 5.1em;
  top: -0.05em;
  left: -0.05em;
  -webkit-transform-origin: 2.55em 2.55em;
  transform-origin: 2.55em 2.55em;
  -webkit-animation: loadInd 2s infinite ease 1.5s;
  animation: loadInd 2s infinite ease 1.5s;
}

.loadInd:after {
  width: 2.7em;
  height: 5.1em;
  background: #ffffff;
  border-radius: 0 5.1em 5.1em 0;
  top: -0.05em;
  left: 2.5em;
  -webkit-transform-origin: 0.05em 2.55em;
  transform-origin: 0.05em 2.55em;
  -webkit-animation: loadInd 2s infinite ease;
  animation: loadInd 2s infinite ease;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.notfoundPage {
    color: #FFF;
}

.notfoundPage .special_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #006eb8;
    z-index: -1;
}

.notfoundPage .special_bg .bg_holder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(/wp-content/themes/conextrabootstrap/img/bg1.webp);
    background-size: cover;
    background-position: center bottom;
    mix-blend-mode: multiply;
    opacity: 0.6;
}

header.container > .logoLine {
    min-height: 95px;
}

footer .footerblock a {
    color: #d4e6f7;
}

footer .footerblock a:hover {
    text-decoration: underline;
}

footer .contactsecion a:hover {
    color: #f4930b;
}

footer .claim,
footer .claim a {
    color: #d4e6f7;
}

footer .claim a:hover {
    text-decoration: underline;
}

#loadingbar {
    width: 0vw;
    height: 3px;
    background-color: #f4930b;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;

    transition: width 0.4s ease-in-out;

}

@media (max-width: 860px) {
    footer .claim .lowerText {
        flex-direction: column;
    }
    footer .claim .lowerText>div>a {
        margin-left: 0px;
    }
    footer .claim .lowerText>div {
        flex-direction: column;
    }

    footer .claim .lowerText>a,footer .claim .lowerText>div>a {
        margin-bottom: 20px;
    }

}



@-webkit-keyframes loadInd {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loadInd {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


